/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.body{
    background:#f6f9fc !important;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=4.7.0');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@font-face {
	font-family: "Flaticon";
	src: url("../font/Flaticon.eot");
	src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff2") format("woff2");
        font-weight: normal;
	font-style: normal
}


[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal
}

.flaticon-search:before {
	content: "\f100"
}

.flaticon-download:before {
	content: "\f101"
}

.flaticon-work:before {
	content: "\f102"
}

.flaticon-tick:before {
	content: "\f103"
}

.flaticon-arrow:before {
	content: "\f104"
}

.flaticon-back:before {
	content: "\f105"
}

.flaticon-next:before {
	content: "\f106"
}

.flaticon-comment:before {
	content: "\f107"
}

.flaticon-brain:before {
	content: "\f108"
}

.flaticon-student:before {
	content: "\f109"
}

.flaticon-files-and-folders:before {
	content: "\f10a"
}

.flaticon-logo:before {
	content: "\f10b"
}

.flaticon-app:before {
	content: "\f10c"
}

.flaticon-multimedia:before {
	content: "\f10d"
}

.flaticon-data:before {
	content: "\f10e"
}

.flaticon-right:before {
	content: "\f10f"
}

.flaticon-user:before {
	content: "\f110"
}

.flaticon-list:before {
	content: "\f111"
}

.flaticon-pointing-left:before {
	content: "\f112"
}

.flaticon-heart:before {
	content: "\f113"
}

.flaticon-at:before {
	content: "\f114"
}

.flaticon-map:before {
	content: "\f115"
}

.flaticon-close:before {
	content: "\f116"
}

.flaticon-tick-1:before {
	content: "\f117"
}

.flaticon-pin:before {
	content: "\f118"
}

.flaticon-bell:before {
	content: "\f119"
}

.flaticon-layout:before {
	content: "\f11a"
}

.flaticon-user-1:before {
	content: "\f11b"
}

.flaticon-logout:before {
	content: "\f11c"
}

.flaticon-trash:before {
	content: "\f11d"
}

.flaticon-portfolio:before {
	content: "\f11e"
}

.flaticon-plus:before {
	content: "\f11f"
}

.flaticon-chain:before {
	content: "\f120"
}

.flaticon-send:before {
	content: "\f121"
}

.flaticon-eye:before {
	content: "\f122"
}

.flaticon-cup:before {
	content: "\f123"
}

.flaticon-cost:before {
	content: "\f124"
}

.flaticon-quote:before {
	content: "\f125"
}

.flaticon-multimedia-1:before {
	content: "\f126"
}

.flaticon-gps:before {
	content: "\f127"
}

.flaticon-mail:before {
	content: "\f128"
}

.flaticon-support:before {
	content: "\f129"
}

.flaticon-health:before {
	content: "\f12a"
}

.flaticon-school:before {
	content: "\f12b"
}

.flaticon-pencil:before {
	content: "\f12c"
}

.flaticon-graphic:before {
	content: "\f12d"
}

.flaticon-food:before {
	content: "\f12e"
}

.flaticon-monitor:before {
	content: "\f12f"
}

@font-face {
	font-family: 'themify';
	src: url('../font/themify.eot');
	src: url('../font/themify.eot') format('embedded-opentype'), url('../font/themify.woff') format('woff'), url('../font/themify.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

[class^="ti-"],
[class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
	content: "\e600"
}

.ti-volume:before {
	content: "\e601"
}

.ti-user:before {
	content: "\e602"
}

.ti-unlock:before {
	content: "\e603"
}

.ti-unlink:before {
	content: "\e604"
}

.ti-trash:before {
	content: "\e605"
}

.ti-thought:before {
	content: "\e606"
}

.ti-target:before {
	content: "\e607"
}

.ti-tag:before {
	content: "\e608"
}

.ti-tablet:before {
	content: "\e609"
}

.ti-star:before {
	content: "\e60a"
}

.ti-spray:before {
	content: "\e60b"
}

.ti-signal:before {
	content: "\e60c"
}

.ti-shopping-cart:before {
	content: "\e60d"
}

.ti-shopping-cart-full:before {
	content: "\e60e"
}

.ti-settings:before {
	content: "\e60f"
}

.ti-search:before {
	content: "\e610"
}

.ti-zoom-in:before {
	content: "\e611"
}

.ti-zoom-out:before {
	content: "\e612"
}

.ti-cut:before {
	content: "\e613"
}

.ti-ruler:before {
	content: "\e614"
}

.ti-ruler-pencil:before {
	content: "\e615"
}

.ti-ruler-alt:before {
	content: "\e616"
}

.ti-bookmark:before {
	content: "\e617"
}

.ti-bookmark-alt:before {
	content: "\e618"
}

.ti-reload:before {
	content: "\e619"
}

.ti-plus:before {
	content: "\e61a"
}

.ti-pin:before {
	content: "\e61b"
}

.ti-pencil:before {
	content: "\e61c"
}

.ti-pencil-alt:before {
	content: "\e61d"
}

.ti-paint-roller:before {
	content: "\e61e"
}

.ti-paint-bucket:before {
	content: "\e61f"
}

.ti-na:before {
	content: "\e620"
}

.ti-mobile:before {
	content: "\e621"
}

.ti-minus:before {
	content: "\e622"
}

.ti-medall:before {
	content: "\e623"
}

.ti-medall-alt:before {
	content: "\e624"
}

.ti-marker:before {
	content: "\e625"
}

.ti-marker-alt:before {
	content: "\e626"
}

.ti-arrow-up:before {
	content: "\e627"
}

.ti-arrow-right:before {
	content: "\e628"
}

.ti-arrow-left:before {
	content: "\e629"
}

.ti-arrow-down:before {
	content: "\e62a"
}

.ti-lock:before {
	content: "\e62b"
}

.ti-location-arrow:before {
	content: "\e62c"
}

.ti-link:before {
	content: "\e62d"
}

.ti-layout:before {
	content: "\e62e"
}

.ti-layers:before {
	content: "\e62f"
}

.ti-layers-alt:before {
	content: "\e630"
}

.ti-key:before {
	content: "\e631"
}

.ti-import:before {
	content: "\e632"
}

.ti-image:before {
	content: "\e633"
}

.ti-heart:before {
	content: "\e634"
}

.ti-heart-broken:before {
	content: "\e635"
}

.ti-hand-stop:before {
	content: "\e636"
}

.ti-hand-open:before {
	content: "\e637"
}

.ti-hand-drag:before {
	content: "\e638"
}

.ti-folder:before {
	content: "\e639"
}

.ti-flag:before {
	content: "\e63a"
}

.ti-flag-alt:before {
	content: "\e63b"
}

.ti-flag-alt-2:before {
	content: "\e63c"
}

.ti-eye:before {
	content: "\e63d"
}

.ti-export:before {
	content: "\e63e"
}

.ti-exchange-vertical:before {
	content: "\e63f"
}

.ti-desktop:before {
	content: "\e640"
}

.ti-cup:before {
	content: "\e641"
}

.ti-crown:before {
	content: "\e642"
}

.ti-comments:before {
	content: "\e643"
}

.ti-comment:before {
	content: "\e644"
}

.ti-comment-alt:before {
	content: "\e645"
}

.ti-close:before {
	content: "\e646"
}

.ti-clip:before {
	content: "\e647"
}

.ti-angle-up:before {
	content: "\e648"
}

.ti-angle-right:before {
	content: "\e649"
}

.ti-angle-left:before {
	content: "\e64a"
}

.ti-angle-down:before {
	content: "\e64b"
}

.ti-check:before {
	content: "\e64c"
}

.ti-check-box:before {
	content: "\e64d"
}

.ti-camera:before {
	content: "\e64e"
}

.ti-announcement:before {
	content: "\e64f"
}

.ti-brush:before {
	content: "\e650"
}

.ti-briefcase:before {
	content: "\e651"
}

.ti-bolt:before {
	content: "\e652"
}

.ti-bolt-alt:before {
	content: "\e653"
}

.ti-blackboard:before {
	content: "\e654"
}

.ti-bag:before {
	content: "\e655"
}

.ti-move:before {
	content: "\e656"
}

.ti-arrows-vertical:before {
	content: "\e657"
}

.ti-arrows-horizontal:before {
	content: "\e658"
}

.ti-fullscreen:before {
	content: "\e659"
}

.ti-arrow-top-right:before {
	content: "\e65a"
}

.ti-arrow-top-left:before {
	content: "\e65b"
}

.ti-arrow-circle-up:before {
	content: "\e65c"
}

.ti-arrow-circle-right:before {
	content: "\e65d"
}

.ti-arrow-circle-left:before {
	content: "\e65e"
}

.ti-arrow-circle-down:before {
	content: "\e65f"
}

.ti-angle-double-up:before {
	content: "\e660"
}

.ti-angle-double-right:before {
	content: "\e661"
}

.ti-angle-double-left:before {
	content: "\e662"
}

.ti-angle-double-down:before {
	content: "\e663"
}

.ti-zip:before {
	content: "\e664"
}

.ti-world:before {
	content: "\e665"
}

.ti-wheelchair:before {
	content: "\e666"
}

.ti-view-list:before {
	content: "\e667"
}

.ti-view-list-alt:before {
	content: "\e668"
}

.ti-view-grid:before {
	content: "\e669"
}

.ti-uppercase:before {
	content: "\e66a"
}

.ti-upload:before {
	content: "\e66b"
}

.ti-underline:before {
	content: "\e66c"
}

.ti-truck:before {
	content: "\e66d"
}

.ti-timer:before {
	content: "\e66e"
}

.ti-ticket:before {
	content: "\e66f"
}

.ti-thumb-up:before {
	content: "\e670"
}

.ti-thumb-down:before {
	content: "\e671"
}

.ti-text:before {
	content: "\e672"
}

.ti-stats-up:before {
	content: "\e673"
}

.ti-stats-down:before {
	content: "\e674"
}

.ti-split-v:before {
	content: "\e675"
}

.ti-split-h:before {
	content: "\e676"
}

.ti-smallcap:before {
	content: "\e677"
}

.ti-shine:before {
	content: "\e678"
}

.ti-shift-right:before {
	content: "\e679"
}

.ti-shift-left:before {
	content: "\e67a"
}

.ti-shield:before {
	content: "\e67b"
}

.ti-notepad:before {
	content: "\e67c"
}

.ti-server:before {
	content: "\e67d"
}

.ti-quote-right:before {
	content: "\e67e"
}

.ti-quote-left:before {
	content: "\e67f"
}

.ti-pulse:before {
	content: "\e680"
}

.ti-printer:before {
	content: "\e681"
}

.ti-power-off:before {
	content: "\e682"
}

.ti-plug:before {
	content: "\e683"
}

.ti-pie-chart:before {
	content: "\e684"
}

.ti-paragraph:before {
	content: "\e685"
}

.ti-panel:before {
	content: "\e686"
}

.ti-package:before {
	content: "\e687"
}

.ti-music:before {
	content: "\e688"
}

.ti-music-alt:before {
	content: "\e689"
}

.ti-mouse:before {
	content: "\e68a"
}

.ti-mouse-alt:before {
	content: "\e68b"
}

.ti-money:before {
	content: "\e68c"
}

.ti-microphone:before {
	content: "\e68d"
}

.ti-menu:before {
	content: "\e68e"
}

.ti-menu-alt:before {
	content: "\e68f"
}

.ti-map:before {
	content: "\e690"
}

.ti-map-alt:before {
	content: "\e691"
}

.ti-loop:before {
	content: "\e692"
}

.ti-location-pin:before {
	content: "\e693"
}

.ti-list:before {
	content: "\e694"
}

.ti-light-bulb:before {
	content: "\e695"
}

.ti-Italic:before {
	content: "\e696"
}

.ti-info:before {
	content: "\e697"
}

.ti-infinite:before {
	content: "\e698"
}

.ti-id-badge:before {
	content: "\e699"
}

.ti-hummer:before {
	content: "\e69a"
}

.ti-home:before {
	content: "\e69b"
}

.ti-help:before {
	content: "\e69c"
}

.ti-headphone:before {
	content: "\e69d"
}

.ti-harddrives:before {
	content: "\e69e"
}

.ti-harddrive:before {
	content: "\e69f"
}

.ti-gift:before {
	content: "\e6a0"
}

.ti-game:before {
	content: "\e6a1"
}

.ti-filter:before {
	content: "\e6a2"
}

.ti-files:before {
	content: "\e6a3"
}

.ti-file:before {
	content: "\e6a4"
}

.ti-eraser:before {
	content: "\e6a5"
}

.ti-envelope:before {
	content: "\e6a6"
}

.ti-download:before {
	content: "\e6a7"
}

.ti-direction:before {
	content: "\e6a8"
}

.ti-direction-alt:before {
	content: "\e6a9"
}

.ti-dashboard:before {
	content: "\e6aa"
}

.ti-control-stop:before {
	content: "\e6ab"
}

.ti-control-shuffle:before {
	content: "\e6ac"
}

.ti-control-play:before {
	content: "\e6ad"
}

.ti-control-pause:before {
	content: "\e6ae"
}

.ti-control-forward:before {
	content: "\e6af"
}

.ti-control-backward:before {
	content: "\e6b0"
}

.ti-cloud:before {
	content: "\e6b1"
}

.ti-cloud-up:before {
	content: "\e6b2"
}

.ti-cloud-down:before {
	content: "\e6b3"
}

.ti-clipboard:before {
	content: "\e6b4"
}

.ti-car:before {
	content: "\e6b5"
}

.ti-calendar:before {
	content: "\e6b6"
}

.ti-book:before {
	content: "\e6b7"
}

.ti-bell:before {
	content: "\e6b8"
}

.ti-basketball:before {
	content: "\e6b9"
}

.ti-bar-chart:before {
	content: "\e6ba"
}

.ti-bar-chart-alt:before {
	content: "\e6bb"
}

.ti-back-right:before {
	content: "\e6bc"
}

.ti-back-left:before {
	content: "\e6bd"
}

.ti-arrows-corner:before {
	content: "\e6be"
}

.ti-archive:before {
	content: "\e6bf"
}

.ti-anchor:before {
	content: "\e6c0"
}

.ti-align-right:before {
	content: "\e6c1"
}

.ti-align-left:before {
	content: "\e6c2"
}

.ti-align-justify:before {
	content: "\e6c3"
}

.ti-align-center:before {
	content: "\e6c4"
}

.ti-alert:before {
	content: "\e6c5"
}

.ti-alarm-clock:before {
	content: "\e6c6"
}

.ti-agenda:before {
	content: "\e6c7"
}

.ti-write:before {
	content: "\e6c8"
}

.ti-window:before {
	content: "\e6c9"
}

.ti-widgetized:before {
	content: "\e6ca"
}

.ti-widget:before {
	content: "\e6cb"
}

.ti-widget-alt:before {
	content: "\e6cc"
}

.ti-wallet:before {
	content: "\e6cd"
}

.ti-video-clapper:before {
	content: "\e6ce"
}

.ti-video-camera:before {
	content: "\e6cf"
}

.ti-vector:before {
	content: "\e6d0"
}

.ti-themify-logo:before {
	content: "\e6d1"
}

.ti-themify-favicon:before {
	content: "\e6d2"
}

.ti-themify-favicon-alt:before {
	content: "\e6d3"
}

.ti-support:before {
	content: "\e6d4"
}

.ti-stamp:before {
	content: "\e6d5"
}

.ti-split-v-alt:before {
	content: "\e6d6"
}

.ti-slice:before {
	content: "\e6d7"
}

.ti-shortcode:before {
	content: "\e6d8"
}

.ti-shift-right-alt:before {
	content: "\e6d9"
}

.ti-shift-left-alt:before {
	content: "\e6da"
}

.ti-ruler-alt-2:before {
	content: "\e6db"
}

.ti-receipt:before {
	content: "\e6dc"
}

.ti-pin2:before {
	content: "\e6dd"
}

.ti-pin-alt:before {
	content: "\e6de"
}

.ti-pencil-alt2:before {
	content: "\e6df"
}

.ti-palette:before {
	content: "\e6e0"
}

.ti-more:before {
	content: "\e6e1"
}

.ti-more-alt:before {
	content: "\e6e2"
}

.ti-microphone-alt:before {
	content: "\e6e3"
}

.ti-magnet:before {
	content: "\e6e4"
}

.ti-line-double:before {
	content: "\e6e5"
}

.ti-line-dotted:before {
	content: "\e6e6"
}

.ti-line-dashed:before {
	content: "\e6e7"
}

.ti-layout-width-full:before {
	content: "\e6e8"
}

.ti-layout-width-default:before {
	content: "\e6e9"
}

.ti-layout-width-default-alt:before {
	content: "\e6ea"
}

.ti-layout-tab:before {
	content: "\e6eb"
}

.ti-layout-tab-window:before {
	content: "\e6ec"
}

.ti-layout-tab-v:before {
	content: "\e6ed"
}

.ti-layout-tab-min:before {
	content: "\e6ee"
}

.ti-layout-slider:before {
	content: "\e6ef"
}

.ti-layout-slider-alt:before {
	content: "\e6f0"
}

.ti-layout-sidebar-right:before {
	content: "\e6f1"
}

.ti-layout-sidebar-none:before {
	content: "\e6f2"
}

.ti-layout-sidebar-left:before {
	content: "\e6f3"
}

.ti-layout-placeholder:before {
	content: "\e6f4"
}

.ti-layout-menu:before {
	content: "\e6f5"
}

.ti-layout-menu-v:before {
	content: "\e6f6"
}

.ti-layout-menu-separated:before {
	content: "\e6f7"
}

.ti-layout-menu-full:before {
	content: "\e6f8"
}

.ti-layout-media-right-alt:before {
	content: "\e6f9"
}

.ti-layout-media-right:before {
	content: "\e6fa"
}

.ti-layout-media-overlay:before {
	content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
	content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd"
}

.ti-layout-media-left-alt:before {
	content: "\e6fe"
}

.ti-layout-media-left:before {
	content: "\e6ff"
}

.ti-layout-media-center-alt:before {
	content: "\e700"
}

.ti-layout-media-center:before {
	content: "\e701"
}

.ti-layout-list-thumb:before {
	content: "\e702"
}

.ti-layout-list-thumb-alt:before {
	content: "\e703"
}

.ti-layout-list-post:before {
	content: "\e704"
}

.ti-layout-list-large-image:before {
	content: "\e705"
}

.ti-layout-line-solid:before {
	content: "\e706"
}

.ti-layout-grid4:before {
	content: "\e707"
}

.ti-layout-grid3:before {
	content: "\e708"
}

.ti-layout-grid2:before {
	content: "\e709"
}

.ti-layout-grid2-thumb:before {
	content: "\e70a"
}

.ti-layout-cta-right:before {
	content: "\e70b"
}

.ti-layout-cta-left:before {
	content: "\e70c"
}

.ti-layout-cta-center:before {
	content: "\e70d"
}

.ti-layout-cta-btn-right:before {
	content: "\e70e"
}

.ti-layout-cta-btn-left:before {
	content: "\e70f"
}

.ti-layout-column4:before {
	content: "\e710"
}

.ti-layout-column3:before {
	content: "\e711"
}

.ti-layout-column2:before {
	content: "\e712"
}

.ti-layout-accordion-separated:before {
	content: "\e713"
}

.ti-layout-accordion-merged:before {
	content: "\e714"
}

.ti-layout-accordion-list:before {
	content: "\e715"
}

.ti-ink-pen:before {
	content: "\e716"
}

.ti-info-alt:before {
	content: "\e717"
}

.ti-help-alt:before {
	content: "\e718"
}

.ti-headphone-alt:before {
	content: "\e719"
}

.ti-hand-point-up:before {
	content: "\e71a"
}

.ti-hand-point-right:before {
	content: "\e71b"
}

.ti-hand-point-left:before {
	content: "\e71c"
}

.ti-hand-point-down:before {
	content: "\e71d"
}

.ti-gallery:before {
	content: "\e71e"
}

.ti-face-smile:before {
	content: "\e71f"
}

.ti-face-sad:before {
	content: "\e720"
}

.ti-credit-card:before {
	content: "\e721"
}

.ti-control-skip-forward:before {
	content: "\e722"
}

.ti-control-skip-backward:before {
	content: "\e723"
}

.ti-control-record:before {
	content: "\e724"
}

.ti-control-eject:before {
	content: "\e725"
}

.ti-comments-smiley:before {
	content: "\e726"
}

.ti-brush-alt:before {
	content: "\e727"
}

.ti-youtube:before {
	content: "\e728"
}

.ti-vimeo:before {
	content: "\e729"
}

.ti-twitter:before {
	content: "\e72a"
}

.ti-time:before {
	content: "\e72b"
}

.ti-tumblr:before {
	content: "\e72c"
}

.ti-skype:before {
	content: "\e72d"
}

.ti-share:before {
	content: "\e72e"
}

.ti-share-alt:before {
	content: "\e72f"
}

.ti-rocket:before {
	content: "\e730"
}

.ti-pinterest:before {
	content: "\e731"
}

.ti-new-window:before {
	content: "\e732"
}

.ti-microsoft:before {
	content: "\e733"
}

.ti-list-ol:before {
	content: "\e734"
}

.ti-linkedin:before {
	content: "\e735"
}

.ti-layout-sidebar-2:before {
	content: "\e736"
}

.ti-layout-grid4-alt:before {
	content: "\e737"
}

.ti-layout-grid3-alt:before {
	content: "\e738"
}

.ti-layout-grid2-alt:before {
	content: "\e739"
}

.ti-layout-column4-alt:before {
	content: "\e73a"
}

.ti-layout-column3-alt:before {
	content: "\e73b"
}

.ti-layout-column2-alt:before {
	content: "\e73c"
}

.ti-instagram:before {
	content: "\e73d"
}

.ti-google:before {
	content: "\e73e"
}

.ti-github:before {
	content: "\e73f"
}

.ti-flickr:before {
	content: "\e740"
}

.ti-facebook:before {
	content: "\e741"
}

.ti-dropbox:before {
	content: "\e742"
}

.ti-dribbble:before {
	content: "\e743"
}

.ti-apple:before {
	content: "\e744"
}

.ti-android:before {
	content: "\e745"
}

.ti-save:before {
	content: "\e746"
}

.ti-save-alt:before {
	content: "\e747"
}

.ti-yahoo:before {
	content: "\e748"
}

.ti-wordpress:before {
	content: "\e749"
}

.ti-vimeo-alt:before {
	content: "\e74a"
}

.ti-twitter-alt:before {
	content: "\e74b"
}

.ti-tumblr-alt:before {
	content: "\e74c"
}

.ti-trello:before {
	content: "\e74d"
}

.ti-stack-overflow:before {
	content: "\e74e"
}

.ti-soundcloud:before {
	content: "\e74f"
}

.ti-sharethis:before {
	content: "\e750"
}

.ti-sharethis-alt:before {
	content: "\e751"
}

.ti-reddit:before {
	content: "\e752"
}

.ti-pinterest-alt:before {
	content: "\e753"
}

.ti-microsoft-alt:before {
	content: "\e754"
}

.ti-linux:before {
	content: "\e755"
}

.ti-jsfiddle:before {
	content: "\e756"
}

.ti-joomla:before {
	content: "\e757"
}

.ti-html5:before {
	content: "\e758"
}

.ti-flickr-alt:before {
	content: "\e759"
}

.ti-email:before {
	content: "\e75a"
}

.ti-drupal:before {
	content: "\e75b"
}

.ti-dropbox-alt:before {
	content: "\e75c"
}

.ti-css3:before {
	content: "\e75d"
}

.ti-rss:before {
	content: "\e75e"
}

.ti-rss-alt:before {
	content: "\e75f"
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}


/*!
 * Bootstrap v3.2.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.margin-top-1 {
	margin-top: 1px !important
}

.margin-left-1 {
	margin-left: 1px !important
}

.margin-bottom-1 {
	margin-bottom: 1px !important
}

.margin-right-1 {
	margin-right: 1px !important
}

.margin-top-2 {
	margin-top: 2px !important
}

.margin-left-2 {
	margin-left: 2px !important
}

.margin-bottom-2 {
	margin-bottom: 2px !important
}

.margin-right-2 {
	margin-right: 2px !important
}

.margin-top-3 {
	margin-top: 3px !important
}

.margin-left-3 {
	margin-left: 3px !important
}

.margin-bottom-3 {
	margin-bottom: 3px !important
}

.margin-right-3 {
	margin-right: 3px !important
}

.margin-top-4 {
	margin-top: 4px !important
}

.margin-left-4 {
	margin-left: 4px !important
}

.margin-bottom-4 {
	margin-bottom: 4px !important
}

.margin-right-4 {
	margin-right: 4px !important
}

.margin-top-5 {
	margin-top: 5px !important
}

.margin-left-5 {
	margin-left: 5px !important
}

.margin-bottom-5 {
	margin-bottom: 5px !important
}

.margin-right-5 {
	margin-right: 5px !important
}

.margin-top-6 {
	margin-top: 6px !important
}

.margin-left-6 {
	margin-left: 6px !important
}

.margin-bottom-6 {
	margin-bottom: 6px !important
}

.margin-right-6 {
	margin-right: 6px !important
}

.margin-top-7 {
	margin-top: 7px !important
}

.margin-left-7 {
	margin-left: 7px !important
}

.margin-bottom-7 {
	margin-bottom: 7px !important
}

.margin-right-7 {
	margin-right: 7px !important
}

.margin-top-8 {
	margin-top: 8px !important
}

.margin-left-8 {
	margin-left: 8px !important
}

.margin-bottom-8 {
	margin-bottom: 8px !important
}

.margin-right-8 {
	margin-right: 8px !important
}

.margin-top-9 {
	margin-top: 9px !important
}

.margin-left-9 {
	margin-left: 9px !important
}

.margin-bottom-9 {
	margin-bottom: 9px !important
}

.margin-right-9 {
	margin-right: 9px !important
}

.margin-top-10 {
	margin-top: 10px !important
}

.margin-left-10 {
	margin-left: 10px !important
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

.margin-right-10 {
	margin-right: 10px !important
}

.margin-top-11 {
	margin-top: 11px !important
}

.margin-left-11 {
	margin-left: 11px !important
}

.margin-bottom-11 {
	margin-bottom: 11px !important
}

.margin-right-11 {
	margin-right: 11px !important
}

.margin-top-12 {
	margin-top: 12px !important
}

.margin-left-12 {
	margin-left: 12px !important
}

.margin-bottom-12 {
	margin-bottom: 12px !important
}

.margin-right-12 {
	margin-right: 12px !important
}

.margin-top-13 {
	margin-top: 13px !important
}

.margin-left-13 {
	margin-left: 13px !important
}

.margin-bottom-13 {
	margin-bottom: 13px !important
}

.margin-right-13 {
	margin-right: 13px !important
}

.margin-top-14 {
	margin-top: 14px !important
}

.margin-left-14 {
	margin-left: 14px !important
}

.margin-bottom-14 {
	margin-bottom: 14px !important
}

.margin-right-14 {
	margin-right: 14px !important
}

.margin-top-15 {
	margin-top: 15px !important
}

.margin-left-15 {
	margin-left: 15px !important
}

.margin-bottom-15 {
	margin-bottom: 15px !important
}

.margin-right-15 {
	margin-right: 15px !important
}

.margin-top-16 {
	margin-top: 16px !important
}

.margin-left-16 {
	margin-left: 16px !important
}

.margin-bottom-16 {
	margin-bottom: 16px !important
}

.margin-right-16 {
	margin-right: 16px !important
}

.margin-top-17 {
	margin-top: 17px !important
}

.margin-left-17 {
	margin-left: 17px !important
}

.margin-bottom-17 {
	margin-bottom: 17px !important
}

.margin-right-17 {
	margin-right: 17px !important
}

.margin-top-18 {
	margin-top: 18px !important
}

.margin-left-18 {
	margin-left: 18px !important
}

.margin-bottom-18 {
	margin-bottom: 18px !important
}

.margin-right-18 {
	margin-right: 18px !important
}

.margin-top-19 {
	margin-top: 19px !important
}

.margin-left-19 {
	margin-left: 19px !important
}

.margin-bottom-19 {
	margin-bottom: 19px !important
}

.margin-right-19 {
	margin-right: 19px !important
}

.margin-top-20 {
	margin-top: 20px !important
}

.margin-left-20 {
	margin-left: 20px !important
}

.margin-bottom-20 {
	margin-bottom: 20px !important
}

.margin-right-20 {
	margin-right: 20px !important
}

.margin-top-21 {
	margin-top: 21px !important
}

.margin-left-21 {
	margin-left: 21px !important
}

.margin-bottom-21 {
	margin-bottom: 21px !important
}

.margin-right-21 {
	margin-right: 21px !important
}

.margin-top-22 {
	margin-top: 22px !important
}

.margin-left-22 {
	margin-left: 22px !important
}

.margin-bottom-22 {
	margin-bottom: 22px !important
}

.margin-right-22 {
	margin-right: 22px !important
}

.margin-top-23 {
	margin-top: 23px !important
}

.margin-left-23 {
	margin-left: 23px !important
}

.margin-bottom-23 {
	margin-bottom: 23px !important
}

.margin-right-23 {
	margin-right: 23px !important
}

.margin-top-24 {
	margin-top: 24px !important
}

.margin-left-24 {
	margin-left: 24px !important
}

.margin-bottom-24 {
	margin-bottom: 24px !important
}

.margin-right-24 {
	margin-right: 24px !important
}

.margin-top-25 {
	margin-top: 25px !important
}

.margin-left-25 {
	margin-left: 25px !important
}

.margin-bottom-25 {
	margin-bottom: 25px !important
}

.margin-right-25 {
	margin-right: 25px !important
}

.margin-top-26 {
	margin-top: 26px !important
}

.margin-left-26 {
	margin-left: 26px !important
}

.margin-bottom-26 {
	margin-bottom: 26px !important
}

.margin-right-26 {
	margin-right: 26px !important
}

.margin-top-27 {
	margin-top: 27px !important
}

.margin-left-27 {
	margin-left: 27px !important
}

.margin-bottom-27 {
	margin-bottom: 27px !important
}

.margin-right-27 {
	margin-right: 27px !important
}

.margin-top-28 {
	margin-top: 28px !important
}

.margin-left-28 {
	margin-left: 28px !important
}

.margin-bottom-28 {
	margin-bottom: 28px !important
}

.margin-right-28 {
	margin-right: 28px !important
}

.margin-top-29 {
	margin-top: 29px !important
}

.margin-left-29 {
	margin-left: 29px !important
}

.margin-bottom-29 {
	margin-bottom: 29px !important
}

.margin-right-29 {
	margin-right: 29px !important
}

.margin-top-30 {
	margin-top: 30px !important
}

.margin-left-30 {
	margin-left: 30px !important
}

.margin-bottom-30 {
	margin-bottom: 30px !important
}

.margin-right-30 {
	margin-right: 30px !important
}

.margin-top-31 {
	margin-top: 31px !important
}

.margin-left-31 {
	margin-left: 31px !important
}

.margin-bottom-31 {
	margin-bottom: 31px !important
}

.margin-right-31 {
	margin-right: 31px !important
}

.margin-top-32 {
	margin-top: 32px !important
}

.margin-left-32 {
	margin-left: 32px !important
}

.margin-bottom-32 {
	margin-bottom: 32px !important
}

.margin-right-32 {
	margin-right: 32px !important
}

.margin-top-33 {
	margin-top: 33px !important
}

.margin-left-33 {
	margin-left: 33px !important
}

.margin-bottom-33 {
	margin-bottom: 33px !important
}

.margin-right-33 {
	margin-right: 33px !important
}

.margin-top-34 {
	margin-top: 34px !important
}

.margin-left-34 {
	margin-left: 34px !important
}

.margin-bottom-34 {
	margin-bottom: 34px !important
}

.margin-right-34 {
	margin-right: 34px !important
}

.margin-top-35 {
	margin-top: 35px !important
}

.margin-left-35 {
	margin-left: 35px !important
}

.margin-bottom-35 {
	margin-bottom: 35px !important
}

.margin-right-35 {
	margin-right: 35px !important
}

.margin-top-36 {
	margin-top: 36px !important
}

.margin-left-36 {
	margin-left: 36px !important
}

.margin-bottom-36 {
	margin-bottom: 36px !important
}

.margin-right-36 {
	margin-right: 36px !important
}

.margin-top-37 {
	margin-top: 37px !important
}

.margin-left-37 {
	margin-left: 37px !important
}

.margin-bottom-37 {
	margin-bottom: 37px !important
}

.margin-right-37 {
	margin-right: 37px !important
}

.margin-top-38 {
	margin-top: 38px !important
}

.margin-left-38 {
	margin-left: 38px !important
}

.margin-bottom-38 {
	margin-bottom: 38px !important
}

.margin-right-38 {
	margin-right: 38px !important
}

.margin-top-39 {
	margin-top: 39px !important
}

.margin-left-39 {
	margin-left: 39px !important
}

.margin-bottom-39 {
	margin-bottom: 39px !important
}

.margin-right-39 {
	margin-right: 39px !important
}

.margin-top-40 {
	margin-top: 40px !important
}

.margin-left-40 {
	margin-left: 40px !important
}

.margin-bottom-40 {
	margin-bottom: 40px !important
}

.margin-right-40 {
	margin-right: 40px !important
}

.margin-top-41 {
	margin-top: 41px !important
}

.margin-left-41 {
	margin-left: 41px !important
}

.margin-bottom-41 {
	margin-bottom: 41px !important
}

.margin-right-41 {
	margin-right: 41px !important
}

.margin-top-42 {
	margin-top: 42px !important
}

.margin-left-42 {
	margin-left: 42px !important
}

.margin-bottom-42 {
	margin-bottom: 42px !important
}

.margin-right-42 {
	margin-right: 42px !important
}

.margin-top-43 {
	margin-top: 43px !important
}

.margin-left-43 {
	margin-left: 43px !important
}

.margin-bottom-43 {
	margin-bottom: 43px !important
}

.margin-right-43 {
	margin-right: 43px !important
}

.margin-top-44 {
	margin-top: 44px !important
}

.margin-left-44 {
	margin-left: 44px !important
}

.margin-bottom-44 {
	margin-bottom: 44px !important
}

.margin-right-44 {
	margin-right: 44px !important
}

.margin-top-45 {
	margin-top: 45px !important
}

.margin-left-45 {
	margin-left: 45px !important
}

.margin-bottom-45 {
	margin-bottom: 45px !important
}

.margin-right-45 {
	margin-right: 45px !important
}

.margin-top-46 {
	margin-top: 46px !important
}

.margin-left-46 {
	margin-left: 46px !important
}

.margin-bottom-46 {
	margin-bottom: 46px !important
}

.margin-right-46 {
	margin-right: 46px !important
}

.margin-top-47 {
	margin-top: 47px !important
}

.margin-left-47 {
	margin-left: 47px !important
}

.margin-bottom-47 {
	margin-bottom: 47px !important
}

.margin-right-47 {
	margin-right: 47px !important
}

.margin-top-48 {
	margin-top: 48px !important
}

.margin-left-48 {
	margin-left: 48px !important
}

.margin-bottom-48 {
	margin-bottom: 48px !important
}

.margin-right-48 {
	margin-right: 48px !important
}

.margin-top-49 {
	margin-top: 49px !important
}

.margin-left-49 {
	margin-left: 49px !important
}

.margin-bottom-49 {
	margin-bottom: 49px !important
}

.margin-right-49 {
	margin-right: 49px !important
}

.margin-top-50 {
	margin-top: 50px !important
}

.margin-left-50 {
	margin-left: 50px !important
}

.margin-bottom-50 {
	margin-bottom: 50px !important
}

.margin-right-50 {
	margin-right: 50px !important
}

.margin-top-51 {
	margin-top: 51px !important
}

.margin-left-51 {
	margin-left: 51px !important
}

.margin-bottom-51 {
	margin-bottom: 51px !important
}

.margin-right-51 {
	margin-right: 51px !important
}

.margin-top-52 {
	margin-top: 52px !important
}

.margin-left-52 {
	margin-left: 52px !important
}

.margin-bottom-52 {
	margin-bottom: 52px !important
}

.margin-right-52 {
	margin-right: 52px !important
}

.margin-top-53 {
	margin-top: 53px !important
}

.margin-left-53 {
	margin-left: 53px !important
}

.margin-bottom-53 {
	margin-bottom: 53px !important
}

.margin-right-53 {
	margin-right: 53px !important
}

.margin-top-54 {
	margin-top: 54px !important
}

.margin-left-54 {
	margin-left: 54px !important
}

.margin-bottom-54 {
	margin-bottom: 54px !important
}

.margin-right-54 {
	margin-right: 54px !important
}

.margin-top-55 {
	margin-top: 55px !important
}

.margin-left-55 {
	margin-left: 55px !important
}

.margin-bottom-55 {
	margin-bottom: 55px !important
}

.margin-right-55 {
	margin-right: 55px !important
}

.margin-top-56 {
	margin-top: 56px !important
}

.margin-left-56 {
	margin-left: 56px !important
}

.margin-bottom-56 {
	margin-bottom: 56px !important
}

.margin-right-56 {
	margin-right: 56px !important
}

.margin-top-57 {
	margin-top: 57px !important
}

.margin-left-57 {
	margin-left: 57px !important
}

.margin-bottom-57 {
	margin-bottom: 57px !important
}

.margin-right-57 {
	margin-right: 57px !important
}

.margin-top-58 {
	margin-top: 58px !important
}

.margin-left-58 {
	margin-left: 58px !important
}

.margin-bottom-58 {
	margin-bottom: 58px !important
}

.margin-right-58 {
	margin-right: 58px !important
}

.margin-top-59 {
	margin-top: 59px !important
}

.margin-left-59 {
	margin-left: 59px !important
}

.margin-bottom-59 {
	margin-bottom: 59px !important
}

.margin-right-59 {
	margin-right: 59px !important
}

.margin-top-60 {
	margin-top: 60px !important
}

.margin-left-60 {
	margin-left: 60px !important
}

.margin-bottom-60 {
	margin-bottom: 60px !important
}

.margin-right-60 {
	margin-right: 60px !important
}

.margin-top-61 {
	margin-top: 61px !important
}

.margin-left-61 {
	margin-left: 61px !important
}

.margin-bottom-61 {
	margin-bottom: 61px !important
}

.margin-right-61 {
	margin-right: 61px !important
}

.margin-top-62 {
	margin-top: 62px !important
}

.margin-left-62 {
	margin-left: 62px !important
}

.margin-bottom-62 {
	margin-bottom: 62px !important
}

.margin-right-62 {
	margin-right: 62px !important
}

.margin-top-63 {
	margin-top: 63px !important
}

.margin-left-63 {
	margin-left: 63px !important
}

.margin-bottom-63 {
	margin-bottom: 63px !important
}

.margin-right-63 {
	margin-right: 63px !important
}

.margin-top-64 {
	margin-top: 64px !important
}

.margin-left-64 {
	margin-left: 64px !important
}

.margin-bottom-64 {
	margin-bottom: 64px !important
}

.margin-right-64 {
	margin-right: 64px !important
}

.margin-top-65 {
	margin-top: 65px !important
}

.margin-left-65 {
	margin-left: 65px !important
}

.margin-bottom-65 {
	margin-bottom: 65px !important
}

.margin-right-65 {
	margin-right: 65px !important
}

.margin-top-66 {
	margin-top: 66px !important
}

.margin-left-66 {
	margin-left: 66px !important
}

.margin-bottom-66 {
	margin-bottom: 66px !important
}

.margin-right-66 {
	margin-right: 66px !important
}

.margin-top-67 {
	margin-top: 67px !important
}

.margin-left-67 {
	margin-left: 67px !important
}

.margin-bottom-67 {
	margin-bottom: 67px !important
}

.margin-right-67 {
	margin-right: 67px !important
}

.margin-top-68 {
	margin-top: 68px !important
}

.margin-left-68 {
	margin-left: 68px !important
}

.margin-bottom-68 {
	margin-bottom: 68px !important
}

.margin-right-68 {
	margin-right: 68px !important
}

.margin-top-69 {
	margin-top: 69px !important
}

.margin-left-69 {
	margin-left: 69px !important
}

.margin-bottom-69 {
	margin-bottom: 69px !important
}

.margin-right-69 {
	margin-right: 69px !important
}

.margin-top-70 {
	margin-top: 70px !important
}

.margin-left-70 {
	margin-left: 70px !important
}

.margin-bottom-70 {
	margin-bottom: 70px !important
}

.margin-right-70 {
	margin-right: 70px !important
}

.margin-top-71 {
	margin-top: 71px !important
}

.margin-left-71 {
	margin-left: 71px !important
}

.margin-bottom-71 {
	margin-bottom: 71px !important
}

.margin-right-71 {
	margin-right: 71px !important
}

.margin-top-72 {
	margin-top: 72px !important
}

.margin-left-72 {
	margin-left: 72px !important
}

.margin-bottom-72 {
	margin-bottom: 72px !important
}

.margin-right-72 {
	margin-right: 72px !important
}

.margin-top-73 {
	margin-top: 73px !important
}

.margin-left-73 {
	margin-left: 73px !important
}

.margin-bottom-73 {
	margin-bottom: 73px !important
}

.margin-right-73 {
	margin-right: 73px !important
}

.margin-top-74 {
	margin-top: 74px !important
}

.margin-left-74 {
	margin-left: 74px !important
}

.margin-bottom-74 {
	margin-bottom: 74px !important
}

.margin-right-74 {
	margin-right: 74px !important
}

.margin-top-75 {
	margin-top: 75px !important
}

.margin-left-75 {
	margin-left: 75px !important
}

.margin-bottom-75 {
	margin-bottom: 75px !important
}

.margin-right-75 {
	margin-right: 75px !important
}

.margin-top-76 {
	margin-top: 76px !important
}

.margin-left-76 {
	margin-left: 76px !important
}

.margin-bottom-76 {
	margin-bottom: 76px !important
}

.margin-right-76 {
	margin-right: 76px !important
}

.margin-top-77 {
	margin-top: 77px !important
}

.margin-left-77 {
	margin-left: 77px !important
}

.margin-bottom-77 {
	margin-bottom: 77px !important
}

.margin-right-77 {
	margin-right: 77px !important
}

.margin-top-78 {
	margin-top: 78px !important
}

.margin-left-78 {
	margin-left: 78px !important
}

.margin-bottom-78 {
	margin-bottom: 78px !important
}

.margin-right-78 {
	margin-right: 78px !important
}

.margin-top-79 {
	margin-top: 79px !important
}

.margin-left-79 {
	margin-left: 79px !important
}

.margin-bottom-79 {
	margin-bottom: 79px !important
}

.margin-right-79 {
	margin-right: 79px !important
}

.margin-top-80 {
	margin-top: 80px !important
}

.margin-left-80 {
	margin-left: 80px !important
}

.margin-bottom-80 {
	margin-bottom: 80px !important
}

.margin-right-80 {
	margin-right: 80px !important
}

.padding-top-1 {
	padding-top: 1px !important
}

.padding-left-1 {
	padding-left: 1px !important
}

.padding-bottom-1 {
	padding-bottom: 1px !important
}

.padding-right-1 {
	padding-right: 1px !important
}

.padding-top-2 {
	padding-top: 2px !important
}

.padding-left-2 {
	padding-left: 2px !important
}

.padding-bottom-2 {
	padding-bottom: 2px !important
}

.padding-right-2 {
	padding-right: 2px !important
}

.padding-top-3 {
	padding-top: 3px !important
}

.padding-left-3 {
	padding-left: 3px !important
}

.padding-bottom-3 {
	padding-bottom: 3px !important
}

.padding-right-3 {
	padding-right: 3px !important
}

.padding-top-4 {
	padding-top: 4px !important
}

.padding-left-4 {
	padding-left: 4px !important
}

.padding-bottom-4 {
	padding-bottom: 4px !important
}

.padding-right-4 {
	padding-right: 4px !important
}

.padding-top-5 {
	padding-top: 5px !important
}

.padding-left-5 {
	padding-left: 5px !important
}

.padding-bottom-5 {
	padding-bottom: 5px !important
}

.padding-right-5 {
	padding-right: 5px !important
}

.padding-top-6 {
	padding-top: 6px !important
}

.padding-left-6 {
	padding-left: 6px !important
}

.padding-bottom-6 {
	padding-bottom: 6px !important
}

.padding-right-6 {
	padding-right: 6px !important
}

.padding-top-7 {
	padding-top: 7px !important
}

.padding-left-7 {
	padding-left: 7px !important
}

.padding-bottom-7 {
	padding-bottom: 7px !important
}

.padding-right-7 {
	padding-right: 7px !important
}

.padding-top-8 {
	padding-top: 8px !important
}

.padding-left-8 {
	padding-left: 8px !important
}

.padding-bottom-8 {
	padding-bottom: 8px !important
}

.padding-right-8 {
	padding-right: 8px !important
}

.padding-top-9 {
	padding-top: 9px !important
}

.padding-left-9 {
	padding-left: 9px !important
}

.padding-bottom-9 {
	padding-bottom: 9px !important
}

.padding-right-9 {
	padding-right: 9px !important
}

.padding-top-10 {
	padding-top: 10px !important
}

.padding-left-10 {
	padding-left: 10px !important
}

.padding-bottom-10 {
	padding-bottom: 10px !important
}

.padding-right-10 {
	padding-right: 10px !important
}

.padding-top-11 {
	padding-top: 11px !important
}

.padding-left-11 {
	padding-left: 11px !important
}

.padding-bottom-11 {
	padding-bottom: 11px !important
}

.padding-right-11 {
	padding-right: 11px !important
}

.padding-top-12 {
	padding-top: 12px !important
}

.padding-left-12 {
	padding-left: 12px !important
}

.padding-bottom-12 {
	padding-bottom: 12px !important
}

.padding-right-12 {
	padding-right: 12px !important
}

.padding-top-13 {
	padding-top: 13px !important
}

.padding-left-13 {
	padding-left: 13px !important
}

.padding-bottom-13 {
	padding-bottom: 13px !important
}

.padding-right-13 {
	padding-right: 13px !important
}

.padding-top-14 {
	padding-top: 14px !important
}

.padding-left-14 {
	padding-left: 14px !important
}

.padding-bottom-14 {
	padding-bottom: 14px !important
}

.padding-right-14 {
	padding-right: 14px !important
}

.padding-top-15 {
	padding-top: 15px !important
}

.padding-left-15 {
	padding-left: 15px !important
}

.padding-bottom-15 {
	padding-bottom: 15px !important
}

.padding-right-15 {
	padding-right: 15px !important
}

.padding-top-16 {
	padding-top: 16px !important
}

.padding-left-16 {
	padding-left: 16px !important
}

.padding-bottom-16 {
	padding-bottom: 16px !important
}

.padding-right-16 {
	padding-right: 16px !important
}

.padding-top-17 {
	padding-top: 17px !important
}

.padding-left-17 {
	padding-left: 17px !important
}

.padding-bottom-17 {
	padding-bottom: 17px !important
}

.padding-right-17 {
	padding-right: 17px !important
}

.padding-top-18 {
	padding-top: 18px !important
}

.padding-left-18 {
	padding-left: 18px !important
}

.padding-bottom-18 {
	padding-bottom: 18px !important
}

.padding-right-18 {
	padding-right: 18px !important
}

.padding-top-19 {
	padding-top: 19px !important
}

.padding-left-19 {
	padding-left: 19px !important
}

.padding-bottom-19 {
	padding-bottom: 19px !important
}

.padding-right-19 {
	padding-right: 19px !important
}

.padding-top-20 {
	padding-top: 20px !important
}

.padding-left-20 {
	padding-left: 20px !important
}

.padding-bottom-20 {
	padding-bottom: 20px !important
}

.padding-right-20 {
	padding-right: 20px !important
}

.padding-top-21 {
	padding-top: 21px !important
}

.padding-left-21 {
	padding-left: 21px !important
}

.padding-bottom-21 {
	padding-bottom: 21px !important
}

.padding-right-21 {
	padding-right: 21px !important
}

.padding-top-22 {
	padding-top: 22px !important
}

.padding-left-22 {
	padding-left: 22px !important
}

.padding-bottom-22 {
	padding-bottom: 22px !important
}

.padding-right-22 {
	padding-right: 22px !important
}

.padding-top-23 {
	padding-top: 23px !important
}

.padding-left-23 {
	padding-left: 23px !important
}

.padding-bottom-23 {
	padding-bottom: 23px !important
}

.padding-right-23 {
	padding-right: 23px !important
}

.padding-top-24 {
	padding-top: 24px !important
}

.padding-left-24 {
	padding-left: 24px !important
}

.padding-bottom-24 {
	padding-bottom: 24px !important
}

.padding-right-24 {
	padding-right: 24px !important
}

.padding-top-25 {
	padding-top: 25px !important
}

.padding-left-25 {
	padding-left: 25px !important
}

.padding-bottom-25 {
	padding-bottom: 25px !important
}

.padding-right-25 {
	padding-right: 25px !important
}

.padding-top-26 {
	padding-top: 26px !important
}

.padding-left-26 {
	padding-left: 26px !important
}

.padding-bottom-26 {
	padding-bottom: 26px !important
}

.padding-right-26 {
	padding-right: 26px !important
}

.padding-top-27 {
	padding-top: 27px !important
}

.padding-left-27 {
	padding-left: 27px !important
}

.padding-bottom-27 {
	padding-bottom: 27px !important
}

.padding-right-27 {
	padding-right: 27px !important
}

.padding-top-28 {
	padding-top: 28px !important
}

.padding-left-28 {
	padding-left: 28px !important
}

.padding-bottom-28 {
	padding-bottom: 28px !important
}

.padding-right-28 {
	padding-right: 28px !important
}

.padding-top-29 {
	padding-top: 29px !important
}

.padding-left-29 {
	padding-left: 29px !important
}

.padding-bottom-29 {
	padding-bottom: 29px !important
}

.padding-right-29 {
	padding-right: 29px !important
}

.padding-top-30 {
	padding-top: 30px !important
}

.padding-left-30 {
	padding-left: 30px !important
}

.padding-bottom-30 {
	padding-bottom: 30px !important
}

.padding-right-30 {
	padding-right: 30px !important
}

.padding-top-31 {
	padding-top: 31px !important
}

.padding-left-31 {
	padding-left: 31px !important
}

.padding-bottom-31 {
	padding-bottom: 31px !important
}

.padding-right-31 {
	padding-right: 31px !important
}

.padding-top-32 {
	padding-top: 32px !important
}

.padding-left-32 {
	padding-left: 32px !important
}

.padding-bottom-32 {
	padding-bottom: 32px !important
}

.padding-right-32 {
	padding-right: 32px !important
}

.padding-top-33 {
	padding-top: 33px !important
}

.padding-left-33 {
	padding-left: 33px !important
}

.padding-bottom-33 {
	padding-bottom: 33px !important
}

.padding-right-33 {
	padding-right: 33px !important
}

.padding-top-34 {
	padding-top: 34px !important
}

.padding-left-34 {
	padding-left: 34px !important
}

.padding-bottom-34 {
	padding-bottom: 34px !important
}

.padding-right-34 {
	padding-right: 34px !important
}

.padding-top-35 {
	padding-top: 35px !important
}

.padding-left-35 {
	padding-left: 35px !important
}

.padding-bottom-35 {
	padding-bottom: 35px !important
}

.padding-right-35 {
	padding-right: 35px !important
}

.padding-top-36 {
	padding-top: 36px !important
}

.padding-left-36 {
	padding-left: 36px !important
}

.padding-bottom-36 {
	padding-bottom: 36px !important
}

.padding-right-36 {
	padding-right: 36px !important
}

.padding-top-37 {
	padding-top: 37px !important
}

.padding-left-37 {
	padding-left: 37px !important
}

.padding-bottom-37 {
	padding-bottom: 37px !important
}

.padding-right-37 {
	padding-right: 37px !important
}

.padding-top-38 {
	padding-top: 38px !important
}

.padding-left-38 {
	padding-left: 38px !important
}

.padding-bottom-38 {
	padding-bottom: 38px !important
}

.padding-right-38 {
	padding-right: 38px !important
}

.padding-top-39 {
	padding-top: 39px !important
}

.padding-left-39 {
	padding-left: 39px !important
}

.padding-bottom-39 {
	padding-bottom: 39px !important
}

.padding-right-39 {
	padding-right: 39px !important
}

.padding-top-40 {
	padding-top: 40px !important
}

.padding-left-40 {
	padding-left: 40px !important
}

.padding-bottom-40 {
	padding-bottom: 40px !important
}

.padding-right-40 {
	padding-right: 40px !important
}

.padding-top-41 {
	padding-top: 41px !important
}

.padding-left-41 {
	padding-left: 41px !important
}

.padding-bottom-41 {
	padding-bottom: 41px !important
}

.padding-right-41 {
	padding-right: 41px !important
}

.padding-top-42 {
	padding-top: 42px !important
}

.padding-left-42 {
	padding-left: 42px !important
}

.padding-bottom-42 {
	padding-bottom: 42px !important
}

.padding-right-42 {
	padding-right: 42px !important
}

.padding-top-43 {
	padding-top: 43px !important
}

.padding-left-43 {
	padding-left: 43px !important
}

.padding-bottom-43 {
	padding-bottom: 43px !important
}

.padding-right-43 {
	padding-right: 43px !important
}

.padding-top-44 {
	padding-top: 44px !important
}

.padding-left-44 {
	padding-left: 44px !important
}

.padding-bottom-44 {
	padding-bottom: 44px !important
}

.padding-right-44 {
	padding-right: 44px !important
}

.padding-top-45 {
	padding-top: 45px !important
}

.padding-left-45 {
	padding-left: 45px !important
}

.padding-bottom-45 {
	padding-bottom: 45px !important
}

.padding-right-45 {
	padding-right: 45px !important
}

.padding-top-46 {
	padding-top: 46px !important
}

.padding-left-46 {
	padding-left: 46px !important
}

.padding-bottom-46 {
	padding-bottom: 46px !important
}

.padding-right-46 {
	padding-right: 46px !important
}

.padding-top-47 {
	padding-top: 47px !important
}

.padding-left-47 {
	padding-left: 47px !important
}

.padding-bottom-47 {
	padding-bottom: 47px !important
}

.padding-right-47 {
	padding-right: 47px !important
}

.padding-top-48 {
	padding-top: 48px !important
}

.padding-left-48 {
	padding-left: 48px !important
}

.padding-bottom-48 {
	padding-bottom: 48px !important
}

.padding-right-48 {
	padding-right: 48px !important
}

.padding-top-49 {
	padding-top: 49px !important
}

.padding-left-49 {
	padding-left: 49px !important
}

.padding-bottom-49 {
	padding-bottom: 49px !important
}

.padding-right-49 {
	padding-right: 49px !important
}

.padding-top-50 {
	padding-top: 50px !important
}

.padding-left-50 {
	padding-left: 50px !important
}

.padding-bottom-50 {
	padding-bottom: 50px !important
}

.padding-right-50 {
	padding-right: 50px !important
}

.padding-top-51 {
	padding-top: 51px !important
}

.padding-left-51 {
	padding-left: 51px !important
}

.padding-bottom-51 {
	padding-bottom: 51px !important
}

.padding-right-51 {
	padding-right: 51px !important
}

.padding-top-52 {
	padding-top: 52px !important
}

.padding-left-52 {
	padding-left: 52px !important
}

.padding-bottom-52 {
	padding-bottom: 52px !important
}

.padding-right-52 {
	padding-right: 52px !important
}

.padding-top-53 {
	padding-top: 53px !important
}

.padding-left-53 {
	padding-left: 53px !important
}

.padding-bottom-53 {
	padding-bottom: 53px !important
}

.padding-right-53 {
	padding-right: 53px !important
}

.padding-top-54 {
	padding-top: 54px !important
}

.padding-left-54 {
	padding-left: 54px !important
}

.padding-bottom-54 {
	padding-bottom: 54px !important
}

.padding-right-54 {
	padding-right: 54px !important
}

.padding-top-55 {
	padding-top: 55px !important
}

.padding-left-55 {
	padding-left: 55px !important
}

.padding-bottom-55 {
	padding-bottom: 55px !important
}

.padding-right-55 {
	padding-right: 55px !important
}

.padding-top-56 {
	padding-top: 56px !important
}

.padding-left-56 {
	padding-left: 56px !important
}

.padding-bottom-56 {
	padding-bottom: 56px !important
}

.padding-right-56 {
	padding-right: 56px !important
}

.padding-top-57 {
	padding-top: 57px !important
}

.padding-left-57 {
	padding-left: 57px !important
}

.padding-bottom-57 {
	padding-bottom: 57px !important
}

.padding-right-57 {
	padding-right: 57px !important
}

.padding-top-58 {
	padding-top: 58px !important
}

.padding-left-58 {
	padding-left: 58px !important
}

.padding-bottom-58 {
	padding-bottom: 58px !important
}

.padding-right-58 {
	padding-right: 58px !important
}

.padding-top-59 {
	padding-top: 59px !important
}

.padding-left-59 {
	padding-left: 59px !important
}

.padding-bottom-59 {
	padding-bottom: 59px !important
}

.padding-right-59 {
	padding-right: 59px !important
}

.padding-top-60 {
	padding-top: 60px !important
}

.padding-left-60 {
	padding-left: 60px !important
}

.padding-bottom-60 {
	padding-bottom: 60px !important
}

.padding-right-60 {
	padding-right: 60px !important
}

.padding-top-61 {
	padding-top: 61px !important
}

.padding-left-61 {
	padding-left: 61px !important
}

.padding-bottom-61 {
	padding-bottom: 61px !important
}

.padding-right-61 {
	padding-right: 61px !important
}

.padding-top-62 {
	padding-top: 62px !important
}

.padding-left-62 {
	padding-left: 62px !important
}

.padding-bottom-62 {
	padding-bottom: 62px !important
}

.padding-right-62 {
	padding-right: 62px !important
}

.padding-top-63 {
	padding-top: 63px !important
}

.padding-left-63 {
	padding-left: 63px !important
}

.padding-bottom-63 {
	padding-bottom: 63px !important
}

.padding-right-63 {
	padding-right: 63px !important
}

.padding-top-64 {
	padding-top: 64px !important
}

.padding-left-64 {
	padding-left: 64px !important
}

.padding-bottom-64 {
	padding-bottom: 64px !important
}

.padding-right-64 {
	padding-right: 64px !important
}

.padding-top-65 {
	padding-top: 65px !important
}

.padding-left-65 {
	padding-left: 65px !important
}

.padding-bottom-65 {
	padding-bottom: 65px !important
}

.padding-right-65 {
	padding-right: 65px !important
}

.padding-top-66 {
	padding-top: 66px !important
}

.padding-left-66 {
	padding-left: 66px !important
}

.padding-bottom-66 {
	padding-bottom: 66px !important
}

.padding-right-66 {
	padding-right: 66px !important
}

.padding-top-67 {
	padding-top: 67px !important
}

.padding-left-67 {
	padding-left: 67px !important
}

.padding-bottom-67 {
	padding-bottom: 67px !important
}

.padding-right-67 {
	padding-right: 67px !important
}

.padding-top-68 {
	padding-top: 68px !important
}

.padding-left-68 {
	padding-left: 68px !important
}

.padding-bottom-68 {
	padding-bottom: 68px !important
}

.padding-right-68 {
	padding-right: 68px !important
}

.padding-top-69 {
	padding-top: 69px !important
}

.padding-left-69 {
	padding-left: 69px !important
}

.padding-bottom-69 {
	padding-bottom: 69px !important
}

.padding-right-69 {
	padding-right: 69px !important
}

.padding-top-70 {
	padding-top: 70px !important
}

.padding-left-70 {
	padding-left: 70px !important
}

.padding-bottom-70 {
	padding-bottom: 70px !important
}

.padding-right-70 {
	padding-right: 70px !important
}

.padding-top-71 {
	padding-top: 71px !important
}

.padding-left-71 {
	padding-left: 71px !important
}

.padding-bottom-71 {
	padding-bottom: 71px !important
}

.padding-right-71 {
	padding-right: 71px !important
}

.padding-top-72 {
	padding-top: 72px !important
}

.padding-left-72 {
	padding-left: 72px !important
}

.padding-bottom-72 {
	padding-bottom: 72px !important
}

.padding-right-72 {
	padding-right: 72px !important
}

.padding-top-73 {
	padding-top: 73px !important
}

.padding-left-73 {
	padding-left: 73px !important
}

.padding-bottom-73 {
	padding-bottom: 73px !important
}

.padding-right-73 {
	padding-right: 73px !important
}

.padding-top-74 {
	padding-top: 74px !important
}

.padding-left-74 {
	padding-left: 74px !important
}

.padding-bottom-74 {
	padding-bottom: 74px !important
}

.padding-right-74 {
	padding-right: 74px !important
}

.padding-top-75 {
	padding-top: 75px !important
}

.padding-left-75 {
	padding-left: 75px !important
}

.padding-bottom-75 {
	padding-bottom: 75px !important
}

.padding-right-75 {
	padding-right: 75px !important
}

.padding-top-76 {
	padding-top: 76px !important
}

.padding-left-76 {
	padding-left: 76px !important
}

.padding-bottom-76 {
	padding-bottom: 76px !important
}

.padding-right-76 {
	padding-right: 76px !important
}

.padding-top-77 {
	padding-top: 77px !important
}

.padding-left-77 {
	padding-left: 77px !important
}

.padding-bottom-77 {
	padding-bottom: 77px !important
}

.padding-right-77 {
	padding-right: 77px !important
}

.padding-top-78 {
	padding-top: 78px !important
}

.padding-left-78 {
	padding-left: 78px !important
}

.padding-bottom-78 {
	padding-bottom: 78px !important
}

.padding-right-78 {
	padding-right: 78px !important
}

.padding-top-79 {
	padding-top: 79px !important
}

.padding-left-79 {
	padding-left: 79px !important
}

.padding-bottom-79 {
	padding-bottom: 79px !important
}

.padding-right-79 {
	padding-right: 79px !important
}

.padding-top-80 {
	padding-top: 80px !important
}

.padding-left-80 {
	padding-left: 80px !important
}

.padding-bottom-80 {
	padding-bottom: 80px !important
}

.padding-right-80 {
	padding-right: 80px !important
}

@keyframes rotate_icon {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate_icon {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scale_icon {
	form {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scale_icon {
	form {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes slideIcon {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideIcon {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

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 {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.navbar {
		display: none
	}
	.table td,
	.table th {
		background-color: #fff !important
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important
	}
}

/*@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur: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
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px
}

body {
	font-family: "Sarabun", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #888b90;
	background: #f6f9fc !important;
	overflow-x: hidden
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #3a3d43;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease
}

a:hover,
a:focus {
	color: #1768fe;
	outline: 0
}

a:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 10px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.6;
	background-color: #f6f9fc;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Sarabun", Arial, sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #3a3d43
}

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: normal;
	line-height: 1;
	color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 28px;
	margin-bottom: 28px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 25px;
	margin-bottom: 25px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%
}

h1,
.h1 {
	font-size: 41px
}

h2,
.h2 {
	font-size: 34px
}

h3,
.h3 {
	font-size: 28px
}

h4,
.h4 {
	font-size: 20px
}

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 14px
}

p {
	margin: 0 0 12.5px
}

.lead {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width: 768px) {
	.lead {
		font-size: 24px
	}
}

small,
.small {
	font-size: 87%
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.rtl .text-left {
	text-align: right
}

.text-right {
	text-align: right
}

.rtl .text-right {
	text-align: left
}

.text-center {
	text-align: center !important
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #262626
}

a.text-primary:hover {
	color: #0d0d0d
}

.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
}

.bg-primary {
	background-color: #262626
}

a.bg-primary:hover {
	background-color: #0d0d0d
}

.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: 11.5px;
	margin: 50px 0 25px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12.5px
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 25px
}

dt,
dd {
	line-height: 1.6
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 12.5px 25px;
	margin: 0 0 25px;
	font-size: 20px;
	border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.6;
	color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 25px;
	font-style: normal;
	line-height: 1.6
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #1f86ef;
	background-color: rgba(31, 134, 239, 0.1);
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	box-shadow: none
}

pre {
	display: block;
	padding: 12px;
	margin: 0 0 12.5px;
	font-size: 15px;
	line-height: 1.6;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0
}

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 {
	margin-right: auto;
	margin-left: auto;
	
	max-width: 100%
}

.container:before,
.container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width: 768px) {
	.container {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100% !important;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:before,
.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

th {
	text-align: left
}

table,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.6;
	vertical-align: top;
	border-top: 1px solid #ddd
}

table>thead>tr>th,
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

table>tbody+tbody,
.table>tbody+tbody {
	border-top: 2px solid #ddd
}

table .table,
.table .table {
	background-color: #f6f9fc
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

table,
.table-bordered {
	border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
	background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
	background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
	background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18.75px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>tfoot>tr>td {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="range"] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 14px;
	font-size: 16px;
	line-height: 1.6;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 49px;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dde6ef;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.form-control:focus {
	border-color: #b3b1b1;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.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 {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	line-height: 49px;
	line-height: 1.6 \0
}

input[type="date"].input-sm,
.form-horizontal .form-group-sm input[type="date"].form-control,
.input-group-sm>input[type="date"].form-control,
.input-group-sm>input[type="date"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm>input[type="time"].form-control,
.input-group-sm>input[type="time"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm>input[type="month"].form-control,
.input-group-sm>input[type="month"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="month"].btn {
	line-height: 43px
}

input[type="date"].input-lg,
.form-horizontal .form-group-lg input[type="date"].form-control,
.input-group-lg>input[type="date"].form-control,
.input-group-lg>input[type="date"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg>input[type="time"].form-control,
.input-group-lg>input[type="time"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg>input[type="month"].form-control,
.input-group-lg>input[type="month"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="month"].btn {
	line-height: 57px
}

.form-group {
	margin-bottom: 15px
}

.radio,
.checkbox {
	position: relative;
	display: block;
	min-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 7px;
	margin-top: 7px \9
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-horizontal .form-group-lg .form-control-static.form-control,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.form-horizontal .form-group-sm .form-control-static.form-control,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 43px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm,
.form-horizontal .form-group-sm select.form-control,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
	height: 43px;
	line-height: 43px
}

textarea.input-sm,
.form-horizontal .form-group-sm textarea.form-control,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
	height: auto
}

.input-lg,
.form-horizontal .form-group-lg .form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 57px;
	padding: 14px 35px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 10px
}

select.input-lg,
.form-horizontal .form-group-lg select.form-control,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
	height: 57px;
	line-height: 57px
}

textarea.input-lg,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 61.25px
}

.form-control-feedback {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
	display: block;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center
}

.input-lg+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
	width: 57px;
	height: 57px;
	line-height: 57px
}

.input-sm+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
	width: 43px;
	height: 43px;
	line-height: 43px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: none;
	box-shadow: none
}

.has-success .form-control:focus {
	border-color: #2b542c
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: none;
	box-shadow: none
}

.has-warning .form-control:focus {
	border-color: #66512c
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: none;
	box-shadow: none
}

.has-error .form-control:focus {
	border-color: #843534
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #cacbce
}

@media (min-width: 768px) {
	.form-inline .form-group,
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control,
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group,
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .input-group-addon,
	.navbar-form .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.navbar-form .input-group .input-group-btn,
	.form-inline .input-group .form-control,
	.navbar-form .input-group .form-control {
		width: auto
	}
	.form-inline .input-group>.form-control,
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label,
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio,
	.navbar-form .radio,
	.form-inline .checkbox,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .radio label,
	.navbar-form .radio label,
	.form-inline .checkbox label,
	.navbar-form .checkbox label {
		padding-left: 0
	}
	.form-inline .radio input[type="radio"],
	.navbar-form .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback,
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 14px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 39px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 14px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 19.66667px
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 11px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	font-family: "Sarabun";
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	letter-spacing: 0;
	padding: 13px 30px;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus {
	color: #1768fe;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #b3b3b3
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #262626;
	border-color: #191919
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0d0d0d;
	border-color: black
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
	background-color: #262626;
	border-color: #191919
}

.btn-primary .badge {
	color: #262626;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #79b530;
	border-color: #6ca12b
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #5e8d25;
	border-color: #517920
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
	background-color: #79b530;
	border-color: #6ca12b
}

.btn-success .badge {
	color: #79b530;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #27ceb4;
	border-color: #23b9a1
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #1fa38f;
	border-color: #1b8e7c
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
	background-color: #27ceb4;
	border-color: #23b9a1
}

.btn-info .badge {
	color: #27ceb4;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #df8a13
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #e44343;
	border-color: #e12d2d
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d51f1f;
	border-color: #bf1b1b
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
	background-color: #e44343;
	border-color: #e12d2d
}

.btn-danger .badge {
	color: #e44343;
	background-color: #fff
}

.btn-link {
	color: #3a3d43;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #1768fe;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 14px 35px;
	font-size: 20px;
	line-height: 1.33333;
	border-radius: 10px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 11.5px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #262626
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
	outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.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-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 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,
.btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.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-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.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-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 13px 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #dde6ef;
	border-radius: 4px
}

.input-group-addon.input-sm,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 14px 35px;
	font-size: 20px;
	border-radius: 10px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:before,
.nav:after {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #3a3d43
}

.nav .nav-divider {
	height: 1px;
	margin: 11.5px 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.6;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #f6f9fc;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #262626
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #f6f9fc
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 25px;
	border: 1px solid transparent
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

@media (min-width: 768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media (max-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 768px) {
	.container>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 12.5px 15px;
	font-size: 20px;
	line-height: 25px;
	height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	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: 6.25px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 25px
	}
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 12.5px;
		padding-bottom: 12.5px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important
	}
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 0.5px;
	margin-bottom: 0.5px
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 0.5px;
	margin-bottom: 0.5px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
	margin-top: 3.5px;
	margin-bottom: 3.5px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 12.5px;
	margin-bottom: 12.5px
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	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:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 25px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb a {
	color: #000
}

.breadcrumb a:hover {
	color: #1768fe
}

.breadcrumb a,
.breadcrumb>li {
	display: inline-block
}

.breadcrumb a+a:before,
.breadcrumb a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 12px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 25px 0;
	border-radius: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 13px 30px;
	line-height: 1.6;
	text-decoration: none;
	color: #3a3d43;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	-webkit-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: #1768fe;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #262626;
	border-color: #262626;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 14px 35px;
	font-size: 20px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 10px 15px;
	font-size: 14px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 25px 0;
	list-style: none;
	text-align: center
}

.pager:before,
.pager:after {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #262626
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #0d0d0d
}

.label-success {
	background-color: #79b530
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #5e8d25
}

.label-info {
	background-color: #27ceb4
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #1fa38f
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f
}

.label-danger {
	background-color: #e44343
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #d51f1f
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #3a3d43;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron {
	border-radius: 10px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 72px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.6;
	background-color: #f6f9fc;
	border: 1px solid #ddd;
	border-radius: 4px
}

.thumbnail>img,
.thumbnail a>img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #888b90
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #3a3d43
}

.alert {
	padding: 15px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: bold
}

.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 {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-success .close {
	color: #3c763d
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-info .close {
	color: #31708f
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-warning .close {
	color: #8a6d3b
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

.alert-danger .close {
	color: #a94442
}

@-webkit-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 {
	overflow: hidden;
	height: 25px;
	margin-bottom: 25px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border-radius: 0
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background-color: #262626;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
	min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
	color: #777;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none
}

.progress-bar-success {
	background-color: #79b530
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #27ceb4
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #e44343
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-right,
.media>.pull-right {
	padding-left: 15px
}

.media-left,
.media>.pull-left {
	padding-right: 15px
}

.media-left,
.media-right,
.media-body {
	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 {
	margin-bottom: 20px;
	padding-left: 0
}

.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-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eee;
	color: #777
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #262626;
	border-color: #262626
}

.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: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,
.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 {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #8c8c8c
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel-body {
	padding: 15px
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.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,
.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-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-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 {
	border-top-left-radius: 3px
}

.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,
.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-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-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 {
	border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table: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,
.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 {
	border-bottom-left-radius: 3px
}

.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,
.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 {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.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,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>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 {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 25px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 8px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #262626
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #262626;
	border-color: #262626
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #262626
}

.panel-primary>.panel-heading .badge {
	color: #262626;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #262626
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 60px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 0px solid #e3e3e3;
	border-radius: 0;
	box-shadow: none
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 0
}

.well-sm {
	padding: 9px;
	border-radius: 0
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.6px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.6
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.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, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 14px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 0px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 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;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 9px 9px 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 {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	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, 0.25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel-wrapper {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent
}

.carousel-control.right {
	left: auto;
	right: 0
}

.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-control>* {
	display: table-cell !important;
	vertical-align: middle
}

.carousel-control:hover {
	border-color: #feac36;
	color: #feac36
}

.carousel-indicators {
	position: absolute;
	bottom: 00px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #262626
}

.carousel-indicators .active {
	margin: 2px;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: 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;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.ps-container {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none
}



@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important
	}
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent
}

.ps-container.ps-in-scrolling {
	pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 11px
}

.ps-container:hover.ps-in-scrolling {
	pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #999
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scroll-element {
	display: none
}

.scroll-element,
.scroll-element div {
	box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default
}

.scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0
}

.terms-list>.scroll-element,
.terms-list>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.terms-list>.scroll-element {
	background-color: #fff
}

.terms-list>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.terms-list>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px
}

.terms-list>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px
}

.terms-list>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px
}

.terms-list>.scroll-element .scroll-element_outer {
	overflow: hidden
}

.terms-list>.scroll-element .scroll-element_track {
	background-color: #eee
}

.terms-list>.scroll-element .scroll-element_outer,
.terms-list>.scroll-element .scroll-element_track,
.terms-list>.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.terms-list>.scroll-element .scroll-bar {
	background-color: #d9d9d9
}

.terms-list>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2
}

.terms-list>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.terms-list>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px
}

.terms-list>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px
}

.terms-list>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px
}

.terms-list>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px
}

.terms-list>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px
}

.terms-list>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px
}

.terms-list>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px
}

.terms-list>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px
}

.mm-hidden {
	display: none!important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	transform: translate(100%, 0);
	transform: translate3d(100%, 0, 0);
	transition: transform .4s ease;
	transform-origin: top left
}

.mm-panel.mm-opened {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	transform: translate(-30%, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
	z-index: 1
}

.mm-panel.mm-noanimation {
	transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-next:after,
.mm-prev:before {
	content: '';
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.mm-prev:before {
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-next:after {
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mm-navbar>* {
	display: block;
	padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-navbar .mm-btn:first-child {
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}

.mm-listview>li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.mm-listview>li:not(.mm-divider):after {
	left: 20px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: transform .4s ease;
	z-index: 1
}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking {
	overflow: hidden
}

html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
	display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
	z-index: 10
}

.mm-menu.mm-offcanvas {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

html.mm-opening .mm-menu~.mm-slideout {
	transform: translate(80%, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-menu~.mm-slideout {
		transform: translate(140px, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-menu~.mm-slideout {
		transform: translate(440px, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-sronly {
	border: 0!important;
	clip: rect(1px, 1px, 1px, 1px)!important;
	clip-path: inset(50%)!important;
	white-space: nowrap!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	overflow: hidden!important;
	position: absolute!important
}

.margin-top-1 {
	margin-top: 1px !important
}

.margin-left-1 {
	margin-left: 1px !important
}

.margin-bottom-1 {
	margin-bottom: 1px !important
}

.margin-right-1 {
	margin-right: 1px !important
}

.margin-top-2 {
	margin-top: 2px !important
}

.margin-left-2 {
	margin-left: 2px !important
}

.margin-bottom-2 {
	margin-bottom: 2px !important
}

.margin-right-2 {
	margin-right: 2px !important
}

.margin-top-3 {
	margin-top: 3px !important
}

.margin-left-3 {
	margin-left: 3px !important
}

.margin-bottom-3 {
	margin-bottom: 3px !important
}

.margin-right-3 {
	margin-right: 3px !important
}

.margin-top-4 {
	margin-top: 4px !important
}

.margin-left-4 {
	margin-left: 4px !important
}

.margin-bottom-4 {
	margin-bottom: 4px !important
}

.margin-right-4 {
	margin-right: 4px !important
}

.margin-top-5 {
	margin-top: 5px !important
}

.margin-left-5 {
	margin-left: 5px !important
}

.margin-bottom-5 {
	margin-bottom: 5px !important
}

.margin-right-5 {
	margin-right: 5px !important
}

.margin-top-6 {
	margin-top: 6px !important
}

.margin-left-6 {
	margin-left: 6px !important
}

.margin-bottom-6 {
	margin-bottom: 6px !important
}

.margin-right-6 {
	margin-right: 6px !important
}

.margin-top-7 {
	margin-top: 7px !important
}

.margin-left-7 {
	margin-left: 7px !important
}

.margin-bottom-7 {
	margin-bottom: 7px !important
}

.margin-right-7 {
	margin-right: 7px !important
}

.margin-top-8 {
	margin-top: 8px !important
}

.margin-left-8 {
	margin-left: 8px !important
}

.margin-bottom-8 {
	margin-bottom: 8px !important
}

.margin-right-8 {
	margin-right: 8px !important
}

.margin-top-9 {
	margin-top: 9px !important
}

.margin-left-9 {
	margin-left: 9px !important
}

.margin-bottom-9 {
	margin-bottom: 9px !important
}

.margin-right-9 {
	margin-right: 9px !important
}

.margin-top-10 {
	margin-top: 10px !important
}

.margin-left-10 {
	margin-left: 10px !important
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

.margin-right-10 {
	margin-right: 10px !important
}

.margin-top-11 {
	margin-top: 11px !important
}

.margin-left-11 {
	margin-left: 11px !important
}

.margin-bottom-11 {
	margin-bottom: 11px !important
}

.margin-right-11 {
	margin-right: 11px !important
}

.margin-top-12 {
	margin-top: 12px !important
}

.margin-left-12 {
	margin-left: 12px !important
}

.margin-bottom-12 {
	margin-bottom: 12px !important
}

.margin-right-12 {
	margin-right: 12px !important
}

.margin-top-13 {
	margin-top: 13px !important
}

.margin-left-13 {
	margin-left: 13px !important
}

.margin-bottom-13 {
	margin-bottom: 13px !important
}

.margin-right-13 {
	margin-right: 13px !important
}

.margin-top-14 {
	margin-top: 14px !important
}

.margin-left-14 {
	margin-left: 14px !important
}

.margin-bottom-14 {
	margin-bottom: 14px !important
}

.margin-right-14 {
	margin-right: 14px !important
}

.margin-top-15 {
	margin-top: 15px !important
}

.margin-left-15 {
	margin-left: 15px !important
}

.margin-bottom-15 {
	margin-bottom: 15px !important
}

.margin-right-15 {
	margin-right: 15px !important
}

.margin-top-16 {
	margin-top: 16px !important
}

.margin-left-16 {
	margin-left: 16px !important
}

.margin-bottom-16 {
	margin-bottom: 16px !important
}

.margin-right-16 {
	margin-right: 16px !important
}

.margin-top-17 {
	margin-top: 17px !important
}

.margin-left-17 {
	margin-left: 17px !important
}

.margin-bottom-17 {
	margin-bottom: 17px !important
}

.margin-right-17 {
	margin-right: 17px !important
}

.margin-top-18 {
	margin-top: 18px !important
}

.margin-left-18 {
	margin-left: 18px !important
}

.margin-bottom-18 {
	margin-bottom: 18px !important
}

.margin-right-18 {
	margin-right: 18px !important
}

.margin-top-19 {
	margin-top: 19px !important
}

.margin-left-19 {
	margin-left: 19px !important
}

.margin-bottom-19 {
	margin-bottom: 19px !important
}

.margin-right-19 {
	margin-right: 19px !important
}

.margin-top-20 {
	margin-top: 20px !important
}

.margin-left-20 {
	margin-left: 20px !important
}

.margin-bottom-20 {
	margin-bottom: 20px !important
}

.margin-right-20 {
	margin-right: 20px !important
}

.margin-top-21 {
	margin-top: 21px !important
}

.margin-left-21 {
	margin-left: 21px !important
}

.margin-bottom-21 {
	margin-bottom: 21px !important
}

.margin-right-21 {
	margin-right: 21px !important
}

.margin-top-22 {
	margin-top: 22px !important
}

.margin-left-22 {
	margin-left: 22px !important
}

.margin-bottom-22 {
	margin-bottom: 22px !important
}

.margin-right-22 {
	margin-right: 22px !important
}

.margin-top-23 {
	margin-top: 23px !important
}

.margin-left-23 {
	margin-left: 23px !important
}

.margin-bottom-23 {
	margin-bottom: 23px !important
}

.margin-right-23 {
	margin-right: 23px !important
}

.margin-top-24 {
	margin-top: 24px !important
}

.margin-left-24 {
	margin-left: 24px !important
}

.margin-bottom-24 {
	margin-bottom: 24px !important
}

.margin-right-24 {
	margin-right: 24px !important
}

.margin-top-25 {
	margin-top: 25px !important
}

.margin-left-25 {
	margin-left: 25px !important
}

.margin-bottom-25 {
	margin-bottom: 25px !important
}

.margin-right-25 {
	margin-right: 25px !important
}

.margin-top-26 {
	margin-top: 26px !important
}

.margin-left-26 {
	margin-left: 26px !important
}

.margin-bottom-26 {
	margin-bottom: 26px !important
}

.margin-right-26 {
	margin-right: 26px !important
}

.margin-top-27 {
	margin-top: 27px !important
}

.margin-left-27 {
	margin-left: 27px !important
}

.margin-bottom-27 {
	margin-bottom: 27px !important
}

.margin-right-27 {
	margin-right: 27px !important
}

.margin-top-28 {
	margin-top: 28px !important
}

.margin-left-28 {
	margin-left: 28px !important
}

.margin-bottom-28 {
	margin-bottom: 28px !important
}

.margin-right-28 {
	margin-right: 28px !important
}

.margin-top-29 {
	margin-top: 29px !important
}

.margin-left-29 {
	margin-left: 29px !important
}

.margin-bottom-29 {
	margin-bottom: 29px !important
}

.margin-right-29 {
	margin-right: 29px !important
}

.margin-top-30 {
	margin-top: 30px !important
}

.margin-left-30 {
	margin-left: 30px !important
}

.margin-bottom-30 {
	margin-bottom: 30px !important
}

.margin-right-30 {
	margin-right: 30px !important
}

.margin-top-31 {
	margin-top: 31px !important
}

.margin-left-31 {
	margin-left: 31px !important
}

.margin-bottom-31 {
	margin-bottom: 31px !important
}

.margin-right-31 {
	margin-right: 31px !important
}

.margin-top-32 {
	margin-top: 32px !important
}

.margin-left-32 {
	margin-left: 32px !important
}

.margin-bottom-32 {
	margin-bottom: 32px !important
}

.margin-right-32 {
	margin-right: 32px !important
}

.margin-top-33 {
	margin-top: 33px !important
}

.margin-left-33 {
	margin-left: 33px !important
}

.margin-bottom-33 {
	margin-bottom: 33px !important
}

.margin-right-33 {
	margin-right: 33px !important
}

.margin-top-34 {
	margin-top: 34px !important
}

.margin-left-34 {
	margin-left: 34px !important
}

.margin-bottom-34 {
	margin-bottom: 34px !important
}

.margin-right-34 {
	margin-right: 34px !important
}

.margin-top-35 {
	margin-top: 35px !important
}

.margin-left-35 {
	margin-left: 35px !important
}

.margin-bottom-35 {
	margin-bottom: 35px !important
}

.margin-right-35 {
	margin-right: 35px !important
}

.margin-top-36 {
	margin-top: 36px !important
}

.margin-left-36 {
	margin-left: 36px !important
}

.margin-bottom-36 {
	margin-bottom: 36px !important
}

.margin-right-36 {
	margin-right: 36px !important
}

.margin-top-37 {
	margin-top: 37px !important
}

.margin-left-37 {
	margin-left: 37px !important
}

.margin-bottom-37 {
	margin-bottom: 37px !important
}

.margin-right-37 {
	margin-right: 37px !important
}

.margin-top-38 {
	margin-top: 38px !important
}

.margin-left-38 {
	margin-left: 38px !important
}

.margin-bottom-38 {
	margin-bottom: 38px !important
}

.margin-right-38 {
	margin-right: 38px !important
}

.margin-top-39 {
	margin-top: 39px !important
}

.margin-left-39 {
	margin-left: 39px !important
}

.margin-bottom-39 {
	margin-bottom: 39px !important
}

.margin-right-39 {
	margin-right: 39px !important
}

.margin-top-40 {
	margin-top: 40px !important
}

.margin-left-40 {
	margin-left: 40px !important
}

.margin-bottom-40 {
	margin-bottom: 40px !important
}

.margin-right-40 {
	margin-right: 40px !important
}

.margin-top-41 {
	margin-top: 41px !important
}

.margin-left-41 {
	margin-left: 41px !important
}

.margin-bottom-41 {
	margin-bottom: 41px !important
}

.margin-right-41 {
	margin-right: 41px !important
}

.margin-top-42 {
	margin-top: 42px !important
}

.margin-left-42 {
	margin-left: 42px !important
}

.margin-bottom-42 {
	margin-bottom: 42px !important
}

.margin-right-42 {
	margin-right: 42px !important
}

.margin-top-43 {
	margin-top: 43px !important
}

.margin-left-43 {
	margin-left: 43px !important
}

.margin-bottom-43 {
	margin-bottom: 43px !important
}

.margin-right-43 {
	margin-right: 43px !important
}

.margin-top-44 {
	margin-top: 44px !important
}

.margin-left-44 {
	margin-left: 44px !important
}

.margin-bottom-44 {
	margin-bottom: 44px !important
}

.margin-right-44 {
	margin-right: 44px !important
}

.margin-top-45 {
	margin-top: 45px !important
}

.margin-left-45 {
	margin-left: 45px !important
}

.margin-bottom-45 {
	margin-bottom: 45px !important
}

.margin-right-45 {
	margin-right: 45px !important
}

.margin-top-46 {
	margin-top: 46px !important
}

.margin-left-46 {
	margin-left: 46px !important
}

.margin-bottom-46 {
	margin-bottom: 46px !important
}

.margin-right-46 {
	margin-right: 46px !important
}

.margin-top-47 {
	margin-top: 47px !important
}

.margin-left-47 {
	margin-left: 47px !important
}

.margin-bottom-47 {
	margin-bottom: 47px !important
}

.margin-right-47 {
	margin-right: 47px !important
}

.margin-top-48 {
	margin-top: 48px !important
}

.margin-left-48 {
	margin-left: 48px !important
}

.margin-bottom-48 {
	margin-bottom: 48px !important
}

.margin-right-48 {
	margin-right: 48px !important
}

.margin-top-49 {
	margin-top: 49px !important
}

.margin-left-49 {
	margin-left: 49px !important
}

.margin-bottom-49 {
	margin-bottom: 49px !important
}

.margin-right-49 {
	margin-right: 49px !important
}

.margin-top-50 {
	margin-top: 50px !important
}

.margin-left-50 {
	margin-left: 50px !important
}

.margin-bottom-50 {
	margin-bottom: 50px !important
}

.margin-right-50 {
	margin-right: 50px !important
}

.margin-top-51 {
	margin-top: 51px !important
}

.margin-left-51 {
	margin-left: 51px !important
}

.margin-bottom-51 {
	margin-bottom: 51px !important
}

.margin-right-51 {
	margin-right: 51px !important
}

.margin-top-52 {
	margin-top: 52px !important
}

.margin-left-52 {
	margin-left: 52px !important
}

.margin-bottom-52 {
	margin-bottom: 52px !important
}

.margin-right-52 {
	margin-right: 52px !important
}

.margin-top-53 {
	margin-top: 53px !important
}

.margin-left-53 {
	margin-left: 53px !important
}

.margin-bottom-53 {
	margin-bottom: 53px !important
}

.margin-right-53 {
	margin-right: 53px !important
}

.margin-top-54 {
	margin-top: 54px !important
}

.margin-left-54 {
	margin-left: 54px !important
}

.margin-bottom-54 {
	margin-bottom: 54px !important
}

.margin-right-54 {
	margin-right: 54px !important
}

.margin-top-55 {
	margin-top: 55px !important
}

.margin-left-55 {
	margin-left: 55px !important
}

.margin-bottom-55 {
	margin-bottom: 55px !important
}

.margin-right-55 {
	margin-right: 55px !important
}

.margin-top-56 {
	margin-top: 56px !important
}

.margin-left-56 {
	margin-left: 56px !important
}

.margin-bottom-56 {
	margin-bottom: 56px !important
}

.margin-right-56 {
	margin-right: 56px !important
}

.margin-top-57 {
	margin-top: 57px !important
}

.margin-left-57 {
	margin-left: 57px !important
}

.margin-bottom-57 {
	margin-bottom: 57px !important
}

.margin-right-57 {
	margin-right: 57px !important
}

.margin-top-58 {
	margin-top: 58px !important
}

.margin-left-58 {
	margin-left: 58px !important
}

.margin-bottom-58 {
	margin-bottom: 58px !important
}

.margin-right-58 {
	margin-right: 58px !important
}

.margin-top-59 {
	margin-top: 59px !important
}

.margin-left-59 {
	margin-left: 59px !important
}

.margin-bottom-59 {
	margin-bottom: 59px !important
}

.margin-right-59 {
	margin-right: 59px !important
}

.margin-top-60 {
	margin-top: 60px !important
}

.margin-left-60 {
	margin-left: 60px !important
}

.margin-bottom-60 {
	margin-bottom: 60px !important
}

.margin-right-60 {
	margin-right: 60px !important
}

.margin-top-61 {
	margin-top: 61px !important
}

.margin-left-61 {
	margin-left: 61px !important
}

.margin-bottom-61 {
	margin-bottom: 61px !important
}

.margin-right-61 {
	margin-right: 61px !important
}

.margin-top-62 {
	margin-top: 62px !important
}

.margin-left-62 {
	margin-left: 62px !important
}

.margin-bottom-62 {
	margin-bottom: 62px !important
}

.margin-right-62 {
	margin-right: 62px !important
}

.margin-top-63 {
	margin-top: 63px !important
}

.margin-left-63 {
	margin-left: 63px !important
}

.margin-bottom-63 {
	margin-bottom: 63px !important
}

.margin-right-63 {
	margin-right: 63px !important
}

.margin-top-64 {
	margin-top: 64px !important
}

.margin-left-64 {
	margin-left: 64px !important
}

.margin-bottom-64 {
	margin-bottom: 64px !important
}

.margin-right-64 {
	margin-right: 64px !important
}

.margin-top-65 {
	margin-top: 65px !important
}

.margin-left-65 {
	margin-left: 65px !important
}

.margin-bottom-65 {
	margin-bottom: 65px !important
}

.margin-right-65 {
	margin-right: 65px !important
}

.margin-top-66 {
	margin-top: 66px !important
}

.margin-left-66 {
	margin-left: 66px !important
}

.margin-bottom-66 {
	margin-bottom: 66px !important
}

.margin-right-66 {
	margin-right: 66px !important
}

.margin-top-67 {
	margin-top: 67px !important
}

.margin-left-67 {
	margin-left: 67px !important
}

.margin-bottom-67 {
	margin-bottom: 67px !important
}

.margin-right-67 {
	margin-right: 67px !important
}

.margin-top-68 {
	margin-top: 68px !important
}

.margin-left-68 {
	margin-left: 68px !important
}

.margin-bottom-68 {
	margin-bottom: 68px !important
}

.margin-right-68 {
	margin-right: 68px !important
}

.margin-top-69 {
	margin-top: 69px !important
}

.margin-left-69 {
	margin-left: 69px !important
}

.margin-bottom-69 {
	margin-bottom: 69px !important
}

.margin-right-69 {
	margin-right: 69px !important
}

.margin-top-70 {
	margin-top: 70px !important
}

.margin-left-70 {
	margin-left: 70px !important
}

.margin-bottom-70 {
	margin-bottom: 70px !important
}

.margin-right-70 {
	margin-right: 70px !important
}

.margin-top-71 {
	margin-top: 71px !important
}

.margin-left-71 {
	margin-left: 71px !important
}

.margin-bottom-71 {
	margin-bottom: 71px !important
}

.margin-right-71 {
	margin-right: 71px !important
}

.margin-top-72 {
	margin-top: 72px !important
}

.margin-left-72 {
	margin-left: 72px !important
}

.margin-bottom-72 {
	margin-bottom: 72px !important
}

.margin-right-72 {
	margin-right: 72px !important
}

.margin-top-73 {
	margin-top: 73px !important
}

.margin-left-73 {
	margin-left: 73px !important
}

.margin-bottom-73 {
	margin-bottom: 73px !important
}

.margin-right-73 {
	margin-right: 73px !important
}

.margin-top-74 {
	margin-top: 74px !important
}

.margin-left-74 {
	margin-left: 74px !important
}

.margin-bottom-74 {
	margin-bottom: 74px !important
}

.margin-right-74 {
	margin-right: 74px !important
}

.margin-top-75 {
	margin-top: 75px !important
}

.margin-left-75 {
	margin-left: 75px !important
}

.margin-bottom-75 {
	margin-bottom: 75px !important
}

.margin-right-75 {
	margin-right: 75px !important
}

.margin-top-76 {
	margin-top: 76px !important
}

.margin-left-76 {
	margin-left: 76px !important
}

.margin-bottom-76 {
	margin-bottom: 76px !important
}

.margin-right-76 {
	margin-right: 76px !important
}

.margin-top-77 {
	margin-top: 77px !important
}

.margin-left-77 {
	margin-left: 77px !important
}

.margin-bottom-77 {
	margin-bottom: 77px !important
}

.margin-right-77 {
	margin-right: 77px !important
}

.margin-top-78 {
	margin-top: 78px !important
}

.margin-left-78 {
	margin-left: 78px !important
}

.margin-bottom-78 {
	margin-bottom: 78px !important
}

.margin-right-78 {
	margin-right: 78px !important
}

.margin-top-79 {
	margin-top: 79px !important
}

.margin-left-79 {
	margin-left: 79px !important
}

.margin-bottom-79 {
	margin-bottom: 79px !important
}

.margin-right-79 {
	margin-right: 79px !important
}

.margin-top-80 {
	margin-top: 80px !important
}

.margin-left-80 {
	margin-left: 80px !important
}

.margin-bottom-80 {
	margin-bottom: 80px !important
}

.margin-right-80 {
	margin-right: 80px !important
}

.padding-top-1 {
	padding-top: 1px !important
}

.padding-left-1 {
	padding-left: 1px !important
}

.padding-bottom-1 {
	padding-bottom: 1px !important
}

.padding-right-1 {
	padding-right: 1px !important
}

.padding-top-2 {
	padding-top: 2px !important
}

.padding-left-2 {
	padding-left: 2px !important
}

.padding-bottom-2 {
	padding-bottom: 2px !important
}

.padding-right-2 {
	padding-right: 2px !important
}

.padding-top-3 {
	padding-top: 3px !important
}

.padding-left-3 {
	padding-left: 3px !important
}

.padding-bottom-3 {
	padding-bottom: 3px !important
}

.padding-right-3 {
	padding-right: 3px !important
}

.padding-top-4 {
	padding-top: 4px !important
}

.padding-left-4 {
	padding-left: 4px !important
}

.padding-bottom-4 {
	padding-bottom: 4px !important
}

.padding-right-4 {
	padding-right: 4px !important
}

.padding-top-5 {
	padding-top: 5px !important
}

.padding-left-5 {
	padding-left: 5px !important
}

.padding-bottom-5 {
	padding-bottom: 5px !important
}

.padding-right-5 {
	padding-right: 5px !important
}

.padding-top-6 {
	padding-top: 6px !important
}

.padding-left-6 {
	padding-left: 6px !important
}

.padding-bottom-6 {
	padding-bottom: 6px !important
}

.padding-right-6 {
	padding-right: 6px !important
}

.padding-top-7 {
	padding-top: 7px !important
}

.padding-left-7 {
	padding-left: 7px !important
}

.padding-bottom-7 {
	padding-bottom: 7px !important
}

.padding-right-7 {
	padding-right: 7px !important
}

.padding-top-8 {
	padding-top: 8px !important
}

.padding-left-8 {
	padding-left: 8px !important
}

.padding-bottom-8 {
	padding-bottom: 8px !important
}

.padding-right-8 {
	padding-right: 8px !important
}

.padding-top-9 {
	padding-top: 9px !important
}

.padding-left-9 {
	padding-left: 9px !important
}

.padding-bottom-9 {
	padding-bottom: 9px !important
}

.padding-right-9 {
	padding-right: 9px !important
}

.padding-top-10 {
	padding-top: 10px !important
}

.padding-left-10 {
	padding-left: 10px !important
}

.padding-bottom-10 {
	padding-bottom: 10px !important
}

.padding-right-10 {
	padding-right: 10px !important
}

.padding-top-11 {
	padding-top: 11px !important
}

.padding-left-11 {
	padding-left: 11px !important
}

.padding-bottom-11 {
	padding-bottom: 11px !important
}

.padding-right-11 {
	padding-right: 11px !important
}

.padding-top-12 {
	padding-top: 12px !important
}

.padding-left-12 {
	padding-left: 12px !important
}

.padding-bottom-12 {
	padding-bottom: 12px !important
}

.padding-right-12 {
	padding-right: 12px !important
}

.padding-top-13 {
	padding-top: 13px !important
}

.padding-left-13 {
	padding-left: 13px !important
}

.padding-bottom-13 {
	padding-bottom: 13px !important
}

.padding-right-13 {
	padding-right: 13px !important
}

.padding-top-14 {
	padding-top: 14px !important
}

.padding-left-14 {
	padding-left: 14px !important
}

.padding-bottom-14 {
	padding-bottom: 14px !important
}

.padding-right-14 {
	padding-right: 14px !important
}

.padding-top-15 {
	padding-top: 15px !important
}

.padding-left-15 {
	padding-left: 15px !important
}

.padding-bottom-15 {
	padding-bottom: 15px !important
}

.padding-right-15 {
	padding-right: 15px !important
}

.padding-top-16 {
	padding-top: 16px !important
}

.padding-left-16 {
	padding-left: 16px !important
}

.padding-bottom-16 {
	padding-bottom: 16px !important
}

.padding-right-16 {
	padding-right: 16px !important
}

.padding-top-17 {
	padding-top: 17px !important
}

.padding-left-17 {
	padding-left: 17px !important
}

.padding-bottom-17 {
	padding-bottom: 17px !important
}

.padding-right-17 {
	padding-right: 17px !important
}

.padding-top-18 {
	padding-top: 18px !important
}

.padding-left-18 {
	padding-left: 18px !important
}

.padding-bottom-18 {
	padding-bottom: 18px !important
}

.padding-right-18 {
	padding-right: 18px !important
}

.padding-top-19 {
	padding-top: 19px !important
}

.padding-left-19 {
	padding-left: 19px !important
}

.padding-bottom-19 {
	padding-bottom: 19px !important
}

.padding-right-19 {
	padding-right: 19px !important
}

.padding-top-20 {
	padding-top: 20px !important
}

.padding-left-20 {
	padding-left: 20px !important
}

.padding-bottom-20 {
	padding-bottom: 20px !important
}

.padding-right-20 {
	padding-right: 20px !important
}

.padding-top-21 {
	padding-top: 21px !important
}

.padding-left-21 {
	padding-left: 21px !important
}

.padding-bottom-21 {
	padding-bottom: 21px !important
}

.padding-right-21 {
	padding-right: 21px !important
}

.padding-top-22 {
	padding-top: 22px !important
}

.padding-left-22 {
	padding-left: 22px !important
}

.padding-bottom-22 {
	padding-bottom: 22px !important
}

.padding-right-22 {
	padding-right: 22px !important
}

.padding-top-23 {
	padding-top: 23px !important
}

.padding-left-23 {
	padding-left: 23px !important
}

.padding-bottom-23 {
	padding-bottom: 23px !important
}

.padding-right-23 {
	padding-right: 23px !important
}

.padding-top-24 {
	padding-top: 24px !important
}

.padding-left-24 {
	padding-left: 24px !important
}

.padding-bottom-24 {
	padding-bottom: 24px !important
}

.padding-right-24 {
	padding-right: 24px !important
}

.padding-top-25 {
	padding-top: 25px !important
}

.padding-left-25 {
	padding-left: 25px !important
}

.padding-bottom-25 {
	padding-bottom: 25px !important
}

.padding-right-25 {
	padding-right: 25px !important
}

.padding-top-26 {
	padding-top: 26px !important
}

.padding-left-26 {
	padding-left: 26px !important
}

.padding-bottom-26 {
	padding-bottom: 26px !important
}

.padding-right-26 {
	padding-right: 26px !important
}

.padding-top-27 {
	padding-top: 27px !important
}

.padding-left-27 {
	padding-left: 27px !important
}

.padding-bottom-27 {
	padding-bottom: 27px !important
}

.padding-right-27 {
	padding-right: 27px !important
}

.padding-top-28 {
	padding-top: 28px !important
}

.padding-left-28 {
	padding-left: 28px !important
}

.padding-bottom-28 {
	padding-bottom: 28px !important
}

.padding-right-28 {
	padding-right: 28px !important
}

.padding-top-29 {
	padding-top: 29px !important
}

.padding-left-29 {
	padding-left: 29px !important
}

.padding-bottom-29 {
	padding-bottom: 29px !important
}

.padding-right-29 {
	padding-right: 29px !important
}

.padding-top-30 {
	padding-top: 30px !important
}

.padding-left-30 {
	padding-left: 30px !important
}

.padding-bottom-30 {
	padding-bottom: 30px !important
}

.padding-right-30 {
	padding-right: 30px !important
}

.padding-top-31 {
	padding-top: 31px !important
}

.padding-left-31 {
	padding-left: 31px !important
}

.padding-bottom-31 {
	padding-bottom: 31px !important
}

.padding-right-31 {
	padding-right: 31px !important
}

.padding-top-32 {
	padding-top: 32px !important
}

.padding-left-32 {
	padding-left: 32px !important
}

.padding-bottom-32 {
	padding-bottom: 32px !important
}

.padding-right-32 {
	padding-right: 32px !important
}

.padding-top-33 {
	padding-top: 33px !important
}

.padding-left-33 {
	padding-left: 33px !important
}

.padding-bottom-33 {
	padding-bottom: 33px !important
}

.padding-right-33 {
	padding-right: 33px !important
}

.padding-top-34 {
	padding-top: 34px !important
}

.padding-left-34 {
	padding-left: 34px !important
}

.padding-bottom-34 {
	padding-bottom: 34px !important
}

.padding-right-34 {
	padding-right: 34px !important
}

.padding-top-35 {
	padding-top: 35px !important
}

.padding-left-35 {
	padding-left: 35px !important
}

.padding-bottom-35 {
	padding-bottom: 35px !important
}

.padding-right-35 {
	padding-right: 35px !important
}

.padding-top-36 {
	padding-top: 36px !important
}

.padding-left-36 {
	padding-left: 36px !important
}

.padding-bottom-36 {
	padding-bottom: 36px !important
}

.padding-right-36 {
	padding-right: 36px !important
}

.padding-top-37 {
	padding-top: 37px !important
}

.padding-left-37 {
	padding-left: 37px !important
}

.padding-bottom-37 {
	padding-bottom: 37px !important
}

.padding-right-37 {
	padding-right: 37px !important
}

.padding-top-38 {
	padding-top: 38px !important
}

.padding-left-38 {
	padding-left: 38px !important
}

.padding-bottom-38 {
	padding-bottom: 38px !important
}

.padding-right-38 {
	padding-right: 38px !important
}

.padding-top-39 {
	padding-top: 39px !important
}

.padding-left-39 {
	padding-left: 39px !important
}

.padding-bottom-39 {
	padding-bottom: 39px !important
}

.padding-right-39 {
	padding-right: 39px !important
}

.padding-top-40 {
	padding-top: 40px !important
}

.padding-left-40 {
	padding-left: 40px !important
}

.padding-bottom-40 {
	padding-bottom: 40px !important
}

.padding-right-40 {
	padding-right: 40px !important
}

.padding-top-41 {
	padding-top: 41px !important
}

.padding-left-41 {
	padding-left: 41px !important
}

.padding-bottom-41 {
	padding-bottom: 41px !important
}

.padding-right-41 {
	padding-right: 41px !important
}

.padding-top-42 {
	padding-top: 42px !important
}

.padding-left-42 {
	padding-left: 42px !important
}

.padding-bottom-42 {
	padding-bottom: 42px !important
}

.padding-right-42 {
	padding-right: 42px !important
}

.padding-top-43 {
	padding-top: 43px !important
}

.padding-left-43 {
	padding-left: 43px !important
}

.padding-bottom-43 {
	padding-bottom: 43px !important
}

.padding-right-43 {
	padding-right: 43px !important
}

.padding-top-44 {
	padding-top: 44px !important
}

.padding-left-44 {
	padding-left: 44px !important
}

.padding-bottom-44 {
	padding-bottom: 44px !important
}

.padding-right-44 {
	padding-right: 44px !important
}

.padding-top-45 {
	padding-top: 45px !important
}

.padding-left-45 {
	padding-left: 45px !important
}

.padding-bottom-45 {
	padding-bottom: 45px !important
}

.padding-right-45 {
	padding-right: 45px !important
}

.padding-top-46 {
	padding-top: 46px !important
}

.padding-left-46 {
	padding-left: 46px !important
}

.padding-bottom-46 {
	padding-bottom: 46px !important
}

.padding-right-46 {
	padding-right: 46px !important
}

.padding-top-47 {
	padding-top: 47px !important
}

.padding-left-47 {
	padding-left: 47px !important
}

.padding-bottom-47 {
	padding-bottom: 47px !important
}

.padding-right-47 {
	padding-right: 47px !important
}

.padding-top-48 {
	padding-top: 48px !important
}

.padding-left-48 {
	padding-left: 48px !important
}

.padding-bottom-48 {
	padding-bottom: 48px !important
}

.padding-right-48 {
	padding-right: 48px !important
}

.padding-top-49 {
	padding-top: 49px !important
}

.padding-left-49 {
	padding-left: 49px !important
}

.padding-bottom-49 {
	padding-bottom: 49px !important
}

.padding-right-49 {
	padding-right: 49px !important
}

.padding-top-50 {
	padding-top: 50px !important
}

.padding-left-50 {
	padding-left: 50px !important
}

.padding-bottom-50 {
	padding-bottom: 50px !important
}

.padding-right-50 {
	padding-right: 50px !important
}

.padding-top-51 {
	padding-top: 51px !important
}

.padding-left-51 {
	padding-left: 51px !important
}

.padding-bottom-51 {
	padding-bottom: 51px !important
}

.padding-right-51 {
	padding-right: 51px !important
}

.padding-top-52 {
	padding-top: 52px !important
}

.padding-left-52 {
	padding-left: 52px !important
}

.padding-bottom-52 {
	padding-bottom: 52px !important
}

.padding-right-52 {
	padding-right: 52px !important
}

.padding-top-53 {
	padding-top: 53px !important
}

.padding-left-53 {
	padding-left: 53px !important
}

.padding-bottom-53 {
	padding-bottom: 53px !important
}

.padding-right-53 {
	padding-right: 53px !important
}

.padding-top-54 {
	padding-top: 54px !important
}

.padding-left-54 {
	padding-left: 54px !important
}

.padding-bottom-54 {
	padding-bottom: 54px !important
}

.padding-right-54 {
	padding-right: 54px !important
}

.padding-top-55 {
	padding-top: 55px !important
}

.padding-left-55 {
	padding-left: 55px !important
}

.padding-bottom-55 {
	padding-bottom: 55px !important
}

.padding-right-55 {
	padding-right: 55px !important
}

.padding-top-56 {
	padding-top: 56px !important
}

.padding-left-56 {
	padding-left: 56px !important
}

.padding-bottom-56 {
	padding-bottom: 56px !important
}

.padding-right-56 {
	padding-right: 56px !important
}

.padding-top-57 {
	padding-top: 57px !important
}

.padding-left-57 {
	padding-left: 57px !important
}

.padding-bottom-57 {
	padding-bottom: 57px !important
}

.padding-right-57 {
	padding-right: 57px !important
}

.padding-top-58 {
	padding-top: 58px !important
}

.padding-left-58 {
	padding-left: 58px !important
}

.padding-bottom-58 {
	padding-bottom: 58px !important
}

.padding-right-58 {
	padding-right: 58px !important
}

.padding-top-59 {
	padding-top: 59px !important
}

.padding-left-59 {
	padding-left: 59px !important
}

.padding-bottom-59 {
	padding-bottom: 59px !important
}

.padding-right-59 {
	padding-right: 59px !important
}

.padding-top-60 {
	padding-top: 60px !important
}

.padding-left-60 {
	padding-left: 60px !important
}

.padding-bottom-60 {
	padding-bottom: 60px !important
}

.padding-right-60 {
	padding-right: 60px !important
}

.padding-top-61 {
	padding-top: 61px !important
}

.padding-left-61 {
	padding-left: 61px !important
}

.padding-bottom-61 {
	padding-bottom: 61px !important
}

.padding-right-61 {
	padding-right: 61px !important
}

.padding-top-62 {
	padding-top: 62px !important
}

.padding-left-62 {
	padding-left: 62px !important
}

.padding-bottom-62 {
	padding-bottom: 62px !important
}

.padding-right-62 {
	padding-right: 62px !important
}

.padding-top-63 {
	padding-top: 63px !important
}

.padding-left-63 {
	padding-left: 63px !important
}

.padding-bottom-63 {
	padding-bottom: 63px !important
}

.padding-right-63 {
	padding-right: 63px !important
}

.padding-top-64 {
	padding-top: 64px !important
}

.padding-left-64 {
	padding-left: 64px !important
}

.padding-bottom-64 {
	padding-bottom: 64px !important
}

.padding-right-64 {
	padding-right: 64px !important
}

.padding-top-65 {
	padding-top: 65px !important
}

.padding-left-65 {
	padding-left: 65px !important
}

.padding-bottom-65 {
	padding-bottom: 65px !important
}

.padding-right-65 {
	padding-right: 65px !important
}

.padding-top-66 {
	padding-top: 66px !important
}

.padding-left-66 {
	padding-left: 66px !important
}

.padding-bottom-66 {
	padding-bottom: 66px !important
}

.padding-right-66 {
	padding-right: 66px !important
}

.padding-top-67 {
	padding-top: 67px !important
}

.padding-left-67 {
	padding-left: 67px !important
}

.padding-bottom-67 {
	padding-bottom: 67px !important
}

.padding-right-67 {
	padding-right: 67px !important
}

.padding-top-68 {
	padding-top: 68px !important
}

.padding-left-68 {
	padding-left: 68px !important
}

.padding-bottom-68 {
	padding-bottom: 68px !important
}

.padding-right-68 {
	padding-right: 68px !important
}

.padding-top-69 {
	padding-top: 69px !important
}

.padding-left-69 {
	padding-left: 69px !important
}

.padding-bottom-69 {
	padding-bottom: 69px !important
}

.padding-right-69 {
	padding-right: 69px !important
}

.padding-top-70 {
	padding-top: 70px !important
}

.padding-left-70 {
	padding-left: 70px !important
}

.padding-bottom-70 {
	padding-bottom: 70px !important
}

.padding-right-70 {
	padding-right: 70px !important
}

.padding-top-71 {
	padding-top: 71px !important
}

.padding-left-71 {
	padding-left: 71px !important
}

.padding-bottom-71 {
	padding-bottom: 71px !important
}

.padding-right-71 {
	padding-right: 71px !important
}

.padding-top-72 {
	padding-top: 72px !important
}

.padding-left-72 {
	padding-left: 72px !important
}

.padding-bottom-72 {
	padding-bottom: 72px !important
}

.padding-right-72 {
	padding-right: 72px !important
}

.padding-top-73 {
	padding-top: 73px !important
}

.padding-left-73 {
	padding-left: 73px !important
}

.padding-bottom-73 {
	padding-bottom: 73px !important
}

.padding-right-73 {
	padding-right: 73px !important
}

.padding-top-74 {
	padding-top: 74px !important
}

.padding-left-74 {
	padding-left: 74px !important
}

.padding-bottom-74 {
	padding-bottom: 74px !important
}

.padding-right-74 {
	padding-right: 74px !important
}

.padding-top-75 {
	padding-top: 75px !important
}

.padding-left-75 {
	padding-left: 75px !important
}

.padding-bottom-75 {
	padding-bottom: 75px !important
}

.padding-right-75 {
	padding-right: 75px !important
}

.padding-top-76 {
	padding-top: 76px !important
}

.padding-left-76 {
	padding-left: 76px !important
}

.padding-bottom-76 {
	padding-bottom: 76px !important
}

.padding-right-76 {
	padding-right: 76px !important
}

.padding-top-77 {
	padding-top: 77px !important
}

.padding-left-77 {
	padding-left: 77px !important
}

.padding-bottom-77 {
	padding-bottom: 77px !important
}

.padding-right-77 {
	padding-right: 77px !important
}

.padding-top-78 {
	padding-top: 78px !important
}

.padding-left-78 {
	padding-left: 78px !important
}

.padding-bottom-78 {
	padding-bottom: 78px !important
}

.padding-right-78 {
	padding-right: 78px !important
}

.padding-top-79 {
	padding-top: 79px !important
}

.padding-left-79 {
	padding-left: 79px !important
}

.padding-bottom-79 {
	padding-bottom: 79px !important
}

.padding-right-79 {
	padding-right: 79px !important
}

.padding-top-80 {
	padding-top: 80px !important
}

.padding-left-80 {
	padding-left: 80px !important
}

.padding-bottom-80 {
	padding-bottom: 80px !important
}

.padding-right-80 {
	padding-right: 80px !important
}

@keyframes rotate_icon {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate_icon {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scale_icon {
	form {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scale_icon {
	form {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes slideIcon {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideIcon {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 28px
}

p {
	margin-bottom: 20px
}

figcaption {
	margin-top: 15px
}

button,
.btn,
a {
	outline: none !important
}

.mfp-container {
	overflow-x: hidden
}

fieldset {
	clear: both;
	overflow: hidden
}

.logo-theme img {
	max-width: 145px
}

.post-password-form input {
	height: 43px;
	padding: 5px 10px
}

.post-password-form input[type="submit"] {
	background: #1768fe;
	color: #fff;
	border: none;
	padding: 5px 25px
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:active {
	color: #fff;
	background: #0150e1
}

.btn-search-top {
	cursor: pointer;
	display: inline-block
}

.input-group .btn {
	border-width: 1px
}

a:focus,
.btn:focus {
	outline: none !important
}

.list,
.list-no {
	list-style: none;
	padding: 0;
	margin: 0
}

.media-body {
	width: 10000px
}

.btn,
button {
	outline: none !important
}

::-moz-selection {
	color: #fff;
	background: #feac36
}

::selection {
	color: #fff;
	background: #feac36
}

.pswp__item {
	cursor: move
}

.no-border {
	border: none !important
}

.no-border:before {
	display: none !important
}

.wpb_widgetised_column {
	margin: 0
}

.topmenu-menu-line {
	list-style: none;
	padding: 0;
	margin: 0
}

.topmenu-menu-line li {
	display: inline-block;
	vertical-align: middle
}

.topmenu-menu-line li .space {
	margin: 0 3px
}

.top-menu-mobile .title {
	font-size: 20px;
	padding: 0 15px;
	margin: 0 0 15px
}

.top-menu-mobile .navbar-nav>li>a {
	padding: 2px 15px
}

.apus-mfp-zoom-in.mfp-bg {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.apus-mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.apus-mfp-zoom-in.mfp-bg.mfp-removing {
	opacity: 0;
	filter: alpha(opacity=0)
}

.apus-mfp-zoom-in.mfp-wrap .mfp-content {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.apus-mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.apus-mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%);
	opacity: 0;
	filter: alpha(opacity=0)
}

.apus-mfp-zoom-in .mfp-content {
	background: #fff;
	max-width: 350px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden
}

.apus-mfp-zoom-in .mfp-content .msg-inner {
	padding: 15px
}

@media (min-width: 1200px) {
	.apus-mfp-zoom-in .mfp-content .msg-inner {
		padding: 30px
	}
}

.apus-mfp-zoom-in.mfp-ready .mfp-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-wrap .mfp-content {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-o-transform: translateY(-25%);
	transform: translateY(-25%)
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.apus-quickview .mfp-inline-holder .mfp-content {
	position: relative;
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
	background: #fff
}

@media (min-width: 1200px) {
	.apus-quickview .mfp-inline-holder .mfp-content {
		width: 1200px;
		min-height: 400px
	}
}

.apus-quickview .mfp-inline-holder .mfp-content .details-product {
	padding: 35px 20px 20px;
	overflow: hidden;
	margin: 0 !important
}

@media (min-width: 992px) {
	.apus-quickview .mfp-inline-holder .mfp-content .details-product {
		padding: 0
	}
}

.apus-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
	overflow: auto
}

.apus-quickview .mfp-inline-holder .mfp-content .information-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden
}

@media (min-width: 992px) {
	.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
		padding: 30px 0 30px 30px
	}
	.rtl .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
		padding: 30px 30px 30px 0
	}
	.apus-quickview .mfp-inline-holder .mfp-content .information {
		padding: 0 30px 0 0
	}
	.rtl .apus-quickview .mfp-inline-holder .mfp-content .information {
		padding: 0 0 0 30px
	}
}

@media (max-width: 767px) {
	.apus-quickview .mfp-inline-holder .mfp-content .details-product .information {
		padding-top: 10px
	}
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
	background: transparent !important;
	color: #888b90;
	font-size: 30px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover,
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
	color: #e44343
}

.apus-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
	margin-top: 16px
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel {
	margin-left: -8px;
	margin-right: -8px
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
	padding-left: 8px;
	padding-right: 8px
}

.action .caret {
	width: 8px;
	height: 8px;
	position: relative
}

.action[aria-expanded="true"] b {
	border: none
}

.action[aria-expanded="true"] b:before {
	font-family: FontAwesome;
	content: "\f00d";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px
}

ins {
	text-decoration: none
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto
}

.video-responsive {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

.audio-responsive iframe {
	width: 100%;
	height: 126px
}

ul.list-square {
	padding: 0;
	margin: 0;
	list-style: none
}

ul.list-square>li {
	line-height: 35px;
	font-size: 14px;
	margin: 0
}

ul.list-square>li.active>a,
ul.list-square>li:hover>a {
	color: #1768fe
}

ul.list-square>li.active>a:before,
ul.list-square>li:hover>a:before {
	background: #1768fe
}

ul.list-square>li>a {
	display: block;
	padding-left: 21px;
	position: relative
}

.rtl ul.list-square>li>a {
	padding-right: 21px;
	padding-left: inherit
}

ul.list-square>li>a:before {
	content: '';
	background: #3a3d43;
	width: 8px;
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.rtl ul.list-square>li>a:before {
	right: 0;
	left: auto
}

.breadcrumb>a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
	color: #b8d1ff !important;
	display: inline-block
}

.apus-breadscrumb {
	background: #1768fe;
	margin: 0 0 15px
}

.apus-breadscrumb+.filter-top-sidebar-wrapper {
	margin-top: -15px
}

@media (min-width: 1200px) {
	.apus-breadscrumb {
		margin: 0 0 30px
	}
	.apus-breadscrumb+.filter-top-sidebar-wrapper {
		margin-top: -30px
	}
}

.apus-breadscrumb .breadcrumb {
	background: transparent;
	margin: 0 0 5px;
	padding: 0;
	color: #3a3d43
}

@media (min-width: 1200px) {
	.apus-breadscrumb .breadcrumb {
		margin: 0 0 15px
	}
}

.apus-breadscrumb .breadcrumb .active {
	color: #fff
}

.apus-breadscrumb .breadcrumb a {
	color: #b8d1ff
}

.apus-breadscrumb .breadcrumb a:hover,
.apus-breadscrumb .breadcrumb a:active {
	color: #fff
}

.apus-breadscrumb .wrapper-breads {
	position: relative;
	padding: 20px 0;
	max-width: 730px
}

@media (min-width: 1200px) {
	.apus-breadscrumb .wrapper-breads {
		padding: 100px 0
	}
}

.apus-breadscrumb .bread-title {
	text-transform: capitalize;
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
	font-weight: 500;
	color: #fff
}

@media (min-width: 1200px) {
	.apus-breadscrumb .bread-title {
		font-size: 50px
	}
}

.search-form input,
.search-form .btn {
	background: #ebedee;
	border-color: #ebedee;
	color: #3a3d43
}

.search-form .btn {
	padding: 13px 15px
}

.ui-autocomplete.ui-widget-content {
	padding: 15px;
	margin: 0;
	list-style: none;
	width: 293px !important;
	background: #fff
}

.ui-autocomplete.ui-widget-content li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e8eef1
}

.ui-autocomplete.ui-widget-content li:last-child {
	border: none;
	margin: 0;
	padding: 0
}

.ui-autocomplete.ui-widget-content li img {
	width: 60px
}

.bg-dark {
	background: #272727;
	color: #fff
}

.text-purple {
	color: #6c58bd !important
}

.text-red {
	color: #f21136 !important
}

.text-green {
	color: #0fb76b !important
}

.text-blue {
	color: #1194f7 !important
}

.text-orange {
	color: #f66000 !important
}

.text-yellow {
	color: #e2d951 !important
}

.text-black {
	color: #000 !important
}

.text-white,
.text-light {
	color: #FFF !important
}

.text-darker {
	color: #333 !important
}

.text-uppercase {
	text-transform: uppercase
}

.radius-0 {
	border-radius: 0 !important
}

.radius-x {
	border-radius: 50% !important
}

.radius-1x {
	border-radius: 10px !important
}

.radius-2x {
	border-radius: 20px !important
}

.radius-3x {
	border-radius: 30px !important
}

.radius-4x {
	border-radius: 40px !important
}

.radius-5x {
	border-radius: 5px !important
}

.radius-6x {
	border-radius: 3px !important
}

.owl-carousel-play {
	position: relative
}

.owl-carousel-play .owl-item:last-child .product-wrapper {
	border: none
}

.carousel-md {
	width: 44px;
	height: 44px;
	line-height: 44px
}

.carousel-sm {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px
}

.carousel-xs {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px
}

.add-fix-top {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
	z-index: 9;
	bottom: 5px;
	right: 5px;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	display: inline-block;
	/*width: 60px;*/
	/*height: 60px;*/
	line-height: 39px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #feac36;
	border: 1px solid #fff;
	color: #fff !important;
	outline: 1px solid #fff !important;
	outline-offset: -4px
}

.rtl .add-fix-top {
	left: 5px;
	right: auto
}

@media (min-width: 1200px) {
	.add-fix-top {
		right: 30px;
		bottom: 30px
	}
	.rtl .add-fix-top {
		left: 30px;
		right: auto
	}
}

.add-fix-top.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.add-fix-top.active:focus,
.add-fix-top.active:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	outline-offset: -4px;
	outline: 1px solid #fff !important
}

.menu {
	padding: 0;
	margin: 0
}

.menu li {
	list-style: none;
	margin-bottom: 8px
}

.menu li:last-child {
	margin-bottom: 0
}

.menu ul {
	padding-left: 20px;
	margin: 0
}

.rtl .menu ul {
	padding-right: 20px;
	padding-left: inherit
}

.apus-body-loading {
	overflow: hidden
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes -webkit-spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

.apus-page-loading {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999
}

.apus-loader-inner {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background-size: cover;
	background-repeat: no-repeat
}

.apus-loader-inner>div {
	width: 8px;
	height: 100%;
	display: inline-block;
	float: left;
	margin-left: 2px;
	-webkit-animation: delay 0.8s infinite ease-in-out;
	animation: delay 0.8s infinite ease-in-out
}

.apus-loader-inner .loader1 {
	background-color: #e39505
}

.apus-loader-inner .loader2 {
	background-color: #ff5395;
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}

.apus-loader-inner .loader3 {
	background-color: #84b813;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}

.apus-loader-inner .loader4 {
	background-color: #f38ca3;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s
}

.apus-loader-inner .loader5 {
	background-color: #da5800;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s
}

@-webkit-keyframes delay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.05);
		transform: scaleY(0.05)
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes delay {
	0%,
	40%,
	100% {
		transform: scaleY(0.05);
		-webkit-transform: scaleY(0.05)
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.tab-v1 .tabs-list {
	border: none;
	text-align: center;
	padding: 30px 0 50px
}

.tab-v1 .tabs-list li {
	padding: 0 22px;
	margin: 0;
	display: inline-block;
	float: none
}

.tab-v1 .tabs-list li a {
	padding: 5px 0;
	color: #777;
	border-width: 0 0 1px !important;
	border-color: #ccc;
	border-style: dashed;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: transparent
}

.tab-v1 .tabs-list li.active>a:active,
.tab-v1 .tabs-list li.active>a:focus,
.tab-v1 .tabs-list li.active>a,
.tab-v1 .tabs-list li:hover>a:active,
.tab-v1 .tabs-list li:hover>a:focus,
.tab-v1 .tabs-list li:hover>a {
	border-color: transparent;
	color: #1768fe;
	background: transparent
}

.tab-v1.style1 .tabs-list {
	padding: 10px 0 70px;
	text-align: right
}

.rtl .tab-v1.style1 .tabs-list {
	text-align: left
}

.tab-v1.style1 .tabs-list li.active,
.tab-v1.style1 .tabs-list li:hover {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1)
}

.tab-v1.style1 .tabs-list li.active>a:active,
.tab-v1.style1 .tabs-list li.active>a:focus,
.tab-v1.style1 .tabs-list li.active>a,
.tab-v1.style1 .tabs-list li:hover>a:active,
.tab-v1.style1 .tabs-list li:hover>a:focus,
.tab-v1.style1 .tabs-list li:hover>a {
	color: #3a3d43
}

@media (min-width: 992px) {
	.tab-v1.style1 {
		padding: 0 70px
	}
}

.tab-product-center .nav-tabs {
	border: none;
	margin: 0 0 30px;
	text-align: center
}

.tab-product-center .nav-tabs>li {
	display: inline-block;
	float: none;
	margin: 0 !important
}

.tab-product-center .nav-tabs>li>a {
	border: none !important;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 0 30px;
	color: #3a3d43;
	outline: none !important
}

.tab-product-center .nav-tabs>li:hover a,
.tab-product-center .nav-tabs>li.active a {
	color: #1768fe
}

.tab-product-center .tab-content {
	position: relative
}

.tab-product-center .tab-content.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url(../upload/loading-quick.gif) no-repeat scroll center 100px/50px auto
}

.page-links {
	overflow: hidden;
	margin: 0 0 30px
}

.page-links .page-links-title {
	font-weight: normal;
	color: #3a3d43
}

.page-links>span:not(.page-links-title),
.page-links>a {
	display: inline-block;
	line-height: 1;
	margin: 0 3px;
	padding: 10px 13px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #e8eef1;
	color: #3a3d43
}

.page-links>span:not(.page-links-title):hover,
.page-links>span:not(.page-links-title):active,
.page-links>a:hover,
.page-links>a:active {
	color: #fff;
	background: #1768fe;
	border-color: #1768fe
}

.page-links>span:not(.page-links-title) {
	color: #fff;
	background: #1768fe;
	border-color: #1768fe
}

option {
	padding: 5px
}

@media (min-width: 992px) {
	.space-padding-left-30 {
		padding-left: 30px !important
	}
}

.woocommerce-MyAccount-navigation>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 35px
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent {
	position: relative
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
	position: absolute;
	top: -5px;
	right: -5px;
	padding: 5px;
	color: #fff;
	background: #e44343;
	text-transform: capitalize;
	font-size: 14px;
	width: 80px;
	height: 36px;
	text-indent: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
	left: -5px;
	right: auto
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover,
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
	background: #e12d2d
}

.image-lazy-loading .image-wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	max-height: 100%
}

.image-lazy-loading .image-wrapper img {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.image-lazy-loading .image-wrapper.image-loaded {
	background: none
}

.image-lazy-loading .image-wrapper.image-loaded img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.scrollbar {
	width: 102px;
	height: 102px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-image: -webkit-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: -o-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: linear-gradient(to right, #feac36 0%, #1768fe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF1768FE', GradientType=1);
	font-size: 50px;
	display: inline-block;
	border: 6px solid #fff;
	-webkit-transform: translateY(55px);
	-ms-transform: translateY(55px);
	-o-transform: translateY(55px);
	transform: translateY(55px);
	position: relative;
	z-index: 9
}

.scrollbar:hover,
.scrollbar:active {
	color: #fff;
	background-image: -webkit-linear-gradient(left, #1768fe 0%, #feac36 100%);
	background-image: -o-linear-gradient(left, #1768fe 0%, #feac36 100%);
	background-image: linear-gradient(to right, #1768fe 0%, #feac36 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1768FE', endColorstr='#FFFEAC36', GradientType=1)
}

.rtl .wrapper-top-cart>.dropdown-menu-right {
	right: inherit;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.rtl .wrapper-top-cart>.dropdown-menu-right.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.rtl .navbar-nav {
	float: right
}

.rtl .apus-topcart .dropdown-menu-right {
	right: auto;
	left: 0
}

.rtl .dropdown-menu {
	text-align: right
}

.rtl .mm-menu.mm-offcanvas {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	left: inherit;
	right: 0
}

.rtl .mm-menu.mm-offcanvas.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.rtl .mm-listview .mm-next {
	right: inherit;
	left: 0
}

.rtl .mm-next::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.rtl .mm-listview .mm-next+a,
.rtl .mm-listview .mm-next+span {
	margin-right: 0;
	margin-left: 50px
}

.rtl .job-list .urgent,
.rtl .job-list-v1 .urgent,
.rtl .candidate-list .urgent {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.rtl .job-tags a:before {
	right: inherit;
	left: -8px;
	border-left: 0 !important;
	border-right: 9px solid #eaedf3
}

.rtl .job-tags a:after {
	right: inherit;
	left: -2px
}

html.mm-opening body.rtl .mm-menu~.mm-slideout {
	transform: translate3d(-440px, 0, 0);
	-webkit-transform: translate3d(-440px, 0, 0)
}

.show-search {
	cursor: pointer;
	line-height: 1;
	font-size: 16px
}

.show-search:hover,
.show-search:active,
.show-search:focus {
	color: #1768fe
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	border: none !important;
	padding: 4px 25px 6px 0;
	background: transparent !important;
	color: #707070 !important
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
	border: none;
	border: 1px solid #e8eef1;
	min-width: 114px
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
	border-bottom: 1px solid #e8eef1;
	padding: 9px 10px
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
	border: none !important;
	background: transparent !important;
	padding: 0;
	color: #3a3d43
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover,
.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
	color: #1768fe
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
	border: none
}

.apus-header .wpml-ls-legacy-dropdown {
	width: auto
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
	padding: 0;
	border: none;
	background: transparent
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
	padding: 5px 10px;
	border-bottom: 1px solid #e8eef1
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
	border: none
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	font-weight: 400;
	color: #707070
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
	font-weight: 400;
	color: #1768fe
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
	min-width: 80px;
	text-align: inherit;
	z-index: 99
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
	font-size: 11px
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 155px
}

.search-header {
	position: fixed;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #f7f7f7;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.search-header.active {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 100%;
	visibility: visible
}

.apus_socials {
	list-style: none;
	padding: 0
}

.apus_socials li {
	display: inline-block;
	margin-right: 10px
}

.rtl .apus_socials li {
	margin-left: 10px;
	margin-right: inherit
}

.apus_socials li:last-child {
	margin: 0
}

.apus_socials a {
	border: 1px solid #dce1e6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	text-indent: 2px
}

.apus_socials a:hover,
.apus_socials a:focus {
	color: #fff !important;
	background: #1768fe;
	border-color: #1768fe
}

.apus_socials a.facebook {
	color: #3c66c4
}

.apus_socials a.twitter {
	color: #00aced
}

.apus_socials a.pinterest {
	color: #bd081c
}

.apus_socials a.google-plus {
	color: #dc473a
}

.apus_socials a.instagram {
	color: #bc44bd
}

.apus_socials.style2 a {
	border-color: #47586d
}

.select2-container {
	outline: none !important
}

.select2-search--dropdown {
	padding: 10px 15px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #e8eef1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	height: 33px;
	font-size: 14px;
	padding: 5px 10px
}

.select2-results__option {
	padding: 5px 10px;
	outline: none !important
}

.select2-dropdown {
	margin-top: 2px;
	border: 1px solid #ddd !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important
}

.select2-results {
	padding: 10px 0
}

.select2-results .select2-results__option {
	padding: 4px 22px;
	background-color: transparent !important;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 8px;
	padding-bottom: 8px
}

.select2-container--default.select2-container .select2-selection--single {
	height: 49px;
	background: #f6f9fc;
	outline: none !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	border: 1px solid #f6f9fc;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.select2-container--default.select2-container.select2-container--open .select2-selection--single {
	border-color: #1768fe
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
	top: 10px
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #f6f6f6;
	color: #1768fe
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #f6f6f6;
	color: #1768fe
}

.grid-job-widget .text-muted,
.text-muted {
	color: #8492af;
	font-size: 13px
}

.nav-tabs-custom {
	border: 1px solid #e8ebef;
	margin: 47px 0 0
}

.nav-tabs-custom>.nav-tabs {
	margin-top: -47px;
	margin-left: -1px
}

.rtl .nav-tabs-custom>.nav-tabs {
	margin-right: -1px;
	margin-left: inherit
}

.nav-tabs-custom .tab-content>.tab-pane {
	padding: 0 1em
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

section#medical .col-md-3.col-sm-4,
.fontawesome-icon-list .col-md-3.col-sm-4 {
	padding: 10px
}

.bs-glyphicons {
	padding: 0
}

.bs-glyphicons li {
	width: 24.5%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #e8edef;
	display: inline-block
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word
}

.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left
}

.apus-social-share .title {
	font-weight: 500;
	font-size: 16px !important;
	color: #3a3d43;
	padding-right: 20px
}

.rtl .apus-social-share .title {
	padding-left: 20px;
	padding-right: inherit
}

.apus-social-share a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin: 0 2px;
	color: #fff !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background-color: #1768fe
}

@media (min-width: 768px) {
	.apus-social-share a {
		margin: 0 5px
	}
}

.apus-social-share a:hover,
.apus-social-share a:active {
	background: #085efe
}

.apus-social-share a[class*="facebook"] {
	background: #3b5998
}

.apus-social-share a[class*="facebook"]:hover,
.apus-social-share a[class*="facebook"]:focus {
	background: #37538d
}

.apus-social-share a[class*="twitter"] {
	background: #00acee
}

.apus-social-share a[class*="twitter"]:hover,
.apus-social-share a[class*="twitter"]:focus {
	background: #00a1df
}

.apus-social-share a[class*="linkedin"] {
	background: #0077b5
}

.apus-social-share a[class*="linkedin"]:hover,
.apus-social-share a[class*="linkedin"]:focus {
	background: #006da6
}

.apus-social-share a[class*="google"] {
	background: #d34836
}

.apus-social-share a[class*="google"]:hover,
.apus-social-share a[class*="google"]:focus {
	background: #cd3f2d
}

.apus-social-share a[class*="pinterest"] {
	background: #e51670
}

.apus-social-share a[class*="pinterest"]:hover,
.apus-social-share a[class*="pinterest"]:focus {
	background: #d71569
}

.box-account .title {
	margin: 0 0 20px;
	font-size: 25px
}

.ajax-pagination {
	text-align: center;
	margin: 10px 0
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
	display: none
}

.ajax-pagination.apus-loader:after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	width: 100%
}

.ajax-pagination .apus-loadmore-btn+.apus-allproducts {
	display: none
}

.ajax-pagination .apus-loadmore-btn.hidden+.apus-allproducts {
	display: block;
	color: #e44343
}

.widget {
	margin-bottom: 30px;
	position: relative;
	padding: 0px;
	background: transparent
}

.widget .widget-title,
.widget .widgettitle,
.widget .widget-heading {
	font-size: 20px;
	padding: 0;
	position: relative;
	margin: 0 0 20px;
	font-weight: 500
}

.widget .widget-title .urgent,
.widget .widget-title .featured,
.widget .widgettitle .urgent,
.widget .widgettitle .featured,
.widget .widget-heading .urgent,
.widget .widget-heading .featured {
	font-size: 12px
}

.sidebar .widget,
.apus-sidebar .widget {
	margin: 20px 0 30px;
	padding: 25px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #fff
}

.sidebar .widget.widget_search,
.apus-sidebar .widget.widget_search {
	padding: 0
}

.sidebar .widget.widget_search form,
.sidebar .widget.widget_search .form-control,
.apus-sidebar .widget.widget_search form,
.apus-sidebar .widget.widget_search .form-control {
	border: 0
}

.sidebar .widget.widget_search .widget-title,
.apus-sidebar .widget.widget_search .widget-title {
	padding: 20px;
	margin: 0
}

.sidebar .widget#calendar_wrap,
.apus-sidebar .widget#calendar_wrap {
	padding: 0
}

.sidebar .widget.widget_job_filter_widget,
.sidebar .widget.widget_employer_filter_widget,
.sidebar .widget.widget_candidate_filter_widget,
.apus-sidebar .widget.widget_job_filter_widget,
.apus-sidebar .widget.widget_employer_filter_widget,
.apus-sidebar .widget.widget_candidate_filter_widget {
	padding: 0;
	border: 0
}

.sidebar .widget.widget_tag_cloud,
.apus-sidebar .widget.widget_tag_cloud {
	padding-bottom: 15px
}

.sidebar .widget.widget_apus_candidate_info,
.sidebar .widget.widget_apus_candidate_contact_info,
.sidebar .widget.widget_apus_employer_maps,
.apus-sidebar .widget.widget_apus_candidate_info,
.apus-sidebar .widget.widget_apus_candidate_contact_info,
.apus-sidebar .widget.widget_apus_employer_maps {
	padding: 0;
	overflow: hidden
}

.sidebar .widget.widget_apus_candidate_info .candidate_profile,
.sidebar .widget.widget_apus_candidate_info .candidate-detail-location,
.sidebar .widget.widget_apus_candidate_info .employer-detail-location,
.sidebar .widget.widget_apus_candidate_contact_info .candidate_profile,
.sidebar .widget.widget_apus_candidate_contact_info .candidate-detail-location,
.sidebar .widget.widget_apus_candidate_contact_info .employer-detail-location,
.sidebar .widget.widget_apus_employer_maps .candidate_profile,
.sidebar .widget.widget_apus_employer_maps .candidate-detail-location,
.sidebar .widget.widget_apus_employer_maps .employer-detail-location,
.apus-sidebar .widget.widget_apus_candidate_info .candidate_profile,
.apus-sidebar .widget.widget_apus_candidate_info .candidate-detail-location,
.apus-sidebar .widget.widget_apus_candidate_info .employer-detail-location,
.apus-sidebar .widget.widget_apus_candidate_contact_info .candidate_profile,
.apus-sidebar .widget.widget_apus_candidate_contact_info .candidate-detail-location,
.apus-sidebar .widget.widget_apus_candidate_contact_info .employer-detail-location,
.apus-sidebar .widget.widget_apus_employer_maps .candidate_profile,
.apus-sidebar .widget.widget_apus_employer_maps .candidate-detail-location,
.apus-sidebar .widget.widget_apus_employer_maps .employer-detail-location {
	padding: 25px 30px
}

.sidebar .widget.widget_apus_candidate_contact_info .job_maps_sidebar,
.sidebar .widget.widget_apus_employer_maps .job_maps_sidebar,
.apus-sidebar .widget.widget_apus_candidate_contact_info .job_maps_sidebar,
.apus-sidebar .widget.widget_apus_employer_maps .job_maps_sidebar {
	padding: 0 30px 25px
}

.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
	border-style: solid;
	border-color: #e8eef1;
	border-width: 0 1px 1px
}

.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
	padding: 20px;
	margin: 0
}

.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
	margin-left: -6px;
	margin-right: -6px
}

.sidebar .row.instagram-pics>[class*="col-md"],
.apus-sidebar .row.instagram-pics>[class*="col-md"] {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px
}

.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
	margin-bottom: 30px
}

.sidebar .filter-listing-form,
.apus-sidebar .filter-listing-form {
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.page-shop .sidebar .widget .widget-title,
.page-shop .sidebar .widget .widgettitle,
.page-shop .sidebar .widget .widget-heading,
.page-shop .apus-sidebar .widget .widget-title,
.page-shop .apus-sidebar .widget .widgettitle,
.page-shop .apus-sidebar .widget .widget-heading {
	font-size: 15px;
	margin: 0 0 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px
}

#apus-topbar .info-topbar .textwidget>span {
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	border-right: 1px solid #e8eef1
}

.rtl #apus-topbar .info-topbar .textwidget>span {
	padding-left: 10px;
	padding-right: inherit
}

.rtl #apus-topbar .info-topbar .textwidget>span {
	margin-left: 10px;
	margin-right: inherit
}

.rtl #apus-topbar .info-topbar .textwidget>span {
	float: right
}

.rtl #apus-topbar .info-topbar .textwidget>span {
	border-left: 1px solid #e8eef1;
	border-right: inherit
}

#apus-topbar .info-topbar .textwidget>span:last-child {
	border: 0
}

#apus-topbar .info-topbar .fa {
	margin-right: 8px
}

.rtl #apus-topbar .info-topbar .fa {
	margin-left: 8px;
	margin-right: inherit
}

.apus-footer .widget-title,
.apus-footer .widgettitle,
.apus-footer .widget-heading {
	color: #3a3d43
}

.apus-footer .widget-nav-menu .widget-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px
}

.apus-copyright .wpb_content_element,
.apus-copyright .widget {
	margin-bottom: 0 !important
}

.apus-copyright .menu li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0
}

.rtl .apus-copyright .menu li {
	margin-left: 10px;
	margin-right: inherit
}

.apus-copyright .menu li:last-child {
	margin: 0
}

.btn-action-icon {
	height: 34px;
	line-height: 32px;
	text-align: center;
	width: 34px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	display: inline-block;
	color: #6d6d6d;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-size: 16px;
	position: relative
}

.btn-action-icon i {
	font-size: 14px !important
}

.btn-action-icon.view {
	background: #fff;
	color: #79b530
}

.btn-action-icon.view:hover,
.btn-action-icon.view:focus {
	background: #79b530;
	color: #fff
}

.btn-action-icon.deleted {
	background: #fff;
	color: #F44336
}

.btn-action-icon.deleted:hover,
.btn-action-icon.deleted:focus {
	background-color: #F44336;
	color: #fff
}

.btn-action-icon.btn-candidate-private-message {
	background: #fff;
	color: #2196f3
}

.btn-action-icon.btn-candidate-private-message:hover,
.btn-action-icon.btn-candidate-private-message:focus {
	background-color: #2196f3;
	color: #fff
}

.btn-action-icon.edit {
	background: #fff;
	color: #feac36
}

.btn-action-icon.edit:hover,
.btn-action-icon.edit:focus {
	background: #feac36;
	color: #fff
}

.btn-action-icon.btn-action-sm {
	height: 30px;
	line-height: 30px;
	width: 30px
}

.btn-action-icon.rejec {
	color: #f0ad4e;
	background: #fff
}

.btn-action-icon.rejec:hover,
.btn-action-icon.rejec:focus {
	color: #fff;
	background: #f0ad4e
}

.btn-action-icon.rejec.rejected {
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.btn-action-icon.download {
	background: #fff;
	color: #222
}

.btn-action-icon.download:hover,
.btn-action-icon.download:focus {
	color: #fff;
	background: #222
}

.btn-action-icon.remove {
	background: #fff;
	color: #F44336
}

.btn-action-icon.remove:hover,
.btn-action-icon.remove:focus {
	color: #fff;
	background: #F44336
}

.btn-action-icon:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.btn-action-icon.loading:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.view_all {
	font-weight: 500;
	display: inline-block;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.view_all i {
	display: inline-block;
	margin-left: 10px
}

.rtl .view_all i {
	margin-right: 10px;
	margin-left: inherit
}

.view_all:hover {
	-webkit-animation: slideIcon 0.6s linear 0s 1 normal;
	animation: slideIcon 0.6s linear 0s 1 normal
}

.btn-icon i {
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block
}

@media (min-width: 1200px) {
	.btn-icon i {
		font-size: 28px !important
	}
	.btn-icon i .pre {
		margin-right: 12px !important
	}
	.rtl .btn-icon i .pre {
		margin-left: 12px !important;
		margin-right: inherit
	}
	.btn-icon i .next {
		margin-left: 12px !important
	}
	.rtl .btn-icon i .next {
		margin-right: 12px !important;
		margin-left: inherit
	}
}

@media (min-width: 1200px) {
	.btn-show-filter i {
		font-size: 25px !important;
		vertical-align: middle
	}
}

.btn-link-job,
.button,
.btn {
	outline: none !important
}

.btn-link-job .pre,
.button .pre,
.btn .pre {
	display: inline-block;
	margin-right: 8px
}

.rtl .btn-link-job .pre,
.rtl .button .pre,
.rtl .btn .pre {
	margin-left: 8px;
	margin-right: inherit
}

.btn-link-job .next,
.button .next,
.btn .next {
	display: inline-block;
	margin-left: 8px
}

.rtl .btn-link-job .next,
.rtl .button .next,
.rtl .btn .next {
	margin-right: 8px;
	margin-left: inherit
}

.btn-candidate-alert:before,
.btn-job-alert:before {
	content: "\f142";
	font-family: "Flaticon";
	margin-right: 10px;
	font-size: 25px;
	line-height: 0;
	vertical-align: sub;
	display: inline-block
}

.rtl .btn-candidate-alert:before,
.rtl .btn-job-alert:before {
	margin-left: 10px;
	margin-right: inherit
}

.btn-outline-light {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
	color: #262626;
	background-color: #FFF;
	border-color: #262626
}

.open .btn-outline-light.dropdown-toggle {
	color: #262626;
	background-color: #FFF;
	border-color: #262626
}

.btn-outline-light:active,
.btn-outline-light.active {
	background-image: none
}

.open .btn-outline-light.dropdown-toggle {
	background-image: none
}

.btn-outline-light.disabled,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled.active,
.btn-outline-light[disabled],
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
	background-color: transparent;
	border-color: #FFF
}

.btn-outline-light .badge {
	color: transparent;
	background-color: #FFF
}

.btn-shop {
	padding: 0 0 3px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid #f43434
}

.btn-outline.btn-default {
	background: transparent;
	border-color: #fff;
	color: #fff
}

.btn-outline.btn-default:hover {
	color: #1768fe;
	border-color: #fff;
	background: #fff
}

.btn-outline.btn-primary {
	background: transparent;
	border-color: #262626;
	color: #262626
}

.btn-outline.btn-primary:hover {
	color: #fff;
	border-color: #262626;
	background: #262626
}

.btn-outline.btn-success {
	background: transparent;
	border-color: #79b530;
	color: #79b530
}

.btn-outline.btn-success:hover {
	color: #FFF;
	border-color: #79b530;
	background: #79b530
}

.btn-outline.btn-info {
	background: transparent;
	border-color: #27ceb4;
	color: #27ceb4
}

.btn-outline.btn-info:hover {
	color: #FFF;
	border-color: #27ceb4;
	background: #27ceb4
}

.btn-outline.btn-danger {
	background: transparent;
	border-color: #e44343;
	color: #e44343
}

.btn-outline.btn-danger:hover {
	color: #FFF;
	border-color: #e44343;
	background: #e44343
}

.btn-outline.btn-warning {
	background: transparent;
	border-color: #f0ad4e;
	color: #f0ad4e
}

.btn-outline.btn-warning:hover {
	color: #FFF;
	border-color: #f0ad4e;
	background: #f0ad4e
}

.btn-inverse.btn-primary:hover {
	color: #262626;
	background: #FFF
}

.btn-inverse.btn-success:hover {
	color: #79b530;
	background: #FFF
}

.btn-inverse.btn-info:hover {
	color: #27ceb4;
	background: #FFF
}

.btn-inverse.btn-danger:hover {
	color: #e44343;
	background: #FFF
}

.btn-inverse.btn-warning:hover {
	color: #f0ad4e;
	background: #FFF
}

.btn-inverse.btn-theme:hover {
	color: #1768fe;
	background: #FFF
}

.btn-compare.btn-outline {
	color: #4c4c4c;
	background: #fff;
	border: 1px solid #e9e9e9;
	height: 49px
}

.btn-compare.btn-outline:hover,
.btn-compare.btn-outline:active {
	color: #fff;
	background: #4c4c4c;
	border-color: #4c4c4c
}

.view-more-btn i {
	margin-left: 12px
}

.rtl .view-more-btn i {
	margin-right: 12px;
	margin-left: inherit
}

.reamore {
	font-size: 14px;
	font-weight: 500;
	color: #1768fe !important;
	text-transform: uppercase;
	padding: 0 0 4px;
	border-bottom: 2px solid #1768fe
}

.reamore i {
	margin-left: 8px
}

.rtl .reamore i {
	margin-right: 8px;
	margin-left: inherit
}

.btn-browse {
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 15px;
	border: 1px solid #eaeff5;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	line-height: 1.42857143
}

.btn-browse:hover,
.btn-browse:focus {
	background: #1768fe;
	color: #fff;
	border-color: #1768fe
}

.apus-loadmore-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #1768fe;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	padding: 12px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.apus-loadmore-btn:hover,
.apus-loadmore-btn:focus {
	color: #fff;
	background: #262626
}

.viewmore-products-btn {
	position: relative
}

.viewmore-products-btn:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(255, 255, 255, 0.9) url(../upload/loading-quick.gif) no-repeat scroll center center/20px auto
}

.viewmore-products-btn.loading:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

button:focus,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.radius-0 {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important
}

.radius-circle {
	border-radius: 100px !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	-ms-border-radius: 100px !important;
	-o-border-radius: 100px !important
}

.btn-3d {
	-webkit-box-shadow: 0 0 10px 0 rgba(23, 104, 254, 0.8);
	box-shadow: 0 0 10px 0 rgba(23, 104, 254, 0.8)
}

.read-more {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1768fe
}

.btn-white {
	background: #fff;
	color: #1768fe;
	border-color: #fff
}

.btn-white:active,
.btn-white:hover {
	color: #1768fe;
	background: #f2f2f2;
	border-color: #f2f2f2
}

.btn-purple {
	background: #bc7cbf;
	color: #fff;
	border-color: #bc7cbf
}

.btn-purple:active,
.btn-purple:hover {
	color: #fff;
	background: #b36bb7;
	border-color: #b36bb7
}

.btn-brown {
	background: transparent;
	color: #c0c0c0;
	border-color: #4e4f4f
}

.btn-brown:focus,
.btn-brown:hover {
	color: #fff;
	background: transparent;
	border-color: #fff
}

.btn-back {
	padding: 8px 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background: rgba(255, 58, 114, 0.1);
	color: #ff7c39;
	border-color: #ff7c39
}

.btn-back:focus,
.btn-back:hover {
	color: #fff;
	background: #ff3a72;
	border-color: #ff7c39
}

.btn-white.btn-br-white {
	background: #fff;
	color: #3a3d43;
	border-color: #fff
}

.btn-white.btn-br-white:active,
.btn-white.btn-br-white:hover {
	color: #3a3d43;
	background: #d9d9d9;
	border-color: #d9d9d9
}

.btn-gradient-theme {
	z-index: 1;
	position: relative;
	background: linear-gradient(to right, #1768fe, #feac36);
	background: -webkit-linear-gradient(to right, #1768fe, #feac36);
	background: -ms-linear-gradient(to right, #1768fe, #feac36);
	background: -o-linear-gradient(to right, #1768fe, #feac36);
	color: #1768fe;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 1px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden
}

.btn-gradient-theme .btn {
	background: #fff;
	border: none !important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: relative;
	z-index: 1
}

.btn-gradient-theme .btn:before {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	background: linear-gradient(to right, #1768fe, #feac36);
	background: -webkit-linear-gradient(to right, #1768fe, #feac36);
	background: -ms-linear-gradient(to right, #1768fe, #feac36);
	background: -o-linear-gradient(to right, #1768fe, #feac36);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.btn-gradient-theme:hover .btn {
	color: #fff
}

.btn-gradient-theme:hover .btn:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.btn-gradient {
	border: none !important;
	overflow: hidden;
	background-image: -webkit-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: -o-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: linear-gradient(to right, #feac36 0%, #1768fe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF1768FE', GradientType=1);
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 15px 30px
}

.btn-gradient:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: -webkit-linear-gradient(left, #fe9703 0%, #0150e1 100%);
	background-image: -o-linear-gradient(left, #fe9703 0%, #0150e1 100%);
	background-image: linear-gradient(to right, #fe9703 0%, #0150e1 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFE9703', endColorstr='#FF0150E1', GradientType=1);
	-webkit-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out
}

.btn-gradient>* {
	position: relative;
	z-index: 2
}

.btn-gradient:hover,
.btn-gradient:active {
	background-image: -webkit-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: -o-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: linear-gradient(to right, #feac36 0%, #1768fe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF1768FE', GradientType=1)
}

.btn-gradient:hover:before,
.btn-gradient:active:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.btn-gradient.btn-white {
	color: #3a3d43
}

.btn-gradient.btn-white:before {
	content: '';
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: auto;
	height: auto;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff
}

.btn-gradient.btn-white:hover,
.btn-gradient.btn-white:active {
	color: #fff !important
}

.btn-gradient.btn-white:hover:before,
.btn-gradient.btn-white:active:before {
	opacity: 0;
	filter: alpha(opacity=0)
}

.btn-readmore {
	position: relative;
	font-weight: 600;
	overflow: hidden;
	display: inline-block
}

.btn-readmore:before {
	content: '';
	position: absolute;
	bottom: 2px;
	right: -50px;
	width: calc(100% + 50px);
	height: 1px;
	display: block;
	background: #1768fe;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.btn-readmore:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: -50px;
	width: 0;
	height: 1px;
	display: block;
	background: #1768fe;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.btn-readmore i {
	margin-left: 8px
}

.rtl .btn-readmore i {
	margin-right: 8px;
	margin-left: inherit
}

.btn-readmore:hover:before {
	width: 0
}

.btn-readmore:hover:after {
	width: calc(100%+50px)
}

.btn-login {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	text-transform: capitalize;
	padding: 7px 20px
}

.btn-lighten {
	border-color: #fff;
	color: #fff;
	background: transparent
}

.btn-lighten:hover {
	color: #fff;
	background: transparent;
	border-color: #fff
}

.btn-outline.btn-white {
	background: transparent;
	color: #fff;
	border-color: #fff
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:hover {
	color: #fff;
	background: #1768fe;
	border-color: #1768fe
}

.btn-pink {
	color: #fff;
	background-color: #e3a3a2;
	border-color: #e3a3a2
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #d77c7b;
	border-color: #d77c7b
}

.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
	background-image: none
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
	background-color: #e3a3a2;
	border-color: #e3a3a2
}

.btn-pink .badge {
	color: #e3a3a2;
	background-color: #fff
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:hover {
	background: #fff !important;
	color: #262626 !important;
	border-color: #262626 !important
}

.btn-theme {
	color: #fff;
	background-color: #1768fe;
	border-color: #1768fe
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open>.btn-theme.dropdown-toggle {
	color: #fff;
	background-color: #0150e1;
	border-color: #0150e1
}

.btn-theme:active,
.btn-theme.active,
.open>.btn-theme.dropdown-toggle {
	background-image: none
}

.btn-theme.disabled,
.btn-theme.disabled:hover,
.btn-theme.disabled:focus,
.btn-theme.disabled:active,
.btn-theme.disabled.active,
.btn-theme[disabled],
.btn-theme[disabled]:hover,
.btn-theme[disabled]:focus,
.btn-theme[disabled]:active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme,
fieldset[disabled] .btn-theme:hover,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .btn-theme:active,
fieldset[disabled] .btn-theme.active {
	background-color: #1768fe;
	border-color: #1768fe
}

.btn-theme .badge {
	color: #1768fe;
	background-color: #fff
}

.btn-theme:active,
.btn-theme:hover {
	color: #fff !important
}

.btn-yellow {
	color: #fff;
	background-color: #feac36;
	border-color: #feac36
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
	color: #fff;
	background-color: #fe9703;
	border-color: #fe9703
}

.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
	background-image: none
}

.btn-yellow.disabled,
.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {
	background-color: #feac36;
	border-color: #feac36
}

.btn-yellow .badge {
	color: #feac36;
	background-color: #fff
}

.btn-yellow:active,
.btn-yellow:hover {
	color: #fff !important
}

.btn-dark {
	color: #252525;
	background-color: #ccc;
	border-color: #ccc
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
	color: #252525;
	background-color: #b3b3b3;
	border-color: #b3b3b3
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
	background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
	background-color: #ccc;
	border-color: #ccc
}

.btn-dark .badge {
	color: #ccc;
	background-color: #252525
}

.btn-dark:active,
.btn-dark:hover {
	color: #181818 !important
}

.btn-theme-second {
	color: #fff;
	background-color: #feac36;
	border-color: #feac36
}

.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active,
.btn-theme-second.active,
.open>.btn-theme-second.dropdown-toggle {
	color: #fff;
	background-color: #fe9703;
	border-color: #fe9703
}

.btn-theme-second:active,
.btn-theme-second.active,
.open>.btn-theme-second.dropdown-toggle {
	background-image: none
}

.btn-theme-second.disabled,
.btn-theme-second.disabled:hover,
.btn-theme-second.disabled:focus,
.btn-theme-second.disabled:active,
.btn-theme-second.disabled.active,
.btn-theme-second[disabled],
.btn-theme-second[disabled]:hover,
.btn-theme-second[disabled]:focus,
.btn-theme-second[disabled]:active,
.btn-theme-second[disabled].active,
fieldset[disabled] .btn-theme-second,
fieldset[disabled] .btn-theme-second:hover,
fieldset[disabled] .btn-theme-second:focus,
fieldset[disabled] .btn-theme-second:active,
fieldset[disabled] .btn-theme-second.active {
	background-color: #feac36;
	border-color: #feac36
}

.btn-theme-second .badge {
	color: #feac36;
	background-color: #fff
}

.btn-theme-second:active,
.btn-theme-second:hover {
	color: #fff
}

.btn-theme.btn-outline {
	color: #1768fe;
	border-color: #1768fe;
	background: transparent
}

.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:active {
	color: #fff;
	background: #1768fe;
	border-color: #1768fe
}

.more-link {
	color: #1768fe;
	display: inline-block;
	font-weight: normal;
	margin: 10px 0;
	text-transform: capitalize
}

.more-link:hover {
	text-decoration: none
}

.btn-shaded-sm {
	position: relative
}

.btn-shaded-sm:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	border-width: 20px 10px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4)
}

.search-popup .dropdown-menu {
	padding: 10px
}

.btn-action {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0px 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	vertical-align: middle;
	white-space: nowrap
}

.searchform .input-search {
	padding: 15px;
	border-right: 0;
	line-height: 1.5
}

.rtl .searchform .input-search {
	border-left: 0;
	border-right: inherit
}

.searchform .btn-search {
	vertical-align: top;
	color: #adafac;
	padding: 12px 8px
}

.searchform .input-group-btn {
	line-height: 100%
}

.search-category .btn {
	margin-left: 10px !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important
}

.rtl .search-category .btn {
	margin-right: 10px !important;
	margin-left: inherit
}

.search-category .wpo-search-inner label.form-control {
	border: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.search-category select {
	border: none;
	text-transform: capitalize;
	font-weight: 500
}

.chosen-container {
	width: 100% !important
}

.input-group-form {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: transparent;
	margin: 0 0 5px 0
}

.input-group-form .form-control-reversed {
	border: 0px;
	background: #222;
	color: #ccc;
	font-size: 14px;
	height: 34px
}

.input-group-form .form-control-reversed:hover,
.input-group-form .form-control-reversed:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.input-group-form .input-group-addon {
	border: 0;
	background: #222;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.btn-dark-normal {
	background: #435f7a;
	color: #f5f5f5;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0
}

.btn-dark-normal:focus,
.btn-dark-normal:hover {
	background: #3a526a;
	color: #f5f5f5
}

.wrapper-large {
	max-width: 1770px;
	margin: auto;
	float: none
}

.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
	border: none !important;
	padding-top: 0;
	padding-bottom: 2px;
	background: transparent !important
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
	border: none;
	padding: 5px 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1)
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 5px 10px
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
	width: auto
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 140px
}

.topbar-right {
	text-align: right
}

.rtl .topbar-right {
	text-align: left
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer) {
	line-height: 1.4;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	padding-left: 18px;
	margin-left: 18px;
	border-left: 1px solid #e8eef1;
	width: auto
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
	padding-right: 18px;
	padding-left: inherit
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
	margin-right: 18px;
	margin-left: inherit
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
	border-right: 1px solid #e8eef1;
	border-left: inherit
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer):first-child {
	margin: 0;
	padding: 0;
	border: 0
}

.topbar-right .top-wrapper-menu .login i,
.topbar-right .top-wrapper-menu .drop-dow i {
	font-size: 14px
}

.topbar-right .language-wrapper .dropdown-menu-right {
	right: -20px
}

body.page-template-page-dashboard #apus-header,
body.fix-header #apus-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2
}

.together-sidebar-account {
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.together-sidebar-account:hover {
	color: #1768fe
}

.top-wrapper-menu {
	position: relative
}

.top-wrapper-menu:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px
}

.top-wrapper-menu.author-verify {
	margin-right: 15px
}

.rtl .top-wrapper-menu.author-verify {
	margin-left: 15px;
	margin-right: inherit
}

.top-wrapper-menu .inner-top-menu {
	margin-top: 10px;
	padding: 15px 20px;
	position: absolute;
	top: 100%;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 9;
	min-width: 150px;
	text-align: left
}

.rtl .top-wrapper-menu .inner-top-menu {
	left: 0;
	right: auto
}

.rtl .top-wrapper-menu .inner-top-menu {
	text-align: right
}

.top-wrapper-menu:hover .inner-top-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	background: #fff;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15)
}

.top-wrapper-menu .header_customer_login {
	margin-top: 10px;
	position: absolute;
	top: 100%;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	min-width: 320px;
	z-index: 9
}

.rtl .top-wrapper-menu .header_customer_login {
	left: 0;
	right: auto
}

.top-wrapper-menu:hover .header_customer_login {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	background: #fff;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15)
}

.top-wrapper-menu .infor-account .avatar-wrapper {
	border: 3px solid #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center
}

.rtl .top-wrapper-menu .infor-account .avatar-wrapper {
	float: right
}

.top-wrapper-menu .infor-account .avatar-wrapper img {
	margin: 0
}

.top-wrapper-menu .infor-account .name-acount {
	color: #fff;
	padding-left: 10px;
	width: calc(100%- 54px)
}

.rtl .top-wrapper-menu .infor-account .name-acount {
	padding-right: 10px;
	padding-left: inherit
}

.top-wrapper-menu .infor-account .name-acount i {
	margin-left: 7px
}

.rtl .top-wrapper-menu .infor-account .name-acount i {
	margin-right: 7px;
	margin-left: inherit
}

.header_customer_login {
	padding: 30px
}

.header_customer_login .title {
	margin: 0 0 10px;
	font-size: 25px
}

.header-left [class*="icon"] {
	font-size: 16px
}

.header-left .btn-search-top {
	margin-top: 4px
}

.header-left .icon-menu-top [class*="icon"] {
	font-size: 30px
}

.header-left>div {
	margin-right: 22px
}

.rtl .header-left>div {
	margin-left: 22px;
	margin-right: inherit
}

.header-left>div:last-child {
	margin-right: 0px
}

.rtl .header-left>div:last-child {
	margin-left: 0px;
	margin-right: inherit
}

.header-right [class*="icon"] {
	font-size: 16px
}

.header-right>div {
	margin-left: 25px
}

.rtl .header-right>div {
	margin-right: 25px;
	margin-left: inherit
}

.header-right>div:last-child {
	margin-left: 0px
}

.rtl .header-right>div:last-child {
	margin-right: 0px;
	margin-left: inherit
}

.header-default {
	padding: 35px 0;
	background: #1768fe
}

.header-mobile {
	padding: 15px 0;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	border-bottom: 1px solid #e8eef1
}

.header-mobile .btn-showmenu {
	display: inline-block;
	line-height: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 8px;
	font-size: 20px
}

.header-mobile .btn-menu-account {
	font-size: 22px
}

.sticky-header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	background: #fff
}

.sticky-header.sticky-header-hidden {
	-webkit-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	-o-transform: translateY(-110%);
	transform: translateY(-110%)
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.header_transparent .apus-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9
}

.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) {
	background: transparent !important
}

.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login {
	color: #fff
}

.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) {
	background: transparent !important
}

.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) .apus-user-register,
.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) .apus-user-login {
	color: #fff
}

.header_transparent .main-sticky-header:not(.sticky-header) .megamenu>li>a {
	color: #fff
}

body.header_fixed .apus-header {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0
}

.main-sticky-header {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.apus-header {
	z-index: 90;
	position: relative;
	font-size: 14px
}

.apus-header .show-main-menu {
	font-size: 30px;
	line-height: 1;
	color: #3a3d43
}

.apus-header .show-main-menu:hover,
.apus-header .show-main-menu:focus,
.apus-header .show-main-menu.active {
	color: #1768fe
}

.header-button-woo>div {
	margin-left: 25px
}

.rtl .header-button-woo>div {
	margin-right: 25px;
	margin-left: inherit
}

.header-button-woo>div:last-child {
	margin-left: 0
}

.rtl .header-button-woo>div:last-child {
	margin-right: 0;
	margin-left: inherit
}

.header-sidebar {
	position: fixed;
	width: 100px;
	z-index: 91;
	left: 0;
	top: 0;
	min-height: 100vh;
	background: #000;
	color: #fff
}

.header-sidebar a {
	color: #fff
}

.header-sidebar a:hover,
.header-sidebar a:active {
	color: #1768fe
}

.header-sidebar .show-main-menu {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-width: 0 0 1px;
	border-color: #e8eef1;
	color: #fff;
	background: #000
}

.header-sidebar .apus-topcart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #333
}

.header-sidebar .apus-topcart .count {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase
}

.header-sidebar .apus-topcart .dropdown-menu {
	bottom: 0;
	top: inherit;
	left: 100%
}

.header-sidebar .service {
	color: #999;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	z-index: 9;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	left: 50px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 11px;
	-moz-transform-origin: 0 11px;
	-ms-transform-origin: 0 11px;
	transform-origin: 0 11px
}

.header-sidebar .service>* {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.header-sidebar .service p {
	margin: 0
}

.over-dark {
	cursor: not-allowed;
	display: block;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.rtl .over-dark {
	left: 0;
	right: auto
}

.over-dark.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.menu-center .navbar-nav.megamenu {
	float: none;
	text-align: center
}

.apus-breadcrumb {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin: 0 0 30px;
	text-align: left;
	font-size: 16px
}

.apus-breadcrumb .breadcrumb-title {
	color: #ccc;
	margin: 0;
	font-weight: 300;
	font-size: 48px
}

.apus-breadcrumb nav {
	text-align: left;
	line-height: 30px
}

.rtl .apus-breadcrumb nav {
	text-align: right
}

.apus-breadcrumb nav a {
	color: #000
}

.apus-mainbody {
	background: transparent;
	padding-top: 0px;
	padding-bottom: 0px
}

.apus-content {
	background: #fff
}

.apus-content:before,
.apus-content:after {
	content: " ";
	display: table
}

.apus-content:after {
	clear: both
}

.navigation {
	display: block;
	clear: both
}

.pagination,
.apus-pagination {
	padding: 15px 0;
	width: 100%;
	margin: 0;
	text-align: center
}

@media (min-width: 1200px) {
	.pagination,
	.apus-pagination {
		margin: 30px 0;
		padding: 30px 0
	}
}

.pagination li,
.apus-pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px
}

.pagination li>span,
.pagination li>a,
.apus-pagination li>span,
.apus-pagination li>a {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 3px;
	display: inline-block;
	float: none;
	color: #3a3d43;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-ms-border-radius: 2px !important;
	-o-border-radius: 2px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: transparent;
	min-width: 46px;
	line-height: 46px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pagination li>span:focus,
.pagination li>span:hover,
.pagination li>a:focus,
.pagination li>a:hover,
.apus-pagination li>span:focus,
.apus-pagination li>span:hover,
.apus-pagination li>a:focus,
.apus-pagination li>a:hover {
	background: #fff;
	color: #1768fe
}

.pagination li>span.current,
.pagination li>a.current,
.apus-pagination li>span.current,
.apus-pagination li>a.current {
	color: #fff;
	background: #1768fe;
	-webkit-box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4);
	box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4)
}

.pagination>span,
.pagination>a,
.apus-pagination>span,
.apus-pagination>a {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	padding: 0 10px;
	margin: 0 3px;
	display: inline-block;
	float: none;
	color: #3a3d43;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-ms-border-radius: 2px !important;
	-o-border-radius: 2px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: transparent;
	min-width: 46px;
	line-height: 46px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pagination>span:focus,
.pagination>span:hover,
.pagination>a:focus,
.pagination>a:hover,
.apus-pagination>span:focus,
.apus-pagination>span:hover,
.apus-pagination>a:focus,
.apus-pagination>a:hover {
	background: #fff;
	color: #1768fe
}

.pagination>span.current,
.pagination>a.current,
.apus-pagination>span.current,
.apus-pagination>a.current {
	color: #fff;
	background: #1768fe;
	-webkit-box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4);
	box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4)
}

.pagination ul.page-numbers,
.apus-pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	list-style: none
}

.pagination .next,
.pagination .prev,
.apus-pagination .next,
.apus-pagination .prev {
	font-size: 15px !important
}

.apus-footer-mobile {
	display: none
}

.apus-footer {
	background: transparent;
	position: relative;
	color: #888b90;
	font-size: 16px;
	font-weight: 400
}

.apus-footer a:not([class]) {
	color: #3a3d43
}

.apus-footer a:not([class]):hover,
.apus-footer a:not([class]):focus,
.apus-footer a:not([class]):active {
	color: #1768fe
}

.apus-footer.full-medium {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px
}

.apus-copyright {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative
}

.apus-copyright a {
	color: #888
}

.apus-copyright a:hover,
.apus-copyright a:focus,
.apus-copyright a:active {
	color: #1768fe
}

.apus-copyright .widget-social {
	text-align: right
}

.rtl .apus-copyright .widget-social {
	text-align: left
}

.apus-copyright .widget-social a {
	color: #888
}

.apus-copyright .widget-social a:hover {
	color: #1768fe
}

.apus-offcanvas {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 300px;
	background: #fff;
	height: 100%;
	overflow-x: auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column
}

.apus-offcanvas .apus-offcanvas-body {
	position: relative
}

.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
	height: 20%
}

.apus-offcanvas .offcanvas-middle {
	height: 60%;
	padding: 20px 0;
	overflow-x: hidden
}

.apus-offcanvas.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15)
}

.apus-offcanvas .offcanvas-head {
	background: #e44343;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.apus-offcanvas .offcanvas-head:hover,
.apus-offcanvas .offcanvas-head:active {
	background: #d51f1f
}

.apus-offcanvas .offcanvas-head i {
	margin-right: 5px
}

.rtl .apus-offcanvas .offcanvas-head i {
	margin-left: 5px;
	margin-right: inherit
}

.apus-offcanvas .offcanvas-head a {
	color: #fff
}

.apus-offcanvas .logo-in-theme {
	margin-bottom: 30px
}

.apus-offcanvas .header-right>div {
	margin-left: 30px
}

.rtl .apus-offcanvas .header-right>div {
	margin-right: 30px;
	margin-left: inherit
}

.apus-offcanvas .header-right>div:last-child {
	margin-left: 0px
}

.rtl .apus-offcanvas .header-right>div:last-child {
	margin-right: 0px;
	margin-left: inherit
}

.apus-offcanvas .elementor-column {
	width: 100% !important
}

.apus-offcanvas .elementor-column .elementor-column-wrap,
.apus-offcanvas .elementor-column .elementor-widget-wrap {
	padding: 0 !important
}

.apus-offcanvas .elementor-column .widget {
	margin-bottom: 10px
}

@media (max-width: 991px) {
	.topbar-mobile {
		padding: 10px
	}
	.topbar-mobile .btn {
		margin-right: 10px;
		padding: 6px 10px
	}
	.rtl .topbar-mobile .btn {
		margin-left: 10px;
		margin-right: inherit
	}
	.topbar-mobile .top-cart .dropdown-menu {
		left: 0;
		right: inherit
	}
	.topbar-mobile .top-cart .dropdown-menu:after,
	.topbar-mobile .top-cart .dropdown-menu:before {
		display: none
	}
}

.open-text {
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	padding: 6px 8px;
	background: #79b530;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.open-text:hover,
.open-text:active {
	color: #fff;
	background: #6ca12b
}

#mobile-offcanvas-sidebar {
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 270px;
	height: 100%;
	max-width: 80%;
	background: #fff
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left>.mobile-sidebar-btn {
	left: 100%
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right>.mobile-sidebar-btn {
	right: 100%
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
	display: none;
	height: 100%;
	width: 100%;
	padding: 0 15px
}

#mobile-offcanvas-sidebar.active>.mobile-sidebar-wrapper {
	display: block
}

#mobile-offcanvas-sidebar>.mobile-sidebar-btn {
	position: absolute;
	top: 100px
}

.mobile-sidebar-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	visibility: hidden
}

.mobile-sidebar-panel-overlay.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 10;
	cursor: not-allowed
}

.apus-footer-mobile {
	position: fixed;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2)
}

.apus-footer-mobile .footer-search-mobile {
	position: absolute;
	z-index: 999;
	left: 0;
	top: -60px;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.apus-footer-mobile .footer-search-mobile.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.apus-footer-mobile>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.apus-footer-mobile>ul>li {
	text-transform: uppercase;
	display: inline-block;
	padding: 0 25px;
	text-align: center;
	position: relative
}

.apus-footer-mobile>ul>li span {
	display: block;
	font-size: 10px;
	line-height: 1
}

.apus-footer-mobile>ul>li .wishlist-icon,
.apus-footer-mobile>ul>li .mini-cart {
	line-height: 1.6
}

.apus-footer-mobile>ul>li .wrapper-morelink {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: absolute;
	right: 0;
	bottom: 40px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

.apus-footer-mobile>ul>li .wrapper-morelink .footer-morelink {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px
}

.apus-footer-mobile>ul>li .wrapper-morelink li {
	padding: 3px 0;
	white-space: nowrap;
	display: block;
	width: 100%;
	text-align: left
}

.rtl .apus-footer-mobile>ul>li .wrapper-morelink li {
	text-align: right
}

.apus-footer-mobile>ul>li .wrapper-morelink.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.apus-footer-mobile .mini-cart i {
	font-size: 15px
}

.apus-footer-mobile .mini-cart .count {
	top: 2px
}

.apus-footer-mobile .apus-search-form {
	min-width: 300px;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.9)
}

.apus-footer-mobile .apus-search-form .select-category {
	display: none
}

.apus-footer-mobile .apus-search-form form {
	border: none;
	margin: 0
}

.apus-footer-mobile .apus-search-form form .form-control {
	border: 1px solid #e8eef1
}

.close-sidebar-btn,
.mobile-sidebar-btn {
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 14px;
	display: inline-block
}

.mobile-sidebar-btn {
	margin: 10px 0;
	color: #1768fe;
	font-weight: 700
}

.mobile-sidebar-btn i {
	margin-right: 5px;
	font-size: 18px
}

.rtl .mobile-sidebar-btn i {
	margin-left: 5px;
	margin-right: inherit
}

.mobile-sidebar-btn:hover {
	text-decoration: underline
}

.close-sidebar-btn:active,
.close-sidebar-btn:hover {
	color: #e44343
}

.close-sidebar-btn {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e8eef1;
	width: 100%;
	text-align: center;
	color: #e44343
}

@media (max-width: 991px) {
	.sidebar:not(.sidebar-job) {
		-webkit-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		z-index: 12;
		top: 0px;
		width: 320px;
		height: 100vh;
		max-width: 80%;
		background: #fff;
		position: fixed;
		padding: 15px;
		background: #f6f9fc
	}
	.sidebar:not(.sidebar-job).sidebar-left {
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	.sidebar:not(.sidebar-job).sidebar-left.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.sidebar:not(.sidebar-job).sidebar-right {
		right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
	.sidebar:not(.sidebar-job).sidebar-right.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.apus-header .wrapper-topmenu:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent;
	z-index: 9
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
	top: calc(100% + 10px)
}

.apus-topbar .wrapper-topmenu:hover>a {
	color: #fff
}

.wrapper-top-cart .overlay-dropdown-menu-right {
	position: fixed;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 98
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.wrapper-top-cart>.dropdown-menu-right {
	max-width: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: fixed;
	z-index: 999;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	top: 0;
	right: 0;
	background: #fff;
	width: 420px;
	height: 100%;
	padding: 30px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_heading>h3 {
	margin: 0 0 20px;
	font-size: 22px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e8eef1;
	width: 100%;
	cursor: pointer;
	color: #e44343
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_content_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	height: 100%
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content .cart_list {
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content .cart-bottom {
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex
}

.wrapper-top-cart>.dropdown-menu-right.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.wrapper-top-cart .cart_list .variation {
	margin: 0
}

.wrapper-top-cart .cart_list .variation>* {
	display: inline-block;
	vertical-align: middle
}

.wrapper-top-cart .cart_list .variation>* p {
	margin: 0
}

.wrapper-top-cart .buttons .btn-block {
	margin-bottom: 10px
}

.horizontal-column .elementor-widget-wrap {
	display: flex;
	-webkit-display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end
}

.horizontal-column .elementor-widget-wrap>div {
	width: auto;
	margin-right: 20px
}

.rtl .horizontal-column .elementor-widget-wrap>div {
	margin-left: 20px;
	margin-right: inherit
}

@media (min-width: 1500px) {
	.horizontal-column .elementor-widget-wrap>div {
		margin-right: 30px
	}
	.rtl .horizontal-column .elementor-widget-wrap>div {
		margin-left: 30px;
		margin-right: inherit
	}
}

.horizontal-column .elementor-widget-wrap>div:last-child {
	margin-right: 0px
}

.rtl .horizontal-column .elementor-widget-wrap>div:last-child {
	margin-left: 0px;
	margin-right: inherit
}

.navbar.apus-megamenu {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	min-height: 0;
	margin: 0
}

.megamenu {
	padding: 0;
	float: none
}

.megamenu .menu-item-description {
	font-size: 14px;
	text-transform: capitalize
}

.megamenu>li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	float: none;
	position: relative;
	margin-right: 20px
}

.rtl .megamenu>li {
	margin-left: 20px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.megamenu>li {
		margin-right: 2px
	}
	.rtl .megamenu>li {
		margin-left: 40px;
		margin-right: inherit
	}
}

.megamenu>li:last-child {
	margin-right: 0
}

.rtl .megamenu>li:last-child {
	margin-left: 0;
	margin-right: inherit
}



.megamenu>li>a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	font-weight: normal;
	padding: 7px 0;
	background: transparent !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	color: #b8d1ff
}

.megamenu>li>a .fa,
.megamenu>li>a img {
	max-width: 50px;
	margin-left: 3px
}

.rtl .megamenu>li>a .fa,
.rtl .megamenu>li>a img {
	margin-right: 3px;
	margin-left: inherit
}

.megamenu>li>a:hover,
.megamenu>li>a:active,
.megamenu>li>a:focus {
	color: #fff
}

.megamenu>li:hover>a,
.megamenu>li.active>a {
	color: #fff
}

.megamenu>li.aligned-left .dropdown-menu:before {
	left: 25px
}

.megamenu>li.aligned-right>.dropdown-menu {
	left: auto;
	right: 0
}

.megamenu>li.aligned-right>.dropdown-menu:before {
	right: 25px
}


.rtl .megamenu>li.dropdown:after {
	right: 20px;
	left: auto
}

.megamenu>li.dropdown:hover:after {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.megamenu>li>.dropdown-menu {
	margin-top: 20px
}

.megamenu .aligned-fullwidth>.dropdown-menu {
	padding: 50px 30px 30px
}

.megamenu .dropdown-menu {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	-webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
	box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
	padding: 10px 0
}

.megamenu .dropdown-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: #1768fe;
	font-family: "Sarabun", Arial, sans-serif
}

.rtl .megamenu .dropdown-menu .text-label {
	margin-right: 5px;
	margin-left: inherit
}

.megamenu .dropdown-menu .text-label.label-hot {
	color: #e44343
}

.megamenu .dropdown-menu .text-label.label-new {
	color: #79b530
}

.megamenu .dropdown-menu .current-menu-item>a {
	color: #fff
}

.megamenu .dropdown-menu li>a {
	background: transparent !important;
	position: relative;
	font-size: 16px;
	color: #888b90;
	padding: 6px 20px;
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-left: 2px solid #fff
}

.rtl .megamenu .dropdown-menu li>a {
	border-right: 2px solid #fff;
	border-left: inherit
}

.megamenu .dropdown-menu li>a:hover,
.megamenu .dropdown-menu li>a:active {
	color: #3a3d43
}

.megamenu .dropdown-menu li>a b {
	position: absolute;
	top: 17px;
	right: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.rtl .megamenu .dropdown-menu li>a b {
	left: 10px;
	right: auto
}

.megamenu .dropdown-menu li:hover>a,
.megamenu .dropdown-menu li.current-menu-item>a,
.megamenu .dropdown-menu li.open>a,
.megamenu .dropdown-menu li.active>a {
	border-left: 2px solid #1768fe;
	color: #3a3d43
}

.rtl .megamenu .dropdown-menu li:hover>a,
.rtl .megamenu .dropdown-menu li.current-menu-item>a,
.rtl .megamenu .dropdown-menu li.open>a,
.rtl .megamenu .dropdown-menu li.active>a {
	border-right: 2px solid #1768fe;
	border-left: inherit
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
	margin: 0 0 10px;
	font-size: 18px;
	padding: 0;
	text-align: left
}

.rtl .megamenu .dropdown-menu .widget-title,
.rtl .megamenu .dropdown-menu .widgettitle {
	text-align: right
}

.megamenu .dropdown-menu .widget-title:before,
.megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
	display: none
}

.megamenu .dropdown-menu .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
	box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
	padding: 10px 0;
	border: none;
	position: absolute;
	display: block;
	left: 100%;
	top: -10px;
	background: #fff;
	min-width: 200px;
	margin: 0
}

.megamenu .dropdown-menu .dropdown-menu:before {
	display: none
}

.megamenu .dropdown-menu li:hover>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.megamenu .dropdown-menu .widget-nav-menu .menu li {
	margin: 0
}

.megamenu .dropdown-menu .widget-nav-menu .menu li a:before {
	display: none
}

.megamenu .apus-container {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}

.megamenu .has-mega-menu.aligned-fullwidth {
	position: static
}

.megamenu li.aligned-fullwidth>.dropdown-menu {
	width: 100%;
	left: 0 !important
}

.megamenu>li>a>.text-label {
	font-size: 11px;
	padding: 0px 5px;
	background: #27ceb4;
	color: #fff;
	position: absolute;
	right: -15px;
	top: -10px;
	line-height: 2;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.rtl .megamenu>li>a>.text-label {
	left: -15px;
	right: auto
}

.megamenu>li>a>.text-label.label-hot {
	background: #e44343
}

.megamenu>li>a>.text-label.label-hot:before {
	border-color: #e44343 transparent transparent #e44343
}

.megamenu>li>a>.text-label.label-new {
	background: #79b530
}

.megamenu>li>a>.text-label.label-new:before {
	border-color: #79b530 transparent transparent #79b530
}

.megamenu>li>a>.text-label:before {
	content: '';
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 7px;
	border-width: 3px;
	border-style: solid;
	border-color: #27ceb4 transparent transparent #27ceb4
}

.rtl .megamenu>li>a>.text-label:before {
	right: 7px;
	left: auto
}

.megamenu.effect1>li>.dropdown-menu {
	display: block;
	min-width: 200px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	padding: 10px 0;
	border: none;
	position: absolute;
	top: 100%;
	left: 0
}

.megamenu.effect1>li:hover>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.megamenu.effect2>li>.dropdown-menu {
	display: block;
	min-width: 200px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	padding: 10px 0;
	border: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+9) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.megamenu.effect2>li>.dropdown-menu>li {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px)
}

.megamenu.effect2>li:hover>.dropdown-menu {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.megamenu.effect2>li:hover>.dropdown-menu>li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.megamenu.effect3>li>.dropdown-menu {
	display: block;
	min-width: 200px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 0;
	border: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-animation: fadeleft 0.3s ease-in-out 0s;
	animation: fadeleft 0.3s ease-in-out 0s
}

.megamenu.effect3>li:hover>.dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-animation: faderight 0.3s ease-in-out 0s;
	animation: faderight 0.3s ease-in-out 0s
}

.mobile-vertical-menu .navbar-nav li {
	border-bottom: 1px dashed #e8eef1
}

.mobile-vertical-menu .navbar-nav li:last-child {
	border-bottom: 0
}

.mobile-vertical-menu .navbar-nav li>a {
	padding: 5px 0
}

.mobile-vertical-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: #1768fe;
	font-family: "Sarabun", Arial, sans-serif
}

.rtl .mobile-vertical-menu .text-label {
	margin-right: 5px;
	margin-left: inherit
}

.mobile-vertical-menu .text-label.label-hot {
	color: #e44343
}

.mobile-vertical-menu .text-label.label-new {
	color: #79b530
}

.main-mobile-menu {
	float: none
}

.main-mobile-menu>li {
	float: none
}

.main-mobile-menu .has-submenu>.sub-menu {
	padding-left: 30px;
	list-style: none;
	display: none
}

.rtl .main-mobile-menu .has-submenu>.sub-menu {
	padding-right: 30px;
	padding-left: inherit
}

.main-mobile-menu .has-submenu>.sub-menu li>.icon-toggle {
	top: 8px
}

.main-mobile-menu .has-submenu>.sub-menu li a {
	font-size: 14px;
	padding: 2px 0
}

.main-mobile-menu .widget .widget-title,
.main-mobile-menu .widget .widgettitle,
.main-mobile-menu .widget .widget-heading {
	margin: 0 0 10px;
	font-size: 16px;
	padding: 0 0 8px;
	text-align: inherit
}

.main-mobile-menu .sub-menu {
	max-width: 100%
}

.main-mobile-menu .shop-list-small {
	margin-bottom: 10px
}

.main-mobile-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: #1768fe;
	font-family: "Sarabun", Arial, sans-serif
}

.rtl .main-mobile-menu .text-label {
	margin-right: 5px;
	margin-left: inherit
}

.main-mobile-menu .text-label.label-hot {
	color: #e44343
}

.main-mobile-menu .text-label.label-new {
	color: #79b530
}

.menu-setting-menu-container .apus-menu-top {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2
}

.menu-setting-menu-container .apus-menu-top li a {
	padding: 0 15px;
	width: 100%
}

.menu-setting-menu-container .apus-menu-top ul {
	padding-left: 15px
}

.rtl .menu-setting-menu-container .apus-menu-top ul {
	padding-right: 15px;
	padding-left: inherit
}

.wrapper-topmenu .dropdown-menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.topmenu-menu {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0
}

.topmenu-menu i {
	margin-right: 10px
}

.rtl .topmenu-menu i {
	margin-left: 10px;
	margin-right: inherit
}

.topmenu-menu>li {
	float: none;
	white-space: nowrap;
	margin-bottom: 7px
}

.topmenu-menu>li:last-child {
	margin-bottom: 0
}

.topmenu-menu>li>a {
	background: transparent !important;
	padding: 0
}

.topmenu-menu>li.active>a {
	color: #1768fe
}

.mm-menu {
	background: #fff;
	color: #888b90;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.mm-menu .mm-listview .mm-next::before {
	border: none
}

.mm-menu .mm-panel {
	width: 100% !important
}

.mm-menu .mm-panel .dropdown-menu-inner {
	padding-top: 30px;
	margin: -20px -20px 20px
}

.mm-menu .mm-panel:first-child .mm-listview>li>a {
	text-transform: uppercase
}

.mm-menu .widget-nav-menu .menu li {
	margin: 0;
	line-height: 1.5
}

.mm-menu .widget-nav-menu .menu a {
	color: #3a3d43;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	padding-left: 20px;
	margin: 0
}

.mm-menu .widget-nav-menu .menu a:before {
	display: none
}

.mm-menu .widget-nav-menu .menu a:hover,
.mm-menu .widget-nav-menu .menu a:focus {
	color: #1768fe
}

.mm-menu .mm-listview>li>a {
	color: #3a3d43;
	background: transparent !important;
	padding-left: 15px;
	line-height: 2
}

.rtl .mm-menu .mm-listview>li>a {
	padding-right: 15px;
	padding-left: inherit
}

.mm-menu .mm-listview>li>a:hover,
.mm-menu .mm-listview>li>a:focus {
	color: #1768fe
}

.mm-menu .mm-listview>li>a .text-label {
	font-size: 11px;
	padding: 0px 5px;
	background: #27ceb4;
	position: absolute;
	right: 50px;
	top: 0;
	line-height: 2;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.rtl .mm-menu .mm-listview>li>a .text-label {
	left: 50px;
	right: auto
}

.mm-menu .mm-listview>li>a .text-label.label-hot {
	background: #e44343
}

.mm-menu .mm-listview>li>a .text-label.label-hot:before {
	border-color: #e44343 transparent transparent #e44343
}

.mm-menu .mm-listview>li>a .text-label.label-new {
	background: #79b530
}

.mm-menu .mm-listview>li>a .text-label.label-new:before {
	border-color: #79b530 transparent transparent #79b530
}

.mm-menu .mm-listview>li>a .text-label:before {
	content: '';
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 7px;
	border-width: 3px;
	border-style: solid;
	border-color: #27ceb4 transparent transparent #27ceb4
}

.rtl .mm-menu .mm-listview>li>a .text-label:before {
	right: 7px;
	left: auto
}

.mm-menu .mm-listview .menu-item-description {
	font-size: 12px
}

.mm-menu .mm-listview>li:after {
	display: none
}

.mm-menu .mm-listview>li .mm-next:after {
	border-color: #3a3d43
}

.mm-menu .mm-listview>li .mm-next:hover:after,
.mm-menu .mm-listview>li .mm-next:focus:after {
	border-color: #1768fe
}

.mm-menu .mm-listview>li.active>a {
	color: #1768fe
}

.mm-menu .mm-listview>li.active>.mm-next:after {
	border-color: #1768fe
}

.mm-menu .mm-btn:before {
	border-color: #3a3d43;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.mm-menu .mm-btn:hover:before,
.mm-menu .mm-btn:focus:before {
	border-color: #1768fe
}

.mm-menu .mm-title {
	background: #fff;
	padding: 15px 0;
	font-weight: 700;
	font-size: 17px;
	height: auto;
	color: #3a3d43 !important
}

.mm-menu .mm-navbar {
	padding: 0
}

.mm-menu .mm-navbar .mm-btn {
	top: 7px
}

.mm-menu .wpb_column {
	width: 100%
}

.mm-menu .widget .widget-title,
.mm-menu .widget .widgettitle,
.mm-menu .widget .widget-heading {
	border: none;
	padding: 0;
	margin-bottom: 10px
}

.mm-menu .widget .widget-title:before,
.mm-menu .widget .widgettitle:before,
.mm-menu .widget .widget-heading:before {
	display: none
}

.mm-menu li.text-title {
	font-weight: 700;
	font-size: 15px;
	padding: 15px;
	color: #3a3d43;
	text-align: center;
	border: 0 !important
}

.mm-menu li.text-title~li {
	font-size: 13px;
	padding-left: 20px
}

.mm-menu li.text-title~li a {
	padding: 7px;
	text-transform: capitalize !important
}

.mm-menu li.text-title~li i {
	margin-right: 7px
}

.rtl .mm-menu li.text-title~li i {
	margin-left: 7px;
	margin-right: inherit
}

.rtl .mm-menu li.text-title~li {
	padding-right: 20px;
	padding-left: inherit
}

.mm-panels>.mm-panel>.mm-listview {
	padding-top: 12px
}

.mm-panels>.mm-panel>.mm-listview>li {
	border-top: 1px solid #e8eef1
}

.mm-panels>.mm-panel>.mm-listview>li.space-20 {
	border: none
}

html .mm-menu~.mm-slideout:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: -100;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

html.mm-opening .mm-menu~.mm-slideout:before {
	z-index: 100;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: not-allowed
}

html.mm-opened {
	position: static !important
}

.top-menu>li>a {
	padding: 0 15px;
	text-transform: capitalize
}

.mm-menu.mm-offcanvas {
	z-index: 999 !important
}

.mm-menu.mm-offcanvas .social-top:after {
	display: none
}

.mm-menu.mm-offcanvas .social-top a {
	display: inline-block;
	font-size: 16px
}

.mm-menu.mm-offcanvas .social-top a:hover,
.mm-menu.mm-offcanvas .social-top a:active {
	color: #1768fe
}

.mm-menu.mm-offcanvas .widget {
	margin: 0
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
	padding: 10px
}

.mm-menu.mm-offcanvas .topbar-right-wrapper>* {
	margin-bottom: 15px
}

.mm-menu.mm-offcanvas .topbar-right-wrapper>*:last-child {
	margin: 0
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
	display: none
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
	margin-top: 0
}

.mm-menu.mm-offcanvas {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	display: block
}

.mm-menu.mm-offcanvas.mm-opened {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a {
	font-weight: 400
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a i {
	margin-right: 5px;
	min-width: 20px
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a i {
	margin-left: 5px;
	margin-right: inherit
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
	color: #1768fe
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
	max-width: 100%;
	display: none;
	padding: 0 15px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
	padding: 0;
	border: none;
	margin: 0 0 10px;
	font-size: 16px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
	display: none
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
	padding-left: 20px
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
	padding-right: 20px;
	padding-left: inherit
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
	padding: 0;
	font-size: 14px
}

.mobile-vertical-menu .widget {
	margin-bottom: 10px
}

@media (min-width: 1501px) {
	.col-md-cl-5 {
		width: 20%
	}
	.col-md-cl-5.first {
		clear: both
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.col-md-cl-5 {
		width: 25%
	}
	.col-md-cl-5.first:nth-child(4n+1) {
		clear: both
	}
	div.product.col-md-cl-5:nth-child(4n+1) {
		clear: both
	}
}

.main-page .page-links {
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	margin: 0
}

.main-page #respond .comment-reply-title {
	margin: 0 !important
}

.main-page #comments {
	padding-top: 30px;
	clear: both
}

.main-content {
	padding-bottom: 30px;
	padding-top: 30px
}

@media (min-width: 1200px) {
	.main-content {
		padding-top: 70px;
		padding-bottom: 30px
	}
}

.main-content .mobile-sidebar-btn {
	margin: 0 0 15px
}

#apus-main-content {
	position: relative;
	z-index: 1
}

body.no-footer #apus-footer {
	display: none !important
}

.wrapper-80 {
	padding-left: 50px;
	padding-right: 50px
}

@media (min-width: 1200px) {
	.wrapper-80 {
		padding-left: 80px;
		padding-right: 80px
	}
	.wrapper-50 {
		padding-left: 50px;
		padding-right: 50px
	}
}

div.wpcf7-validation-errors {
	margin: 0;
	padding: 15px
}

.contact-form-content {
	padding: 30px;
	background: white;
	min-height: 260px
}

.contact-form-content .rounded {
	margin-right: 10px;
	color: #fff;
	width: 40px;
	height: 40px;
	background: #aac6e3
}

.rtl .contact-form-content .rounded {
	margin-left: 10px;
	margin-right: inherit
}

.contact-form-content .rounded .fa,
.contact-form-content .rounded .icon {
	font-size: 16px;
	margin: 13px
}

.contact-form-content small {
	color: #56585c
}

body.page-template-404 .wrapper-container,
body.error404 .wrapper-container {
	position: relative
}

body.page-template-404 .apus-footer,
body.error404 .apus-footer {
	color: #b8d1ff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3
}

body.page-template-404 .apus-footer a,
body.error404 .apus-footer a {
	color: #fff
}

body.single-job_listing #apus-header,
body.single-candidate #apus-header,
body.single-employer #apus-header {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%
}

body.single-job_listing #apus-header.no_keep_header section.elementor-element:not(.no-transparent),
body.single-job_listing #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent),
body.single-candidate #apus-header.no_keep_header section.elementor-element:not(.no-transparent),
body.single-candidate #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent),
body.single-employer #apus-header.no_keep_header section.elementor-element:not(.no-transparent),
body.single-employer #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) {
	background: transparent !important
}

body.single-job_listing #apus-header.no_keep_header section.elementor-element:not(.no-transparent) .apus-user-register,
body.single-job_listing #apus-header.no_keep_header section.elementor-element:not(.no-transparent) .apus-user-login,
body.single-job_listing #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
body.single-job_listing #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login,
body.single-candidate #apus-header.no_keep_header section.elementor-element:not(.no-transparent) .apus-user-register,
body.single-candidate #apus-header.no_keep_header section.elementor-element:not(.no-transparent) .apus-user-login,
body.single-candidate #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
body.single-candidate #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login,
body.single-employer #apus-header.no_keep_header section.elementor-element:not(.no-transparent) .apus-user-register,
body.single-employer #apus-header.no_keep_header section.elementor-element:not(.no-transparent) .apus-user-login,
body.single-employer #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
body.single-employer #apus-header .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login {
	color: #fff
}

body.error404 #apus-main-content {
	padding-top: 0 !important
}

.page-404 {
	background-image: url(../upload/bg-error.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100vh
}

@media (min-width: 1200px) {
	.page-404 .btn-back-home {
		padding-left: 40px;
		padding-right: 40px
	}
}

.page-404 .footer-404 {
	padding: 20px 0;
	color: #b8d1ff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3
}

.page-404 .footer-404 a {
	color: #fff !important
}

@media (min-width: 1200px) {
	.page-404 .footer-404 {
		padding: 35px 0
	}
}

.page-404 .not-found {
	padding: 70px 0
}

@media (max-width: 767px) {
	.page-404 .not-found {
		padding: 0
	}
}

.page-404 .top-image {
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.page-404 .top-image {
		margin-bottom: 50px
	}
}

.page-404 .top-image img {
	max-width: 80%
}

.page-404 .description {
	margin-bottom: 30px;
	font-size: 17px
}

.page-404 .title-big {
	color: #fff;
	font-size: 25px;
	margin: 30px 0 20px;
	line-height: 1.25
}

@media (min-width: 1200px) {
	.page-404 .title-big {
		font-size: 40px;
		margin: 70px 0 50px
	}
}

.page-404 .page-content {
	max-width: 870px;
	margin: auto
}

.page-404 .content-inner {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 767px) {
	.page-404 .content-inner {
		padding-top: 35px
	}
}

.inner-dashboard .widget_apus_user_short_profile {
	border: 0 !important;
	padding: 0 !important
}

.inner-dashboard .widget_apus_user_short_profile .user_short_profile {
	padding: 0 !important
}

.inner-dashboard .close-sidebar-btn {
	margin-bottom: 0;
	border: none;
	padding: 15px
}

@media (min-width: 992px) {
	.inner-dashboard .sidebar:not(.sidebar-job) {
		width: 320px;
		padding-bottom: 30px;
		position: fixed;
		top: 0;
		height: 100vh;
		z-index: 3
	}
	.inner-dashboard .sidebar:not(.sidebar-job).sidebar-left {
		left: 0
	}
	.inner-dashboard .sidebar:not(.sidebar-job).sidebar-right {
		right: 0
	}
}

@media (min-width: 992px) {
	.wrapper-footer-dashboard[class*="left"],
	.page-dashboard[class*="left"] {
		padding-left: 320px
	}
	.wrapper-footer-dashboard[class*="right"],
	.page-dashboard[class*="right"] {
		padding-right: 320px
	}
}

.wrapper-footer-dashboard .sidebar:not(.sidebar-job),
.page-dashboard .sidebar:not(.sidebar-job) {
	padding: 0
}

.menu_short_profile {
	list-style: none;
	padding: 0;
	margin: 0
}

.menu_short_profile a {
	color: #888b90
}

.menu_short_profile a:hover,
.menu_short_profile a:focus {
	color: #3a3d43
}

.menu_short_profile li a {
	padding: 14px 30px;
	text-transform: capitalize;
	display: block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-left: 2px solid transparent
}

.rtl .menu_short_profile li a {
	border-right: 2px solid transparent;
	border-left: inherit
}

.menu_short_profile li a i {
	margin-right: 10px;
	display: inline-block
}

.rtl .menu_short_profile li a i {
	margin-left: 10px;
	margin-right: inherit
}

.menu_short_profile li:hover>a {
	color: #1768fe;
	border-color: #1768fe
}

.menu_short_profile li.active>a {
	color: #fff;
	background: #1768fe;
	border-color: #feac36
}

.top_profile {
	padding: 30px 30px 25px;
	border-bottom: 1px solid #dee6ed
}

.top_profile .user-logo {
	margin: 0 0 25px
}

.top_profile .logo-inner {
	width: 150px;
	height: 150px;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	margin: auto
}

.top_profile .title {
	font-size: 18px;
	margin: 0
}

.top_profile .categories a {
	color: #888b90
}

.top_profile .categories a:hover,
.top_profile .categories a:focus {
	color: #3a3d43
}

.post.no-results {
	margin: 0 0 35px
}

.post.no-results .widget-search {
	margin-top: 15px
}

.post.no-results .title-no-results {
	color: #888b90;
	margin: 0 0 35px
}

@media (min-width: 768px) {
	.post.no-results .title-no-results {
		margin: 0 0 90px
	}
}

@media (min-width: 768px) {
	.post.no-results {
		margin: 0 0 100px
	}
}

.entry-title {
	font-size: 18px;
	margin: 10px 0 5px;
	word-wrap: break-word
}

@media (min-width: 1200px) {
	.entry-title {
		font-size: 21px
	}
}

.entry-create {
	font-size: 13px;
	margin: 0 0 15px
}

.entry-create>* {
	margin-right: 2px
}

.rtl .entry-create>* {
	margin-left: 2px;
	margin-right: inherit
}

.entry-create .author {
	font-style: italic;
	text-transform: capitalize
}

.comment-form-cookies-consent [type="checkbox"] {
	margin-right: 7px
}

.rtl .comment-form-cookies-consent [type="checkbox"] {
	margin-left: 7px;
	margin-right: inherit
}

.entry-link {
	margin-top: 20px
}

.entry-link .readmore {
	color: #1768fe;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px
}

.entry-link .readmore:hover {
	color: #000
}

.entry-meta {
	margin: 0
}

.entry-meta .fa,
.entry-meta .icon {
	margin-right: 3px
}

.rtl .entry-meta .fa,
.rtl .entry-meta .icon {
	margin-left: 3px;
	margin-right: inherit
}

blockquote {
	color: #3a3d43;
	font-size: 18px;
	font-style: italic;
	padding: 0px 28px;
	border-left: 2px solid #1768fe;
	font-style: italic;
	margin-bottom: 20px
}

.rtl blockquote {
	border-right: 2px solid #1768fe;
	border-left: inherit
}

.entry-vote {
	z-index: 1;
	display: table;
	text-align: center;
	top: 20px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 44px;
	height: 44px;
	right: 20px
}

.rtl .entry-vote {
	left: 20px;
	right: auto
}

.entry-vote .entry-vote-inner {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-weight: 500
}

.entry-vote.vote-perfect .entry-vote-inner {
	color: #ff003a
}

.entry-vote.vote-good .entry-vote-inner {
	color: #fdff39
}

.entry-vote.vote-average .entry-vote-inner {
	color: #91e536
}

.entry-vote.vote-bad .entry-vote-inner {
	color: #e93434
}

.entry-vote.vote-poor .entry-vote-inner {
	color: #78ae00
}

.type-post {
	margin-bottom: 30px
}

.blog-title {
	margin-bottom: 30px
}

@media (min-width: 992px) {
	.layout-posts-list>.post {
		margin-bottom: 30px
	}
}

#commentform {
	margin-bottom: 20px
}

#commentform label {
	font-weight: 400;
	color: #3a3d43;
	margin: 0 0 10px
}

#commentform .comment-form-cookies-consent {
	font-size: 14px
}

#commentform .comment-form-cookies-consent label {
	margin-bottom: 0;
	display: inline
}

#commentform .form-group {
	margin-bottom: 25px
}

#commentform .form-control {
	padding: 10px 25px;
	margin: 0;
	background: #f6f9fc;
	color: #888b90;
	height: 54px;
	border: 0 !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

#commentform .form-control:focus {
	background-color: #ebf1f8
}

#commentform textarea.form-control {
	height: 200px;
	resize: none
}

#commentform .space-comment {
	margin: 0 0 30px
}

#commentform .form-submit {
	margin-bottom: 0
}

#commentform #cancel-comment-reply-link {
	color: #e44343
}

#commentform #submit {
	padding: 13px 40px
}

.commentform.reset-button-default .comment-respond {
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px
}

.commentform.reset-button-default .comment-respond #commentform {
	margin-bottom: 0
}

.post-specail .entry-title {
	font-size: 16px
}

.post-specail .entry-date {
	font-style: italic
}

.post-specail .entry-create {
	margin: 0 0 18px
}

.post-title {
	font-size: 18px
}

.post-thumb {
	position: relative
}

.blog-meta {
	top: 0;
	position: absolute;
	right: 0px
}

.rtl .blog-meta {
	left: 0px;
	right: auto
}

.blog.style1 .blog-date {
	top: 0;
	position: absolute;
	right: 0
}

.rtl .blog.style1 .blog-date {
	left: 0;
	right: auto
}

.blog.style2 {
	border: 1px solid #e8eef1
}

.blog.style2 .blog-date {
	float: left;
	margin: -1px 30px 0px 0px
}

.rtl .blog.style2 .blog-date {
	float: right
}

.rtl .blog.style2 .blog-date {
	margin: -1px 0px 0px 30px
}

.blog.style2 .entry-title {
	padding-left: 65px;
	padding-right: 20px
}

.rtl .blog.style2 .entry-title {
	padding-right: 65px;
	padding-left: inherit
}

.rtl .blog.style2 .entry-title {
	padding-left: 20px;
	padding-right: inherit
}

.blog.style2 .entry-description {
	padding-left: 65px;
	padding-right: 20px
}

.rtl .blog.style2 .entry-description {
	padding-right: 65px;
	padding-left: inherit
}

.rtl .blog.style2 .entry-description {
	padding-left: 20px;
	padding-right: inherit
}

.blog.style2 .entry-content {
	border: 0px;
	margin-bottom: 20px
}

.blog.style2 .entry-content:before,
.blog.style2 .entry-content:after {
	content: " ";
	display: table
}

.blog.style2 .entry-content:after {
	clear: both
}

.blog .blog-date {
	display: table;
	background: #e93434;
	text-align: center !important;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	width: 50px;
	height: 50px;
	line-height: normal
}

.blog .blog-date .blog-date-inner {
	display: table-cell;
	vertical-align: middle
}

.blog .blog-date span {
	display: block;
	margin: 2px 0 3px 0;
	line-height: 25px;
	font-size: 24px;
	font-weight: 400
}

.blog .blog-date--grids {
	position: absolute;
	top: 0;
	right: 15px
}

.rtl .blog .blog-date--grids {
	left: 15px;
	right: auto
}

.blog .entry-content--info {
	overflow: hidden;
	padding: 30px 0
}

.post .entry-description {
	margin: 0 0 30px;
	clear: both;
	overflow: hidden
}

.post .entry-description p:last-child {
	margin: 0
}

.grid-half.owl-carousel .owl-controls {
	top: 100%;
	-webkit-transform: translate(50px, -80px);
	-ms-transform: translate(50px, -80px);
	-o-transform: translate(50px, -80px);
	transform: translate(50px, -80px);
	left: 50%
}

.rtl .grid-half.owl-carousel .owl-controls {
	right: 50%;
	left: auto
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
	opacity: 1;
	filter: alpha(opacity=100);
	position: static
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
	margin-left: 5px
}

.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
	margin-right: 5px;
	margin-left: inherit
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
	background: #e1e4e6;
	border-color: #e1e4e6;
	color: #3a3d43
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
	background: #1768fe;
	border-color: #1768fe;
	color: #fff
}

.grid-half.style_img.owl-carousel .owl-controls {
	left: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.rtl .grid-half.style_img.owl-carousel .owl-controls {
	right: 0;
	left: auto
}

.layout-half {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #1768fe;
	color: #fff
}

.layout-half .entry-content {
	max-width: 650px;
	padding-bottom: 120px;
	padding-top: 50px
}

.layout-half .entry-content[class*='-6'] {
	padding-left: 50px;
	padding-right: 50px
}

.layout-half>div {
	padding-left: 0px;
	padding-right: 0px
}

@media (max-width: 1024px) {
	.layout-half .entry-content[class*='-6'] {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
		max-width: none
	}
}

.layout-half .entry-title {
	font-size: 50px;
	margin: 0 0 20px;
	line-height: 1.1;
	font-family: "Sarabun", Helvetica, Arial, sans-serif
}

.layout-half .entry-title a {
	color: #fff !important
}

.layout-half .entry-description {
	margin: 0 0 40px;
	font-size: 17px;
	font-weight: 400
}

.layout-dark {
	background: #eff1f2 !important;
	color: #888b90
}

.layout-dark .meta {
	font-size: 20px;
	font-weight: 400;
	font-family: "Sarabun";
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 35px
}

.layout-dark .meta:before {
	content: '';
	width: 80px;
	height: 2px;
	background: #3a3d43;
	position: absolute;
	bottom: 0;
	left: 0
}

.rtl .layout-dark .meta:before {
	right: 0;
	left: auto
}

.layout-dark .entry-title {
	margin: 0 0 10px
}

.layout-dark .entry-title a {
	color: #3a3d43 !important;
	font-size: 30px
}

.layout-dark .entry-description {
	font-size: 15px;
	font-weight: 300
}

.top-info-blog {
	margin-bottom: 12px;
	line-height: 0.8
}

.top-info-blog>div {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #95989c
}

.rtl .top-info-blog>div {
	margin-left: 10px;
	margin-right: inherit
}

.rtl .top-info-blog>div {
	padding-left: 10px;
	padding-right: inherit
}

.rtl .top-info-blog>div {
	border-left: 1px solid #95989c;
	border-right: inherit
}

.top-info-blog>div:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0
}

.rtl .top-info-blog>div:last-child {
	margin-left: 0;
	margin-right: inherit
}

.rtl .top-info-blog>div:last-child {
	padding-left: 0;
	padding-right: inherit
}

.top-info-blog .categories-name {
	color: #1768fe !important
}

.top-info-blog a {
	color: #888b90
}

.top-info-blog a:hover,
.top-info-blog a:focus {
	color: #3a3d43
}

.posts-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.posts-list>li {
	margin: 0 0 25px
}

.posts-list>li:last-child {
	margin: 0
}

.posts-list .entry-title {
	font-size: 16px;
	margin: 4px 0 0;
	font-weight: 500;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.posts-list .image {
	width: 110px;
	padding-right: 20px
}

.posts-list .image img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.rtl .posts-list .image {
	padding-left: 20px;
	padding-right: inherit
}

.posts-list .image+.inner {
	width: calc(100% - 110px)
}

.posts-list .top-info-blog {
	margin: 8px 0 0;
	font-size: 15px
}

.post-layout .post-sticky {
	background: #e44343;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	margin: 5px 0;
	font-size: 14px
}

.post-layout[class*="format-gallery"] .top-image {
	overflow: inherit
}

.post-layout .top-image {
	overflow: hidden;
	position: relative
}

.post-layout .top-image .list-categories {
	top: 10px;
	left: 10px;
	z-index: 2;
	position: absolute
}

.rtl .post-layout .top-image .list-categories {
	right: 10px;
	left: auto
}

@media (min-width: 1200px) {
	.post-layout .top-image .list-categories {
		top: 30px;
		left: 30px
	}
	.rtl .post-layout .top-image .list-categories {
		right: 30px;
		left: auto
	}
}

.post-layout .top-image .categories-name {
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	background: #feac36;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 3px 20px 5px;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px
}

.rtl .post-layout .top-image .categories-name {
	margin-left: 5px;
	margin-right: inherit
}

.post-layout .top-image .categories-name+span {
	display: none
}

.post-layout .description {
	margin: 0 0 5px
}

.post-layout iframe {
	max-width: 100%
}

.post-layout .post-thumbnail {
	overflow: hidden;
	display: block;
	position: relative
}

.post-layout .post-thumbnail img {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s
}

.post-grid-v1 {
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-align: center
}

@media (min-width: 1200px) {
	.post-grid-v1 {
		margin-bottom: 30px
	}
}

.post-grid-v1 .inner-bottom {
	padding: 20px 15px 30px
}

.post-grid-v1 .top-info {
	text-align: center;
	position: relative;
	padding-bottom: 10px
}

.post-grid-v1 .top-info .avatar-wrapper {
	margin: -58px auto 0
}

.post-grid-v1 .top-info .avatar-wrapper img {
	margin: 0 0 10px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block
}

.post-grid-v1 .name-author {
	font-weight: 600
}

.post-grid-v1 .name-author strong {
	font-weight: 600
}

.post-grid-v1 .entry-title {
	margin: 10px 0 8px
}

.post-grid-v1 .top-info-post-gird {
	margin: 0 0 12px
}

.post-grid-v1:hover {
	-webkit-box-shadow: 0 0 20px 3px rgba(71, 85, 95, 0.2);
	box-shadow: 0 0 20px 3px rgba(71, 85, 95, 0.2)
}

.list-small {
	overflow: hidden
}

.list-small .entry-title {
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 20px;
	font-weight: 400
}

.list-small .date {
	font-size: 12px
}

.list-small .image {
	float: left;
	padding-right: 15px
}

.rtl .list-small .image {
	float: right
}

.rtl .list-small .image {
	padding-left: 15px;
	padding-right: inherit
}

.list-small .image img {
	min-width: 62px
}

.list-small .info {
	overflow: hidden
}

.post-list-item {
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background-color: #fff
}

.post-list-item .entry-title {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500
}

.post-list-item .entry-title .stick-icon {
	display: inline-block;
	line-height: 1
}

.post-list-item .top-image {
	overflow: hidden
}

.post-list-item .col-content {
	padding: 30px 30px 20px
}

.post-list-item .date i {
	margin-right: 8px;
	font-size: 16px
}

.rtl .post-list-item .date i {
	margin-left: 8px;
	margin-right: inherit
}

.post-list-item .comment {
	border-top: 1px solid #dee6ed;
	padding-top: 15px;
	margin-top: 25px
}

.post-list-item .comment i {
	margin-right: 8px;
	font-size: 16px
}

.rtl .post-list-item .comment i {
	margin-left: 8px;
	margin-right: inherit
}

.post-list-item.sticky .entry-title a {
	color: #1768fe
}

.post-list-item:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.top-info-post-gird>div {
	margin-right: 10px
}

.rtl .top-info-post-gird>div {
	margin-left: 10px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.top-info-post-gird>div {
		margin-right: 20px
	}
	.rtl .top-info-post-gird>div {
		margin-left: 20px;
		margin-right: inherit
	}
}

.top-info-post-gird>div:last-child {
	margin-right: 0
}

.rtl .top-info-post-gird>div:last-child {
	margin-left: 0;
	margin-right: inherit
}

.top-info-post-gird i {
	display: inline-block;
	margin-right: 5px
}

.rtl .top-info-post-gird i {
	margin-left: 5px;
	margin-right: inherit
}

.top-info-post-gird a {
	color: #888b90
}

.top-info-post-gird a:hover,
.top-info-post-gird a:focus {
	color: #3a3d43
}

.top-info-post-gird .list-categories {
	display: inline-block
}

.posts-grid-category {
	overflow: hidden
}

.top-blog-info {
	padding: 25px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8eef1
}

.top-blog-info i {
	margin-right: 10px
}

.rtl .top-blog-info i {
	margin-left: 10px;
	margin-right: inherit
}

.top-blog-info .categories {
	margin-right: 35px
}

.rtl .top-blog-info .categories {
	margin-left: 35px;
	margin-right: inherit
}

.top-blog-info .author a {
	color: #1768fe
}

.top-blog-info a {
	color: #888b90
}

.top-blog-info a:hover,
.top-blog-info a:active {
	color: #1768fe
}

.list-default {
	margin-bottom: 45px
}

.list-default .entry-title {
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 10px
}

.list-default .description {
	margin: 0 0 15px
}

.category-posts {
	position: relative
}

.category-posts::after {
	content: "";
	top: 20px;
	position: absolute;
	right: 0;
	width: 1px;
	height: 1000px;
	background: #e8eef1
}

.rtl .category-posts::after {
	left: 0;
	right: auto
}

.category-posts .post {
	border-bottom: 1px solid #e8eef1
}

.category-posts .category-posts-label {
	padding: 1px 3px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #1768fe;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase
}

.category-posts .category-posts-label a {
	color: #fff
}

.category-posts .entry-meta::after {
	display: none
}

.category-posts .posts-more .post:last-child {
	border: 0px
}

.category-posts .posts-more .entry-title {
	font-size: 10px
}

.category-posts .posts-more .entry-title a {
	color: #777
}

.category-posts .posts-more .entry-title a:hover {
	color: #1768fe
}

.sharebox {
	margin-bottom: 30px
}

.sharebox .sharebox-title {
	margin: 10px 0
}

.entry-title-detail {
	font-size: 25px;
	margin: 0 0 15px;
	word-wrap: break-word
}

@media (min-width: 1200px) {
	.entry-title-detail {
		font-size: 36px
	}
}

.entry-content-detail {
	padding: 20px 30px;
	background: #fff;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px
}

.entry-content-detail.not-img-featured {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.social-networks li {
	padding-left: 10px;
	padding-right: 10px
}

.social-networks li:last-child a {
	margin-right: 0
}

.social-networks li a {
	font-size: 14px
}

.social-networks li a:hover {
	color: #1768fe
}

.tag-links,
.post-share {
	margin-bottom: 10px
}

.tag-links span i,
.post-share span i {
	margin-right: 5px
}

.rtl .tag-links span i,
.rtl .post-share span i {
	margin-left: 5px;
	margin-right: inherit
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.comment-list .comment-respond {
	padding-bottom: 20px
}

.comment-list .comment-respond .title {
	margin: 0 0 15px
}

.comment-list #cancel-comment-reply-link {
	color: #e44343
}

.comment-list .comment-author {
	font-size: 14px;
	margin: 0 0 5px
}

.comment-list .comment-author .space {
	font-size: 12px;
	margin: 0 10px;
	color: #888b90
}

.comment-list .comment-author .date {
	white-space: nowrap
}

.comment-list .name-comment {
	color: #3a3d43;
	margin: 0 0 12px
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px
}

.rtl .comment-list .children {
	padding-right: 15px;
	padding-left: inherit
}

@media (min-width: 1200px) {
	.comment-list .children {
		padding-left: 75px
	}
	.rtl .comment-list .children {
		padding-right: 75px;
		padding-left: inherit
	}
}

.comment-list .comment-edit-link {
	color: #e44343
}

.comment-list .comment-reply-link {
	color: #1768fe
}

.comment-list .comment-box {
	overflow: hidden
}

.comment-list .comment-text p:last-child {
	margin: 0
}

.comment-list div.avatar {
	width: 80px;
	padding-right: 15px;
	float: left
}

.rtl .comment-list div.avatar {
	padding-left: 15px;
	padding-right: inherit
}

@media (min-width: 768px) {
	.comment-list div.avatar {
		padding-right: 30px;
		width: 100px
	}
	.rtl .comment-list div.avatar {
		padding-left: 30px;
		padding-right: inherit
	}
}

.rtl .comment-list div.avatar {
	float: right
}

.comment-list div.avatar img {
	margin: 0
}

.comment-list img.avatar {
	width: 70px;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.comment-list .the-comment {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #dee6ed
}

@media (min-width: 992px) {
	.comment-list .the-comment {
		padding: 0 0 25px;
		margin: 0 0 25px
	}
}

.comment-list li:last-child .the-comment {
	border: 0;
	margin-bottom: 0
}

.box-comment {
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #fff;
	overflow: hidden
}

.box-comment .comments-title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px
}

.commentform .title {
	margin: 0 0 18px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1
}

.commentform .comment-notes {
	display: none
}

.logged-in-as {
	margin-bottom: 25px
}

.logged-in-as a+a {
	color: #e44343
}

.detail-post #comments #reply-title {
	margin: 0 !important
}

.post-navigation {
	position: relative
}

.post-navigation .screen-reader-text {
	display: none
}

.post-navigation .nav-links {
	overflow: hidden;
	display: -webkit-flex;
	display: flex
}

.post-navigation .nav-links>* {
	width: 50%;
	float: left;
	font-size: 18px;
	font-weight: 500;
	padding: 25px 30px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.rtl .post-navigation .nav-links>* {
	float: right
}

.post-navigation .nav-links>*:hover {
	background: #1768fe
}

.post-navigation .nav-links>*:hover a {
	color: #fff
}

.post-navigation .nav-links>*.nav-next {
	text-align: right
}

.rtl .post-navigation .nav-links>*.nav-next {
	text-align: left
}

.post-navigation .nav-links>*.nav-next .meta-nav {
	float: right;
	padding-left: 10px
}

.rtl .post-navigation .nav-links>*.nav-next .meta-nav {
	float: left
}

.rtl .post-navigation .nav-links>*.nav-next .meta-nav {
	padding-right: 10px;
	padding-left: inherit
}

.post-navigation .nav-links .meta-nav {
	padding-right: 10px;
	float: left;
	display: none
}

.rtl .post-navigation .nav-links .meta-nav {
	padding-left: 10px;
	padding-right: inherit
}

.rtl .post-navigation .nav-links .meta-nav {
	float: right
}

.post-navigation .nav-links .inner {
	overflow: hidden;
	display: block
}

.post-navigation .nav-links .navi {
	display: block
}

.author-info {
	padding: 20px 0;
	border-top: 1px solid #e8eef1
}

@media (min-width: 992px) {
	.author-info {
		padding: 40px 0
	}
}

.author-info .author-title {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px
}

.author-info .avatar-img {
	padding-right: 20px
}

.rtl .author-info .avatar-img {
	padding-left: 20px;
	padding-right: inherit
}

.author-info .avatar-img .avatar {
	overflow: hidden;
	max-width: none
}

.related-posts {
	margin: 30px 0 0
}

.related-posts .title {
	font-size: 22px;
	position: relative;
	margin: 0 0 20px
}

.related-posts .entry-title {
	font-size: 18px;
	margin: 20px 0 10px
}

.blog-post-icon {
	display: table;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 1;
	background: #1768fe;
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: 0;
	width: 50px;
	height: 50px
}

.rtl .blog-post-icon {
	right: 0;
	left: auto
}

.blog-post-icon .fa {
	display: table-cell;
	vertical-align: middle;
	font-size: 22px
}

.blog-masonry .entry-thumb {
	margin-bottom: 0
}

.gallery {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden
}

.gallery .gallery-item {
	float: left;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative
}

.rtl .gallery .gallery-item {
	float: right
}

.gallery .gallery-item figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	max-height: 50%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.5);
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 8px 15px
}

.gallery .gallery-item:hover figcaption {
	opacity: 1;
	filter: alpha(opacity=100)
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11%
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14%
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.5%
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33%
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%
}

.comment-navigation {
	overflow: hidden;
	padding: 20px 0
}

.comment-navigation .nav-links>div {
	display: inline-block
}

.comment-navigation .nav-links>div+div {
	line-height: 1.1;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 2px solid #e8eef1
}

.rtl .comment-navigation .nav-links>div+div {
	margin-right: 15px;
	margin-left: inherit
}

.rtl .comment-navigation .nav-links>div+div {
	padding-right: 15px;
	padding-left: inherit
}

.rtl .comment-navigation .nav-links>div+div {
	border-right: 2px solid #e8eef1;
	border-left: inherit
}

.list-check {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-check li {
	margin-bottom: 10px
}

.list-check i {
	color: #1768fe;
	margin-right: 10px
}

.rtl .list-check i {
	margin-left: 10px;
	margin-right: inherit
}

.top-detail-info {
	font-size: 14px;
	color: #fff;
	margin-top: 20px
}

@media (min-width: 1200px) {
	.top-detail-info {
		margin-top: 40px
	}
}

.top-detail-info>* {
	display: inline-block;
	vertical-align: middle
}

.top-detail-info strong {
	font-weight: 400
}

.top-detail-info .space {
	margin: 0 10px;
	font-size: 13px
}

.top-detail-info a {
	color: #fff
}

.top-detail-info a:hover,
.top-detail-info a:focus {
	color: #fff
}

.detail-post iframe {
	max-width: 100%
}

.detail-post .bottom-info {
	font-family: "Sarabun";
	margin-bottom: 20px
}

.detail-post .bottom-info .suffix {
	font-style: italic
}

.detail-post .bottom-info .author {
	text-transform: uppercase
}

.detail-post .bottom-info>div {
	display: inline-block;
	vertical-align: middle
}

.detail-post .bottom-info a {
	color: #888b90
}

.detail-post .bottom-info a:hover,
.detail-post .bottom-info a:active {
	color: #1768fe
}

.detail-post .apus-social-share {
	padding: 30px 0 10px;
	border-top: 1px solid #dee6ed
}

.detail-post .tag-social strong {
	font-weight: 600;
	color: #3a3d43;
	padding-right: 10px
}

.rtl .detail-post .tag-social strong {
	padding-left: 10px;
	padding-right: inherit
}

.detail-post .entry-tags-list {
	margin: 0 0 20px 0;
	display: block
}

.detail-post .entry-tags-list strong {
	display: none
}

.detail-post .entry-tags-list a {
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 14px !important;
	display: inline-block;
	padding: 7px 15px;
	line-height: 1;
	border: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #edf1f4;
	color: #888b90;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.rtl .detail-post .entry-tags-list a {
	margin-left: 8px;
	margin-right: inherit
}

.detail-post .entry-tags-list a:hover,
.detail-post .entry-tags-list a:focus,
.detail-post .entry-tags-list a.active {
	color: #fff;
	background: #1768fe;
	-webkit-box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4);
	box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4)
}

.detail-post .post-navigation {
	margin-top: 30px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden
}

.author-post .avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.author-post .avatar-img {
	float: left;
	padding-right: 8px
}

.rtl .author-post .avatar-img {
	float: right
}

.rtl .author-post .avatar-img {
	padding-left: 8px;
	padding-right: inherit
}

.author-post .name-author {
	display: inline-block;
	margin-top: 9px
}

#review_form_wrapper {
	margin-top: 30px
}

.effect-1 {
	position: relative
}

.effect-1:after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	margin: auto
}

.effect-1:hover:after {
	width: 100%;
	height: 1px;
	background: #1768fe
}

.zoom-2 {
	overflow: hidden;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.zoom-2 img {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.zoom-2:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.filter-grayscale,
.widget .widget_sp_image-image-link img {
	-webkit-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s
}

.filter-grayscale:hover,
.widget .widget_sp_image-image-link img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%)
}

.filter-brightness {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s
}

.filter-brightness:hover {
	filter: brightness(0.4);
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4)
}

.filter-blur {
	-webkit-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s
}

.filter-blur:hover {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px)
}

.close .fa {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.close:hover .fa {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.rtl .image-overlay-1:after,
.rtl .image-overlay-1:before {
	right: 0;
	left: auto
}

.image-overlay-1:after {
	top: -100%
}

.image-overlay-1:before {
	bottom: -100%
}

.image-overlay-1:hover:after {
	top: -50%;
	opacity: 1;
	filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
	bottom: -50%;
	opacity: 1;
	filter: alpha(opacity=100)
}

.image-plus-1 {
	position: relative
}

.image-plus-1::before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	background: url("../upload/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6)
}

.rtl .image-plus-1::before {
	right: 0;
	left: auto
}

.image-plus-1:hover::before {
	visibility: visible;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.image-plus-2 {
	position: relative
}

.image-plus-2::before {
	content: "";
	z-index: 199;
	top: 0;
	position: absolute;
	background: url("../upload/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-background-size: 10px 10px, 100% 100%;
	-moz-background-size: 10px 10px, 100% 100%;
	-ms-background-size: 10px 10px, 100% 100%;
	-o-background-size: 10px 10px, 100% 100%;
	background-size: 10px 10px, 100% 100%;
	-webkit-background-origin: padding-box, padding-box;
	-moz-background-origin: padding-box, padding-box;
	-ms-background-origin: padding-box, padding-box;
	-o-background-origin: padding-box, padding-box;
	background-origin: padding-box, padding-box
}

.rtl .image-plus-2::before {
	right: 0;
	left: auto
}

.image-plus-2:hover::before {
	opacity: .6;
	visibility: visible;
	-webkit-background-size: 60px 60px, 100% 100%;
	-moz-background-size: 60px 60px, 100% 100%;
	-ms-background-size: 60px 60px, 100% 100%;
	-o-background-size: 60px 60px, 100% 100%;
	background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
	position: relative
}

.image-plus-3::before {
	content: "";
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	-webkit-transform: scale(0.5) rotateX(180deg);
	-moz-transform: scale(0.5) rotateX(180deg);
	-ms-transform: scale(0.5) rotateX(180deg);
	-o-transform: scale(0.5) rotateX(180deg);
	transform: scale(0.5) rotateX(180deg);
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: rgba(0, 0, 0, 0.8)
}

.rtl .image-plus-3::before {
	right: 0;
	left: auto
}

.image-plus-3:hover::before {
	visibility: visible;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1) rotateX(0deg);
	-moz-transform: scale(1) rotateX(0deg);
	-ms-transform: scale(1) rotateX(0deg);
	-o-transform: scale(1) rotateX(0deg);
	transform: scale(1) rotateX(0deg)
}

.icon-effect-1 {
	position: relative
}

.icon-effect-1:before {
	content: "";
	display: block;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent
}

.icon-effect-1:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.no-margin {
	margin: 0 !important
}

.no-margin .pagination {
	margin: 0
}

.no-padding {
	padding: 0 !important
}

.no-position {
	position: static !important
}

.inline-block {
	display: inline-block;
	vertical-align: middle
}

.lt-ie8 .inline-block {
	display: inline;
	zoom: 1
}

.no-background {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none !important
}

.no-effect a:before {
	content: none !important
}

.clear-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.text-uppercase {
	text-transform: uppercase !important
}

.separator_align_center {
	text-align: center !important
}

.vc_align_right,
.separator_align_right {
	text-align: right !important
}

.separator_align_left {
	text-align: left !important
}

.font-size-lg {
	font-size: 48px
}

.font-size-md {
	font-size: 30px
}

.font-size-sm {
	font-size: 20px
}

.font-size-xs {
	font-size: 16px
}

.no-border {
	border: 0px !important
}

.bg-transparent {
	background: transparent !important
}

.widget-text-heading {
	margin: 0
}

.widget-text-heading .title {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 5px
}

.widget-text-heading .des {
	font-size: 13px
}

.widget-text-heading.center {
	text-align: center
}

.vertical-wrapper {
	position: relative
}

.vertical-wrapper .title-vertical {
	color: #fff;
	background: #1768fe;
	font-size: 18px;
	text-transform: capitalize;
	padding: 13px 20px;
	margin: 0;
	cursor: pointer
}

.vertical-wrapper .title-vertical i {
	font-size: 16px;
	margin-right: 15px
}

.rtl .vertical-wrapper .title-vertical i {
	margin-left: 15px;
	margin-right: inherit
}

.vertical-wrapper .title-vertical .show-down {
	font-size: 18px;
	margin: 3px 0 0;
	float: right
}

.rtl .vertical-wrapper .title-vertical .show-down {
	float: left
}

.vertical-wrapper .content-vertical {
	padding: 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100% !important;
	z-index: 8
}

.vertical-wrapper.show-always .content-vertical {
	display: block
}

.apus-vertical-menu {
	padding: 14px;
	background: #fff;
	margin: 0;
	list-style: none;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e8eef1
}

.apus-vertical-menu>li {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #e8eef1
}

.apus-vertical-menu>li:last-child {
	border: none
}

.apus-vertical-menu>li>a {
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	background: transparent !important
}

.apus-vertical-menu>li>a>i,
.apus-vertical-menu>li>a>img {
	font-size: 22px;
	margin-right: 15px;
	width: 18px;
	display: inline-block;
	color: #1768fe
}

.rtl .apus-vertical-menu>li>a>i,
.rtl .apus-vertical-menu>li>a>img {
	margin-left: 15px;
	margin-right: inherit
}

.apus-vertical-menu>li>a .caret {
	float: right;
	margin: 22px 0 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.rtl .apus-vertical-menu>li>a .caret {
	float: left
}

.apus-vertical-menu>li .apus-container {
	padding: 10px 35px
}

.apus-vertical-menu>li:hover>a,
.apus-vertical-menu>li.active>a {
	color: #1768fe
}

.apus-vertical-menu li:hover>.dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.apus-vertical-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: #1768fe;
	font-family: "Sarabun", Arial, sans-serif
}

.rtl .apus-vertical-menu .text-label {
	margin-right: 5px;
	margin-left: inherit
}

.apus-vertical-menu .text-label.label-hot {
	color: #e44343
}

.apus-vertical-menu .text-label.label-new {
	color: #79b530
}

.apus-vertical-menu .dropdown-menu {
	min-width: 240px;
	visibility: hidden;
	padding: 20px;
	font-size: 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: none;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15)
}

.apus-vertical-menu .dropdown-menu>li>a {
	color: #3a3d43;
	background: transparent !important;
	padding: 0
}

.apus-vertical-menu .dropdown-menu>li>a>i,
.apus-vertical-menu .dropdown-menu>li>a>img {
	font-size: 20px;
	margin-right: 10px;
	width: 15px;
	display: inline-block
}

.rtl .apus-vertical-menu .dropdown-menu>li>a>i,
.rtl .apus-vertical-menu .dropdown-menu>li>a>img {
	margin-left: 10px;
	margin-right: inherit
}

.apus-vertical-menu .dropdown-menu>li>a .caret {
	float: right;
	margin: 12px 0 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.rtl .apus-vertical-menu .dropdown-menu>li>a .caret {
	float: left
}

.apus-vertical-menu .dropdown-menu>li:hover>a,
.apus-vertical-menu .dropdown-menu>li.active>a,
.apus-vertical-menu .dropdown-menu>li:active>a {
	color: #1768fe
}

.apus-vertical-menu .dropdown-menu .wpb_button,
.apus-vertical-menu .dropdown-menu .wpb_content_element,
.apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid>li,
.apus-vertical-menu .dropdown-menu .widget {
	margin: 0
}

.apus-vertical-menu .dropdown-menu .widget .widget-title,
.apus-vertical-menu .dropdown-menu .widget .widgettitle,
.apus-vertical-menu .dropdown-menu .widget .widget-heading {
	margin: 0 0 10px;
	font-size: 18px;
	padding: 0
}

.apus-vertical-menu .dropdown-menu .widget .widget-title:after,
.apus-vertical-menu .dropdown-menu .widget .widget-title:before,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:after,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:before,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:after,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
	display: none
}

.apus-vertical-menu .aligned-left>a:hover .caret {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.apus-vertical-menu .aligned-left>.dropdown-menu {
	top: -10px;
	left: 100%
}

.apus-vertical-menu .aligned-right>a:hover .caret {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.apus-vertical-menu .aligned-right>.dropdown-menu {
	top: -10px;
	right: 100%;
	left: inherit
}

.apus_custom_menu.center {
	text-align: center
}

.apus_custom_menu.center li {
	display: inline-block;
	margin: 0 15px
}

.apus_custom_menu.left {
	text-align: left
}

.apus_custom_menu.right {
	text-align: right
}

.apus_custom_menu.inline li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 20px
}

.rtl .apus_custom_menu.inline li {
	margin-left: 20px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.apus_custom_menu.inline li {
		margin-right: 40px
	}
	.rtl .apus_custom_menu.inline li {
		margin-left: 40px;
		margin-right: inherit
	}
}

.apus_custom_menu.inline li:last-child {
	margin: 0
}

.slick-carousel {
	position: relative;
	margin-right: -15px;
	margin-left: -15px
}

.slick-carousel .slick-arrow {
	background: transparent !important;
	padding: 0;
	display: inline-block;
	font-size: 30px;
	color: #3a3d43;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 3;
	border: none
}

@media (min-width: 1200px) {
	.slick-carousel .slick-arrow {
		font-size: 35px
	}
}

.slick-carousel .slick-arrow .textnav {
	display: none
}

.slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:focus {
	color: #1768fe
}

.slick-carousel .slick-prev {
	left: 0
}

@media (min-width: 1200px) {
	.slick-carousel .slick-prev {
		left: -15px
	}
}

.slick-carousel .slick-next {
	right: 0
}

@media (min-width: 1200px) {
	.slick-carousel .slick-next {
		right: -15px
	}
}

.slick-carousel .slick-slide {
	outline: none !important;
	padding-left: 15px;
	padding-right: 15px
}

.slick-carousel.show-text .textnav {
	display: inline-block;
	margin: 0 2px
}

.slick-carousel.show-text .slick-arrow {
	width: auto;
	height: auto;
	background: transparent !important;
	font-weight: 500;
	font-size: 12px;
	color: #3a3d43
}

.slick-carousel.show-text .slick-arrow:hover,
.slick-carousel.show-text .slick-arrow:active,
.slick-carousel.show-text .slick-arrow:focus {
	color: #1768fe
}

.slick-carousel.show-text .slick-prev {
	left: 0;
	right: inherit
}

.slick-carousel.show-text .slick-next {
	right: 0;
	left: inherit
}

.slick-carousel.p-bottom .slick-list {
	padding-bottom: 5px
}

.slick-carousel.p-bottom .slick-arrow {
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.slick-carousel .slick-track {
	margin: inherit
}

.slick-carousel .slick-dots {
	margin: 0 !important;
	padding: 10px 0 0;
	text-align: center;
	list-style: none;
	line-height: 1
}

@media (min-width: 1200px) {
	.slick-carousel .slick-dots {
		padding: 20px 0 0
	}
}

.slick-carousel .slick-dots li {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	border: 1px solid #1768fe;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 12px;
	text-align: center
}

.slick-carousel .slick-dots li button {
	border: none;
	display: block;
	text-indent: -9999em;
	width: 6px;
	height: 6px;
	padding: 0;
	background: transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slick-carousel .slick-dots li.slick-active button {
	background: #1768fe
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #aaa;
	border: none;
	color: #fff
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
	background: #222;
	color: #fff
}

.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
	top: -70px;
	width: 108px;
	right: 0;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.rtl .owl-carousel-top .owl-carousel .owl-controls,
.rtl .owl-carousel-top.owl-carousel .owl-controls {
	left: 0;
	right: auto
}

.owl-carousel {
	display: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	margin-right: -15px;
	margin-left: -15px;
	cursor: pointer
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	opacity: 1;
	filter: alpha(opacity=100)
}

.owl-controls .owl-dots {
	text-align: center
}

.owl-controls .owl-dots .owl-dot {
	cursor: pointer;
	margin: 0 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	border: 2px solid #646a7c;
	background: #646a7c
}

.owl-controls .owl-dots .owl-dot.active {
	border-color: #1768fe;
	background: #1768fe
}

.nav-bottom.owl-carousel {
	padding-bottom: 55px
}

.nav-bottom.owl-carousel .owl-controls {
	top: 100%
}

.nav-white .owl-controls .owl-dots .owl-dot {
	border-color: #1768fe;
	background: transparent
}

.nav-white .owl-controls .owl-dots .owl-dot:hover,
.nav-white .owl-controls .owl-dots .owl-dot.active {
	background: #fff;
	border-color: #1768fe
}

.nav-small .owl-controls .owl-nav .owl-prev,
.nav-small .owl-controls .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-width: 1px;
	font-size: 18px
}

.nav-white .owl-controls .owl-nav .owl-prev,
.nav-white .owl-controls .owl-nav .owl-next {
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5)
}

.nav-white .owl-controls .owl-nav .owl-prev:hover,
.nav-white .owl-controls .owl-nav .owl-prev:active,
.nav-white .owl-controls .owl-nav .owl-next:hover,
.nav-white .owl-controls .owl-nav .owl-next:active {
	border-color: #1768fe;
	background-color: #1768fe;
	color: #fff
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
	cursor: pointer;
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #1768fe;
	top: 50%;
	left: 15px;
	z-index: 99;
	color: #1768fe;
	font-size: 30px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 42px;
	background: transparent
}

.owl-controls .owl-nav .owl-prev:active,
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
	background: #1768fe;
	color: #fff;
	border-color: #1768fe
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	left: inherit;
	right: 15px
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 15px;
	padding-left: 15px
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.wpb_gmaps_widget.wpb_content_element {
	margin: 0
}

.widget-googlemap {
	position: relative
}

.widget-googlemap .apus-google-map {
	z-index: 1
}

.widget-googlemap .map-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.widget-googlemap .content-info {
	position: relative;
	z-index: 9;
	background: rgba(17, 17, 17, 0.8);
	padding: 30px
}

@media (min-width: 1024px) {
	.widget-googlemap .content-info {
		padding: 65px 65px 40px
	}
}

.widget-googlemap .description {
	margin: 0 0 35px
}

.widget-googlemap .info-wrapper {
	margin: 0 0 40px
}

.widget-googlemap .info-wrapper:nth-child(2n) {
	font-weight: normal
}

.widget-googlemap .info-wrapper .icon {
	width: 70px;
	height: 70px;
	line-height: 76px;
	text-align: center;
	border: 2px dashed #3f4143;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left;
	margin-right: 20px
}

.rtl .widget-googlemap .info-wrapper .icon {
	float: right
}

.rtl .widget-googlemap .info-wrapper .icon {
	margin-left: 20px;
	margin-right: inherit
}

.widget-googlemap .info-wrapper .icon i {
	font-size: 28px
}

.widget-googlemap .info-wrapper .des {
	color: #fff;
	overflow: hidden;
	margin: 6px 0 0
}

.widget-googlemap .info-top {
	border-bottom: 2px dashed #414445;
	overflow: hidden
}

.widget-googlemap .info-bottom {
	margin: 40px 0
}

.widget-googlemap .info-bottom a {
	display: inline-block;
	text-align: center;
	line-height: 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #101416;
	background: #3f4143
}

.widget-googlemap .info-bottom a:hover,
.widget-googlemap .info-bottom a:active {
	background-image: -webkit-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: -o-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: linear-gradient(to right, #feac36 0%, #1768fe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF1768FE', GradientType=1);
	color: #0e1113
}

.widget-googlemap .info-bottom a+a {
	margin-left: 12px
}

.rtl .widget-googlemap .info-bottom a+a {
	margin-right: 12px;
	margin-left: inherit
}

.widget-socials .title {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: "Sarabun", Helvetica, Arial, sans-serif;
	margin-right: 20px
}

.rtl .widget-socials .title {
	margin-left: 20px;
	margin-right: inherit
}

.socials .social {
	padding: 0;
	list-style: none;
	margin: 0
}

.socials .social>li {
	padding: 0;
	display: inline-block;
	margin-right: 5px
}

.rtl .socials .social>li {
	margin-left: 5px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.socials .social>li {
		margin-right: 8px
	}
	.rtl .socials .social>li {
		margin-left: 8px;
		margin-right: inherit
	}
}

.socials .social>li:last-child {
	margin: 0
}

.socials .social a {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #fff !important;
	background: #1768fe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.socials .social a:before {
	display: none
}

.socials .social a:hover,
.socials .social a:focus {
	background: #0153eb
}

.socials .social a[class*="facebook"] {
	background: #3b5998
}

.socials .social a[class*="facebook"]:hover,
.socials .social a[class*="facebook"]:focus {
	background: #30487b
}

.socials .social a[class*="twitter"] {
	background: #00acee
}

.socials .social a[class*="twitter"]:hover,
.socials .social a[class*="twitter"]:focus {
	background: #008fc5
}

.socials .social a[class*="linkedin"] {
	background: #0077b5
}

.socials .social a[class*="linkedin"]:hover,
.socials .social a[class*="linkedin"]:focus {
	background: #005c8c
}

.socials .social a[class*="google"] {
	background: #d34836
}

.socials .social a[class*="google"]:hover,
.socials .social a[class*="google"]:focus {
	background: #b83928
}

.socials .social a[class*="pinterest"] {
	background: #c4302b
}

.socials .social a[class*="pinterest"]:hover,
.socials .social a[class*="pinterest"]:focus {
	background: #a32824
}

.phone_header {
	font-size: 22px;
	line-height: 1;
	font-family: "Sarabun";
	color: #3a3d43
}

.phone_header img {
	margin: 0 10px 0 0;
	vertical-align: middle
}

.rtl .phone_header img {
	margin: 0 0 0 10px
}

.contact-us .title {
	font-size: 20px;
	margin: 0 0 15px
}

.contact-us .form-control {
	height: 54px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: none;
	margin: 0 0 22px;
	background: #f6f9fc
}

.contact-us label {
	margin: 0 0 5px;
	font-weight: 400;
	color: #3a3d43
}

.contact-us textarea.form-control {
	height: 200px;
	resize: none;
	margin-bottom: 30px
}

.column-box>.elementor-container {
	overflow: hidden;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09)
}

.widget-process {
	padding-top: 35px
}

.widget-process .title {
	color: #1768fe;
	margin: 0;
	font-size: 14px
}

.widget-process .des {
	font-size: 18px;
	font-family: "Sarabun";
	color: #fff;
	font-weight: normal
}

@media (min-width: 1200px) {
	.widget-process .des {
		font-size: 20px
	}
}

.widget-process .top-img {
	margin-bottom: 12px
}

@media (min-width: 1200px) {
	.widget-process .top-img {
		margin-bottom: 20px
	}
}

.widget-process .proces-item {
	position: relative
}

.widget-process .proces-item .line-space {
	position: absolute;
	width: 190px;
	height: 35px;
	left: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%
}

.widget-process .proces-item:last-child .line-space {
	display: none
}

.language-wrapper {
	font-size: 12px;
	display: inline-block;
	position: relative
}

.language-wrapper:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px
}

.language-wrapper .selected .language-current>img {
	margin: 0 10px 0 0;
	vertical-align: sub
}

.rtl .language-wrapper .selected .language-current>img {
	margin: 0 0 0 10px
}

.language-wrapper .selected .language-current>i {
	margin-left: 10px
}

.rtl .language-wrapper .selected .language-current>i {
	margin-right: 10px;
	margin-left: inherit
}

.language-wrapper .dropdown-menu {
	background: #fff;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	font-size: 12px;
	margin-top: 5px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 13px 18px;
	min-width: 130px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e8eef1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	visibility: hidden
}

.language-wrapper:hover .dropdown-menu {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.language-wrapper .list-language {
	list-style: none;
	padding: 0;
	margin: 0
}

.language-wrapper .list-language li {
	margin-bottom: 10px
}

.language-wrapper .list-language li:last-child {
	margin-bottom: 0
}

.language-wrapper .list-language a:hover,
.language-wrapper .list-language a:focus {
	color: #1768fe
}

.language-wrapper .list-language img {
	margin-right: 6px;
	margin-bottom: 0
}

.rtl .language-wrapper .list-language img {
	margin-left: 6px;
	margin-right: inherit
}

.top-info {
	line-height: 1.4
}

.top-info .item {
	display: inline-block;
	vertical-align: middle;
	padding-right: 18px;
	margin-right: 18px;
	border-right: 1px solid #e8eef1
}

.top-info .item i {
	margin-right: 5px
}

.rtl .top-info .item i {
	margin-left: 5px;
	margin-right: inherit
}

.rtl .top-info .item {
	padding-left: 18px;
	padding-right: inherit
}

.rtl .top-info .item {
	margin-left: 18px;
	margin-right: inherit
}

.rtl .top-info .item {
	border-left: 1px solid #e8eef1;
	border-right: inherit
}

.top-info .item:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

.social-link {
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.social-link li {
	display: inline-block;
	margin: 0 5px
}

.social-link li a {
	background: #f4f4f4 none repeat scroll 0 0;
	border-radius: 100%;
	color: #888b90;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	border: 1px solid #e8eef1
}

.social-link.lighten li a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff
}

.widget-gallery .image {
	position: relative
}

.widget-gallery .image:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1768fe;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2
}

.widget-gallery .image .content-cover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9
}

.widget-gallery .image:hover:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.widget-gallery .image:hover .content-cover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.widget-gallery .popup-image-gallery {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background: #fff;
	font-size: 24px;
	color: #1768fe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.widget-gallery .popup-image-gallery:hover,
.widget-gallery .popup-image-gallery:active {
	color: #1768fe;
	background: #e6e6e6
}

.widget-gallery .title {
	font-size: 24px;
	font-size: "Sarabun";
	margin: 0;
	color: #fff
}

.widget-gallery .description {
	color: #e0dede;
	font-size: 12px;
	margin-bottom: 20px
}

.widget-gallery .gutter-default {
	margin-left: 0;
	margin-right: 0
}

.widget-gallery .gutter-default>div {
	padding-right: 0;
	padding-left: 0
}

.widget-gallery.gutter30 .title {
	font-size: 18px;
	font-family: "Sarabun"
}

.widget-gallery.gutter30 .image {
	margin-bottom: 30px
}

.widget-gallery.gutter30 .description {
	margin-bottom: 10px
}

.widget-gallery.gutter30 .gutter-default {
	margin-left: -15px;
	margin-right: -15px
}

.widget-gallery.gutter30 .gutter-default>div {
	padding-right: 15px;
	padding-left: 15px
}

.widget-features-box .title {
	margin: 10px 0;
	font-size: 20px
}

.widget-features-box .description {
	font-size: 15px
}

.widget-features-box.style1 {
	text-align: center
}

.widget-features-box.style1 .top-inner {
	position: relative;
	margin: auto;
	display: block;
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.widget-features-box.style1 .top-inner .number {
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #1768fe;
	position: absolute;
	right: 0;
	font-size: 14px;
	text-align: center;
	bottom: 5px;
	line-height: 30px;
	width: 30px;
	height: 30px
}

.rtl .widget-features-box.style1 .top-inner .number {
	left: 0;
	right: auto
}

.widget-features-box.style1 .features-box-image {
	margin: auto;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 98px;
	font-size: 35px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.widget-features-box.style1 .item-inner {
	padding: 0 10px;
	margin-bottom: 0
}

@media (min-width: 1200px) {
	.widget-features-box.style1 .item-inner {
		padding: 0 30px;
		margin-bottom: 30px
	}
}

.widget-features-box.style1 .item-inner:hover .top-inner {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

.widget-features-box.style2 .item-inner {
	background: #fff;
	padding: 25px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
	.widget-features-box.style2 .item-inner {
		margin-bottom: 30px
	}
}

.widget-features-box.style2 .item-inner:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

.widget-features-box.style2 .features-box-image {
	font-size: 35px;
	line-height: 1;
	color: #1768fe
}

.widget-features-box.style2 .top-inner {
	margin-bottom: 15px
}

.widget-features-box.style2 .title {
	font-size: 17px;
	margin: 10px 0
}

.widget-features-box.style2 .description {
	font-size: 16px
}

@media (min-width: 1200px) {
	.widget-features-box.style2 .description {
		margin-bottom: 10px
	}
}

@media (min-width: 1200px) {
	.widget-testimonials .testimonials-item {
		padding-left: 50px;
		padding-right: 50px
	}
}

.testimonials-item .top-icon {
	line-height: 1;
	margin-bottom: 25px;
	font-size: 25px
}

@media (min-width: 1200px) {
	.testimonials-item .top-icon {
		margin-bottom: 50px;
		font-size: 50px
	}
}

.testimonials-item .avarta {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.testimonials-item .avarta img {
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.testimonials-item .wrapper-avarta {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dee6ed
}

.rtl .testimonials-item .wrapper-avarta {
	padding-left: 15px;
	padding-right: inherit
}

.rtl .testimonials-item .wrapper-avarta {
	margin-left: 15px;
	margin-right: inherit
}

.rtl .testimonials-item .wrapper-avarta {
	border-left: 1px solid #dee6ed;
	border-right: inherit
}

.testimonials-item .name-client {
	font-size: 16px;
	margin: 0
}

.testimonials-item .job {
	font-size: 14px
}

.testimonials-item .description {
	text-align: center;
	font-size: 24px;
	font-style: italic;
	color: #3a3d43;
	margin-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px
}

@media (min-width: 1200px) {
	.testimonials-item .description {
		margin-bottom: 50px
	}
}

.faq_question_widget .title {
	font-size: 20px;
	margin: 0 0 15px
}

.faq_question_widget .widget_list {
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
	padding: 20px 20px 10px
}

@media (min-width: 1200px) {
	.faq_question_widget .widget_list {
		padding: 30px 35px 10px
	}
}

.faq_question_widget .list_details {
	padding: 0;
	margin: 0;
	list-style: none
}

.faq_question_widget .list_details li {
	margin-bottom: 20px
}

.faq_question_widget .list_details li a {
	color: #888b90
}

.faq_question_widget .list_details li a:hover,
.faq_question_widget .list_details li a:focus {
	color: #3a3d43
}

.widget-banner {
	overflow: hidden
}

.widget-banner .btn {
	border-width: 2px
}

.widget-banner .image-wrapper img {
	width: auto
}

.widget-banner .banner-content img {
	margin: 0
}

.widget-banner .flex-top .banner-image {
	margin-top: 10px
}

@media (min-width: 1200px) {
	.widget-banner .flex-top .banner-image {
		margin-top: 25px
	}
}

.widget-banner .flex-top .banner-content {
	margin-top: 20px
}

@media (min-width: 1200px) {
	.widget-banner .flex-top .banner-content {
		margin-top: 45px
	}
}

.widget-banner.style1 .inner {
	position: relative;
	height: 200px
}

.widget-banner.style1 .banner-image img {
	max-height: 150px
}

@media (min-width: 1200px) {
	.widget-banner.style1 .inner {
		height: 450px
	}
	.widget-banner.style1 .banner-image img {
		max-height: 300px
	}
}

.widget-banner.style1 .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	padding: 8px 25px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px
}

@media (min-width: 1200px) {
	.widget-banner.style1 .btn {
		font-size: 16px
	}
}

.widget-banner.style1:hover .btn {
	bottom: 30px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.widget-banner.style2 {
	background-color: #1768fe
}

.widget-banner.style2 .inner {
	height: 150px
}

.widget-banner.style2 .banner-image img {
	max-height: 180px
}

@media (min-width: 1200px) {
	.widget-banner.style2 .inner {
		height: 235px
	}
	.widget-banner.style2 .banner-image img {
		max-height: 200px
	}
}

.widget-banner.style2 .banner-content {
	font-size: 20px;
	color: #252525;
	line-height: 1.3
}

.widget-banner.style2 .banner-content strong {
	font-weight: normal;
	font-family: "Sarabun"
}

@media (min-width: 1200px) {
	.widget-banner.style2 .banner-content {
		font-size: 30px
	}
}

.widget-banner.style3 {
	background-color: #1768fe
}

.widget-banner.style3 .inner {
	height: 200px
}

.widget-banner.style3 .banner-image img {
	max-height: 180px
}

.widget-banner.style3 .link-bottom {
	padding-top: 5px
}

@media (min-width: 1200px) {
	.widget-banner.style3 .link-bottom {
		padding-top: 15px
	}
}

@media (min-width: 1200px) {
	.widget-banner.style3 .inner {
		height: 286px
	}
	.widget-banner.style3 .banner-image img {
		max-height: 250px
	}
}

.widget-banner.style3 .banner-content {
	font-size: 20px;
	color: #252525;
	line-height: 1.2
}

.widget-banner.style3 .banner-content strong {
	font-weight: normal;
	font-family: "Sarabun"
}

@media (min-width: 1200px) {
	.widget-banner.style3 .banner-content {
		font-size: 30px
	}
}

.widget-banner.style4 {
	background-color: #1768fe
}

.widget-banner.style4 .inner {
	height: 120px
}

.widget-banner.style4 .banner-image img {
	max-height: 100px
}

.widget-banner.style4 .link-bottom {
	padding-top: 5px
}

@media (min-width: 1200px) {
	.widget-banner.style4 .inner {
		height: 180px
	}
	.widget-banner.style4 .banner-image img {
		max-height: 150px
	}
}

.widget-banner.style4 .banner-content {
	font-size: 18px;
	color: #252525;
	line-height: 1.2
}

.widget-banner.style4 .banner-content strong {
	font-weight: normal;
	font-family: "Sarabun"
}

@media (min-width: 1200px) {
	.widget-banner.style4 .banner-content {
		font-size: 24px
	}
}

.widget-banner.style4 .btn {
	font-size: 12px;
	padding: 6px 25px
}

.widget-nav-menu .widget-title {
	font-size: 18px;
	margin: 0 0 20px
}

.widget-nav-menu .menu li {
	margin: 0 0 6px
}

.widget-nav-menu .menu li:last-child {
	margin: 0
}

.widget-nav-menu .menu a {
	display: inline-block
}

.widget-nav-menu.st_line .menu li {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 10px
}

.rtl .widget-nav-menu.st_line .menu li {
	margin-left: 10px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.widget-nav-menu.st_line .menu li {
		margin-right: 40px
	}
	.rtl .widget-nav-menu.st_line .menu li {
		margin-left: 40px;
		margin-right: inherit
	}
}

.widget-nav-menu.st_line .menu li:last-child {
	margin-right: 0px
}

.rtl .widget-nav-menu.st_line .menu li:last-child {
	margin-left: 0px;
	margin-right: inherit
}

.widget-mailchimp .form-control {
	z-index: 0;
	height: 46px;
	background: #f6f9fc;
	border: none;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.widget-mailchimp .btn {
	color: #1768fe;
	padding: 14px 20px;
	height: 46px;
	background: #f6f9fc;
	border: none
}

.widget-mailchimp .btn:focus,
.widget-mailchimp .btn:hover {
	color: #fff !important;
	background: #1768fe
}

.widget-mailchimp .btn i {
	vertical-align: top
}

.widget-mailchimp .mc4wp-error {
	color: #e44343
}

.widget-action .title {
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 20px
}

@media (min-width: 1200px) {
	.widget-action .title {
		font-size: 40px
	}
}

.widget-action .description {
	font-size: 18px
}

@media (min-width: 1200px) {
	.widget-action .btn {
		padding-left: 40px;
		padding-right: 40px
	}
}

.instagram-pics {
	margin-left: 0;
	margin-right: 0
}

.instagram-pics>div {
	padding-left: 0;
	padding-right: 0;
	float: left
}

.rtl .instagram-pics>div {
	float: right
}

.instagram-pics .col-xs-cus-5 {
	width: 25%
}

@media (min-width: 768px) {
	.instagram-pics .col-xs-cus-5 {
		width: 20%
	}
}

.item-instagram {
	position: relative
}

.item-instagram .like-comments {
	position: absolute;
	z-index: 9;
	top: 50%;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0)
}

.item-instagram .like-comments i {
	margin-right: 5px
}

.rtl .item-instagram .like-comments i {
	margin-left: 5px;
	margin-right: inherit
}

.item-instagram .like-comments>span+span {
	margin-left: 30px
}

.rtl .item-instagram .like-comments>span+span {
	margin-right: 30px;
	margin-left: inherit
}

.item-instagram a {
	display: block;
	position: relative
}

.item-instagram a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.item-instagram a:active:before,
.item-instagram a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.item-instagram:hover a:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.item-instagram:hover .like-comments {
	opacity: 1;
	filter: alpha(opacity=100)
}

.widget-instagram.style_large .widget-title {
	text-align: center;
	font-size: 32px
}

@media (min-width: 1200px) {
	.widget-instagram.style_large .instagram-pics {
		margin-left: -15px;
		margin-right: -15px
	}
	.widget-instagram.style_large .instagram-pics>div {
		padding-left: 15px;
		padding-right: 15px
	}
}

.widget-brand {
	text-align: center
}

.widget-brand .slick-slide img {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.widget-brand:hover img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}

.widget-brand:hover img:hover,
.widget-brand:hover img:focus {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.elementor-accordion .elementor-accordion-item {
	border: none;
	margin-bottom: 15px
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
	padding: 22px 20px;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	color: #fff !important;
	background-color: #1768fe !important
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
	color: #fff !important
}

.elementor-accordion .elementor-tab-content {
	border: none;
	padding: 20px 20px 1px
}

.elementor-widget-counter.text-left .elementor-counter-number-wrapper {
	display: block
}

.elementor-widget-counter.text-left .elementor-counter-title {
	text-align: inherit;
	line-height: 1 !important;
	margin-top: 10px
}

.works .title {
	font-size: 20px;
	margin: 0 0 10px
}

.works .left-inner {
	margin-right: 25px
}

.rtl .works .left-inner {
	margin-left: 25px;
	margin-right: inherit
}

.works .number {
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	vertical-align: baseline;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #1768fe;
	color: #fff !important
}

.works.text-right {
	direction: rtl
}

.works.text-right .left-inner {
	margin-right: 0;
	margin-left: 15px
}

.rtl .works.text-right .left-inner {
	margin-left: 0;
	margin-right: inherit
}

.rtl .works.text-right .left-inner {
	margin-right: 15px;
	margin-left: inherit
}

.no-space {
	margin: 0 !important
}

.no-space>.apus-container>.vc_fluid {
	padding: 0
}

.no-space .row {
	margin: 0
}

.no-space .row>[class*="col"] {
	padding: 0
}

.space-45 {
	margin-bottom: 45px
}

.no-margin .widget {
	margin-bottom: 0
}

@media (max-width: 1199px) {
	.bg-hidden-md {
		background-image: none !important
	}
}

@media (max-width: 991px) {
	.bg-hidden-sm {
		background-image: none !important
	}
	.bg-hidden-sm>.vc_column-inner {
		background-image: none !important
	}
}

@media (min-width: 992px) {
	.space-padding-lr-100 {
		padding-left: 100px;
		padding-right: 100px
	}
	.space-padding-lr-80 {
		padding-left: 80px;
		padding-right: 80px
	}
	.space-rl-50 {
		padding-left: 50px;
		padding-right: 50px
	}
	.space-l-65 {
		padding-left: 65px
	}
	.top-170 {
		margin-top: -170px
	}
	.left-100 {
		margin-left: -100px
	}
	.space-left-45 {
		padding-left: 45px
	}
	.right-30 {
		padding-right: 30px
	}
	.rtl .right-30 {
		padding-left: 30px;
		padding-right: inherit
	}
	.padding-lr-60 {
		padding-left: 60px;
		padding-right: 60px
	}
	.padding-lr-45 {
		padding-left: 45px;
		padding-right: 45px
	}
	.padding-lr-55 {
		padding-left: 55px;
		padding-right: 55px
	}
	.padding-lr-25 {
		padding-left: 25px;
		padding-right: 25px
	}
	.space-border .row {
		margin: 0
	}
	.space-border .row>[class*="col"] {
		border-right: 1px solid #e8eef1
	}
	.rtl .space-border .row>[class*="col"] {
		border-left: 1px solid #e8eef1;
		border-right: inherit
	}
	.space-border .row>[class*="col"]:last-child {
		border: none
	}
}

@media (min-width: 1200px) {
	.padding-lr-15 {
		padding-left: 15px;
		padding-right: 15px
	}
}

.flow-hidden {
	overflow: hidden
}

.skew-light {
	position: relative
}

.skew-light:before {
	content: '';
	background: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg)
}

.skew-theme-right {
	position: relative;
	background: #1768fe
}

.skew-theme-right>* {
	position: relative;
	z-index: 2
}

.skew-theme-right:before {
	content: '';
	background: #1768fe;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 1;
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg)
}

.skew-theme-left {
	position: relative;
	background: #1768fe
}

.skew-theme-left>* {
	position: relative;
	z-index: 2
}

.skew-theme-left:before {
	content: '';
	background: #1768fe;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 1;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg)
}

.flow-theme-top-bottom-right:before {
	height: calc(100%+172px);
	top: -110px
}

.flow-theme-top-bottom-right:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #1768fe;
	right: 10%;
	top: -110px;
	height: calc(100%+172px);
	width: 500%
}

.style-white {
	color: #fff !important
}

.style-white .widget-title {
	color: #fff !important
}

.border-top-theme {
	border-top: 3px solid #1768fe
}

.font-size-36 {
	font-size: 36px !important
}

.font-size-30 {
	font-size: 30px !important
}

.space-left-8 {
	margin-left: 8px
}

.rtl .space-left-8 {
	margin-right: 8px;
	margin-left: inherit
}

.text-upper {
	text-transform: uppercase !important
}

.space-10 {
	margin-bottom: 10px !important
}

.space-15 {
	margin-bottom: 15px !important
}

.space-20 {
	margin-bottom: 20px !important
}

.space-25 {
	margin-bottom: 25px !important
}

.space-30 {
	margin-bottom: 15px !important
}

@media (min-width: 768px) {
	.space-30 {
		margin-bottom: 30px !important
	}
}

.space-50 {
	margin-bottom: 50px !important
}

.space-padding-35 {
	padding: 35px 0 !important
}

.space-padding-tb-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.space-padding-tb-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important
}

.space-top-0 {
	margin-top: 0
}

.space-left-12 {
	margin-left: 12px
}

.rtl .space-left-12 {
	margin-right: 12px;
	margin-left: inherit
}

.p-relative {
	position: relative !important
}

.p-absolute {
	position: absolute !important
}

.p-static {
	position: static !important
}

.hr {
	border-top: 1px solid #e8eef1;
	min-height: 1px;
	width: 100%
}

.no-float {
	float: none !important
}

.no-padding-left {
	padding-left: 0
}

.rtl .no-padding-left {
	padding-right: 0;
	padding-left: inherit
}

.no-padding-right {
	padding-right: 0
}

.rtl .no-padding-right {
	padding-left: 0;
	padding-right: inherit
}

@media (min-width: 1024px) {
	.padding-lr-35 {
		padding-left: 35px;
		padding-right: 35px
	}
}

@media (min-width: 1200px) {
	.gutter-50 {
		margin-left: -25px;
		margin-right: -25px
	}
	.gutter-50 .vc_column_container>.vc_column-inner {
		padding-left: 25px;
		padding-right: 25px
	}
	.gutter-50 .vc_row,
	.gutter-50 .row {
		margin-left: -25px;
		margin-right: -25px
	}
}

.text-theme {
	color: #1768fe !important
}

.bg-theme {
	background: #1768fe
}

.border-theme {
	border-color: #1768fe
}

.radius-3x {
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important
}

.radius-50 {
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important
}

.deleted_wpb_single_image {
	position: relative;
	overflow: hidden
}

.deleted_wpb_single_image:before {
	position: absolute;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	background: #1768fe;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
	left: 0
}

.deleted_wpb_single_image:after {
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	border: 1px solid #fff;
	z-index: 3;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.deleted_wpb_single_image:hover:before {
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.deleted_wpb_single_image:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.widget-team {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.widget-team .content {
	padding: 20px 30px
}

.widget-team .name-team {
	font-size: 18px;
	margin: 5px 0 0
}

.widget-team .social {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	list-style: none;
	padding: 0 30px 20px;
	margin: 0
}

@media (min-width: 1200px) {
	.widget-team .social {
		padding: 0 30px 30px
	}
}

.widget-team .social li:nth-child(2n+1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.widget-team .social li:nth-child(2n+2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.widget-team .social li:nth-child(2n+3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.widget-team .social li:nth-child(2n+4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.widget-team .social li:nth-child(2n+5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

.widget-team .social li:nth-child(2n+6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.widget-team .social li:nth-child(2n+7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}

.widget-team .social li:nth-child(2n+8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s
}

.widget-team .social li:nth-child(2n+9) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}

.widget-team .social li:nth-child(2n+10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.widget-team .social li {
	display: inline-block;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.rtl .widget-team .social li {
	margin-left: 8px;
	margin-right: inherit
}

.widget-team .social li a {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #fff !important;
	background: #1768fe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.widget-team .social li a:before {
	display: none
}

.widget-team .social li a:hover,
.widget-team .social li a:focus {
	background: #0153eb
}

.widget-team .social li a[class*="facebook"] {
	background: #3b5998
}

.widget-team .social li a[class*="facebook"]:hover,
.widget-team .social li a[class*="facebook"]:focus {
	background: #30487b
}

.widget-team .social li a[class*="twitter"] {
	background: #00acee
}

.widget-team .social li a[class*="twitter"]:hover,
.widget-team .social li a[class*="twitter"]:focus {
	background: #008fc5
}

.widget-team .social li a[class*="linkedin"] {
	background: #0077b5
}

.widget-team .social li a[class*="linkedin"]:hover,
.widget-team .social li a[class*="linkedin"]:focus {
	background: #005c8c
}

.widget-team .social li a[class*="google"] {
	background: #d34836
}

.widget-team .social li a[class*="google"]:hover,
.widget-team .social li a[class*="google"]:focus {
	background: #b83928
}

.widget-team .social li a[class*="pinterest"] {
	background: #c4302b
}

.widget-team .social li a[class*="pinterest"]:hover,
.widget-team .social li a[class*="pinterest"]:focus {
	background: #a32824
}

.widget-team .team-item {
	position: relative;
	overflow: hidden
}

.widget-team:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.widget-team:hover .social li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.contact_details {
	background-color: #1768fe;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	padding: 20px
}

.rtl .contact_details {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

@media (min-width: 1200px) {
	.contact_details {
		padding: 40px 40px 50px 30px
	}
}

.contact_details h4 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 20px
}

.contact_details .des {
	color: #fff;
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.contact_details .des {
		margin-bottom: 40px
	}
}

.contact_details .address_list {
	list-style: none;
	padding: 0;
	margin: 0 0 10px
}

.contact_details .address_list a {
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 24px;
	-webkit-align-items: center;
	align-items: center
}

.contact_details .address_list li {
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.contact_details .address_list li {
		margin-bottom: 40px
	}
}

.contact_details .address_list li span {
	font-size: 30px;
	margin-right: 12px
}

.rtl .contact_details .address_list li span {
	margin-left: 12px;
	margin-right: inherit
}

.contact_details .social_list {
	padding: 0;
	margin: 0
}

.contact_details .social_list>li {
	display: inline-block;
	margin-right: 10px
}

.rtl .contact_details .social_list>li {
	margin-left: 10px;
	margin-right: inherit
}

.contact_details .social_list>li a {
	color: #fff
}

@media (min-width: 1200px) {
	.contact_details .social_list>li {
		margin-right: 30px
	}
	.rtl .contact_details .social_list>li {
		margin-left: 30px;
		margin-right: inherit
	}
}

.contact_details .social_list>li:last-child {
	margin-right: 0px
}

.rtl .contact_details .social_list>li:last-child {
	margin-left: 0px;
	margin-right: inherit
}

.widget_apus_vertical_menu {
	border-left: 4px solid #2e2d2d
}

.widget_apus_vertical_menu .widget-title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 15px 30px 0
}

.rtl .widget_apus_vertical_menu {
	border-right: 4px solid #2e2d2d;
	border-left: inherit
}

.widget_apus_vertical_menu .apus-vertical-menu {
	border: none
}

.widget_apus_vertical_menu .apus-vertical-menu>li {
	margin-left: -4px
}

.rtl .widget_apus_vertical_menu .apus-vertical-menu>li {
	margin-right: -4px;
	margin-left: inherit
}

.widget_apus_vertical_menu .apus-vertical-menu>li>a {
	border-left: 4px solid transparent;
	font-size: 16px;
	padding: 0 30px
}

.rtl .widget_apus_vertical_menu .apus-vertical-menu>li>a {
	border-right: 4px solid transparent;
	border-left: inherit
}

.widget_apus_vertical_menu .apus-vertical-menu>li.active>a,
.widget_apus_vertical_menu .apus-vertical-menu>li:hover>a {
	border-color: #1768fe
}

.widget_apus_vertical_menu.darken .apus-vertical-menu {
	background: transparent
}

.widget_apus_vertical_menu.darken .apus-vertical-menu>li>a {
	color: #eeeae2;
	padding: 0 20px
}

.widget_apus_vertical_menu.darken .apus-vertical-menu>li.active>a,
.widget_apus_vertical_menu.darken .apus-vertical-menu>li:hover>a {
	color: #1768fe
}

.widget_apus_vertical_menu.darken .widget-title {
	color: #eeeae2;
	border: none;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px
}

.widget_apus_vertical_menu.darken .widget-title:before {
	display: none
}

.tabs-v1 {
	margin-bottom: 30px
}

.tabs-v1 .ps-container {
	position: relative
}

.tabs-v1 .nav-tabs {
	border: none;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #e8eef1
}

.tabs-v1 .nav-tabs>li {
	margin-bottom: 0 !important;
	margin-right: 20px
}

.rtl .tabs-v1 .nav-tabs>li {
	margin-left: 20px;
	margin-right: inherit
}

.tabs-v1 .nav-tabs>li>a {
	text-align: center;
	font-size: 16px;
	padding: 15px 20px;
	margin: 0;
	background: transparent !important;
	white-space: nowrap;
	color: #3a3d43;
	border: none !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative
}

@media (min-width: 1200px) {
	.tabs-v1 .nav-tabs>li>a {
		padding: 10px 10px
	}
}

.tabs-v1 .nav-tabs>li>a:before {
	content: '';
	position: absolute;
	display: block;
	z-index: 2;
	width: 100%;
	height: 2px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	background: #1768fe;
	bottom: -1px;
	left: 0
}

.rtl .tabs-v1 .nav-tabs>li>a:before {
	right: 0;
	left: auto
}

.tabs-v1 .nav-tabs>li:first-child>a {
	padding-left: 0
}

.rtl .tabs-v1 .nav-tabs>li:first-child>a {
	padding-right: 0;
	padding-left: inherit
}

.tabs-v1 .nav-tabs>li.active>a {
	color: #1768fe
}

.tabs-v1 .nav-tabs>li.active>a:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}

.tabs-v1 .tab-content {
	margin-top: 20px
}

@media (min-width: 1200px) {
	.tabs-v1 .tab-content {
		margin-top: 40px
	}
}

.tabs-v1 .tab-content h2 {
	font-size: 18px;
	margin: 0 0 10px
}

.nav.tabs-product {
	border: none
}

.nav.tabs-product.has-border {
	border-bottom: 1px solid #e8eef1
}

.nav.tabs-product.has-border>li {
	margin-bottom: -2px
}

.nav.tabs-product>li {
	display: inline-block;
	float: none;
	margin-bottom: 0
}

.nav.tabs-product>li>a {
	border: none !important;
	font-size: 18px;
	color: #888b90;
	font-family: "Sarabun";
	background: transparent;
	position: relative;
	padding: 0 0 8px
}

.nav.tabs-product>li>a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #1768fe;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.nav.tabs-product>li.active>a,
.nav.tabs-product>li.active>a:hover,
.nav.tabs-product>li.active>a:focus {
	color: #1768fe
}

.nav.tabs-product>li.active>a:before,
.nav.tabs-product>li.active>a:hover:before,
.nav.tabs-product>li.active>a:focus:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.nav.tabs-product.center {
	text-align: center;
	margin-bottom: 25px
}

.nav.tabs-product.center>li {
	margin-left: 15px;
	margin-right: 15px
}

@media (min-width: 1200px) {
	.nav.tabs-product.center>li {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media (min-width: 1200px) {
	.nav.tabs-product.center {
		margin-bottom: 35px
	}
}

.nav.tabs-product.right {
	text-align: right
}

.nav.tabs-product.right>li {
	margin-right: 20px
}

.rtl .nav.tabs-product.right>li {
	margin-left: 20px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.nav.tabs-product.right>li {
		margin-right: 40px
	}
	.rtl .nav.tabs-product.right>li {
		margin-left: 40px;
		margin-right: inherit
	}
}

.nav.tabs-product.right>li:last-child {
	margin-right: 0
}

.rtl .nav.tabs-product.right>li:last-child {
	margin-left: 0;
	margin-right: inherit
}

.nav.tabs-product.left {
	text-align: left
}

.nav.tabs-product.left>li {
	margin-left: 20px
}

.rtl .nav.tabs-product.left>li {
	margin-right: 20px;
	margin-left: inherit
}

@media (min-width: 1200px) {
	.nav.tabs-product.left>li {
		margin-left: 50px
	}
	.rtl .nav.tabs-product.left>li {
		margin-right: 50px;
		margin-left: inherit
	}
}

.nav.tabs-product.left>li:last-child {
	margin-left: 0
}

.rtl .nav.tabs-product.left>li:last-child {
	margin-right: 0;
	margin-left: inherit
}

.flex {
	display: -webkit-flex;
	display: flex
}

.flex .ali-right {
	margin-left: auto;
	text-align: right
}

.rtl .flex .ali-right {
	margin-right: auto;
	margin-left: inherit
}

.rtl .flex .ali-right {
	text-align: left
}

.flex .ali-left {
	margin-right: auto;
	text-align: left
}

.rtl .flex .ali-left {
	margin-left: auto;
	margin-right: inherit
}

.rtl .flex .ali-left {
	text-align: right
}

@media (min-width: 768px) {
	.flex-sm {
		display: -webkit-flex;
		display: flex
	}
	.flex-sm .ali-right {
		margin-left: auto;
		text-align: right
	}
	.rtl .flex-sm .ali-right {
		margin-right: auto;
		margin-left: inherit
	}
	.rtl .flex-sm .ali-right {
		text-align: left
	}
	.flex-sm .ali-left {
		margin-right: auto;
		text-align: left
	}
	.rtl .flex-sm .ali-left {
		margin-left: auto;
		margin-right: inherit
	}
	.rtl .flex-sm .ali-left {
		text-align: right
	}
	.justify-content-end-sm {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-end-sm {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.flex-bottom-in-sm {
		display: -webkit-flex;
		-webkit-align-items: flex-end;
		display: flex;
		align-items: flex-end
	}
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-webkit-direction: normal !important;
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.flex-middle {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center
}

.flex-middle .ali-right {
	margin-left: auto
}

.rtl .flex-middle .ali-right {
	margin-right: auto;
	margin-left: inherit
}

.flex-middle .ali-left {
	margin-right: auto
}

.rtl .flex-middle .ali-left {
	margin-left: auto;
	margin-right: inherit
}

.flex-bottom {
	display: -webkit-flex;
	-webkit-align-items: flex-end;
	display: flex;
	align-items: flex-end
}

.flex-bottom .ali-right {
	margin-left: auto
}

.rtl .flex-bottom .ali-right {
	margin-right: auto;
	margin-left: inherit
}

.flex-bottom .ali-left {
	margin-right: auto
}

.rtl .flex-bottom .ali-left {
	margin-left: auto;
	margin-right: inherit
}

.flex-end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end
}

.flex-top {
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	display: flex;
	align-items: flex-start
}

.flex-top .ali-right {
	margin-left: auto
}

.rtl .flex-top .ali-right {
	margin-right: auto;
	margin-left: inherit
}

.flex-top .ali-left {
	margin-right: auto
}

.rtl .flex-top .ali-left {
	margin-left: auto;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.flex-end-lg {
		justify-content: flex-end;
		-webkit-justify-content: flex-end
	}
	.flex-top-lg {
		display: -webkit-flex;
		-webkit-align-items: flex-start;
		display: flex;
		align-items: flex-start
	}
	.flex-top-lg .ali-right {
		margin-left: auto
	}
	.rtl .flex-top-lg .ali-right {
		margin-right: auto;
		margin-left: inherit
	}
	.flex-top-lg .ali-left {
		margin-right: auto
	}
	.rtl .flex-top-lg .ali-left {
		margin-left: auto;
		margin-right: inherit
	}
	.flex-middle-lg {
		display: -webkit-flex;
		-webkit-align-items: center;
		display: flex;
		align-items: center
	}
	.flex-middle-lg .ali-right {
		margin-left: auto
	}
	.rtl .flex-middle-lg .ali-right {
		margin-right: auto;
		margin-left: inherit
	}
	.flex-middle-lg .ali-left {
		margin-right: auto
	}
	.rtl .flex-middle-lg .ali-left {
		margin-left: auto;
		margin-right: inherit
	}
}

@media (min-width: 992px) {
	.flex-middle-md {
		display: -webkit-flex;
		-webkit-align-items: center;
		display: flex;
		align-items: center
	}
	.flex-middle-md .ali-right {
		margin-left: auto
	}
	.rtl .flex-middle-md .ali-right {
		margin-right: auto;
		margin-left: inherit
	}
	.flex-middle-md .ali-left {
		margin-right: auto
	}
	.rtl .flex-middle-md .ali-left {
		margin-left: auto;
		margin-right: inherit
	}
}

@media (min-width: 768px) {
	.flex-middle-sm {
		display: -webkit-flex;
		-webkit-align-items: center;
		display: flex;
		align-items: center
	}
	.flex-middle-sm .ali-right {
		margin-left: auto
	}
	.rtl .flex-middle-sm .ali-right {
		margin-right: auto;
		margin-left: inherit
	}
	.flex-middle-sm .ali-left {
		margin-right: auto
	}
	.rtl .flex-middle-sm .ali-left {
		margin-left: auto;
		margin-right: inherit
	}
	.flex-bottom-sm {
		display: -webkit-flex;
		-webkit-align-items: flex-end;
		display: flex;
		align-items: flex-end
	}
	.flex-bottom-sm .ali-right {
		margin-left: auto
	}
	.rtl .flex-bottom-sm .ali-right {
		margin-right: auto;
		margin-left: inherit
	}
	.flex-bottom-sm .ali-left {
		margin-right: auto
	}
	.rtl .flex-bottom-sm .ali-left {
		margin-left: auto;
		margin-right: inherit
	}
}

.cl-3,
.cl-2 {
	float: left
}

.rtl .cl-3,
.rtl .cl-2 {
	float: right
}

.cl-3>.row,
.cl-2>.row {
	margin: 0
}

.cl-3 .widget,
.cl-2 .widget {
	padding-left: 15px;
	padding-right: 15px
}

.cl-3 {
	width: 58.3333%
}

.cl-2 {
	width: 41.6667%
}

a.btn-app {
	text-align: left;
	color: #fff;
	height: 65px;
	line-height: 22px;
	font-size: 13px;
	padding: 10px 20px;
	margin-right: 30px;
	position: relative;
	width: 230px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 5px
}

.rtl a.btn-app {
	text-align: right
}

.rtl a.btn-app {
	margin-left: 30px;
	margin-right: inherit
}

a.btn-app:last-child {
	margin-right: 0
}

.rtl a.btn-app:last-child {
	margin-left: 0;
	margin-right: inherit
}

a.btn-app i {
	line-height: 1.1;
	font-size: 36px;
	float: left;
	margin-right: 15px
}

.rtl a.btn-app i {
	float: right
}

.rtl a.btn-app i {
	margin-left: 15px;
	margin-right: inherit
}

a.btn-app .title-app {
	font-size: 14px
}

.font-second {
	font-family: "Sarabun" !important;
	font-weight: normal
}

.max-1770 {
	max-width: 1770px;
	margin-left: auto;
	margin-right: auto
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
	-webkit-animation: updow 0.8s ease-in-out 0s infinite;
	animation: updow 0.8s ease-in-out 0s infinite
}

.updow-infinite img {
	-webkit-animation: updow 1s ease-in-out 0s infinite;
	animation: updow 1s ease-in-out 0s infinite
}

@-webkit-keyframes updow {
	50% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	0%,
	100% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes updow {
	50% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	0%,
	100% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes fadeleft {
	from {
		opacity: 1;
		filter: alpha(opacity=100)
	}
	to {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(-15px, 0);
		-ms-transform: translate(-15px, 0);
		-o-transform: translate(-15px, 0);
		transform: translate(-15px, 0)
	}
}

@keyframes fadeleft {
	from {
		opacity: 1;
		filter: alpha(opacity=100)
	}
	to {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(-15px, 0);
		-ms-transform: translate(-15px, 0);
		-o-transform: translate(-15px, 0);
		transform: translate(-15px, 0)
	}
}

@-webkit-keyframes faderight {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		-o-transform: translate(15px, 0);
		transform: translate(15px, 0)
	}
	to {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes faderight {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		-o-transform: translate(15px, 0);
		transform: translate(15px, 0)
	}
	to {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.mb0 {
	margin-bottom: 0px !important
}

.width-full {
	width: 100% !important
}

@media (min-width: 1200px) {
	.row-36 {
		margin-left: -18px;
		margin-right: -18px
	}
	.row-36>[class*="col-"] {
		padding-left: 18px;
		padding-right: 18px
	}
}

.custom-menu {
	list-style: none;
	padding: 0;
	margin: 0
}

.custom-menu li {
	padding-left: 22px;
	margin-bottom: 18px;
	position: relative;
	line-height: 1.4
}

.rtl .custom-menu li {
	padding-right: 22px;
	padding-left: inherit
}

.custom-menu li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #221f1f;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.rtl .custom-menu li:before {
	right: 0;
	left: auto
}

.custom-menu li:last-child {
	margin: 0
}

.custom-menu li i {
	margin-right: 15px;
	font-size: 18px
}

.rtl .custom-menu li i {
	margin-left: 15px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.custom-menu li i {
		font-size: 23px
	}
}

.custom-menu li a {
	color: #888b90
}

.custom-menu li a:focus,
.custom-menu li a:hover {
	color: #3a3d43
}

.custom-menu li:hover:before,
.custom-menu li.active:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.box-white-theme {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	padding: 30px;
	background: #fff
}

.wrapper-app a {
	font-size: 18px;
	padding: 12px 22px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px solid #dce1e6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: inline-block;
	line-height: 1.5;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #334e6f !important
}

.rtl .wrapper-app a {
	margin-left: 10px;
	margin-right: inherit
}

.wrapper-app a:hover,
.wrapper-app a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #afbbc6
}

.wrapper-app a i {
	font-size: 22px;
	margin-right: 10px;
	display: inline-block
}

.rtl .wrapper-app a i {
	margin-left: 10px;
	margin-right: inherit
}

.wrapper-app.st_dark a {
	border-color: #47586d;
	color: #72849e !important
}

.widget-banner-account {
	text-align: center;
	background-color: #262626;
	padding: 30px 15px;
	min-height: 300px;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center
}

@media (min-width: 1200px) {
	.widget-banner-account {
		padding: 50px 30px;
		min-height: 470px
	}
}

.widget-banner-account .title-account {
	color: #fff;
	margin: 0;
	font-size: 30px;
	margin: 0 0 12px
}

@media (min-width: 1200px) {
	.widget-banner-account .title-account {
		font-size: 50px
	}
}

.widget-banner-account .description {
	color: #fff;
	margin: 0 0 30px
}

.wrapper-contact {
	border: 1px solid #eaeff5;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 20px
}

@media (min-width: 1200px) {
	.wrapper-contact {
		padding: 40px 20px
	}
}

.wrapper-contact .title {
	font-size: 20px;
	margin: 10px 0 5px
}

.wrapper-contact .contact-icon {
	font-size: 30px;
	line-height: 1;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s
}

.wrapper-contact:hover {
	border-color: #c1cfe1
}

.wrapper-contact:hover .contact-icon {
	-webkit-animation: updow 1s ease-in-out 0s infinite;
	animation: updow 1s ease-in-out 0s infinite
}

.widget-achievements .inner-left {
	line-height: 0;
	padding-right: 20px;
	font-size: 35px;
	position: relative
}

.rtl .widget-achievements .inner-left {
	padding-left: 20px;
	padding-right: inherit
}

@media (min-width: 1200px) {
	.widget-achievements .inner-left {
		font-size: 55px
	}
}

.widget-achievements .inner-left .verify {
	background: #1768fe;
	color: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	position: absolute;
	right: 15px;
	bottom: -5px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.rtl .widget-achievements .inner-left .verify {
	left: 15px;
	right: auto
}

.widget-achievements .title {
	font-size: 25px;
	margin: 0 0 5px
}

.widget-achievements .description {
	line-height: 1;
	font-size: 13px;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.bg-transparent {
	background-color: transparent !important
}

.mg-auto {
	margin-left: auto;
	margin-right: auto
}

.elementor-counter .elementor-counter-number-prefix {
	-webkit-flex-grow: 0;
	flex-grow: 0
}

.elementor-counter .elementor-counter-title {
	text-align: inherit
}

.no-border {
	border: 0 !important
}

.elementor-button .elementor-button-icon {
	float: none;
	display: inline-block;
	vertical-align: middle
}

.elementor-button .elementor-button-icon svg {
	width: auto
}

.list-contact .inner-left {
	color: #1768fe;
	float: left;
	width: 50px;
	padding-right: 20px
}

.rtl .list-contact .inner-left {
	float: right
}

.rtl .list-contact .inner-left {
	padding-left: 20px;
	padding-right: inherit
}

.list-contact .inner-right {
	overflow: hidden
}

.list-contact .title {
	font-size: 16px;
	margin: 0
}

.footer-contact {
	margin-bottom: 5px
}

.footer-contact strong {
	font-weight: 500;
	color: #3a3d43
}

.widget label {
	font-weight: 400
}

.widget .widget_sp_image-image-link {
	display: block;
	overflow: hidden;
	position: relative
}

.widget .widget_sp_image-image-link img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s
}

.widget.widget_text img {
	margin: 15px 0;
	height: auto
}

.widget.widget_rss .widget-title {
	background: none
}

.widget.widget_rss .widget-title img {
	vertical-align: middle
}

.widget.widget_rss ul,
.widget.widget_rss ol {
	padding: 0;
	margin: 0;
	list-style: none
}

.widget.widget_rss ul li:last-child,
.widget.widget_rss ol li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget.widget_rss ul li .children>li:before,
.widget.widget_rss ol li .children>li:before {
	top: 24px
}

.widget.widget_rss ul ul li:first-child,
.widget.widget_rss ol ul li:first-child {
	padding-top: 14px;
	background-position: 0 24px
}

.widget.widget_rss ul li {
	background: none;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e8eef1
}

.widget.widget_rss ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.widget.widget_recent_comments ul,
.widget.widget_recent_comments ol {
	padding: 0;
	margin: 0;
	list-style: none
}

.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_comments ol li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget.widget_recent_comments ul li .children>li:before,
.widget.widget_recent_comments ol li .children>li:before {
	top: 24px
}

.widget.widget_recent_comments ul ul li:first-child,
.widget.widget_recent_comments ol ul li:first-child {
	padding-top: 14px;
	background-position: 0 24px
}

.widget.widget_recent_comments ul li {
	background: none
}

.widget.widget_recent_reviews ul.product_list_widget {
	list-style: none
}

.widget.widget_recent_reviews ul.product_list_widget li {
	padding: 15px;
	overflow: hidden
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
	float: left;
	margin-right: 10px
}

.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
	margin-left: 10px;
	margin-right: inherit
}

.widget.widget_product_search .woocommerce-product-search {
	padding: 20px 15px
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
	display: none
}

.widget.yith-woocompare-widget .products-list {
	padding-top: 20px;
	padding-bottom: 20px
}

.widget.yith-woocompare-widget a.clear-all {
	margin-bottom: 20px;
	margin-left: 15px
}

.rtl .widget.yith-woocompare-widget a.clear-all {
	margin-right: 15px;
	margin-left: inherit
}

.widget.yith-woocompare-widget a.compare {
	margin-bottom: 20px;
	margin-right: 15px
}

.rtl .widget.yith-woocompare-widget a.compare {
	margin-left: 15px;
	margin-right: inherit
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	padding: 20px 15px;
	overflow: hidden
}

.widget.widget_recent_entries ul li a {
	display: block
}

.widget.widget_mc4wp_widget .mc4wp-form {
	padding: 20px
}

.widget.widget-timework strong {
	color: #000;
	font-weight: 500
}

.widget.widget_calendar table {
	margin: 0
}

.calendar_wrap caption {
	background: #212121;
	color: #fff;
	padding: 5px
}

.calendar_wrap td,
.calendar_wrap th {
	text-align: center
}

.calendar_wrap tfoot {
	display: none
}

.calendar_wrap #today {
	font-weight: normal;
	color: #1768fe
}

.widget-blogs .top-info {
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.widget-blogs .top-info {
		margin-bottom: 50px
	}
}

.widget-blogs .widget-title {
	margin: 0;
	font-size: 25px
}

@media (min-width: 1200px) {
	.widget-blogs .widget-title {
		font-size: 30px
	}
}

.widget-blogs .view_all {
	margin-top: 10px
}

.widget-blogs.carousel .widget-content {
	margin: 0 -40px
}

.widget-blogs.carousel .inner-carousel {
	padding: 0 40px
}

.widget-blogs.carousel .slick-list {
	overflow: visible
}

.form-contact .title {
	font-size: 17px;
	margin: 11.5px 0 28px
}

.form-contact input:not(.btn),
.form-contact textarea {
	padding: 10px 30px;
	width: 100%;
	color: #888b90
}

.form-contact .contant-inner>* {
	margin: 0 0 20px
}

.contact-topbar>* {
	margin-right: 30px
}

.rtl .contact-topbar>* {
	margin-left: 30px;
	margin-right: inherit
}

.contact-topbar>*:last-child {
	margin: 0
}

.contact-topbar>* i {
	margin-right: 6px
}

.rtl .contact-topbar>* i {
	margin-left: 6px;
	margin-right: inherit
}

.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
	padding-left: 20px;
	margin-top: 10px
}

.rtl .widget_pages ul ul,
.rtl .widget_nav_menu ul ul,
.rtl .widget_meta ul ul,
.rtl .widget_archive ul ul,
.rtl .widget_recent_entries ul ul,
.rtl .widget_categories ul ul {
	padding-right: 20px;
	padding-left: inherit
}

.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
	margin: 0 0 10px;
	overflow: hidden
}

.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget_pages ul li.current-cat-parent>a,
.widget_pages ul li.current-cat>a,
.widget_nav_menu ul li.current-cat-parent>a,
.widget_nav_menu ul li.current-cat>a,
.widget_meta ul li.current-cat-parent>a,
.widget_meta ul li.current-cat>a,
.widget_archive ul li.current-cat-parent>a,
.widget_archive ul li.current-cat>a,
.widget_recent_entries ul li.current-cat-parent>a,
.widget_recent_entries ul li.current-cat>a,
.widget_categories ul li.current-cat-parent>a,
.widget_categories ul li.current-cat>a {
	color: #1768fe
}

.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
	color: #888b90
}

.widget_pages ul li:hover>a,
.widget_nav_menu ul li:hover>a,
.widget_meta ul li:hover>a,
.widget_archive ul li:hover>a,
.widget_recent_entries ul li:hover>a,
.widget_categories ul li:hover>a {
	color: #1768fe
}

.special .post-info {
	position: relative
}

.special .post-info:before {
	border-width: 14px 20px;
	border-style: solid;
	border-color: #f4f4f4 transparent transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	z-index: 2
}

.special .special-items>div:nth-child(2n) .post-info {
	position: relative
}

.special .special-items>div:nth-child(2n) .post-info:before {
	border-color: transparent transparent #f4f4f4;
	top: inherit;
	bottom: 100%
}

.contact {
	margin: 0;
	padding: 0
}

.contact:before,
.contact:after {
	content: " ";
	display: table
}

.contact:after {
	clear: both
}

.contact dt {
	float: left;
	width: 30px;
	height: auto
}

.rtl .contact dt {
	float: right
}

.contact dd {
	overflow: hidden;
	margin-bottom: 5px
}

.contact .contact-icon {
	display: block;
	text-align: center;
	background: #1768fe;
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.rtl .contact .contact-icon {
	float: right
}

.contact .contact-icon .fa {
	color: #fff;
	font-size: 16px;
	margin: 0 0 0 4px
}

.rtl .contact .contact-icon .fa {
	margin: 0 4px 0 0
}

.form7-style1 .input-group-btn>.btn {
	border-left: none
}

.rtl .form7-style1 .input-group-btn>.btn {
	border-right: none;
	border-left: inherit
}

.form7-style2 .btn,
.form7-style2 input.form-control {
	background: #f7f7f7;
	border-color: #f7f7f7
}

.mc4wp-form-basic,
.mc4wp-form-basic input,
.mc4wp-form-basic label,
.mc4wp-form-theme,
.mc4wp-form-theme input,
.mc4wp-form-theme label {
	line-height: inherit
}

.mc4wp-form-basic .form-control {
	max-width: 100% !important
}

.mail-form .input-group {
	width: 100%;
	margin: 0 0 10px
}

.widget-newletter {
	overflow: hidden;
	max-width: 570px;
	margin: auto;
	text-align: center
}

.widget-newletter .widget-title {
	color: #252525;
	font-weight: 400;
	font-size: 30px;
	margin: 0 0 10px
}

.widget-newletter .description {
	margin-bottom: 25px;
	font-size: 15px
}

@media (min-width: 1200px) {
	.widget-newletter .description {
		margin-bottom: 45px
	}
}

.widget-newletter .form-control {
	background: #fff;
	border-color: #ebebeb;
	color: #b3b3b3
}

.widget-newletter .form-control::-webkit-input-placeholder {
	color: #ccc
}

.widget-newletter .form-control::-moz-placeholder {
	color: #ccc
}

.widget-newletter .form-control:-ms-input-placeholder {
	color: #ccc
}

.widget-newletter .form-control:-moz-placeholder {
	color: #ccc
}

.widget-newletter .form-control:focus {
	background: #fff;
	border-color: #d2d2d2;
	color: #b3b3b3
}

.widget-newletter.style2 {
	overflow: hidden;
	max-width: 100%;
	text-align: inherit
}

.widget-newletter.style2 .widget-title {
	margin: 0 0 5px
}

.widget-newletter.style2 .description {
	margin: 0
}

.widget-newletter.style2 .content {
	margin-top: 9px
}

@media (min-width: 768px) {
	.widget-newletter.style2>* {
		width: 50%;
		float: left
	}
	.rtl .widget-newletter.style2>* {
		float: right
	}
}

.widget-newletter.style2 form {
	width: 600px;
	float: right;
	max-width: 100%
}

.rtl .widget-newletter.style2 form {
	float: left
}

.apus-sidebar select,
.apus-sidebar table {
	width: 100%
}

.apus-sidebar .post-widget .blog-title,
.apus-sidebar .post-widget h6 {
	margin: 0 0 5px;
	line-height: 1.4;
	font-weight: 400;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	font-family: "Sarabun", Helvetica, Arial, sans-serif
}

.apus-search-form .select-category {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	min-width: 200px;
	padding-right: 12px;
	outline: none !important
}

.rtl .apus-search-form .select-category {
	float: right
}

.rtl .apus-search-form .select-category {
	padding-left: 12px;
	padding-right: inherit
}

.apus-search-form .select-category:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	background: #ddd;
	width: 1px;
	height: 20px
}

.rtl .apus-search-form .select-category:after {
	left: 0px;
	right: auto
}

.apus-search-form .select-category .dropdown_product_cat {
	border: 0;
	outline: none !important;
	width: calc(100% + 38px);
	height: 48px;
	padding: 0 20px
}

.apus-search-form .title-top-search {
	font-size: 24px;
	color: #3a3d43
}

.apus-search-form .close-search-fix {
	font-size: 24px;
	color: #e44343;
	cursor: pointer
}

.apus-search-form .close-search-fix:hover,
.apus-search-form .close-search-fix:active {
	color: #d51f1f
}

.apus-search-form .select2-container .select2-selection--single {
	background: #fff;
	height: 48px;
	margin: 0;
	font-size: 16px;
	color: #3a3d43;
	outline: none !important
}

.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px
}

.rtl .apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 20px;
	padding-left: inherit
}

.apus-search-form form {
	border: 1px solid #e8eef1;
	display: table;
	width: 100%
}

.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form>.select-category {
	display: table-cell !important;
	vertical-align: middle;
	float: none !important
}

.apus-search-form form .btn {
	height: 50px;
	line-height: 1;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-right: -1px
}

.rtl .apus-search-form form .btn {
	margin-left: -1px;
	margin-right: inherit
}

.apus-search-form form .btn i {
	font-size: 18px
}

.apus-search-form form .btn i+span {
	margin-left: 5px
}

.rtl .apus-search-form form .btn i+span {
	margin-right: 5px;
	margin-left: inherit
}

.apus-search-form form .btn.st_small {
	padding-left: 15px;
	padding-right: 15px
}

.apus-search-form form .form-control {
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.apus-search-form form .form-control {
	height: 48px
}

.apus-search-form form .form-control::-webkit-input-placeholder {
	color: #d1d1d1
}

.apus-search-form form .form-control::-moz-placeholder {
	color: #d1d1d1
}

.apus-search-form form .form-control:-ms-input-placeholder {
	color: #d1d1d1
}

.apus-search-form form .form-control:-moz-placeholder {
	color: #d1d1d1
}

.apus-search-form form .form-control:focus {
	color: #3a3d43
}

.apus-search-form .hidden-search {
	cursor: pointer;
	float: right;
	font-size: 35px;
	line-height: 1.4;
	color: #e44343;
	display: inline-block;
	margin-left: 30px
}

.rtl .apus-search-form .hidden-search {
	float: left
}

.rtl .apus-search-form .hidden-search {
	margin-right: 30px;
	margin-left: inherit
}

.apus-search-form .main-search {
	width: 100%;
	position: relative
}

.apus-search-form .main-search .autocomplete-list {
	text-align: left;
	margin-top: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 8;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	max-height: 350px;
	overflow: auto
}

.rtl .apus-search-form .main-search .autocomplete-list {
	text-align: right
}

.apus-search-form div.twitter-typeahead {
	width: 100%;
	position: relative
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
	vertical-align: top;
	width: 100%
}

.apus-search-form div.twitter-typeahead:before {
	content: '';
	position: absolute;
	top: 13px;
	right: 10px;
	width: 18px;
	height: 100%;
	background: url(../upload/loading-quick.gif) no-repeat scroll 0 0/18px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9
}

.rtl .apus-search-form div.twitter-typeahead:before {
	left: 10px;
	right: auto
}

.apus-search-form div.twitter-typeahead.loading:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.apus-search-form .tt-menu {
	background: #fff;
	width: 100%;
	padding: 0;
	margin-top: 1px
}

.apus-search-form .tt-menu>* {
	position: relative;
	z-index: 9
}

.apus-search-form .tt-menu a.media {
	display: block;
	margin: 0;
	padding: 12px
}

.apus-search-form .tt-menu a.media img {
	max-width: 60px
}

.apus-search-form .tt-menu h4 {
	font-size: 14px;
	margin: 0
}

.apus-search-form .tt-menu h4 strong {
	font-weight: normal;
	color: #1768fe
}

.apus-search-form .tt-menu .price {
	font-size: 13px;
	margin: 0
}

.apus-search-form .tt-menu .tt-dataset-search>*:first-child {
	display: none
}

.apus-search-form.style2 form {
	border: none;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	position: relative;
	padding-right: 40px
}

.rtl .apus-search-form.style2 form {
	padding-left: 40px;
	padding-right: inherit
}

.apus-search-form.style2 form .form-control {
	border: none !important;
	height: 45px;
	background-color: transparent;
	color: #fff
}

.apus-search-form.style2 form .form-control:focus {
	color: #fff
}

.apus-search-form.style2 form .btn {
	line-height: 32px;
	height: 35px;
	font-size: 16px;
	position: absolute;
	top: 6px;
	padding: 0 9px;
	right: 5px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important
}

.rtl .apus-search-form.style2 form .btn {
	left: 5px;
	right: auto
}

.apus-search-form.style2 form .btn i {
	font-size: 16px
}

.apus-search-form .autocomplete-list {
	padding: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

@media (min-width: 1200px) {
	.apus-search-form .autocomplete-list {
		padding: 20px
	}
}

.apus-search-form .autocomplete-list-item {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e8eef1
}

@media (min-width: 1200px) {
	.apus-search-form .autocomplete-list-item {
		padding: 0 0 15px;
		margin: 0 0 15px
	}
}

.apus-search-form .autocomplete-list-item:last-child {
	border: none;
	padding: 0;
	margin: 0
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
	display: block
}

.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
	color: #3a3d43
}

.apus-search-form .autocomplete-list-item img {
	width: 60px;
	max-width: none
}

.apus-search-form .autocomplete-list-item .price {
	color: #888b90
}

.apus-search-form .autocomplete-list-item .name-product {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin: 0 0 3px;
	font-size: 15px;
	font-family: "Sarabun";
	font-weight: normal;
	color: #888b90;
	text-transform: capitalize
}

.apus-search-form .autocomplete-list-item .name-product strong {
	color: #e44343
}

.apus-search-nocategory {
	background: #f0f2f9;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px
}

.apus-search-nocategory .form-control {
	background: #f0f2f9;
	border-color: #f0f2f9;
	color: #999591;
	border: none;
	max-width: 185px;
	font-size: 12px
}

.apus-search-nocategory .btn {
	padding-left: 12px;
	padding-right: 12px;
	background: transparent;
	color: #3a3d43;
	font-size: 16px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border: none
}

.apus-search-nocategory .btn:hover,
.apus-search-nocategory .btn:active {
	color: #fff;
	background: #1768fe
}

.apus-search-nocategory {
	background: #f0f2f9;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px
}

.apus-search-nocategory .form-control {
	background: #f0f2f9;
	border-color: #f0f2f9;
	color: #999591;
	border: none;
	max-width: 185px;
	font-size: 12px
}

.apus-search-nocategory .btn {
	padding-left: 12px;
	padding-right: 12px;
	background: transparent;
	color: #3a3d43;
	font-size: 16px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border: none
}

.apus-search-nocategory .btn:hover,
.apus-search-nocategory .btn:active {
	color: #fff;
	background: #1768fe
}

.widget-search {
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.widget-search form {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

.widget-search .btn {
	border: 0 !important;
	padding: 12px 20px;
	font-size: 21px;
	height: 54px;
	border-radius: 0 3px 3px 0;
	-webkit-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;
	background: #fff;
	color: #1768fe
}

.widget-search .btn:hover,
.widget-search .btn:focus {
	color: #fff;
	background: #1768fe
}

.widget-search .form-control {
	background: #fff;
	color: #3a3d43;
	height: 54px;
	padding: 6px 20px;
	border: none
}

.widget-search .form-control:focus {
	color: #888b90;
	border-color: #1768fe
}

.widget-search .form-control::-webkit-input-placeholder {
	color: #888b90
}

.widget-search .form-control::-moz-placeholder {
	color: #888b90
}

.widget-search .form-control:-ms-input-placeholder {
	color: #888b90
}

.widget-search .form-control:-moz-placeholder {
	color: #888b90
}

.tagcloud a {
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 14px !important;
	display: inline-block;
	padding: 7px 15px;
	line-height: 1;
	border: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #edf1f4;
	color: #888b90;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.rtl .tagcloud a {
	margin-left: 8px;
	margin-right: inherit
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.active {
	color: #fff;
	background: #1768fe;
	-webkit-box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4);
	box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4)
}

.widget-brand-logo {
	padding: 30px
}

.widget-brand-logo .item-brand>a {
	display: block
}

.widget-brand-logo .carousel-control {
	opacity: 0;
	filter: alpha(opacity=0)
}

.widget-brand-logo:hover .carousel-control {
	opacity: 1;
	filter: alpha(opacity=100)
}

.widget-infor .heding {
	font-family: "Sarabun", "Times New Roman", Times, serif;
	font-weight: 400
}

.widget-infor .infor-inner {
	margin: 0 0 20px
}

.apus-search-top .button-show-search {
	font-size: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #888b90;
	line-height: 1;
	padding: 0 5px;
	background: transparent !important
}

.apus-search-top .button-show-search:hover,
.apus-search-top .button-show-search:active {
	color: #1768fe
}

.apus-search-top .content-form {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	border: none;
	padding: 0;
	min-width: 280px
}

@-webkit-keyframes boxscale {
	from {
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2)
	}
	to {
		-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2)
	}
}

@keyframes boxscale {
	from {
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2)
	}
	to {
		-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2)
	}
}

.video-wrapper-inner {
	position: relative
}

.video-wrapper-inner .popup-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	-moz-transform: translate(-50%, -50%) scale(0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8);
	-o-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 2;
	display: inline-block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	color: #1768fe;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	-webkit-animation: boxscale 0.8s linear 0s infinite alternate;
	animation: boxscale 0.8s linear 0s infinite alternate
}

.video-wrapper-inner:hover .popup-video {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

.vertical-menu {
	display: none !important;
	padding: 0;
	background: #fff;
	z-index: 999
}

.vertical-menu>.nav {
	position: relative;
	width: 100%;
	height: auto
}

.vertical-menu>.nav .open>a,
.vertical-menu>.nav .open>a:hover,
.vertical-menu>.nav .open>a:focus,
.vertical-menu>.nav .active>a,
.vertical-menu>.nav .active>a:hover,
.vertical-menu>.nav .active>a:focus {
	color: #1768fe
}

.vertical-menu>.nav>li {
	float: none;
	position: static;
	border-bottom: 1px solid #e8eef1
}

.vertical-menu>.nav>li.active>a {
	color: #1768fe;
	background: #fafafa
}

.vertical-menu>.nav>li>a {
	color: #414141;
	padding: 15px 20px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap
}

.vertical-menu>.nav>li>a:hover {
	color: #1768fe;
	background: #fafafa
}

.vertical-menu>.nav>li>a .fa {
	font-size: 15px;
	min-width: 15px;
	margin-right: 12px
}

.rtl .vertical-menu>.nav>li>a .fa {
	margin-left: 12px;
	margin-right: inherit
}

.vertical-menu>.nav>li .dropdown-menu {
	min-width: 230px;
	min-height: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.vertical-menu>.nav .product-block {
	padding: 0 !important;
	overflow: hidden;
	display: block
}

.vertical-menu .dropdown-menu {
	margin: 0;
	padding: 30px;
	border: none;
	top: 0
}

.vertical-menu .dropdown-menu:before,
.vertical-menu .dropdown-menu:after {
	content: " ";
	display: table
}

.vertical-menu .dropdown-menu:after {
	clear: both
}

.vertical-menu .dropdown-menu ul {
	padding: 0;
	list-style: none
}

.vertical-menu .dropdown-menu ul li {
	line-height: 34px
}

.vertical-menu .dropdown-menu ul li a {
	color: #414141
}

.vertical-menu .dropdown-menu ul li a:hover,
.vertical-menu .dropdown-menu ul li a.active {
	color: #1768fe
}

.vertical-menu .dropdown-menu ul ul {
	padding-left: 15px
}

.rtl .vertical-menu .dropdown-menu ul ul {
	padding-right: 15px;
	padding-left: inherit
}

.vertical-menu .dropdown-menu .widget-title {
	border: none;
	font-size: 16px;
	padding: 0 0 15px;
	color: #3a3d43
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.vertical-menu.menu-left .dropdown-menu {
	left: 100% !important;
	right: auto !important
}

.rtl .vertical-menu.menu-left .dropdown-menu {
	right: 100% !important;
	left: auto
}

.rtl .vertical-menu.menu-left .dropdown-menu {
	left: auto !important;
	right: auto
}

.vertical-menu.menu-right .dropdown-menu {
	left: auto !important;
	right: 100% !important
}

.rtl .vertical-menu.menu-right .dropdown-menu {
	right: auto !important;
	left: auto
}

.rtl .vertical-menu.menu-right .dropdown-menu {
	left: 100% !important;
	right: auto
}

.vertical-menu .icon-ver {
	margin-right: 10px
}

.rtl .vertical-menu .icon-ver {
	margin-left: 10px;
	margin-right: inherit
}

#recentcomments>li {
	margin: 0 0 13px
}

#recentcomments>li:last-child {
	margin: 0
}

#recentcomments a {
	font-weight: 500;
	color: #4a89fe
}

#recentcomments a:hover,
#recentcomments a:focus {
	color: #1768fe
}

.widget-quicklink-menu {
	background-color: #f6f6f6;
	line-height: 35px
}

.widget-quicklink-menu .quicklink-heading {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	margin: 0 20px 0 0;
	padding: 12px 15px 12px 25px;
	position: relative;
	text-transform: uppercase;
	font-family: "Sarabun"
}

.rtl .widget-quicklink-menu .quicklink-heading {
	margin: 0 0 0 20px
}

.widget-quicklink-menu .quicklink-heading:before {
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 10px solid #333;
	content: "";
	position: absolute;
	right: -10px;
	top: 0
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
	border-right: 10px solid #333;
	border-left: inherit
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
	left: -10px;
	right: auto
}

.widget-quicklink-menu a {
	color: #999;
	font-size: 12px;
	font-weight: 400
}

.widget-quicklink-menu a:hover {
	color: #1768fe
}

.woo-onsale .onsale {
	display: none
}

.woo-onsale .product-sale-label {
	position: absolute;
	width: 36px;
	height: 36px;
	background-color: #fb4949;
	color: #fff;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 36px;
	font-size: 12px;
	font-weight: 400
}

.rtl .woo-onsale .product-sale-label {
	left: 10px;
	right: auto
}

.widget-tabs .widget-title {
	display: inline-block
}

.widget-tabs .nav-tabs {
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 7px
}

.widget-tabs .nav-tabs.tabs-list-v2 {
	margin: 0 0 15px
}

.widget-tabs .carousel-controls {
	top: -42px
}

.widget-infor .media .fa,
.widget-infor .media .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #1768fe;
	background: #252525
}

.contant-info .title {
	margin: 0 0 20px;
	font-size: 30px
}

.contant-info .info-description {
	margin: 0 0 30px
}

.contant-info .media-heading {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px
}

.contant-info .media {
	margin-top: 30px
}

.contant-info .media:hover .fa {
	border-color: #e44343;
	color: #e44343
}

.contant-info .media-left {
	padding-right: 20px
}

.rtl .contant-info .media-left {
	padding-left: 20px;
	padding-right: inherit
}

.contant-info .media-left .fa {
	border: 2px solid #262626;
	border-radius: 50%;
	color: #262626;
	font-size: 25px;
	height: 58px;
	line-height: 52px;
	text-align: center;
	width: 58px
}

.widget_categories select,
.widget_archive select {
	width: 100%;
	padding: 8px;
	height: 50px
}

.textwidget select {
	padding: 8px;
	max-width: 100%;
	color: #3a3d43
}

.widget-twitter .twitter-timeline {
	display: block !important
}

.widget-twitter .timeline-Tweet-media {
	display: none
}

.widget_apus_instagram {
	margin: 0
}

.widget_apus_instagram .widget-title {
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	text-transform: inherit
}

.widget_apus_instagram .widget-title a {
	font-weight: 400;
	color: #1768fe
}

.widget_apus_instagram .instagram-pics a {
	display: block;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s
}

.widget_apus_instagram .instagram-pics a:hover,
.widget_apus_instagram .instagram-pics a:active {
	outline: 8px solid #1768fe;
	outline-offset: -8px
}

.widget_apus_instagram .instagram-pics a:hover:before,
.widget_apus_instagram .instagram-pics a:active:before {
	opacity: 0;
	filter: alpha(opacity=0)
}

.widget_apus_instagram .instagram-pics a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.widget-ticket-pricing {
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 2px dashed #e8eef1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	overflow: hidden
}

@media (min-width: 1200px) {
	.widget-ticket-pricing .product-block-pricing {
		max-width: 170px;
		margin: auto
	}
}

.widget-ticket-pricing .column {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
	border: 2px dashed #e8eef1;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	margin: -2px 0;
	padding: 0 10px !important
}

.widget-ticket-pricing .column:last-child,
.widget-ticket-pricing .column:first-child {
	border: none;
	margin: 0
}

.widget-ticket-pricing.style-style2 {
	border: 1px solid #e8eef1;
	overflow: visible
}

.widget-ticket-pricing.style-style2 .column {
	border: 1px solid #e8eef1;
	margin: -1px 0
}

.widget-ticket-pricing.style-style2 .column:last-child,
.widget-ticket-pricing.style-style2 .column:first-child {
	margin: 0;
	border: none
}

.widget-ticket-pricing.style-style2 .column:hover {
	border-color: #1768fe
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
	border: 1px solid #1768fe
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
	border-bottom: 1px solid #1768fe
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
	border: 1px solid #e8eef1
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
	border-bottom: 1px solid #e8eef1
}

.widget-ticket-pricing.style-style3 {
	border: none;
	overflow: visible
}

.widget-ticket-pricing.style-style3 .column {
	border: none;
	overflow: visible;
	margin: 20px 0
}

.product-block-pricing .name {
	font-size: 22px;
	font-family: "Sarabun";
	margin: 37px 0 30px;
	font-weight: 400;
	text-align: center
}

.product-block-pricing .wrapper-pricing {
	text-align: center;
	position: relative
}

.product-block-pricing .wrapper-pricing:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 1000px;
	height: 2px;
	border-bottom: 2px dashed #e8eef1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -150px;
	z-index: 1;
	content: ''
}

.product-block-pricing .wrapper-pricing .price {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 2px dashed #e8eef1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 8px;
	background: #fff;
	display: inline-block;
	z-index: 2;
	position: relative
}

.product-block-pricing .woocommerce-Price-amount {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #3a3d43;
	background: #f1f1f1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.product-block-pricing .woocommerce-Price-amount>span {
	font-weight: 300
}

.product-block-pricing .block-inner-content .desc {
	margin: 20px 0 35px
}

.product-block-pricing .block-inner-content .desc strong {
	color: #3a3d43
}

.product-block-pricing .block-inner-content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.product-block-pricing .block-inner-content ul li {
	margin: 0 0 5px
}

.product-block-pricing .block-inner-content ul i {
	margin-right: 15px;
	color: #1768fe
}

.rtl .product-block-pricing .block-inner-content ul i {
	margin-left: 15px;
	margin-right: inherit
}

.product-block-pricing .button {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.product-block-pricing .groups-button {
	margin: 40px 0 45px
}

.product-block-pricing .groups-button .button.added {
	display: none
}

.product-block-pricing .groups-button .added_to_cart.wc-forward {
	display: inline-block;
	padding: 15px 30px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	background-image: -webkit-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: -o-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: linear-gradient(to right, #feac36 0%, #1768fe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF1768FE', GradientType=1);
	color: #fff
}

.product-block-pricing .groups-button .added_to_cart.wc-forward:hover,
.product-block-pricing .groups-button .added_to_cart.wc-forward:active {
	color: #fff;
	background-image: -webkit-linear-gradient(left, #1768fe 0%, #feac36 100%);
	background-image: -o-linear-gradient(left, #1768fe 0%, #feac36 100%);
	background-image: linear-gradient(to right, #1768fe 0%, #feac36 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1768FE', endColorstr='#FFFEAC36', GradientType=1)
}

.product-block-pricing:hover .woocommerce-Price-amount {
	background-image: -webkit-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: -o-linear-gradient(left, #feac36 0%, #1768fe 100%);
	background-image: linear-gradient(to right, #feac36 0%, #1768fe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEAC36', endColorstr='#FF1768FE', GradientType=1);
	color: #fff
}

.product-block-pricing:hover .button {
	color: #fff !important
}

.product-block-pricing:hover .button:before {
	opacity: 0;
	filter: alpha(opacity=0)
}

.product-block-pricing3 {
	text-align: center;
	padding: 80px 10px 50px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: relative
}

.product-block-pricing3 .name {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 8px
}

.product-block-pricing3 .desc strong {
	color: #3a3d43
}

.product-block-pricing3 .price {
	font-size: 40px;
	font-weight: 900;
	color: #1768fe
}

.product-block-pricing3 .price .woocommerce-Price-currencySymbol {
	font-size: 20px;
	vertical-align: text-top;
	font-weight: 600
}

.product-block-pricing3 .wrapper-pricing {
	max-width: 310px;
	margin: auto;
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.product-block-pricing3 .block-inner-content>ul {
	list-style: none;
	margin: 40px 0 42px;
	padding: 0
}

.product-block-pricing3 .block-inner-content>ul li {
	margin: 0 0 5px
}

.product-block-pricing3 .block-inner-content>ul li>i {
	display: none
}

.product-block-pricing3 .thumbnail-wrapper {
	margin: 50px 0 54px
}

.product-block-pricing3 .button {
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #3a3d43
}

.product-block-pricing3 .button:before {
	display: none !important
}

.product-block-pricing3 .button:hover {
	background: #1768fe;
	color: #fff !important
}

.product-block-pricing3 .label {
	position: absolute;
	left: -37px;
	margin-left: 100%;
	top: -10px;
	padding: 10px 25px;
	background: #1768fe;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.product-block-pricing3 .label:after {
	content: '';
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 10px;
	height: 6px;
	border-width: 3px 5px;
	border-style: solid;
	border-color: transparent #0147c8 #0147c8 transparent
}

.product-block-pricing3 .label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 17px;
	border-style: solid;
	border-color: #1768fe transparent #1768fe #1768fe
}

.product-block-pricing3.is-featured,
.product-block-pricing3:hover {
	z-index: 1
}

.product-block-pricing3.is-featured .button,
.product-block-pricing3:hover .button {
	background: #1768fe;
	color: #fff !important
}

.product-block-pricing3.is-featured {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1)
}

.popupnewsletter-wrapper .mfp-content {
	width: 590px;
	max-width: 90%
}

.popupnewsletter-wrapper .apus-mfp-close {
	background: #e44343;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 16px;
	line-height: 47px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(22px, -22px);
	-ms-transform: translate(22px, -22px);
	-o-transform: translate(22px, -22px);
	transform: translate(22px, -22px);
	opacity: 1;
	filter: alpha(opacity=100)
}

.popupnewsletter-wrapper .apus-mfp-close:hover,
.popupnewsletter-wrapper .apus-mfp-close:focus {
	background: #e12d2d
}

.popupnewsletter-wrapper .modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 260px 60px 40px;
	text-align: center
}

.popupnewsletter-wrapper .modal-content h3 {
	font-size: 20px;
	margin: 0 0 15px
}

@media (min-width: 1200px) {
	.popupnewsletter-wrapper .modal-content h3 {
		font-size: 30px
	}
}

.popupnewsletter-wrapper .modal-content .description {
	font-family: "Sarabun";
	font-size: 16px;
	margin: 0 0 20px
}

.popupnewsletter-wrapper .modal-content form {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #e8eef1;
	width: 325px;
	background: #f5f6f7;
	clear: both;
	margin: 0 auto 20px;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	-ms-border-radius: 46px;
	-o-border-radius: 46px;
	position: relative;
	padding-right: 46px
}

.rtl .popupnewsletter-wrapper .modal-content form {
	padding-left: 46px;
	padding-right: inherit
}

@media (min-width: 1200px) {
	.popupnewsletter-wrapper .modal-content form {
		margin: 0 auto 40px
	}
}

.popupnewsletter-wrapper .modal-content form:hover {
	border-color: #c8d7de
}

.popupnewsletter-wrapper .modal-content form .form-control {
	background: #f5f6f7;
	width: 100%;
	border: none;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	-ms-border-radius: 46px;
	-o-border-radius: 46px;
	height: 44px;
	display: block
}

.popupnewsletter-wrapper .modal-content form .input-group {
	position: static;
	width: 100%;
	display: block
}

.popupnewsletter-wrapper .modal-content form .input-group>* {
	display: block;
	float: none;
	position: static
}

.popupnewsletter-wrapper .modal-content form [type="submit"] {
	position: absolute;
	border: none;
	padding: 0;
	z-index: 2 !important;
	top: -1px;
	right: -1px;
	z-index: 1;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 46px;
	-webkit-border-radius: 46px;
	-moz-border-radius: 46px;
	-ms-border-radius: 46px;
	-o-border-radius: 46px;
	display: inline-block;
	color: transparent;
	background: #1768fe
}

.rtl .popupnewsletter-wrapper .modal-content form [type="submit"] {
	left: -1px;
	right: auto
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:before {
	content: "\f1d8";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 45px;
	text-align: center
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:hover,
.popupnewsletter-wrapper .modal-content form [type="submit"]:focus {
	background-color: #0150e1
}

.popupnewsletter-wrapper .close-dont-show:hover,
.popupnewsletter-wrapper .close-dont-show:focus {
	color: #e44343
}

.form-login-register-inner .title {
	font-size: 20px;
	margin: 0 0 20px;
	text-align: center
}

.form-login-register-inner .box-employer {
	margin: 0
}

.nav-tabs-login {
	border-bottom: 2px solid #e8eef1
}

.nav-tabs-login li {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0 0 -2px !important
}

.rtl .nav-tabs-login li {
	float: right
}

.nav-tabs-login li a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none !important;
	margin: 0 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #3a3d43 !important;
	background-color: transparent !important
}

.nav-tabs-login li.active {
	background-color: #1768fe !important
}

.nav-tabs-login li.active a {
	color: #fff !important
}

.login-form-wrapper .role-tabs,
.register-form .role-tabs {
	padding: 0;
	margin: 0;
	text-align: center;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #dee6ed
}

.login-form-wrapper .role-tabs li,
.register-form .role-tabs li {
	display: block;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 14px 15px;
	width: 50%;
	margin-bottom: -1px;
	border-bottom: 2px solid transparent
}

.rtl .login-form-wrapper .role-tabs li,
.rtl .register-form .role-tabs li {
	float: right
}

.login-form-wrapper .role-tabs li input,
.register-form .role-tabs li input {
	display: none
}

.login-form-wrapper .role-tabs li label,
.register-form .role-tabs li label {
	cursor: pointer;
	font-weight: 500;
	margin: 0;
	width: 100%
}

.login-form-wrapper .role-tabs li:hover,
.login-form-wrapper .role-tabs li:focus,
.login-form-wrapper .role-tabs li.active,
.register-form .role-tabs li:hover,
.register-form .role-tabs li:focus,
.register-form .role-tabs li.active {
	color: #1768fe;
	border-color: #1768fe
}

.login-form-wrapper .wp_job_board_candidate_show,
.register-form .wp_job_board_candidate_show {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.login-form-wrapper .form-control,
.register-form .form-control {
	background: #f6f9fc;
	border: 0;
	padding: 6px 25px;
	height: 46px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.login-form-wrapper .form-control:focus,
.register-form .form-control:focus {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	background-color: #fff
}

.login-form-wrapper .select2-container--default .select2-selection--single,
.register-form .select2-container--default .select2-selection--single {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 0 !important;
	background: #f6f9fc !important
}

.login-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: transparent !important
}

.login-form-wrapper .select2-container--default.select2-container--open .select2-selection--single,
.register-form .select2-container--default.select2-container--open .select2-selection--single {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	background-color: #fff !important
}

.login-form-wrapper .form-group,
.register-form .form-group {
	margin-bottom: 15px
}

.login-form-wrapper .back-link,
.register-form .back-link {
	text-decoration: underline;
	color: #f0ad4e
}

.login-form-wrapper .remember,
.register-form .remember {
	font-weight: 400;
	color: #3a3d43
}

.login-form-wrapper [type="checkbox"],
.register-form [type="checkbox"] {
	margin-right: 2px
}

.rtl .login-form-wrapper [type="checkbox"],
.rtl .register-form [type="checkbox"] {
	margin-left: 2px;
	margin-right: inherit
}

.login-form-wrapper .info,
.register-form .info {
	font-size: 14px
}

.login-form-wrapper .btn:not(.btn-sm),
.register-form .btn:not(.btn-sm) {
	padding: 10px 30px
}

.login-form-wrapper .btn-theme-second:hover,
.login-form-wrapper .btn-theme-second:focus,
.register-form .btn-theme-second:hover,
.register-form .btn-theme-second:focus {
	-webkit-box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
	box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4)
}

.login-form-wrapper .create-account,
.register-form .create-account {
	margin: 0 0 5px
}

.login-form-wrapper .create-account .create,
.register-form .create-account .create {
	font-weight: 500
}

.login-form-wrapper .inner-register,
.register-form .inner-register {
	padding: 20px 30px 30px
}

.sign-in-demo-notice {
	margin-bottom: 20px;
	padding: 10px 18px;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #ccf5ef
}

.sign-in-demo-notice strong {
	font-size: 16px;
	color: #27ceb4;
	font-weight: 600
}

.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
	position: relative
}

.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url("../upload/loading.gif") no-repeat center center/32px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.not-allow-wrapper {
	margin-top: 28px
}

.job-deadline.with-icon>* {
	display: inline-block
}

.title-wrapper>* {
	display: inline;
	margin-bottom: 0
}

.title-wrapper .featured {
	margin-left: 3px
}

.rtl .title-wrapper .featured {
	margin-right: 3px;
	margin-left: inherit
}

.social-share-user a {
	margin: 0 5px
}

.social-share-user a.facebook {
	color: #3b5999
}

.social-share-user a.twitter {
	color: #55acee
}

.social-share-user a.linkedin {
	color: #0077B5
}

.social-share-user a.dribbble {
	color: #ea4c89
}

.wrapper-shortlist {
	position: relative
}

.wrapper-shortlist .alert {
	position: absolute;
	min-width: 400px;
	bottom: 100%;
	right: 0;
	margin-bottom: 12px
}

.rtl .wrapper-shortlist .alert {
	left: 0;
	right: auto
}

.wrapper-shortlist .alert-warning:before {
	content: '';
	border-width: 8px;
	border-color: #faebcc transparent transparent transparent;
	border-style: solid;
	position: absolute;
	top: 100%;
	right: 15px
}

.rtl .wrapper-shortlist .alert-warning:before {
	left: 15px;
	right: auto
}

.btn-action-job {
	-webkit-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	position: relative;
	color: #fff !important;
	line-height: 33px;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #feac36;
	text-align: center;
	letter-spacing: -1px
}

.btn-action-job:before {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto
}

.btn-action-job:hover,
.btn-action-job:focus {
	background: #f69101
}

.btn-action-job.loading:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.btn-action-job.btn-added-job-shortlist {
	background: #feac36
}

.btn-action-job.has-text {
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: transparent;
	color: #feac36 !important;
	font-size: 16px
}

.btn-action-job.has-text span {
	font-weight: 500;
	margin-left: 10px
}

.rtl .btn-action-job.has-text span {
	margin-right: 10px;
	margin-left: inherit
}

.btn-shortlist,
.btn-loading {
	position: relative
}

.btn-shortlist:before,
.btn-loading:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	z-index: 2;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto
}

.btn-shortlist.loading:before,
.btn-loading.loading:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.action [class*="candidate-shortlist"],
.btn-shortlist {
	width: auto;
	display: inline-block !important;
	border: 1px solid #feac36;
	background: #feac36;
	padding: 13px 30px;
	color: #fff;
	position: relative
}

.action [class*="candidate-shortlist"]:hover,
.action [class*="candidate-shortlist"]:focus,
.btn-shortlist:hover,
.btn-shortlist:focus {
	color: #fff;
	background: #fea21d;
	border-color: #fea21d
}

.action [class*="candidate-shortlist"].btn-added-job-shortlist,
.btn-shortlist.btn-added-job-shortlist {
	background: #fea21d;
	border-color: #fea21d;
	color: #fff
}

.action [class*="candidate-shortlist"]:before,
.btn-shortlist:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	z-index: 2;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto
}

.action [class*="candidate-shortlist"].loading:before,
.btn-shortlist.loading:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"] {
	text-transform: uppercase;
	background: #1768fe;
	border-color: #1768fe;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.5;
	position: relative
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"]:hover,
.widget_apus_candidate_buttons [class*="candidate-shortlist"]:focus {
	background: #0153eb;
	border-color: #0153eb
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"]:before {
	content: "\e634";
	font-family: 'themify';
	display: inline-block;
	margin-right: 8px
}

.rtl .widget_apus_candidate_buttons [class*="candidate-shortlist"]:before {
	margin-left: 8px;
	margin-right: inherit
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"]:after {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	z-index: 2;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto
}

.widget_apus_candidate_buttons [class*="candidate-shortlist"].loading:after {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.widget_apus_candidate_buttons .btn-added-candidate-shortlist {
	background: #feac36 !important;
	border-color: #feac36 !important
}

.btn-download-cv {
	color: #fff;
	background: #79b530;
	border-color: #79b530
}

.btn-download-cv:hover,
.btn-download-cv:focus {
	background: #6ca12b;
	border-color: #6ca12b
}

.btn-download-cv.cannot-download-cv-btn {
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.applicant-action-button a {
	margin-right: 2px
}

.rtl .applicant-action-button a {
	margin-left: 2px;
	margin-right: inherit
}

.btn-apply {
	background: #1768fe;
	border-color: #1768fe;
	color: #fff;
	position: relative;
	padding: 13px 30px
}

.btn-apply i {
	display: none !important
}

.btn-apply:focus,
.btn-apply:hover {
	border-color: #0153eb;
	background: #0153eb;
	color: #fff
}

.btn-apply:before {
	content: '';
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	z-index: 2;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.btn-apply.loading:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.job-tags strong {
	margin-right: 15px
}

.rtl .job-tags strong {
	margin-left: 15px;
	margin-right: inherit
}

.job-tags a {
	background-color: #edf1f4;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-right: 5px;
	padding: 4px 15px 6px;
	position: relative;
	color: #888b90;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.rtl .job-tags a {
	margin-left: 5px;
	margin-right: inherit
}

.job-tags a:hover {
	color: #fff;
	background: #1768fe;
	-webkit-box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4);
	box-shadow: 0 6px 40px 0 rgba(23, 104, 254, 0.4)
}

span.featured {
	color: #feac36
}

.btn-view {
	background: #e8edf1;
	border-color: transparent;
	color: #3a3d43;
	line-height: 24px;
	position: relative;
	padding: 6px 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	min-width: 140px;
	text-align: center;
	text-transform: capitalize
}

.btn-view:focus,
.btn-view:hover {
	border-color: #78909C;
	background: #78909C;
	color: #fff
}

.btn-link-candidate {
	display: inline-block;
	position: relative;
	padding: 0 1px
}

.btn-link-candidate i {
	display: inline-block;
	margin-right: 10px
}

.rtl .btn-link-candidate i {
	margin-left: 10px;
	margin-right: inherit
}

.btn-link-candidate:hover,
.btn-link-candidate:focus {
	color: #1768fe
}

.btn-link-candidate:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url("../upload/loading.gif") no-repeat center center/20px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.btn-link-candidate.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.send-message-btn {
	display: block;
	position: relative
}

.send-message-btn:before {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: rgba(255, 255, 255, 0.9) url("../upload/loading.gif") no-repeat center center/20px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.send-message-btn.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.widget_apus_candidate_buttons .btn-block+.btn-block {
	margin-top: 10px
}

.location-banner-inner {
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.location-banner-inner:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #221f1f;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s
}

.location-banner-inner:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

.location-banner-inner:hover:before {
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: #1768fe
}

.location-banner-inner .content-inner {
	position: absolute;
	padding: 18px 30px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2
}

.location-banner-inner .title {
	color: #fff;
	font-size: 20px;
	margin: 0
}

.location-banner-inner .number {
	color: #fff;
	font-size: 16px
}

.category-banner-inner.style1 {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	padding: 50px 20px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 2px 15px 0 rgba(167, 174, 189, 0.3);
	box-shadow: 0 2px 15px 0 rgba(167, 174, 189, 0.3)
}

@media (min-width: 1200px) {
	.category-banner-inner.style1 {
		padding: 60px 20px
	}
}

.category-banner-inner.style1 .category-icon {
	font-size: 40px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #1768fe
}

@media (min-width: 1200px) {
	.category-banner-inner.style1 .category-icon {
		font-size: 50px
	}
}

.category-banner-inner.style1 .title {
	font-size: 18px;
	margin: 12px 0 8px
}

@media (min-width: 992px) {
	.category-banner-inner.style1 .title {
		margin: 22px 0 8px
	}
}

.category-banner-inner.style1 .description {
	color: #888b90;
        font-size:16px;
        text-decoration:none;
}

.category-banner-inner.style1 .number {
	white-space: nowrap;
	display: inline-block;
	padding: 4px 25px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #feac36;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1
}

.category-banner-inner.style1 .number:hover {
	background-color: #fe9b0d
}

.category-banner-inner.style1 .inner {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.category-banner-inner.style1:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.category-banner-inner.style1:hover .category-icon {
	color: #feac36
}

.category-banner-inner.style1:hover .inner {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px)
}

.category-banner-inner.style1:hover .number {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(-50%, -30px);
	-ms-transform: translate(-50%, -30px);
	-o-transform: translate(-50%, -30px);
	transform: translate(-50%, -30px)
}

.category-banner-inner.style2 {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
	padding: 30px 15px;
	text-align: center;
	background: #fff
}

@media (min-width: 1200px) {
	.category-banner-inner.style2 {
		padding: 30px 35px
	}
}

.category-banner-inner.style2 .category-icon {
	font-size: 40px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #1768fe
}

@media (min-width: 1200px) {
	.category-banner-inner.style2 .category-icon {
		font-size: 40px
	}
}

.category-banner-inner.style2 .title {
	font-size: 16px;
	margin: 0 0 15px
}

.category-banner-inner.style2 .number {
	margin-top: 12px;
	color: #888b90;
	font-size: 14px
}

.category-banner-inner.style2:hover {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
	z-index: 1
}

.category-banner-inner.style2:hover .category-icon {
	color: #feac36
}

.form-kormosala-ppp .label,
.select2-wrapper .label,
.my-jobs-ordering .label,
.jobs-ordering .label {
	padding: 0;
	margin-right: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #888b90;
	display: inline-block;
	vertical-align: middle
}

.rtl .form-kormosala-ppp .label,
.rtl .select2-wrapper .label,
.rtl .my-jobs-ordering .label,
.rtl .jobs-ordering .label {
	margin-left: 15px;
	margin-right: inherit
}

.form-kormosala-ppp .select2-container--default .select2-selection--single,
.select2-wrapper .select2-container--default .select2-selection--single,
.my-jobs-ordering .select2-container--default .select2-selection--single,
.jobs-ordering .select2-container--default .select2-selection--single {
	border: 1px solid #e8eef1;
	height: 42px;
	line-height: 42px;
	min-width: 165px;
	background: transparent;
	margin: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	outline: none !important
}

.form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	padding: 0 20px;
	color: #888b90;
	background: #fbfdff
}

@media (min-width: 1200px) {
	.form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__rendered,
	.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
	.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,
	.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 40px
	}
}

.form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__clear,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__clear,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 10px
}

.rtl .form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__clear,
.rtl .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__clear,
.rtl .my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear,
.rtl .jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-left: 10px;
	margin-right: inherit
}

.form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__clear:hover,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__clear:hover,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear:hover,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__clear:hover {
	color: #e44343
}

.form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__placeholder,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #989898
}

.form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__arrow,
.jobs-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
	margin-right: 10px
}

.rtl .form-kormosala-ppp .select2-container--default .select2-selection--single .select2-selection__arrow,
.rtl .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.rtl .my-jobs-ordering .select2-container--default .select2-selection--single .select2-selection__arrow,
.rtl .jobs-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-left: 10px;
	margin-right: inherit
}

.subwoo-inner {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #fff;
	padding: 25px 30px;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
	.subwoo-inner {
		margin-bottom: 30px
	}
}

.subwoo-inner .title {
	margin: 25px 0 0;
	font-size: 20px
}

.subwoo-inner .price {
	color: #3a3d43;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.subwoo-inner .short-des ul {
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0
}

.subwoo-inner .short-des ul li {
	line-height: 24px;
	border-bottom: 1px solid #f4f5f7;
	padding: 10px 0
}

.subwoo-inner .content ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.subwoo-inner .content ul li {
	margin: 0 0 8px
}

.subwoo-inner .content ul li:last-child {
	margin-bottom: 0
}

.subwoo-inner .bookmark {
	display: block;
	width: 18px;
	height: 30px;
	background: #1768fe;
	border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-ms-border-radius: 3px 0 0 0;
	-o-border-radius: 3px 0 0 0;
	position: absolute;
	z-index: 1;
	right: 35px;
	top: -6px
}

.rtl .subwoo-inner .bookmark {
	left: 35px;
	right: auto
}

.subwoo-inner .bookmark:after {
	content: '';
	width: 18px;
	height: 16px;
	border-width: 8px 9px;
	border-color: transparent transparent #fff;
	border-style: solid;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2
}

.subwoo-inner .bookmark:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #0159fa;
	border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	position: absolute;
	display: block;
	top: 0;
	left: 100%
}

.subwoo-inner .button-action {
	padding: 25px 0
}

.subwoo-inner .add-cart .added_to_cart,
.subwoo-inner .add-cart .button {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: block;
	background: #1768fe;
	color: #fff;
	padding: 15px 20px !important;
	border: 0
}

@media (min-width: 1200px) {
	.subwoo-inner .add-cart .added_to_cart,
	.subwoo-inner .add-cart .button {
		padding: 19px 25px !important
	}
}

.subwoo-inner .add-cart .added_to_cart i,
.subwoo-inner .add-cart .button i {
	display: none
}

.subwoo-inner .add-cart .added_to_cart:hover,
.subwoo-inner .add-cart .added_to_cart:focus,
.subwoo-inner .add-cart .button:hover,
.subwoo-inner .add-cart .button:focus {
	color: #fff;
	background: #feac36;
	border-color: #feac36;
	-webkit-box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
	box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4)
}

.subwoo-inner .add-cart .added_to_cart {
	background: #feac36 !important;
	border-color: #feac36 !important
}

.subwoo-inner:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.subwoo-inner:hover .price {
	color: #feac36
}

.subwoo-inner:hover .add-cart .added_to_cart,
.subwoo-inner:hover .add-cart .button {
	color: #fff;
	background: #feac36;
	border-color: #feac36;
	-webkit-box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4);
	box-shadow: 0 6px 40px 0 rgba(254, 172, 54, 0.4)
}

.open-job {
	color: #3a3d43
}

.open-job span {
	color: #888b90
}

.employer-style-inner {
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s
}

.employer-style-inner .employer-metas {
	color: #3a3d43
}

.employer-style-inner .employer-metas span {
	color: #888b90
}

.employer-style-inner .job-category {
	font-size: 14px;
	font-weight: 500
}

.employer-style-inner .job-category a {
	color: #1768fe !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.employer-style-inner .job-category a:hover,
.employer-style-inner .job-category a:focus {
	text-decoration: underline
}

.employer-style-inner .btn-action-job {
	right: 30px;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px
}

.rtl .employer-style-inner .btn-action-job {
	left: 30px;
	right: auto
}

.employer-style-inner .btn-action-job.btn-unfollow-employer {
	opacity: 1;
	filter: alpha(opacity=100)
}

.employer-style-inner:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.employer-style-inner:hover .btn-action-job {
	opacity: 1;
	filter: alpha(opacity=100)
}

.employer-grid {
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 30px 30px 25px
}

@media (min-width: 768px) {
	.employer-grid {
		margin-bottom: 30px
	}
}

.employer-grid .employer-logo {
	margin-bottom: 10px
}

@media (min-width: 768px) {
	.employer-grid .employer-logo {
		margin-bottom: 20px
	}
}

.employer-grid .employer-title {
	margin: 0;
	font-size: 18px
}

.employer-grid .title-wrapper {
	margin-bottom: 15px
}

.employer-list {
	-webkit-transition: transform 0.25s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	-o-transition: transform 0.25s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	transition: transform 0.25s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	padding: 30px
}

.employer-list .right-content {
	width: 100%
}

.employer-list .left-inner {
	position: relative
}

.employer-list .left-inner+.right-content {
	width: calc(100% - 120px);
	padding-left: 15px
}

.rtl .employer-list .left-inner+.right-content {
	padding-right: 15px;
	padding-left: inherit
}

@media (min-width: 1200px) {
	.employer-list .left-inner+.right-content {
		padding-left: 30px
	}
	.rtl .employer-list .left-inner+.right-content {
		padding-right: 30px;
		padding-left: inherit
	}
}

.employer-list .employer-logo {
	width: 120px;
	height: 120px;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.employer-list .employer-title {
	font-size: 18px;
	margin: 0
}

.employer-list .title-wrapper {
	margin-bottom: 15px
}

.employer-list .found-date {
	color: #3a3d43
}

.employer-list:hover {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 1
}

.employers-wrapper .style-list-employers {
	border-bottom: 1px solid #dee6ed
}

.employers-wrapper .style-list-employers:last-child {
	border: none
}

.employers-listing-wrapper .results-count {
	font-size: 16px;
	color: #3a3d43;
	font-weight: 500
}

.list-alphabet {
	list-style: none;
	text-align: justify;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 15px 12px;
	margin: 0 0 30px
}

@media (min-width: 1200px) {
	.list-alphabet {
		margin-bottom: 60px
	}
}

.list-alphabet li {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin: 0 8px
}

@media (min-width: 1200px) {
	.list-alphabet li {
		margin: 0 14px
	}
}

.company-items-inner {
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

@media (min-width: 768px) {
	.company-items-inner {
		margin-bottom: 30px
	}
}

.company-items-inner .letter-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #3a3d43;
	padding: 30px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.company-items-inner .letter-title h3 {
	line-height: 0.7;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin: 0;
	font-size: 30px;
	color: inherit
}

@media (min-width: 1200px) {
	.company-items-inner .letter-title h3 {
		font-size: 60px
	}
}

.company-items-inner .letter-title .job-count {
	margin-left: 30px
}

.rtl .company-items-inner .letter-title .job-count {
	margin-right: 30px;
	margin-left: inherit
}

@media (min-width: 1200px) {
	.company-items-inner .letter-title .job-count {
		margin-top: 8px
	}
}

.company-items-inner .content-bottom {
	padding: 20px 30px;
	border-top: 1px solid #dee6ed
}

.company-items-inner .company-item {
	margin-bottom: 10px
}

.company-items-inner .company-item:last-child {
	margin-bottom: 0
}

.company-items-inner a {
	color: #888b90
}

.company-items-inner a:hover,
.company-items-inner a:focus {
	color: #1768fe
}

.company-items-inner:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.company-items-inner:hover .letter-title {
	color: #1768fe
}

.widget-jobs-tabs .list-item,
.widget-jobs-tabs .style-list-jobs,
.widget-jobs .list-item,
.widget-jobs .style-list-jobs,
.jobs-wrapper .list-item,
.jobs-wrapper .style-list-jobs {
	border-bottom: 1px solid #dee6ed
}

.widget-jobs-tabs .list-item:last-child,
.widget-jobs-tabs .style-list-jobs:last-child,
.widget-jobs .list-item:last-child,
.widget-jobs .style-list-jobs:last-child,
.jobs-wrapper .list-item:last-child,
.jobs-wrapper .style-list-jobs:last-child {
	border: none
}

.job-metas>div {
	display: inline-block;
	margin-right: 20px
}

.rtl .job-metas>div {
	margin-left: 20px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.job-metas>div {
		margin-right: 40px
	}
	.rtl .job-metas>div {
		margin-left: 40px;
		margin-right: inherit
	}
}

.job-metas>div:last-child {
	margin-right: 0
}

.rtl .job-metas>div:last-child {
	margin-left: 0;
	margin-right: inherit
}

.job-metas i {
	margin-right: 5px
}

.rtl .job-metas i {
	margin-left: 5px;
	margin-right: inherit
}

.job-title {
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: 600
}

.job-location i,
.job-salary i {
	margin-right: 5px
}

.rtl .job-location i,
.rtl .job-salary i {
	margin-left: 5px;
	margin-right: inherit
}

.type-job {
	font-size: 14px;
	font-weight: 500
}

.job-style-inner {
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s
}

.job-style-inner .urgent {
	position: absolute;
	top: 9px;
	left: -25px;
	z-index: 2;
	background: #e44343;
	color: #fff;
	display: inline-block;
	padding: 2px 25px;
	font-weight: 500;
	font-size: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.rtl .job-style-inner .urgent {
	right: -25px;
	left: auto
}

.job-style-inner .wrapper-shortlist {
	right: 30px;
	top: 0;
	position: absolute
}

.rtl .job-style-inner .wrapper-shortlist {
	left: 30px;
	right: auto
}

.job-style-inner .btn-action-job {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px
}

.job-style-inner .btn-action-job.added {
	opacity: 1;
	filter: alpha(opacity=100)
}

.job-style-inner:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.job-style-inner:hover .btn-action-job {
	opacity: 1;
	filter: alpha(opacity=100)
}

.job-grid {
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 30px 30px 25px
}

@media (min-width: 768px) {
	.job-grid {
		margin-bottom: 30px
	}
}

.job-grid .employer-title {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	line-height: 1.6
}

.job-grid .employer-title a {
	color: #1768fe
}

.job-grid .job-title {
	margin: 7px 0 15px;
	font-size: 18px
}

.job-grid .job-employer-info-wrapper>* {
	display: inline-block
}

.job-grid .job-postdate {
	margin-top: 3px
}

.job-grid .employer-logo {
	margin-bottom: 10px
}

@media (min-width: 768px) {
	.job-grid .employer-logo {
		margin-bottom: 20px
	}
}

.job-list {
	-webkit-transition: transform 0.25s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	-o-transition: transform 0.25s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	transition: transform 0.25s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	padding: 30px
}

.job-list .job-employer-logo {
	position: relative;
	width: 150px;
	height: auto;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	padding-right: 15px
}

.rtl .job-list .job-employer-logo {
	padding-left: 15px;
	padding-right: inherit
}

@media (min-width: 1200px) {
	.job-list .job-employer-logo {
		padding-right: 30px
	}
	.rtl .job-list .job-employer-logo {
		padding-left: 30px;
		padding-right: inherit
	}
}

.job-list .job-employer-logo+.job-information {
	width: calc(100% - 150px)
}

.job-list .job-employer-info-wrapper>* {
	display: inline-block
}

.job-list .employer-title {
	/*font-size: 16px;*/
	margin: 0;
	font-weight: 400;
	line-height: 1.6
}

.job-list .employer-title a {
	color: #888b90;
}

.job-list .job-title {
	margin: 0;
	font-size: 18px
}

.job-list .title-wrapper {
	margin: 0 0 15px;
	margin-top: 7px;
}

.job-list .job-metas {
	margin: 5px 0 0;
	color: #3a3d43
}

.job-list .job-metas strong {
	font-weight: 400;
	color: #888b90
}

.job-list .urgent {
	position: absolute;
	top: 9px;
	left: -25px;
	z-index: 2;
	background: #e44343;
	color: #fff;
	display: inline-block;
	padding: 2px 25px;
	font-weight: 500;
	font-size: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.rtl .job-list .urgent {
	right: -25px;
	left: auto
}

.job-list .wrapper-shortlist {
	right: 30px;
	top: 0;
	position: absolute
}

.rtl .job-list .wrapper-shortlist {
	left: 30px;
	right: auto
}

.job-list .btn-action-job {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px
}

.job-list .btn-action-job.added {
	opacity: 1;
	filter: alpha(opacity=100)
}

.job-list:hover {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 1
}

.job-list-v1 .wrapper-shortlist {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.rtl .job-list-v1 .wrapper-shortlist {
	left: 0;
	right: auto
}

.job-list-v1 .wrapper-shortlist .btn-action-job {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px
}

.job-list-small {
	background: #fff;
	border: 1px solid #e9f0f3;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
	box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02)
}

@media (min-width: 768px) {
	.job-list-small {
		padding: 20px
	}
}

.job-list-small .employer-logo {
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center
}

.job-list-small .employer-logo+.job-information {
	width: calc(100% - 70px);
	padding-left: 20px
}

.rtl .job-list-small .employer-logo+.job-information {
	padding-right: 20px;
	padding-left: inherit
}

.job-list-small .job-information {
	width: 100%
}

.job-list-small .job-title {
	font-size: 1.8rem;
	margin: 0;
	font-weight: 400
}

.job-list-small .job-metas {
	margin-top: 5px;
	font-size: 13px
}

.job-list-small .job-metas i {
	margin-right: 5px;
	font-size: 15px
}

.rtl .job-list-small .job-metas i {
	margin-left: 5px;
	margin-right: inherit
}

.job-list-small .job-metas>* {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px
}

.rtl .job-list-small .job-metas>* {
	margin-left: 15px;
	margin-right: inherit
}

.job-list-small .job-metas>*:last-child {
	margin-right: 0
}

.rtl .job-list-small .job-metas>*:last-child {
	margin-left: 0;
	margin-right: inherit
}

.job-list-small .job-tags {
	margin-top: 5px
}

.job-list-small .job-tags strong {
	display: none
}

.job-list-small .job-location {
	font-size: 16px;
	color: #888b90
}

.job-list-simple {
	margin-bottom: 25px
}

.job-list-simple:last-child {
	margin-bottom: 0
}

.job-list-simple .employer-logo {
	width: 110px;
	padding-right: 20px
}

.rtl .job-list-simple .employer-logo {
	padding-left: 20px;
	padding-right: inherit
}

.job-list-simple .employer-logo+.inner {
	width: calc(100% - 110px)
}

.job-list-simple .job-title {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 500;
	max-height: 42px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.job-list-simple .job-location strong {
	display: none
}

.job-list-simple .job-metas {
	font-size: 15px
}

.job-list-simple .employer-logo {
	display: -webkit-flex;
	display: flex
}

.job-list-simple .employer-logo a {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	border: 1px solid #e8eef1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 5px
}

.job-list-simple .employer-logo a img {
	vertical-align: middle
}

.widget-candidates .widget-title,
.widget-jobs .widget-title {
	font-size: 30px
}

@media (min-width: 1200px) {
	.widget-candidates .widget-title,
	.widget-jobs .widget-title {
		margin: 0 0 50px
	}
}

.widget-candidates .bottom-view,
.widget-jobs .bottom-view {
	margin-top: 25px
}

@media (min-width: 1200px) {
	.widget-candidates .bottom-view,
	.widget-jobs .bottom-view {
		margin-top: 50px
	}
}

.widget-jobs-tabs .top-info {
	text-align: center;
	margin: 0 0 30px
}

@media (min-width: 1200px) {
	.widget-jobs-tabs .top-info {
		margin: 0 0 50px
	}
}

.widget-jobs-tabs .nav-tabs {
	display: inline-block;
	background: #1768fe;
	padding: 8px;
	margin: 0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.widget-jobs-tabs .nav-tabs>li {
	margin: 0 !important;
	float: none;
	display: inline-block;
	white-space: nowrap
}

.widget-jobs-tabs .nav-tabs>li+li {
	margin-left: 3px !important
}

.rtl .widget-jobs-tabs .nav-tabs>li+li {
	margin-right: 3px !important;
	margin-left: inherit
}

.widget-jobs-tabs .nav-tabs>li>a {
	-webkit-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	border: none !important;
	background: transparent;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 14px 15px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin: 0
}

@media (min-width: 768px) {
	.widget-jobs-tabs .nav-tabs>li>a {
		min-width: 190px
	}
}

.widget-jobs-tabs .nav-tabs>li:hover>a,
.widget-jobs-tabs .nav-tabs>li.active>a {
	color: #1768fe;
	background: #fff
}

.widget-candidates .style-list-candidate,
.candidates-wrapper .style-list-candidate {
	border-bottom: 1px solid #dee6ed
}

.widget-candidates .style-list-candidate:last-child,
.candidates-wrapper .style-list-candidate:last-child {
	border: none
}

.candidate-archive-layout {
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s
}

.candidate-archive-layout .rating-avg {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #febe42;
	color: #fff;
	font-weight: 700;
	font-size: 12px
}

.candidate-archive-layout .review-stars-rated-wrapper {
	display: inline-block;
	line-height: 0
}

.candidate-archive-layout .thumbnail-inner {
	position: relative
}

.candidate-archive-layout .thumbnail-inner .rating-avg {
	position: absolute;
	bottom: 5px;
	right: -8px
}

.rtl .candidate-archive-layout .thumbnail-inner .rating-avg {
	left: -8px;
	right: auto
}

.candidate-archive-layout .thumbnail-inner .featured {
	position: absolute;
	top: 5px;
	left: -8px
}

.rtl .candidate-archive-layout .thumbnail-inner .featured {
	right: -8px;
	left: auto
}

.candidate-archive-layout .urgent {
	position: absolute;
	top: 9px;
	right: -26px;
	z-index: 2;
	background: #e44343;
	color: #fff;
	display: inline-block;
	padding: 2px 25px;
	font-weight: 500;
	font-size: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.rtl .candidate-archive-layout .urgent {
	left: -26px;
	right: auto
}

.candidate-archive-layout .btn-action-job {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0)
}

.candidate-archive-layout .btn-action-job.added {
	opacity: 1;
	filter: alpha(opacity=100)
}

.candidate-archive-layout .candidate-category {
	font-weight: 500;
	font-size: 14px
}

.candidate-archive-layout .candidate-category a {
	color: #1768fe
}

.candidate-archive-layout .candidate-title {
	font-size: 18px;
	margin: 0
}

.candidate-archive-layout .info {
	margin: 10px 0 0;
	color: #3a3d43
}

.candidate-archive-layout .info strong {
	font-weight: 400;
	color: #888b90
}

.candidate-archive-layout .job-tags {
	margin-top: 8px
}

.candidate-archive-layout:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.candidate-archive-layout:hover .btn-action-job {
	opacity: 1;
	filter: alpha(opacity=100)
}

.candidate-grid {
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

@media (min-width: 768px) {
	.candidate-grid {
		margin-bottom: 30px
	}
}

.candidate-grid .inner-bottom {
	padding: 25px 30px
}

.candidate-grid .btn-action-job {
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px
}

.rtl .candidate-grid .btn-action-job {
	right: 30px;
	left: auto
}

.candidate-list {
	-webkit-transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	-o-transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
	padding: 20px;
	z-index: 1
}

@media (min-width: 1200px) {
	.candidate-list {
		padding: 30px
	}
}

.candidate-list .info>div {
	display: inline-block;
	margin-right: 20px
}

.rtl .candidate-list .info>div {
	margin-left: 20px;
	margin-right: inherit
}

@media (min-width: 1200px) {
	.candidate-list .info>div {
		margin-right: 40px
	}
	.rtl .candidate-list .info>div {
		margin-left: 40px;
		margin-right: inherit
	}
}

.candidate-list .info>div:last-child {
	margin-right: 0
}

.rtl .candidate-list .info>div:last-child {
	margin-left: 0;
	margin-right: inherit
}

.candidate-list .inner-left {
	width: 100%
}

.candidate-list .candidate-thumbnail {
	position: relative
}

.candidate-list .candidate-thumbnail a {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

@media (min-width: 1200px) {
	.candidate-list .candidate-thumbnail a {
		width: 110px;
		height: 110px
	}
}

.candidate-list .candidate-thumbnail .featured {
	position: absolute;
	top: 5px;
	left: -8px
}

.rtl .candidate-list .candidate-thumbnail .featured {
	right: -8px;
	left: auto
}

.candidate-list .candidate-thumbnail+.inner-left {
	padding-left: 20px;
	width: calc(100% - 70px)
}

.rtl .candidate-list .candidate-thumbnail+.inner-left {
	padding-right: 20px;
	padding-left: inherit
}

@media (min-width: 1200px) {
	.candidate-list .candidate-thumbnail+.inner-left {
		width: calc(100% - 110px);
		padding-left: 30px
	}
	.rtl .candidate-list .candidate-thumbnail+.inner-left {
		padding-right: 30px;
		padding-left: inherit
	}
}

.candidate-list:hover {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	z-index: 2
}

.candidate-salary i {
	vertical-align: text-bottom
}

.candidates-listing-wrapper .results-count {
	font-size: 16px;
	margin: 0;
	color: #3a3d43;
	font-weight: 500
}

.trending-keywords {
	list-style: none;
	padding: 0;
	margin: 0
}

@media (min-width: 1200px) {
	.trending-keywords {
		margin-top: 30px
	}
}

.trending-keywords li {
	display: inline-block;
	margin-right: 5px
}

.rtl .trending-keywords li {
	margin-left: 5px;
	margin-right: inherit
}

.trending-keywords li.item:after {
	content: ','
}

.trending-keywords li:last-child {
	margin-right: 0
}

.rtl .trending-keywords li:last-child {
	margin-left: 0;
	margin-right: inherit
}

.trending-keywords li:last-child:after {
	display: none
}

.form-search .trending-keywords {
	margin-top: 15px;
	color: #b8d1ff
}

@media (min-width: 1200px) {
	.form-search .trending-keywords {
		margin-top: 30px
	}
}

.form-search .trending-keywords .title {
	color: #fff;
	font-weight: 500
}

.form-search .trending-keywords a {
	color: #b8d1ff
}

.form-search .trending-keywords a:hover,
.form-search .trending-keywords a:focus {
	color: #fff
}

.search-form-inner {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	margin-left: -15px;
	margin-right: -15px
}

.search-form-inner>div {
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	width: 30%
}

.search-form-inner .form-group-title {
	width: 50%
}

.search-form-inner .form-group-search {
	width: 20%
}

.search-form-inner .form-group {
	margin: 0
}

.search-form-inner.group-title-large .form-group-title {
	width: 55%
}

.search-form-inner .form-control {
	padding: 0 25px;
	border: none;
	height: 54px;
	line-height: 54px;
	background: #fff;
	color: #3a3d43
}

.search-form-inner .btn-submit {
	text-transform: capitalize;
	height: 54px;
	padding: 0 10px;
	border: 0
}

.search-form-inner .btn-submit i {
	margin-right: 10px
}

.rtl .search-form-inner .btn-submit i {
	margin-left: 10px;
	margin-right: inherit
}

@media (min-width: 992px) {
	.search-form-inner .btn-submit {
		min-width: 150px;
		padding: 0 15px
	}
}

.search-form-inner .select2-container--default .select2-selection--single {
	border: none;
	height: 54px;
	line-height: 54px;
	background: #fff;
	margin: 0
}

.search-form-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 54px;
	padding: 0 25px
}

.search-form-inner .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 12px;
	color: #e44343
}

.rtl .search-form-inner .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-left: 12px;
	margin-right: inherit
}

.search-form-inner .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #888b90
}

.search-form-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 14px;
	margin-right: 15px
}

.rtl .search-form-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-left: 15px;
	margin-right: inherit
}

.header-tabs-wrapper .header-tabs-nav {
	background: #f3f3f3;
	padding: 10px 0 0;
	position: relative;
	z-index: 1
}

@media (min-width: 1200px) {
	.header-tabs-wrapper .header-tabs-nav {
		padding: 20px 0 0
	}
}

.header-tabs-wrapper .header-tabs-nav:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -1000px;
	width: 10000px;
	height: 100%;
	top: 0;
	background: #f3f3f3
}

.header-tabs-wrapper.affix {
	position: fixed;
	z-index: 7
}

.header-tabs-nav .nav li {
	float: left
}

.rtl .header-tabs-nav .nav li {
	float: right
}

.header-tabs-nav .nav li>a {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 5px 15px;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0
}

@media (min-width: 1200px) {
	.header-tabs-nav .nav li>a {
		padding: 16px 25px
	}
}

.header-tabs-nav .nav li>a:hover,
.header-tabs-nav .nav li>a:focus {
	color: #3a3d43;
	background: transparent
}

.header-tabs-nav .nav li.active>a {
	color: #3a3d43;
	background: #fff
}

.employer-logo-wrapper-v2 {
	text-align: center
}

.employer-logo-wrapper-v2 .job-detail-thumbnail {
	width: 100px;
	height: 100px;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.employer-logo-wrapper-v2 .job-detail-title {
	font-size: 20px;
	margin: 15px 0 3px
}

.employer-logo-wrapper-v2 .job-location {
	color: #888b90;
	font-size: 16px
}

.job-detail-also-viewed .item {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e8eef1
}

.job-detail-also-viewed .item:last-child {
	border: none;
	margin: 0;
	padding: 0
}

.job-detail-also-viewed .job-title {
	font-size: 15px;
	margin: 0 0 2px;
	font-weight: 400
}

.job-detail-also-viewed .job-location {
	margin-top: 5px
}

.job-detail-employer-info .employer-thumbnail {
	width: 120px;
	height: 120px;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.job-detail-employer-info .bottom-inner,
.job-detail-employer-info .employer-address,
.job-detail-employer-info .employer-links {
	margin-top: 15px
}

.job-detail-employer-info .employer-links a {
	white-space: nowrap;
	margin-right: 25px
}

.rtl .job-detail-employer-info .employer-links a {
	margin-left: 25px;
	margin-right: inherit
}

.job-detail-employer-info .employer-links a:last-child {
	margin-right: 0
}

.rtl .job-detail-employer-info .employer-links a:last-child {
	margin-left: 0;
	margin-right: inherit
}

.job-detail-employer-info .employer-links a i {
	margin-left: 12px
}

.rtl .job-detail-employer-info .employer-links a i {
	margin-right: 12px;
	margin-left: inherit
}

.job-detail-employer-info .text {
	color: #888b90
}

.job-detail-buttons {
	position: relative
}

.job-detail-buttons .alert {
	position: absolute;
	bottom: 100%;
	min-width: 100%;
	right: 0;
	z-index: 2;
	margin-bottom: 10px
}

.rtl .job-detail-buttons .alert {
	left: 0;
	right: auto
}

.job-detail-buttons .deadline-time {
	text-align: center;
	margin-bottom: 10px
}

.job-detail-buttons .btn-apply {
	margin-right: 5px
}

.rtl .job-detail-buttons .btn-apply {
	margin-left: 5px;
	margin-right: inherit
}

.job-detail-employer-info .list {
	list-style: none;
	padding: 0;
	margin: 0
}

.job-detail-employer-info .list li {
	color: #3a3d43;
	overflow: hidden;
	margin-bottom: 9px
}

.job-detail-employer-info .list li:last-child {
	margin-bottom: 0
}

.job-detail-employer-info .list li div {
	display: inline
}

.employer-detail-detail .inner-image,
.job-detail-detail .inner-image {
	margin: 15px 0 40px;
	text-align: center
}

.employer-detail-detail .list,
.job-detail-detail .list {
	list-style: none;
	padding: 0;
	margin: 0 0 9px
}

.employer-detail-detail .list li,
.job-detail-detail .list li {
	color: #3a3d43;
	overflow: hidden;
	margin-bottom: 9px
}

.employer-detail-detail .list li:last-child,
.job-detail-detail .list li:last-child {
	margin-bottom: 0
}

.employer-detail-detail .list li div,
.job-detail-detail .list li div {
	display: inline
}

.employer-detail-detail .icon,
.job-detail-detail .icon {
	color: #1768fe;
	font-size: 25px;
	float: left
}

.rtl .employer-detail-detail .icon,
.rtl .job-detail-detail .icon {
	float: right
}

.employer-detail-detail .details,
.job-detail-detail .details {
	overflow: hidden
}

.employer-detail-detail .text,
.job-detail-detail .text {
	color: #888b90
}

.employer-detail-detail .value,
.job-detail-detail .value {
	font-size: 15px
}

.employer-detail-detail .details,
.job-detail-detail .details {
	padding-left: 15px
}

.rtl .employer-detail-detail .details,
.rtl .job-detail-detail .details {
	padding-right: 15px;
	padding-left: inherit
}

.employer-detail-detail .social-title,
.job-detail-detail .social-title {
	font-size: 14px;
	margin: 20px 0 10px;
	font-weight: 500;
	color: #3a3d43
}

.employer-detail-detail .apus-social-share a,
.job-detail-detail .apus-social-share a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	border: 1px solid #eaeff5;
	width: 45px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 5px;
	background: #fff;
	color: #1768fe
}

.rtl .employer-detail-detail .apus-social-share a,
.rtl .job-detail-detail .apus-social-share a {
	margin-left: 5px;
	margin-right: inherit
}

.employer-detail-detail .apus-social-share a:hover,
.employer-detail-detail .apus-social-share a:focus,
.job-detail-detail .apus-social-share a:hover,
.job-detail-detail .apus-social-share a:focus {
	color: #fff;
	background: #1768fe;
	border-color: #1768fe
}

.employer-detail-detail .apus-social-share a:last-child,
.job-detail-detail .apus-social-share a:last-child {
	margin-right: 0
}

.rtl .employer-detail-detail .apus-social-share a:last-child,
.rtl .job-detail-detail .apus-social-share a:last-child {
	margin-left: 0;
	margin-right: inherit
}

.employer-detail-detail .action .deadline-time,
.job-detail-detail .action .deadline-time {
	margin-bottom: 30px
}

.employer-detail-detail .action .deadline-time strong,
.job-detail-detail .action .deadline-time strong {
	font-weight: 400;
	color: #3a3d43
}

.employer-detail-detail .action .btn,
.job-detail-detail .action .btn {
	width: 100%;
	display: block !important;
	margin-bottom: 10px
}

.employer-detail-detail .action .btn:last-child,
.job-detail-detail .action .btn:last-child {
	margin-bottom: 0
}

.employer-detail-detail .list {
	margin-bottom: 30px
}

.employer-detail-description,
.job-detail-description {
	padding: 25px 30px 30px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.employer-detail-description .title,
.job-detail-description .title {
	font-size: 20px;
	margin: 0 0 15px
}

.employer-detail-description>ol,
.job-detail-description>ol {
	padding: 0;
	list-style-position: inside;
	margin: 0 0 20px
}

.employer-detail-description>ol li,
.job-detail-description>ol li {
	margin-bottom: 5px
}

.employer-detail-description>div,
.job-detail-description>div {
	margin-bottom: 25px
}

.employer-detail-description>div .title,
.job-detail-description>div .title {
	margin-bottom: 20px
}

.employer-detail-description>div:last-child,
.job-detail-description>div:last-child {
	margin-bottom: 0
}

.social-job-detail {
	padding: 30px 0 0;
	margin-top: 30px;
	border-top: 1px solid #dee6ed
}

.statistic-item {
	margin-bottom: 20px;
	border: 1px solid #e8eef1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 13px 20px
}

.statistic-item:last-child {
	margin-bottom: 0
}

.statistic-item .icon {
	line-height: 1;
	font-size: 25px
}

@media (min-width: 1200px) {
	.statistic-item .icon {
		font-size: 30px
	}
}

.statistic-item .text {
	padding-left: 10px;
	font-size: 14px
}

.rtl .statistic-item .text {
	padding-right: 10px;
	padding-left: inherit
}

@media (min-width: 1200px) {
	.statistic-item .text {
		padding-left: 15px
	}
	.rtl .statistic-item .text {
		padding-right: 15px;
		padding-left: inherit
	}
}

.statistic-item .number {
	font-size: 16px;
	color: #3a3d43;
	padding-right: 5px
}

.rtl .statistic-item .number {
	padding-left: 5px;
	padding-right: inherit
}

.widget-job-detail-social span.title {
	color: #3a3d43;
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.widget-job-detail-social .apus-social-share {
	display: inline-block;
	vertical-align: middle
}

.widget-job-detail-social .apus-social-share a {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	text-align: center;
	line-height: 40px
}

.widget-job-detail-social .apus-social-share a:hover,
.widget-job-detail-social .apus-social-share a:focus {
	color: #fff;
	background: #1768fe
}

.widget-job-detail-social.st_dark {
	background: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none
}

.detail-wrapper {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #eaeff5
}

@media (min-width: 1200px) {
	.detail-wrapper {
		margin-bottom: 40px
	}
}

.detail-wrapper .detail-wrapper-header {
	padding: 14px 20px;
	border-bottom: 1px solid #eaeff5
}

.detail-wrapper .detail-wrapper-header h1,
.detail-wrapper .detail-wrapper-header h2,
.detail-wrapper .detail-wrapper-header h3,
.detail-wrapper .detail-wrapper-header h4 {
	margin: 0
}

.detail-wrapper .detail-wrapper-body {
	padding: 20px
}

.detail-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.detail-list li {
	width: 100%;
	margin: 0 0 12px;
	position: relative;
	line-height: 22px;
	font-size: 16px;
	padding-left: 23px
}

.rtl .detail-list li {
	padding-right: 23px;
	padding-left: inherit
}

.detail-list li:before {
	position: absolute;
	left: 0;
	display: block;
	top: 13px;
	width: 10px;
	height: 1px;
	content: "";
	background: #677782
}

.rtl .detail-list li:before {
	right: 0;
	left: auto
}

@-webkit-keyframes scale_icon {
	from {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale_icon {
	from {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.job_maps_sidebar #jobs-google-maps {
	height: 180px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden
}

@media (min-width: 1200px) {
	.job_maps_sidebar #jobs-google-maps {
		height: 250px
	}
}

.candidate-detail-portfolio .education-item {
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 15px
}

@media (min-width: 1200px) {
	.candidate-detail-portfolio .education-item {
		margin-bottom: 30px
	}
}

.candidate-detail-portfolio .content-bottom {
	margin-bottom: -15px
}

@media (min-width: 1200px) {
	.candidate-detail-portfolio .content-bottom {
		margin-bottom: -30px
	}
}

.candidate-detail-portfolio .item {
	display: block;
	position: relative;
	overflow: hidden
}

.candidate-detail-portfolio .item img {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.candidate-detail-portfolio .item:before {
	z-index: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.candidate-detail-portfolio .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.candidate-detail-portfolio .item:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.candidate-detail-skill .progress-box {
	margin-bottom: 20px
}

.candidate-detail-skill .progress-box:last-child {
	margin-bottom: 0
}

.candidate-detail-skill .progress-box .box-title {
	margin: 0
}

.contact-form-employer .form-control,
.contact-form-candidate .form-control {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px
}

.contact-form-employer textarea,
.contact-form-candidate textarea {
	height: 140px;
	resize: none
}

.contact-form-employer .form-group,
.contact-form-candidate .form-group {
	margin-bottom: 10px
}

.contact-form-employer .button,
.contact-form-candidate .button {
	text-transform: uppercase
}

.candidate-detail-cv {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	padding: 10px;
	background-color: #afafaf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 15px
}

@media (min-width: 1200px) {
	.candidate-detail-cv {
		margin-bottom: 30px;
		padding: 15px 20px
	}
}

.candidate-detail-cv:last-child {
	margin-bottom: 0
}

.candidate-detail-cv .icon_type {
	font-size: 36px;
	float: right;
	display: inline-block
}

.rtl .candidate-detail-cv .icon_type {
	float: left
}

.candidate-detail-cv .extension {
	font-size: 16px;
	text-transform: uppercase
}

.candidate-detail-cv .filename {
	font-size: 17px;
	font-weight: 500
}

.candidate-detail-cv:focus,
.candidate-detail-cv:hover {
	background-color: #1768fe;
	color: #fff
}

.job-metas-cadidate {
	margin-top: 5px
}

.job-metas-cadidate i {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	margin-right: 8px
}

.rtl .job-metas-cadidate i {
	margin-left: 8px;
	margin-right: inherit
}

.job-metas-cadidate>div {
	display: inline-block;
	margin-right: 25px
}

.rtl .job-metas-cadidate>div {
	margin-left: 25px;
	margin-right: inherit
}

.job-metas-cadidate>div:last-child {
	margin-right: 0
}

.rtl .job-metas-cadidate>div:last-child {
	margin-left: 0;
	margin-right: inherit
}

.candidate-detail-buttons .wrapper-shortlist {
	margin-bottom: 20px
}

.candidate-detail-buttons .btn-block+.btn-block {
	margin-top: 18px
}

.list-detail-candidate {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-detail-candidate i {
	display: inline-block;
	margin-right: 10px
}

.rtl .list-detail-candidate i {
	margin-left: 10px;
	margin-right: inherit
}

.list-detail-candidate li {
	float: left;
	margin-bottom: 10px;
	width: 100%
}

.rtl .list-detail-candidate li {
	float: right
}

@media (min-width: 768px) and (max-width: 1199px) {
	.list-detail-candidate li {
		width: 50%
	}
	.list-detail-candidate li:nth-child(2n+1) {
		clear: both
	}
}

@media (min-width: 1200px) {
	.list-detail-candidate li {
		width: 33.33333333%
	}
	.list-detail-candidate li:nth-child(3n+1) {
		clear: both
	}
}

.list-detail-candidate .type-job,
.list-detail-candidate .job-location {
	color: #888b90;
	font-size: 16px
}

.list-detail-candidate .type-job:hover,
.list-detail-candidate .type-job:focus,
.list-detail-candidate .job-location:hover,
.list-detail-candidate .job-location:focus {
	color: #3a3d43
}

.my_resume_eduarea .content {
	position: relative;
	padding-left: 28px;
	margin-left: -30px;
	border-left: 2px solid #1768fe;
	margin-bottom: 20px
}

.rtl .my_resume_eduarea .content {
	padding-right: 28px;
	padding-left: inherit
}

.rtl .my_resume_eduarea .content {
	margin-right: -30px;
	margin-left: inherit
}

.rtl .my_resume_eduarea .content {
	border-right: 2px solid #1768fe;
	border-left: inherit
}

.my_resume_eduarea .content:last-child {
	margin-bottom: 0
}

.my_resume_eduarea .start_date {
	font-size: 13px
}

.heading-detail-info {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px
}

.title-detail-info {
	margin: 0 0 10px;
	font-size: 18px
}

.candidate_resume_skill .progress-box {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative
}

.candidate_resume_skill .progress-box:last-child {
	margin-bottom: 0
}

.candidate_resume_skill .progress-box .box-title {
	margin-bottom: 10px;
	font-weight: 400
}

.candidate_resume_skill .progress-box .inner {
	background-color: #eee;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	position: relative
}

.candidate_resume_skill .progress-box .bar-fill {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1768fe;
	width: 50%;
	height: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.rtl .candidate_resume_skill .progress-box .bar-fill {
	right: 0;
	left: auto
}

.candidate_resume_skill .progress-box .bar-fill .percent {
	color: #202020;
	font-weight: 600;
	top: -25px;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: absolute
}

.rtl .candidate_resume_skill .progress-box .bar-fill .percent {
	left: 0;
	right: auto
}

.releated-candidates .widget-title {
	border: none !important;
	margin-bottom: 10px
}

#reviews .your-rating {
	font-size: 16px;
	color: #3a3d43
}

.comment-form-rating {
	display: inline-block;
	position: relative;
	overflow: hidden;
	clear: both
}

.comment-form-rating>label {
	display: none
}

.comment-form-rating .review-stars {
	font-size: 22px;
	color: #ccc;
	list-style: none;
	padding: 0;
	margin: 0
}

.comment-form-rating .review-stars li {
	padding-right: 10px;
	float: left
}

.rtl .comment-form-rating .review-stars li {
	padding-left: 10px;
	padding-right: inherit
}

.comment-form-rating .review-stars li:last-child {
	padding-right: 0
}

.rtl .comment-form-rating .review-stars li:last-child {
	padding-left: 0;
	padding-right: inherit
}

.comment-form-rating .review-stars.filled {
	color: #febe42;
	position: absolute;
	top: 0;
	left: 0
}

.candidate-detail-header,
.employer-detail-header {
	background-position: center center;
	background-color: #1768fe
}

.content-job-detail,
.candidate-single-inner,
.employer-single-inner {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 2
}

@media (min-width: 1200px) {
	.content-job-detail,
	.candidate-single-inner,
	.employer-single-inner {
		margin-bottom: 100px;
		margin-top: -110px
	}
}

.content-job-detail .commentform.reset-button-default,
.candidate-single-inner .commentform.reset-button-default,
.employer-single-inner .commentform.reset-button-default {
	margin-bottom: 0
}

.social-share-bookmak {
	padding: 30px 0 0;
	margin-top: 30px;
	border-top: 1px solid #dee6ed
}

.job-detail-header {
	background-color: #1768fe
}

.candidate-detail-location li,
.employer-detail-location li {
	margin-bottom: 8px;
	color: #3a3d43
}

.candidate-detail-location li:last-child,
.employer-detail-location li:last-child {
	margin-bottom: 0
}

.candidate-detail-location li>*,
.employer-detail-location li>* {
	display: inline-block
}

.candidate-detail-location li .text,
.employer-detail-location li .text {
	color: #888b90
}

.job-detail-inner .job-title-detail,
.job-detail-inner .left-inner {
	max-width: 1000px;
	/*margin-top: -130px;*/
}

.job-detail-inner,
.candidate-detail-inner,
.employer-detail-inner {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (min-width: 1200px) {
	.job-detail-inner,
	.candidate-detail-inner,
	.employer-detail-inner {
		height: 530px
	}
}

.job-detail-inner .inner-image,
.candidate-detail-inner .inner-image,
.employer-detail-inner .inner-image {
	position: relative
}

.job-detail-inner .inner-image .featured,
.candidate-detail-inner .inner-image .featured,
.employer-detail-inner .inner-image .featured {
	position: absolute;
	top: 5px;
	left: 10px
}

.rtl .job-detail-inner .inner-image .featured,
.rtl .candidate-detail-inner .inner-image .featured,
.rtl .employer-detail-inner .inner-image .featured {
	right: 10px;
	left: auto
}

.job-detail-inner .employer-thumbnail,
.candidate-detail-inner .employer-thumbnail,
.employer-detail-inner .employer-thumbnail {
	width: 154px;
	height: 154px;
	padding: 15px;
	border: 2px solid #e8eef1;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.job-detail-inner .employer-thumbnail img,
.candidate-detail-inner .employer-thumbnail img,
.employer-detail-inner .employer-thumbnail img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.job-detail-inner .breadcrumb,
.candidate-detail-inner .breadcrumb,
.employer-detail-inner .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0 0 15px;
        padding-top: 156px;
}

.job-detail-inner .breadcrumb a,
.candidate-detail-inner .breadcrumb a,
.employer-detail-inner .breadcrumb a {
	color: #b8d1ff
}

.job-detail-inner .breadcrumb a:focus,
.job-detail-inner .breadcrumb a:hover,
.candidate-detail-inner .breadcrumb a:focus,
.candidate-detail-inner .breadcrumb a:hover,
.employer-detail-inner .breadcrumb a:focus,
.employer-detail-inner .breadcrumb a:hover {
	color: #fff
}

.job-detail-inner .breadcrumb .active,
.candidate-detail-inner .breadcrumb .active,
.employer-detail-inner .breadcrumb .active {
	color: #fff !important
}

.job-detail-inner .job-title-detail,
.job-detail-inner .candidate-title,
.job-detail-inner .employer-title,
.candidate-detail-inner .job-title-detail,
.candidate-detail-inner .candidate-title,
.candidate-detail-inner .employer-title,
.employer-detail-inner .job-title-detail,
.employer-detail-inner .candidate-title,
.employer-detail-inner .employer-title {
	font-size: 30px;
	margin: 0;
	color: #fff;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.job-detail-inner .job-title-detail,
	.job-detail-inner .candidate-title,
	.job-detail-inner .employer-title,
	.candidate-detail-inner .job-title-detail,
	.candidate-detail-inner .candidate-title,
	.candidate-detail-inner .employer-title,
	.employer-detail-inner .job-title-detail,
	.employer-detail-inner .candidate-title,
	.employer-detail-inner .employer-title {
		font-size: 50px
	}
}

.job-detail-inner .socials-top-employer,
.candidate-detail-inner .socials-top-employer,
.employer-detail-inner .socials-top-employer {
	padding: 0;
	list-style: none;
	margin: 0;
	padding-left: 30px;
	vertical-align: text-bottom
}

.rtl .job-detail-inner .socials-top-employer,
.rtl .candidate-detail-inner .socials-top-employer,
.rtl .employer-detail-inner .socials-top-employer {
	padding-right: 30px;
	padding-left: inherit
}

.job-detail-inner .socials-top-employer li,
.candidate-detail-inner .socials-top-employer li,
.employer-detail-inner .socials-top-employer li {
	display: inline-block;
	margin-right: 8px
}

.rtl .job-detail-inner .socials-top-employer li,
.rtl .candidate-detail-inner .socials-top-employer li,
.rtl .employer-detail-inner .socials-top-employer li {
	margin-left: 8px;
	margin-right: inherit
}

.job-detail-inner .socials-top-employer li:last-child,
.candidate-detail-inner .socials-top-employer li:last-child,
.employer-detail-inner .socials-top-employer li:last-child {
	margin-right: 0
}

.rtl .job-detail-inner .socials-top-employer li:last-child,
.rtl .candidate-detail-inner .socials-top-employer li:last-child,
.rtl .employer-detail-inner .socials-top-employer li:last-child {
	margin-left: 0;
	margin-right: inherit
}

.job-detail-inner .socials-top-employer a,
.candidate-detail-inner .socials-top-employer a,
.employer-detail-inner .socials-top-employer a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background-color: #1768fe
}

.job-detail-inner .socials-top-employer a:hover,
.job-detail-inner .socials-top-employer a:focus,
.candidate-detail-inner .socials-top-employer a:hover,
.candidate-detail-inner .socials-top-employer a:focus,
.employer-detail-inner .socials-top-employer a:hover,
.employer-detail-inner .socials-top-employer a:focus {
	background: #085efe
}

.job-detail-inner .socials-top-employer a.twitter,
.candidate-detail-inner .socials-top-employer a.twitter,
.employer-detail-inner .socials-top-employer a.twitter {
	background: #00acee
}

.job-detail-inner .socials-top-employer a.twitter:hover,
.job-detail-inner .socials-top-employer a.twitter:focus,
.candidate-detail-inner .socials-top-employer a.twitter:hover,
.candidate-detail-inner .socials-top-employer a.twitter:focus,
.employer-detail-inner .socials-top-employer a.twitter:hover,
.employer-detail-inner .socials-top-employer a.twitter:focus {
	background: #00a1df
}

.job-detail-inner .socials-top-employer a.facebook,
.candidate-detail-inner .socials-top-employer a.facebook,
.employer-detail-inner .socials-top-employer a.facebook {
	background: #3b5998
}

.job-detail-inner .socials-top-employer a.facebook:hover,
.job-detail-inner .socials-top-employer a.facebook:focus,
.candidate-detail-inner .socials-top-employer a.facebook:hover,
.candidate-detail-inner .socials-top-employer a.facebook:focus,
.employer-detail-inner .socials-top-employer a.facebook:hover,
.employer-detail-inner .socials-top-employer a.facebook:focus {
	background: #37538d
}

.job-detail-inner .socials-top-employer a.linkedin,
.candidate-detail-inner .socials-top-employer a.linkedin,
.employer-detail-inner .socials-top-employer a.linkedin {
	background: #0077b5
}

.job-detail-inner .socials-top-employer a.linkedin:hover,
.job-detail-inner .socials-top-employer a.linkedin:focus,
.candidate-detail-inner .socials-top-employer a.linkedin:hover,
.candidate-detail-inner .socials-top-employer a.linkedin:focus,
.employer-detail-inner .socials-top-employer a.linkedin:hover,
.employer-detail-inner .socials-top-employer a.linkedin:focus {
	background: #006da6
}

.job-detail-inner .socials-top-employer a.dribbble,
.candidate-detail-inner .socials-top-employer a.dribbble,
.employer-detail-inner .socials-top-employer a.dribbble {
	background: #d34836
}

.job-detail-inner .socials-top-employer a.dribbble:hover,
.job-detail-inner .socials-top-employer a.dribbble:focus,
.candidate-detail-inner .socials-top-employer a.dribbble:hover,
.candidate-detail-inner .socials-top-employer a.dribbble:focus,
.employer-detail-inner .socials-top-employer a.dribbble:hover,
.employer-detail-inner .socials-top-employer a.dribbble:focus {
	background: #cd3f2d
}

.member-item {
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.member-item {
		margin-bottom: 30px
	}
}

.member-item .profile-image {
	position: relative
}

.member-item .profile-image:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.member-item .profile-image .social {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 2
}

.member-item .profile-image .social a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin: 0 6px;
	display: inline-block;
	color: #fff;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	filter: alpha(opacity=0)
}

.member-item .profile-image .social a:nth-child(2n+1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.member-item .profile-image .social a:nth-child(2n+2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.member-item .profile-image .social a:nth-child(2n+3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.member-item .profile-image .social a:nth-child(2n+4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.member-item .profile-image .social a:nth-child(2n+5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}

.member-item .profile-image .social a:nth-child(2n+6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.member-item .profile-image .social a:nth-child(2n+7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}

.member-item .profile-image .social a:nth-child(2n+8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s
}

.member-item .profile-image .social a:nth-child(2n+9) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s
}

.member-item .profile-image .social a:nth-child(2n+10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.member-item .title {
	font-size: 17px;
	margin: 0
}

.member-item .designation {
	font-weight: 500;
	font-size: 14px
}

.member-item .content {
	padding: 15px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e8eef1;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px
}

.member-item .experience {
	font-size: 13px
}

.member-item:hover .profile-image:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.member-item:hover .social a {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100)
}

.comment-list .comment-box .star-rating {
	margin-top: 3px
}

.review-stars-rated {
	position: relative;
	overflow: hidden;
	width: 81px;
	line-height: 1;
	text-align: left
}

.rtl .review-stars-rated {
	text-align: right
}

.review-stars-rated .review-stars {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #e2e2e2;
	white-space: nowrap;
	overflow: hidden
}

.review-stars-rated .review-stars li {
	display: inline-block
}

.review-stars-rated .review-stars.filled {
	color: #febe42;
	position: absolute;
	top: 0;
	left: 0
}

.rtl .review-stars-rated .review-stars.filled {
	right: 0;
	left: auto
}

.star-rating>* {
	display: inline-block;
	vertical-align: middle
}

@media (min-width: 768px) {
	.star-rating .review-avg {
		margin-right: 10px
	}
	.rtl .star-rating .review-avg {
		margin-left: 10px;
		margin-right: inherit
	}
}

.review-avg {
	text-align: center;
	line-height: 30px;
	min-width: 30px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: #febe42;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.filter-listing-form .form-control {
	padding: 6px 25px;
	border: none;
	background: #f6f9fc
}

.filter-listing-form .form-control:focus {
	background: #fff;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.filter-listing-form .terms-list .more-fields {
	display: none
}

.filter-listing-form .terms-list .more-fields.active {
	display: block
}

.filter-listing-form .terms-list+.toggle-filter-list {
	display: block;
	color: #1768fe;
	font-size: 14px;
	font-style: italic
}

.filter-listing-form>.form-group {
	background: #fff;
	padding: 25px 30px;
	margin: 0;
	border-bottom: 1px solid #dee6ed;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.filter-listing-form>.form-group:last-child {
	border-bottom: 0
}

.filter-listing-form>.form-group.button-filter {
	padding: 0 !important
}

.filter-listing-form>.form-group.button-filter .button {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px
}

.filter-listing-form>.form-group .heading-label {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-size: 18px;
	color: #3a3d43;
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0 0 25px
}

.filter-listing-form>.form-group .heading-label>i {
	float: right;
	padding-right: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding-top: 5px
}

.rtl .filter-listing-form>.form-group .heading-label>i {
	float: left
}

.rtl .filter-listing-form>.form-group .heading-label>i {
	padding-left: 0;
	padding-right: inherit
}

.filter-listing-form>.form-group .heading-label .fa-angle-down:before {
	content: "\f106"
}

.filter-listing-form>.form-group .heading-label .fa-angle-up:before {
	content: "\f107"
}

.filter-listing-form>.form-group .terms-list {
	padding: 0;
	margin: 0;
	left: 0 !important;
	top: 0 !important;
	list-style: none;
	padding-left: 1px !important
}

.rtl .filter-listing-form>.form-group .terms-list {
	padding-right: 1px !important;
	padding-left: inherit
}

.filter-listing-form>.form-group .scroll-wrapper .terms-list {
	max-height: 221px
}

.filter-listing-form>.form-group.hide-content {
	color: #fff;
	background: #1768fe;
	padding-top: 12px;
	padding-bottom: 12px;
	border-color: #fff
}

.filter-listing-form>.form-group.hide-content .heading-label {
	color: #fff;
	margin: 0
}

.filter-listing-form>.form-group.hide-content .form-group-inner {
	display: none
}

.filter-listing-form .list-item .list-item-inner .caret {
	margin: 13px 17px;
	float: right;
	cursor: pointer
}

.rtl .filter-listing-form .list-item .list-item-inner .caret {
	float: left
}

.filter-listing-form .list-item>.terms-list {
	margin-top: 10px;
	padding-left: 30px !important;
	display: none
}

.rtl .filter-listing-form .list-item>.terms-list {
	padding-right: 30px !important;
	padding-left: inherit
}

.filter-listing-form .from-to-wrapper {
	font-weight: 600;
	margin: 0 0 12px
}

.filter-listing-form .circle-check .list-item {
	margin-bottom: 10px
}

.filter-listing-form .circle-check .list-item:last-child {
	margin-bottom: 0
}

.filter-listing-form .circle-check .list-item [type="radio"],
.filter-listing-form .circle-check .list-item [type="checkbox"] {
	display: none
}

.filter-listing-form .circle-check .list-item [type="radio"]+label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin: 0
}

.rtl .filter-listing-form .circle-check .list-item [type="radio"]+label {
	padding-right: 30px;
	padding-left: inherit
}

.filter-listing-form .circle-check .list-item [type="radio"]+label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px #dee6ed;
	box-shadow: 0 0 1px 1px #dee6ed;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 4px
}

.rtl .filter-listing-form .circle-check .list-item [type="radio"]+label:before {
	right: 0;
	left: auto
}

.filter-listing-form .circle-check .list-item [type="checkbox"]+label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin: 0
}

.rtl .filter-listing-form .circle-check .list-item [type="checkbox"]+label {
	padding-right: 30px;
	padding-left: inherit
}

.filter-listing-form .circle-check .list-item [type="checkbox"]+label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px #dee6ed;
	box-shadow: 0 0 1px 1px #dee6ed;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 4px
}

.rtl .filter-listing-form .circle-check .list-item [type="checkbox"]+label:before {
	right: 0;
	left: auto
}

.filter-listing-form .circle-check .list-item [type="checkbox"]+label:after {
	width: 16px;
	height: 16px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.rtl .filter-listing-form .circle-check .list-item [type="checkbox"]+label:after {
	right: 0;
	left: auto
}

.filter-listing-form .circle-check .list-item [type="checkbox"]:checked+label:before {
	border-color: #1768fe;
	background: #1768fe;
	-webkit-box-shadow: 0 0 1px 1px #1768fe;
	box-shadow: 0 0 1px 1px #1768fe
}

.filter-listing-form .circle-check .list-item [type="checkbox"]:checked+label:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.filter-listing-form .circle-check .list-item [type="radio"]:checked+label:before {
	background-color: #1768fe
}

.filter-listing-form .button {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	display: block;
	border: none;
	padding: 11px 30px;
	background-color: #1768fe;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

@media (min-width: 1200px) {
	.filter-listing-form .button {
		padding: 14px 40px
	}
}

.filter-listing-form .button:hover,
.filter-listing-form .button:focus {
	background-color: #0153eb
}

.filter-job-top .select2-container .select2-selection--single {
	height: 49px;
	background: #fbfdff;
	color: #6b7c8a;
	border-color: #dde6ef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 0
}

.filter-job-top .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 25px;
	padding-left: 12px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 49px
}

.filter-job-top .select2-container .select2-selection--single .select2-selection__arrow {
	top: 12px;
	width: 30px
}

.filter-job-top .select2-container .select2-selection--single .select2-selection__clear:hover,
.filter-job-top .select2-container .select2-selection--single .select2-selection__clear:focus {
	color: #e44343
}

.filter-job-top .select2-container--open .select2-selection--single {
	border-color: #1768fe
}

.widget-filter-job-top {
	background-color: #e7e9ef;
	padding: 15px 0
}

@media (min-width: 1200px) {
	.widget-filter-job-top {
		padding: 30px 0
	}
}

.widget-filter-job-top .advance-fields {
	display: none;
	width: 100% !important
}

.widget-filter-job-top .toggle-adv {
	font-weight: 700
}

.widget-filter-job-top .toggle-adv:hover,
.widget-filter-job-top .toggle-adv:focus {
	color: #1768fe
}

@media (min-width: 992px) {
	.widget-filter-job-top .form-group-featured,
	.widget-filter-job-top .form-group-urgent {
		margin-top: 12px
	}
}

.action-location {
	position: relative
}

.action-location .clear-location {
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 30px;
	z-index: 2;
	top: 18px;
	width: 20px;
	color: #e44343;
	font-size: 12px
}

.rtl .action-location .clear-location {
	left: 30px;
	right: auto
}

.action-location .find-me {
	position: absolute;
	top: 18px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	right: 15px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	display: block;
	color: #95989c;
	cursor: pointer
}

.rtl .action-location .find-me {
	left: 15px;
	right: auto
}

.action-location .find-me:hover,
.action-location .find-me:focus {
	color: #1768fe
}

.action-location .find-me:before {
	content: "\f192";
	font-family: "FontAwesome"
}

.action-location .find-me.loading {
	color: #1768fe;
	animation: rotate_icon 1000ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running
}

.action-location .find-me.loading:before {
	content: "\f110"
}

.search_distance_wrapper {
	margin-top: 12px
}

.search_distance_wrapper .search-distance-label {
	color: #1768fe;
	font-size: 15px
}

.ui-slider-horizontal {
	margin: 8px 10px;
	width: calc(100% - 20px);
	height: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	background-color: #dfdfdf;
	position: relative
}

.ui-slider-horizontal .ui-slider-handle {
	position: absolute;
	top: -8px;
	width: 20px;
	height: 20px;
	border: 2px solid #1768fe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	cursor: pointer;
	margin-left: -10px;
	outline: none !important
}

.ui-slider-horizontal .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-ms-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
	background-color: #1768fe
}

.form-group-salary .from-to-wrapper {
	color: #1768fe;
	font-size: 15px;
	padding: 5px 0 0;
	text-align: center
}

.salary_types-wrapper {
	margin-bottom: 18px
}

.salary_types-wrapper .square-check {
	margin-bottom: 10px
}

.salary_types-wrapper .square-check:last-child {
	margin-bottom: 0
}

.candidate-alert-form,
.job-alert-form {
	position: relative
}

.candidate-alert-form .form-group,
.job-alert-form .form-group {
	margin-bottom: 20px
}

.candidate-alert-form .button,
.job-alert-form .button {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 10px 15px;
	border: none;
	background-color: #1768fe;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%
}

.candidate-alert-form .button:hover,
.candidate-alert-form .button:focus,
.job-alert-form .button:hover,
.job-alert-form .button:focus {
	color: #fff;
	background-color: #0159fa
}

.candidate-alert-form label,
.job-alert-form label {
	color: #3a3d43;
	font-family: "Sarabun";
	font-weight: 500
}

.candidate-alert-form .form-control,
.job-alert-form .form-control {
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px
}

.candidate-alert-form .mfp-close,
.job-alert-form .mfp-close {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: #e44343
}

.candidate-alert-form .mfp-close:hover,
.candidate-alert-form .mfp-close:focus,
.job-alert-form .mfp-close:hover,
.job-alert-form .mfp-close:focus {
	font-size: 35px;
	color: #e12d2d
}

.candidate-alert-form:before,
.job-alert-form:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url("../upload/loading.gif") no-repeat center center/32px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.candidate-alert-form.loading:before,
.job-alert-form.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.wrapper-select {
	border: 1px solid #e8eef1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
	z-index: 1
}

.wrapper-select:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 0 4px 4px 0
}

.rtl .wrapper-select:before {
	left: 0;
	right: auto
}

.rtl .wrapper-select:before {
	border-radius: 0 0 4px 4px
}

.wrapper-select select.form-control {
	border: none;
	background-color: transparent
}

.jobs-alert-ordering-wrapper {
	margin-bottom: 20px
}

@media (min-width: 768px) {
	.jobs-alert-ordering-wrapper {
		display: -webkit-flex;
		-webkit-align-items: center;
		display: flex;
		align-items: center
	}
}

@media (min-width: 1200px) {
	.jobs-alert-ordering-wrapper {
		margin-bottom: 30px
	}
}

.jobs-alert-ordering-wrapper .jobs-ordering-wrapper {
	margin-left: auto
}

.rtl .jobs-alert-ordering-wrapper .jobs-ordering-wrapper {
	margin-right: auto;
	margin-left: inherit
}

.jobs-alert-ordering-wrapper .btn-show-filter {
	color: #fff;
	background-color: #969696;
	height: 50px;
	margin-left: 5px;
	padding: 0 15px
}

.jobs-alert-ordering-wrapper .btn-show-filter:hover,
.jobs-alert-ordering-wrapper .btn-show-filter:focus {
	color: #fff !important;
	background: #898989
}

.rtl .jobs-alert-ordering-wrapper .btn-show-filter {
	margin-right: 5px;
	margin-left: inherit
}

@media (max-width: 767px) {
	.jobs-alert-ordering-wrapper .btn-show-filter {
		height: 40px
	}
	.jobs-alert-ordering-wrapper .btn-show-filter .pre {
		margin: 0
	}
}

@media (min-width: 1200px) {
	.jobs-alert-ordering-wrapper .btn-show-filter {
		padding: 0 30px;
		margin-left: 20px
	}
	.rtl .jobs-alert-ordering-wrapper .btn-show-filter {
		margin-right: 20px;
		margin-left: inherit
	}
}

.jobs-alert-ordering-wrapper .form-kormosala-ppp {
	margin-left: 20px
}

.rtl .jobs-alert-ordering-wrapper .form-kormosala-ppp {
	margin-right: 20px;
	margin-left: inherit
}

.jobs-listing-wrapper .results-count {
	font-size: 16px;
	font-weight: 500;
	color: #3a3d43;
	margin: 0 0 5px
}

.jobs-listing-wrapper.grid+.jobs-pagination-wrapper .pagination {
	margin-top: 0
}

.results-filter-wrapper {
	margin-bottom: 20px
}

.results-filter-wrapper .title {
	font-size: 20px;
	margin: 0 0 15px
}

.results-filter-wrapper .inner {
	padding: 10px 10px 0;
	background-color: #e8eef1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	clear: both;
	display: -webkit-flex;
	display: flex
}

.results-filter-wrapper .inner>a {
	margin-top: 5px;
	display: inline-block;
	margin-left: auto;
	font-size: 13px;
	color: #888b90;
	padding-right: 10px
}

.rtl .results-filter-wrapper .inner>a {
	margin-right: auto;
	margin-left: inherit
}

.rtl .results-filter-wrapper .inner>a {
	padding-left: 10px;
	padding-right: inherit
}

.results-filter-wrapper .inner>a:before {
	content: "\f014";
	font-size: 21px;
	font-family: 'FontAwesome';
	line-height: 1;
	vertical-align: top;
	margin-right: 8px
}

.rtl .results-filter-wrapper .inner>a:before {
	margin-left: 8px;
	margin-right: inherit
}

.results-filter-wrapper .inner>a:hover,
.results-filter-wrapper .inner>a:focus {
	color: #e44343
}

.results-filter-wrapper .results-filter {
	padding: 0;
	margin: 0;
	list-style: none
}

.results-filter-wrapper .results-filter li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.rtl .results-filter-wrapper .results-filter li {
	float: right
}

.rtl .results-filter-wrapper .results-filter li {
	margin-left: 10px;
	margin-right: inherit
}

.results-filter-wrapper .results-filter a {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 4px 15px;
	color: #888b90;
	font-size: 12px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.results-filter-wrapper .results-filter a:hover,
.results-filter-wrapper .results-filter a:focus {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px)
}

.results-filter-wrapper .results-filter .close-value {
	font-family: "Sarabun";
	padding-right: 6px;
	color: #646262;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.rtl .results-filter-wrapper .results-filter .close-value {
	padding-left: 6px;
	padding-right: inherit
}

.results-filter-wrapper .results-filter .close-value:hover,
.results-filter-wrapper .results-filter .close-value:focus {
	color: #e44343
}

.filter-top-sidebar-wrapper .widget {
	margin: 0
}

.filter-top-sidebar-wrapper .widget-job-search-form {
	background-color: #fafafa;
	padding: 30px 0
}

@media (min-width: 1200px) {
	.filter-top-sidebar-wrapper .widget-job-search-form {
		padding: 100px 0 60px
	}
}

.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords .title {
	color: #3a3d43
}

.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords a {
	color: #888b90
}

.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords a:focus,
.filter-top-sidebar-wrapper .widget-job-search-form .trending-keywords a:hover {
	color: #1768fe
}

.widget-job-search-form .tab-content .select2-container.select2-container--open .select2-selection--single,
.widget-job-search-form .tab-content .form-control:focus {
	background-color: #fff !important;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.widget-job-search-form .tab-content .select2-container.select2-container--open .select2-selection--single~.clear-location,
.widget-job-search-form .tab-content .select2-container.select2-container--open .select2-selection--single~.find-me,
.widget-job-search-form .tab-content .form-control:focus~.clear-location,
.widget-job-search-form .tab-content .form-control:focus~.find-me {
	background-color: #fff !important
}

.widget-job-search-form .top-tab {
	margin-bottom: 30px;
	margin-top: -53px
}

@media (min-width: 1200px) {
	.widget-job-search-form .top-tab {
		margin-bottom: 60px
	}
}

.widget-job-search-form .nav-tabs {
	border: 0;
	margin: 0
}

.widget-job-search-form .nav-tabs>li {
	margin: 0 !important
}

.widget-job-search-form .nav-tabs>li.active>a {
	background: #fff;
	color: #1768fe
}

.widget-job-search-form .nav-tabs>li>a {
	background: transparent;
	color: #fff;
	padding: 14px 25px;
	font-size: 16px;
	margin: 0;
	border: 0 !important
}

@media (min-width: 1200px) {
	.widget-job-search-form .nav-tabs>li>a {
		padding: 14px 60px
	}
}

.offcanvas-filter-sidebar {
	position: fixed;
	width: 350px;
	height: 100vh;
	max-width: 80%;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 98;
	background: #fff;
	padding: 20px 30px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.rtl .offcanvas-filter-sidebar {
	left: 0;
	right: auto
}

.offcanvas-filter-sidebar>.sidebar {
	height: 100%;
	width: 100%;
	position: static;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	transform: translateX(0) !important;
	max-width: 100%;
	padding: 0
}

.offcanvas-filter-sidebar .close-sidebar-btn {
	display: none
}

.offcanvas-filter-sidebar.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.layout-type-half-map #jobs-google-maps {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2
}

@media (min-width: 992px) {
	.layout-type-half-map #jobs-google-maps {
		width: 41.66667%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0
	}
	.rtl .layout-type-half-map #jobs-google-maps {
		left: 0;
		right: auto
	}
}

@media (min-width: 1200px) {
	.layout-type-half-map .inner-left {
		padding-left: 380px
	}
	.rtl .layout-type-half-map .inner-left {
		padding-right: 380px;
		padding-left: inherit
	}
}

.layout-type-half-map .content-listing {
	padding: 15px
}

@media (min-width: 768px) {
	.layout-type-half-map .content-listing {
		padding: 30px
	}
}

.layout-type-half-map .top-show-filter {
	margin-bottom: 5px
}

.layout-type-half-map .filter-sidebar {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: fixed;
	z-index: 6;
	width: 350px;
	height: 100vh;
	top: 0;
	left: 30px
}

.rtl .layout-type-half-map .filter-sidebar {
	right: 30px;
	left: auto
}

.layout-type-half-map .filter-scroll {
	height: 100%
}

@media (max-width: 991px) {
	.layout-type-half-map .filter-scroll {
		height: calc(100% - 50px)
	}
}

@media (max-width: 1199px) {
	.layout-type-half-map .content-listing {
		padding: 20px
	}
	.layout-type-half-map .filter-sidebar {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		left: 0
	}
	.layout-type-half-map .filter-sidebar.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.leaflet-marker-icon>div>span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1768fe;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	z-index: 1
}

.leaflet-marker-icon>div>span:before {
	content: '';
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: 2px solid #1768fe;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 48px;
	height: 48px;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	animation: scale_icon 1200ms ease-in-out 0s infinite alternate;
	-webkit-animation: scale_icon 1200ms ease-in-out 0s infinite alternate
}

.leaflet-marker-icon>div>span:after {
	content: '';
	opacity: 0.3;
	filter: alpha(opacity=30);
	border: 1px solid #1768fe;
	position: absolute;
	top: -7px;
	left: -7px;
	width: 54px;
	height: 54px;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	animation: scale_icon 1200ms ease-in-out 0s infinite alternate;
	-webkit-animation: scale_icon 1200ms ease-in-out 0s infinite alternate;
	opacity: 0.4;
	filter: alpha(opacity=40)
}

.leaflet-interactive .map-popup .icon-wrapper {
	width: 28px;
	height: 28px;
	background: #1768fe;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s
}

.leaflet-interactive .map-popup .icon-wrapper:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #1768fe;
	position: absolute;
	top: -7px;
	left: -7px;
	width: 42px;
	height: 42px;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: 18px;
	-ms-transform: rotateX(-60deg) scale(0.5);
	-webkit-transform: rotateX(-60deg) scale(0.5);
	transform: rotateX(-60deg) scale(0.5)
}

.leaflet-interactive .map-popup .icon-wrapper.has-img {
	background: transparent !important
}

.leaflet-interactive .map-popup .icon-wrapper.is-candidate {
	background: transparent !important;
	width: 64px;
	height: 64px;
	overflow: hidden
}

.leaflet-interactive .map-popup .icon-wrapper.is-candidate img {
	max-width: 100% !important
}

.leaflet-interactive .map-popup.map-popup-selected .icon-wrapper:before {
	-ms-transform: rotateX(-60deg) scale(1);
	-webkit-transform: rotateX(-60deg) scale(1);
	transform: rotateX(-60deg) scale(1);
	opacity: 0.3;
	filter: alpha(opacity=30)
}

.leaflet-interactive .map-popup.map-popup-selected .is-candidate {
	-webkit-box-shadow: 0 0px 0px 5px rgba(23, 104, 254, 0.4);
	box-shadow: 0 0px 0px 5px rgba(23, 104, 254, 0.4)
}

#jobs-google-maps a.leaflet-popup-close-button {
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #888b90;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

#jobs-google-maps a.leaflet-popup-close-button:hover,
#jobs-google-maps a.leaflet-popup-close-button:focus {
	color: #fff;
	background-color: #e44343
}

#jobs-google-maps .leaflet-popup-content-wrapper {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	padding: 0;
	overflow: hidden
}

#jobs-google-maps .leaflet-popup-content {
	margin: 30px;
	width: 290px !important
}

#jobs-google-maps .leaflet-popup {
	margin-bottom: 30px
}

#jobs-google-maps .job-grid-style {
	font-size: 16px;
	font-family: "Sarabun", Helvetica, Arial, sans-serif;
	color: #888b90
}

#jobs-google-maps .job-grid-style .image-wrapper {
	margin: 0 0 10px
}

#jobs-google-maps .job-grid-style .job-title {
	font-size: 18px;
	margin: 3px 0 10px;
	font-weight: 500
}

#jobs-google-maps .job-grid-style .candidate-title {
	margin: 0 0 15px
}

#jobs-google-maps .job-grid-style a {
	color: #3a3d43
}

#jobs-google-maps .job-grid-style a:hover,
#jobs-google-maps .job-grid-style a:focus {
	color: #1768fe
}

#jobs-google-maps .job-grid-style .candidate-salary,
#jobs-google-maps .job-grid-style .job-salary {
	display: none
}

#jobs-google-maps .job-grid-style .candidate-category {
	font-size: 14px;
	font-weight: 500
}

#jobs-google-maps .job-grid-style .candidate-category a {
	color: #1768fe !important
}

#jobs-google-maps .job-grid-style .job-metas strong {
	font-weight: 400
}

.main-items-wrapper {
	position: relative
}

.main-items-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 40px auto
}

.main-items-wrapper.loading:before {
	visibility: visible;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.statistics .inner-header {
	color: #fff
}

.statistics .inner-header>div {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden
}

.statistics .posted-jobs {
	background: #ff7242
}

.statistics .posted-jobs:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(255, 114, 66, 0.4);
	box-shadow: 0 6px 40px 0 rgba(255, 114, 66, 0.4)
}

.statistics .shortlist {
	background: #fe4962
}

.statistics .shortlist:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(254, 73, 98, 0.4);
	box-shadow: 0 6px 40px 0 rgba(254, 73, 98, 0.4)
}

.statistics .review-count-wrapper {
	background: #41d24b
}

.statistics .review-count-wrapper:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(65, 210, 75, 0.4);
	box-shadow: 0 6px 40px 0 rgba(65, 210, 75, 0.4)
}

.statistics .views-count-wrapper {
	background: #ad4dfe
}

.statistics .views-count-wrapper:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(173, 77, 254, 0.4);
	box-shadow: 0 6px 40px 0 rgba(173, 77, 254, 0.4)
}

.statistics .icon-wrapper {
	border-right: 1px solid #fff
}

.rtl .statistics .icon-wrapper {
	border-left: 1px solid #fff;
	border-right: inherit
}

.statistics .icon {
	font-size: 35px;
	line-height: 110px;
	text-align: center;
	width: 80px;
	display: inline-block
}

.statistics .inner {
	padding: 25px 20px
}

.statistics .number-count {
	font-weight: 500;
	line-height: 1;
	font-size: 30px;
	margin: 0 0 5px
}

.box-dashboard-wrapper .widget-title,
.box-dashboard-wrapper .title {
	font-size: 20px;
	margin: 0 0 20px
}

.box-dashboard-wrapper .inner-list {
	margin-bottom: 30px
}

.box-dashboard-wrapper .inner-box {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 30px
}

.box-dashboard-wrapper form.cmb-form {
	padding: 30px;
	background: #fff
}

.job-applicants .job-title {
	font-weight: 600;
	font-size: 18px
}

.job-applicants .total-applicants {
	background-color: #79b530;
	color: #fff
}

.job-applicants .rejected-applicants {
	background-color: #e44343;
	color: #fff
}

.job-applicants .inner-result>div {
	font-size: 13px;
	padding: 2px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	margin-right: 10px
}

.rtl .job-applicants .inner-result>div {
	margin-left: 10px;
	margin-right: inherit
}

.job-applicants .inner-result>div:last-child {
	margin-right: 0
}

.rtl .job-applicants .inner-result>div:last-child {
	margin-left: 0;
	margin-right: inherit
}

.applicants-job .date {
	font-size: 14px
}

.applicants-job .applicant-action-button {
	white-space: nowrap
}

.applicants .list-item-applicant {
	border-bottom: 1px solid #dee6ed
}

.applicants .list-item-applicant:last-child {
	border: none
}

.cmb-form .cmb2-metabox .cmbhandle::before {
	content: "\f106";
	font-family: 'FontAwesome';
	padding: 7px 10px
}

.cmb-form .cmb2-metabox .postbox.closed .cmbhandle::before {
	content: "\f107"
}

.cmb-form .cmb-field-list {
	margin-left: -15px;
	margin-right: -15px
}

.cmb-form .cmb-field-list>div {
	padding-left: 15px;
	padding-right: 15px
}

.cmb-form button.dashicons-before.dashicons-no-alt.cmb-remove-group-row {
	top: 5px
}

.cmb-form button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:before {
	display: inline-block;
	color: #e44343;
	font-family: 'FontAwesome';
	content: "\f00d";
	font-size: 14px;
	width: 20px;
	height: 20px
}

.cmb-form .cmb2-wrap {
	clear: both
}

.cmb-form .cmb2-wrap:after {
	content: '';
	clear: both;
	display: block;
	width: 100%
}

.cmb-form .cmb-th {
	width: 100%;
	padding: 0 0 8px
}

.cmb-form .cmb-th label {
	color: #3a3d43;
	font-weight: 400;
	margin: 0
}

.cmb-form .cmb-th+.cmb-td {
	width: 100%;
	padding: 0
}

.cmb-form .cmb-field-list>.cmb-row {
	margin: 0 0 15px
}

@media (min-width: 768px) {
	.cmb-form .cmb-field-list>.cmb-row {
		width: 50%;
		float: left
	}
	.rtl .cmb-form .cmb-field-list>.cmb-row {
		float: right
	}
}

@media (min-width: 1200px) {
	.cmb-form .cmb-field-list>.cmb-row {
		margin: 0 0 20px
	}
}

.cmb-form .cmb-field-list>.cmb-row.cmb-type-multicheck,
.cmb-form .cmb-field-list>.cmb-row[data-fieldtype="taxonomy_multicheck"],
.cmb-form .cmb-field-list>.cmb-row[data-fieldtype="wysiwyg"],
.cmb-form .cmb-field-list>.cmb-row[data-fieldtype="group"],
.cmb-form .cmb-field-list>.cmb-row[data-fieldtype="pw_map"],
.cmb-form .cmb-field-list>.cmb-row[data-fieldtype="wp_job_board_file"] {
	width: 100%
}

.cmb-form select,
.cmb-form textarea,
.cmb-form input[type="text"],
.cmb-form input[type="number"] {
	margin: 0 !important;
	height: 54px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #f6f9fc;
	padding: 10px 25px;
	font-size: 16px;
	background: #f6f9fc;
	width: 100% !important;
	color: #888b90;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.cmb-form select:focus,
.cmb-form textarea:focus,
.cmb-form input[type="text"]:focus,
.cmb-form input[type="number"]:focus {
	border-color: #fff;
	background: #fff;
	outline: none;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.cmb-form textarea {
	resize: none;
	height: 100px
}

.cmb-form .select2-container {
	width: 100% !important;
	height: 54px
}

.cmb-form .select2-container .select2-selection--single {
	height: 54px;
	width: 100%;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	border: 1px solid #f6f9fc;
	background: #f6f9fc;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.cmb-form .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 16px;
	color: #888b90;
	line-height: 44px;
	padding: 5px 25px
}

.cmb-form .select2-container .select2-selection--single .select2-selection__arrow {
	top: 14px;
	right: 12px
}

.rtl .cmb-form .select2-container .select2-selection--single .select2-selection__arrow {
	left: 12px;
	right: auto
}

.cmb-form .select2-container .select2-selection--single .select2-selection__clear {
	margin-right: 8px
}

.rtl .cmb-form .select2-container .select2-selection--single .select2-selection__clear {
	margin-left: 8px;
	margin-right: inherit
}

.cmb-form .select2-container.select2-container--open .select2-selection--single {
	border-color: #fff;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.cmb-form input[type="number"],
.cmb-form select {
	padding: 5px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.cmb-form .cmb2-checkbox-list {
	overflow: hidden;
	padding: 0;
	list-style: none;
	margin: 0;
	width: 100%;
	padding-left: 2px
}

.rtl .cmb-form .cmb2-checkbox-list {
	padding-right: 2px;
	padding-left: inherit
}

.cmb-form .cmb2-checkbox-list li {
	margin: 0 0 10px;
	line-height: 1.6
}

@media (min-width: 768px) and (max-width: 1199px) {
	.cmb-form .cmb2-checkbox-list li {
		width: 50%;
		float: left
	}
	.rtl .cmb-form .cmb2-checkbox-list li {
		float: right
	}
	.cmb-form .cmb2-checkbox-list li:nth-child(2n+1) {
		clear: both
	}
}

@media (min-width: 1200px) {
	.cmb-form .cmb2-checkbox-list li {
		width: 33%;
		float: left
	}
	.rtl .cmb-form .cmb2-checkbox-list li {
		float: right
	}
	.cmb-form .cmb2-checkbox-list li:nth-child(3n+1) {
		clear: both
	}
}

.cmb-form .cmb2-checkbox-list li:last-child {
	margin-bottom: 0
}

.cmb-form .cmb2-checkbox-list label {
	font-weight: 400;
	color: #888b90
}

.cmb-form .cmb2-checkbox-list [type="radio"],
.cmb-form .cmb2-checkbox-list [type="checkbox"] {
	display: none
}

.cmb-form .cmb2-checkbox-list [type="radio"]+label {
	font-weight: 500;
	color: #3a3d43;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin: 0
}

.rtl .cmb-form .cmb2-checkbox-list [type="radio"]+label {
	padding-right: 30px;
	padding-left: inherit
}

.cmb-form .cmb2-checkbox-list [type="radio"]+label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px #dee6ed;
	box-shadow: 0 0 1px 1px #dee6ed;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 4px
}

.rtl .cmb-form .cmb2-checkbox-list [type="radio"]+label:before {
	right: 0;
	left: auto
}

.cmb-form .cmb2-checkbox-list [type="checkbox"]+label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin: 0
}

.rtl .cmb-form .cmb2-checkbox-list [type="checkbox"]+label {
	padding-right: 30px;
	padding-left: inherit
}

.cmb-form .cmb2-checkbox-list [type="checkbox"]+label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px #dee6ed;
	box-shadow: 0 0 1px 1px #dee6ed;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	padding: 4px
}

.rtl .cmb-form .cmb2-checkbox-list [type="checkbox"]+label:before {
	right: 0;
	left: auto
}

.cmb-form .cmb2-checkbox-list [type="checkbox"]+label:after {
	width: 16px;
	height: 16px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.rtl .cmb-form .cmb2-checkbox-list [type="checkbox"]+label:after {
	right: 0;
	left: auto
}

.cmb-form .cmb2-checkbox-list [type="checkbox"]:checked+label:before {
	background: #1768fe;
	-webkit-box-shadow: none;
	box-shadow: none
}

.cmb-form .cmb2-checkbox-list [type="checkbox"]:checked+label:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.cmb-form .cmb2-checkbox-list [type="radio"]:checked+label:before {
	background-color: #1768fe
}

.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn {
	cursor: pointer;
	background: #1768fe;
	color: #fff;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	max-width: 220px
}

@media (min-width: 1200px) {
	.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .upload-file-btn {
		padding: 15px 35px
	}
}

.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-file-preview {
	display: block;
	position: relative
}

.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files {
	position: relative;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px
}

.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files .wp-job-board-remove-uploaded-file {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.rtl .cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files .wp-job-board-remove-uploaded-file {
	left: 0;
	right: auto
}

.cmb-form .cmb-row[data-fieldtype="wp_job_board_file"] .wp-job-board-uploaded-files .wp-job-board-remove-uploaded-file:before {
	text-align: center;
	line-height: 25px;
	font-family: 'themify';
	content: "\e646";
	font-size: 14px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #e44343;
	background: #fff
}

.cmb-form .cmb-row[class*="candidate-featured-image"] .wp-job-board-uploaded-files~.label-can-drag .upload-file-btn,
.cmb-form .cmb-row[class*="employer-featured-image"] .wp-job-board-uploaded-files~.label-can-drag .upload-file-btn {
	margin-top: 0
}

.cmb-form .cmb-row[class*="team-members"] .wp-job-board-uploaded-files,
.cmb-form .cmb-row[class*="portfolio-photos"] .wp-job-board-uploaded-files,
.cmb-form .cmb-row[class*="profile-photos"] .wp-job-board-uploaded-files {
	margin-left: -16px;
	margin-right: -16px;
	clear: both;
	overflow: hidden
}

.cmb-form .cmb-row[class*="team-members"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file,
.cmb-form .cmb-row[class*="portfolio-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file,
.cmb-form .cmb-row[class*="profile-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file {
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	max-width: 120px;
	margin-bottom: 15px
}

.rtl .cmb-form .cmb-row[class*="team-members"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file,
.rtl .cmb-form .cmb-row[class*="portfolio-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file,
.rtl .cmb-form .cmb-row[class*="profile-photos"] .wp-job-board-uploaded-files .wp-job-board-uploaded-file {
	float: right
}

.cmb-form .cmb-row[class*="cv-attachment"] .wp-job-board-uploaded-files {
	margin-bottom: 15px
}

.cmb-form .cmb-row[class*="cv-attachment"] .wp-job-board-uploaded-file {
	margin-right: 10px
}

.rtl .cmb-form .cmb-row[class*="cv-attachment"] .wp-job-board-uploaded-file {
	margin-left: 10px;
	margin-right: inherit
}

.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search {
	margin-bottom: 15px !important
}

.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map {
	margin-bottom: 15px;
	width: 100%;
	height: 250px
}

@media (max-width: 767px) {
	.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input {
		margin-bottom: 10px !important
	}
	.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input:last-child {
		margin-bottom: 0 !important
	}
}

@media (min-width: 768px) {
	.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input {
		width: calc(50% - 15px) !important;
		float: left;
		margin-right: 30px !important
	}
	.rtl .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input {
		float: right
	}
	.rtl .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input {
		margin-left: 30px !important;
		margin-right: inherit
	}
	.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input.pw-map-longitude {
		margin-right: 0 !important
	}
	.rtl .cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map~input.pw-map-longitude {
		margin-left: 0 !important;
		margin-right: inherit
	}
}

.cmb-form .cmb-group-name {
	font-size: 18px;
	margin: 0 -15px
}

.cmb-form .cmb-type-group .cmb-field-list>.cmb-row {
	width: 100%;
	float: none
}

.cmb-form .cmb-type-group .cmb-field-list>.cmb-row.cmb-repeatable-grouping {
	border: 1px solid #f5f5f5
}

.cmb-form .cmb-type-group .cmb-repeatable-group>div:last-child {
	padding: 0
}

.cmb-form .cmb-type-group .cmb-repeatable-group>div:last-child .cmb-add-row {
	margin: 0
}

.cmb-form .cmb-type-group .cmb-field-list {
	margin: 0
}

.cmb-form .cmb-type-group .cmb-field-list>div {
	border: none
}

.cmb-form .cmb-type-group .cmb-group-title {
	cursor: pointer;
	background: #f5f5f5;
	margin-left: -15px;
	margin-right: -15px
}

.cmb-form .cmb-type-group .cmb-remove-field-row,
.cmb-form .cmb-type-group .cmb-repeat-group-field {
	padding: 10px 0;
	margin: 0
}

.cmb-form .cmb-type-group .cmb-remove-group-row-button {
	margin: 0;
	background: #e44343;
	font-size: 13px;
	padding: 8px 15px
}

.cmb-form .cmb-type-group .cmb-remove-group-row-button:hover,
.cmb-form .cmb-type-group .cmb-remove-group-row-button:focus {
	background: #e12d2d
}

.cmb-form .cmb-type-group [data-fieldtype="text"] .cmb-th label,
.cmb-form .cmb-type-group [data-fieldtype="select"] .cmb-th label {
	font-size: 14px;
	margin-top: 10px
}

.cmb-form .button-secondary {
	cursor: pointer;
	padding: 8px 15px;
	font-size: 15px;
	border: none;
	color: #fff;
	background: #27ceb4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.cmb-form .button-secondary:hover,
.cmb-form .button-secondary:focus {
	background: #21ac96;
	color: #fff
}

.cmb-form .button-secondary.cmb-multicheck-toggle {
	background: transparent !important;
	color: #e44343 !important;
	padding: 0;
	font-size: 14px;
	text-decoration: underline
}

.cmb-form .button-primary {
	cursor: pointer;
	padding: 10px 30px;
	border: none;
	color: #fff;
	background: #1768fe;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.cmb-form .button-primary:hover,
.cmb-form .button-primary:focus {
	background: #0153eb;
	color: #fff
}

.cmb-form span.cmb2-metabox-description {
	font-weight: 500
}

.cmb-form .wp-editor-container iframe {
	height: 200px !important
}

.profile-form-wrapper .cmb2-wrap {
	border-bottom: 1px solid #e8eef1;
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.profile-form-wrapper .cmb2-wrap {
		margin-bottom: 40px
	}
}

.candidate-shortlist-wrapper .btn-action-icon {
	margin-right: 2px
}

.rtl .candidate-shortlist-wrapper .btn-action-icon {
	margin-left: 2px;
	margin-right: inherit
}

.box-employer {
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 30px
}

@media (min-width: 768px) {
	.box-employer {
		padding: 30px
	}
}

.box-employer .applicants-job {
	margin-bottom: 15px
}

@media (min-width: 1200px) {
	.box-employer .applicants-job {
		margin-bottom: 30px
	}
}

.my-job-employer .search-orderby-wrapper {
	margin-bottom: 30px
}

.my-job-employer .search-orderby-wrapper .text-sort {
	margin-right: 5px
}

.rtl .my-job-employer .search-orderby-wrapper .text-sort {
	margin-left: 5px;
	margin-right: inherit
}

.my-job-employer .search-orderby-wrapper .sort-my-jobs-form {
	margin-left: auto
}

.rtl .my-job-employer .search-orderby-wrapper .sort-my-jobs-form {
	margin-right: auto;
	margin-left: inherit
}

.my-jobs .number {
	color: #fff;
	font-size: 12px;
	background: #1768fe;
	font-weight: 500;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 2px 5px 3px;
	line-height: 1
}

.my-jobs .publish {
	color: #41d24b;
	background: #ecfaed
}

.my-jobs .pending {
	color: #feac36;
	background: #fff7eb
}

.my-jobs .job-table-actions-inner {
	padding: 1px 15px;
	font-size: 14px;
	margin-left: 5px
}

.rtl .my-jobs .job-table-actions-inner {
	margin-right: 5px;
	margin-left: inherit
}

.my-jobs .alert-query strong {
	text-transform: uppercase;
	margin-right: 5px
}

.rtl .my-jobs .alert-query strong {
	margin-left: 5px;
	margin-right: inherit
}

.my-jobs .job-table-applicants-inner {
	color: #3a3d43
}

.my-jobs .job-metas {
	margin: 0
}

.job-table>thead>tr>th {
	border-bottom-width: 1px;
	color: #3a3d43;
	padding: 10px
}

.change-password-form label {
	margin-bottom: 8px;
	color: #3a3d43;
	font-weight: 400
}

.change-password-form .form-control {
	height: 54px;
	padding: 5px 25px;
	background-color: #f6f9fc;
	border-color: #f6f9fc
}

.change-password-form .form-control:focus {
	background: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

@media (min-width: 768px) {
	.change-password-form .form-group {
		margin-bottom: 0
	}
}

.user-job-packaged {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
	overflow: hidden;
	width: 100%;
	clear: both
}

.user-job-packaged li {
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.user-job-packaged li {
		width: 50%;
		float: left
	}
	.rtl .user-job-packaged li {
		float: right
	}
}

.user-job-packaged [type="radio"] {
	margin-right: 5px
}

.rtl .user-job-packaged [type="radio"] {
	margin-left: 5px;
	margin-right: inherit
}

.user-job-packaged [type="radio"]:checked+label {
	color: #1768fe
}

.user-job-packaged label {
	font-weight: 500;
	cursor: pointer;
	color: #3a3d43;
	margin: 0
}

.select2-wrapper .text-medium {
	color: #3a3d43;
	font-weight: 500;
	margin-right: 15px
}

.rtl .select2-wrapper .text-medium {
	margin-left: 15px;
	margin-right: inherit
}

.select2-wrapper .flex-middle {
	-webkit-justify-content: center;
	justify-content: center
}

.select2-wrapper .select2-container {
	min-width: 200px
}

.top-info-user {
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.top-info-user {
		margin-bottom: 30px
	}
}

.top-info-user .title {
	font-size: 20px;
	margin: 0 0 5px
}

.wrapper-social-login .inner-social {
	clear: both;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px
}

.wrapper-social-login .inner-social>div {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px
}

.rtl .wrapper-social-login .inner-social>div {
	float: right
}

.wrapper-social-login a {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 6px 15px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	border: 1px solid #eaeff5;
	text-transform: capitalize;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.wrapper-social-login a i {
	margin-right: 10px
}

.rtl .wrapper-social-login a i {
	margin-left: 10px;
	margin-right: inherit
}

.wrapper-social-login .linkedin-login-btn {
	color: #0077B5;
	border-color: #0077B5
}

.wrapper-social-login .linkedin-login-btn:focus,
.wrapper-social-login .linkedin-login-btn:hover {
	color: #fff;
	background-color: #0077B5
}

.wrapper-social-login .google-login-btn {
	color: #dc4d28;
	border-color: #dc4d28
}

.wrapper-social-login .google-login-btn:focus,
.wrapper-social-login .google-login-btn:hover {
	color: #fff;
	background-color: #dc4d28
}

.wrapper-social-login .facebook-login-btn {
	color: #3b5998;
	border-color: #3b5998
}

.wrapper-social-login .facebook-login-btn:focus,
.wrapper-social-login .facebook-login-btn:hover {
	color: #fff;
	background-color: #3b5998
}

.wrapper-social-login .twitter-login-btn {
	color: #55acee;
	border-color: #55acee
}

.wrapper-social-login .twitter-login-btn:focus,
.wrapper-social-login .twitter-login-btn:hover {
	color: #fff;
	background-color: #55acee
}

.wrapper-social-login .line-header {
	text-align: center;
	width: 100% !important;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.wrapper-social-login .line-header:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	left: 0;
	background: #e6e8ef
}

.wrapper-social-login .line-header span {
	font-size: 14px;
	line-height: 35px;
	min-width: 40px;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border: 1px solid #eaeff5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-transform: uppercase
}

#forgot-password-form-wrapper {
	display: none
}

.show-filter-jobs {
	cursor: pointer
}

.show-filter-jobs i {
	margin-right: 5px
}

.rtl .show-filter-jobs i {
	margin-left: 5px;
	margin-right: inherit
}

.mobile-groups-button {
	padding: 20px 0;
	background: #fff
}

.mobile-groups-button .btn {
	padding: 5px 15px
}

.filter-sidebar .filter-in-sidebar {
	position: absolute;
	top: 250px;
	left: 100%;
	background: #3079fe;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.rtl .filter-sidebar .filter-in-sidebar {
	right: 100%;
	left: auto
}

.filter-sidebar .filter-in-sidebar:hover,
.filter-sidebar .filter-in-sidebar:focus {
	background: #1768fe;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}

.filter-sidebar .widget_job_alert_form_widget {
	margin: 20px 0 30px;
	padding: 25px 30px;
	background: #fff
}

.layout-type-half-map .p-fix-pagination {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5
}

.job-submission-form-wrapper {
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.job-submission-form-wrapper {
		margin-bottom: 50px
	}
}

.job-submission-preview-form-wrapper .action-preview {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 1;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-webkit-direction: normal !important;
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	display: -webkit-flex;
	display: flex
}

.rtl .job-submission-preview-form-wrapper .action-preview {
	left: 0;
	right: auto
}

.job-submission-preview-form-wrapper .action-preview .btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 18px;
	padding: 10px 20px
}

.job-submission-preview-form-wrapper .action-preview [name="continue-edit-job"] {
	margin-top: 5px
}

.submission-form-wrapper {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
	color: #79b530
}

@media (min-width: 768px) {
	.submission-form-wrapper {
		margin: 30px 0 50px;
		font-size: 40px
	}
}

#wp-private-message-popup-message,
#wp-job-board-popup-message {
	position: fixed;
	z-index: 999;
	top: 40%;
	right: 20px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

.bg-warning {
	color: #fff;
	background: #f0ad4e
}

.bg-info {
	color: #fff;
	background: #27ceb4
}

.popup-apply-job-email .mfp-content {
	max-width: 500px;
	margin: auto
}

.popup-apply-job-email .inner {
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 15px
}

@media (min-width: 1200px) {
	.popup-apply-job-email .inner {
		padding: 30px
	}
}

.popup-apply-job-email .widget-title {
	margin: 0 0 20px;
	font-size: 20px
}

.popup-apply-job-email textarea {
	height: 150px;
	resize: none
}

.socials-apply .title {
	text-align: center;
	margin: 14px 0 0;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase
}

.socials-apply .inner {
	overflow: hidden;
	clear: both;
	margin-left: -7px;
	margin-right: -7px
}

.socials-apply .inner>div {
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 14px;
	width: 50%;
	float: left
}

.rtl .socials-apply .inner>div {
	float: right
}

.socials-apply .inner a {
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.socials-apply .inner a i {
	font-size: 18px;
	margin-right: 3px
}

.rtl .socials-apply .inner a i {
	margin-left: 3px;
	margin-right: inherit
}

.socials-apply .facebook-apply-btn {
	background: #3b5999
}

.socials-apply .facebook-apply-btn:hover,
.socials-apply .facebook-apply-btn:focus {
	background: #344e87
}

.socials-apply .google-apply-btn {
	background: #dd4b39
}

.socials-apply .google-apply-btn:hover,
.socials-apply .google-apply-btn:focus {
	background: #d73925
}

.socials-apply .linkedin-apply-btn {
	background: #0077B5
}

.socials-apply .linkedin-apply-btn:hover,
.socials-apply .linkedin-apply-btn:focus {
	background: #00669c
}

.socials-apply .twitter-apply-btn {
	background: #55acee
}

.socials-apply .twitter-apply-btn:hover,
.socials-apply .twitter-apply-btn:focus {
	background: #3ea1ec
}

.send-private-wrapper {
	margin-top: 15px;
	text-align: center
}

@media (min-width: 1200px) {
	.send-private-wrapper {
		margin-top: 30px
	}
}

.send-private-wrapper .send-private-message-btn {
	font-weight: 500;
	font-size: 15px;
	color: #888b90;
	text-decoration: underline
}

.send-private-wrapper .send-private-message-btn:hover,
.send-private-wrapper .send-private-message-btn:focus {
	color: #e44343
}

.send-private-wrapper .send-private-message-btn i {
	color: #787c81;
	font-size: 22px;
	margin-right: 10px
}

.rtl .send-private-wrapper .send-private-message-btn i {
	margin-left: 10px;
	margin-right: inherit
}

.send-private-message-wrapper {
	background: #fff;
	max-width: 90%;
	width: 500px;
	margin: auto;
	padding: 30px;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.send-private-message-wrapper .title {
	font-size: 20px;
	margin: 0 0 20px
}

.send-private-message-wrapper textarea {
	resize: none
}

.send-private-message-wrapper .form-group {
	margin-bottom: 20px
}

.message-section-wrapper .list-message-inner {
	position: relative
}

@media (min-width: 1200px) {
	.message-section-wrapper .list-message-inner {
		height: calc(100% - 95px)
	}
}

.message-section-wrapper .message-inner {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: flex;
	-webkit-display: flex;
	max-width: 1100px;
	background: #fff
}

@media (min-width: 1200px) {
	.message-section-wrapper .message-inner {
		height: 750px
	}
}

.message-section-wrapper .list-message-wrapper {
	width: 30%;
	border-right: 1px solid #dee6ed
}

.rtl .message-section-wrapper .list-message-wrapper {
	border-left: 1px solid #dee6ed;
	border-right: inherit
}

.message-section-wrapper .list-message-wrapper .loadmore-action {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center
}

@media (min-width: 1200px) {
	.message-section-wrapper .list-message-wrapper .loadmore-action {
		padding-left: 30px;
		padding-right: 30px
	}
}

.message-section-wrapper .list-message-wrapper .loadmore-message-btn {
	font-weight: 700;
	font-size: 14px
}

.message-section-wrapper .replies-content {
	background: #fff;
	width: 70%
}

@media (min-width: 1200px) {
	.message-section-wrapper .replies-content {
		display: flex;
		-webkit-display: flex;
		align-items: flex-end;
		-webkit-align-items: flex-end;
		flex-direction: column;
		-webkit-flex-direction: column
	}
	.message-section-wrapper .replies-content>div {
		width: 100%
	}
	.message-section-wrapper .replies-content .recipient-info {
		margin-bottom: auto
	}
}

.message-section-wrapper .replies-content .recipient-info .message-item {
	max-width: 55%
}

.message-section-wrapper .content-box-white {
	padding: 15px;
	padding-bottom: 110px !important;
	position: relative
}

@media (min-width: 1200px) {
	.message-section-wrapper .content-box-white {
		padding: 30px;
		height: calc(100% - 80px)
	}
}

.message-section-wrapper .content-box-white .reply-message-form-wrapper {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 30px;
	border-top: 1px solid #dee6ed
}

.message-section-wrapper .content-box-white .list-replies-inner {
	height: 100%;
	padding: 0 12px 0 0;
	margin: 0 -12px 0 0
}

.rtl .message-section-wrapper .content-box-white .list-replies-inner {
	padding: 0 0 0 12px
}

.rtl .message-section-wrapper .content-box-white .list-replies-inner {
	margin: 0 0 0 -12px
}

@media (min-width: 1200px) {
	.message-section-wrapper .content-box-white .list-replies-inner {
		padding: 0 20px 0 0;
		margin: 0 -20px 0 0
	}
	.rtl .message-section-wrapper .content-box-white .list-replies-inner {
		padding: 0 0 0 20px
	}
	.rtl .message-section-wrapper .content-box-white .list-replies-inner {
		margin: 0 0 0 -20px
	}
}

.message-section-wrapper .recipient-info {
	background: #fff;
	padding: 15px 30px;
	border-bottom: 1px solid #dee6ed
}

.message-section-wrapper .recipient-info .delete-message-btn {
	color: #e44343;
	font-weight: 600;
	font-size: 14px;
	margin-top: 9px
}

.message-section-wrapper .recipient-info .delete-message-btn i {
	font-size: 17px;
	margin-right: 5px
}

.rtl .message-section-wrapper .recipient-info .delete-message-btn i {
	margin-left: 5px;
	margin-right: inherit
}

.message-section-wrapper .recipient-info .delete-message-btn:hover,
.message-section-wrapper .recipient-info .delete-message-btn:focus {
	text-decoration: underline
}

.message-section-wrapper .search-message-form {
	padding: 15px
}

@media (min-width: 1200px) {
	.message-section-wrapper .search-message-form {
		padding: 25px 30px
	}
}

.search-wrapper-message {
	position: relative;
	margin: 0 0 15px
}

.search-wrapper-message .btn {
	margin: 0;
	padding: 2px 0;
	font-size: 17px;
	color: #1768fe !important;
	border: none !important;
	position: absolute;
	background: transparent !important;
	top: 8px;
	right: 15px
}

.rtl .search-wrapper-message .btn {
	left: 15px;
	right: auto
}

.search-wrapper-message .form-control {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f6f9fc;
	color: #888b90;
	border: none !important;
	height: 45px
}

.search-wrapper-message .form-control::-webkit-input-placeholder {
	color: #888b90;
	opacity: 1;
	filter: alpha(opacity=100)
}

.search-wrapper-message .form-control::-moz-placeholder {
	color: #888b90;
	opacity: 1;
	filter: alpha(opacity=100)
}

.search-wrapper-message .form-control:-ms-input-placeholder {
	color: #888b90;
	opacity: 1;
	filter: alpha(opacity=100)
}

.search-wrapper-message .form-control:-moz-placeholder {
	color: #888b90;
	opacity: 1;
	filter: alpha(opacity=100)
}

.search-wrapper-message .form-control:focus {
	background: #fff;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.search-wrapper-message .form-group {
	margin: 0
}

.list-options-action {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1
}

.list-options-action>li {
	display: inline-block;
	margin-right: 12px
}

.rtl .list-options-action>li {
	margin-left: 12px;
	margin-right: inherit
}

.list-options-action>li:last-child {
	margin-right: 0
}

.rtl .list-options-action>li:last-child {
	margin-left: 0;
	margin-right: inherit
}

.list-options-action label {
	font-weight: 400;
	cursor: pointer
}

.list-options-action label:hover,
.list-options-action label:focus {
	color: #1768fe
}

.list-options-action [type="radio"] {
	display: none
}

.list-options-action [type="radio"]:checked+label {
	color: #1768fe
}

.list-message {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-message li {
	padding: 15px 30px;
	border-left: 2px solid transparent
}

.rtl .list-message li {
	border-right: 2px solid transparent;
	border-left: inherit
}

.list-message li.unread {
	background: #feac36;
	border-color: #feac36
}

.list-message li.active {
	border-color: #feac36;
	background: #1768fe
}

.list-message li.active .user-name {
	color: #fff
}

.list-message li.active .message-title {
	color: rgba(255, 255, 255, 0.7)
}

.message-item {
	clear: both;
	overflow: hidden
}

.message-item div.avatar {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	background: #fff;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left
}

.rtl .message-item div.avatar {
	float: right
}

.message-item .content {
	overflow: hidden;
	padding-left: 20px
}

.rtl .message-item .content {
	padding-right: 20px;
	padding-left: inherit
}

.message-item .user-name {
	font-size: 16px;
	font-weight: 400;
	margin: 0
}

.message-item .message-time {
	font-size: 13px;
	margin-left: 5px;
	white-space: nowrap
}

.rtl .message-item .message-time {
	margin-right: 5px;
	margin-left: inherit
}

.message-item .message-title {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.reply-message-form-wrapper .form-group {
	margin-bottom: 0 !important
}

.reply-message-form-wrapper .reply-message-form {
	position: relative
}

.reply-message-form-wrapper .reply-message-form textarea {
	background: #fff;
	border: none;
	resize: none;
	height: 50px;
	padding: 10px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-right: 50px
}

.rtl .reply-message-form-wrapper .reply-message-form textarea {
	padding-left: 50px;
	padding-right: inherit
}

.reply-message-form-wrapper .reply-message-form .reply-message-btn {
	position: absolute;
	top: -3px;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #1768fe;
	background: #fff !important;
	border: 0 !important;
	font-size: 21px;
	padding: 0
}

.rtl .reply-message-form-wrapper .reply-message-form .reply-message-btn {
	left: 0;
	right: auto
}

.list-replies {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-replies li {
	margin-bottom: 25px;
	overflow: hidden;
	clear: both
}

.list-replies li.last-child {
	margin-bottom: 50px
}

.list-replies .avatar {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left
}

.rtl .list-replies .avatar {
	float: right
}

.list-replies .reply-content {
	overflow: hidden;
	padding-left: 20px
}

.rtl .list-replies .reply-content {
	padding-right: 20px;
	padding-left: inherit
}

.list-replies .post-date {
	font-size: 14px;
	margin-bottom: 5px
}

.list-replies .post-content {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 4px 0 4px;
	-webkit-border-radius: 4px 4px 0 4px;
	-moz-border-radius: 4px 4px 0 4px;
	-ms-border-radius: 4px 4px 0 4px;
	-o-border-radius: 4px 4px 0 4px;
	background: #f6f9fc;
	color: #3a3d43;
	line-height: 130%
}

.list-replies .user-reply .post-content {
	background: #1768fe;
	color: #fff;
	border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-ms-border-radius: 0 4px 4px 4px;
	-o-border-radius: 0 4px 4px 4px
}

.list-replies .yourself-reply {
	text-align: right
}

.rtl .list-replies .yourself-reply {
	text-align: left
}

.list-replies-inner {
	position: relative
}

.list-replies-inner .loadmore-action {
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	z-index: 1
}

.list-replies-inner .loadmore-replied-btn {
	color: #888b90
}

.list-replies-inner .loadmore-replied-btn:hover,
.list-replies-inner .loadmore-replied-btn:focus {
	color: #3a3d43
}

.user-name {
	font-size: 20px;
	margin: 0 0 10px
}

@media (min-width: 1200px) {
	.user-name {
		margin: 0 0 20px
	}
}

@media (max-width: 1199px) {
	.message-section-wrapper .message-inner {
		display: block
	}
	.message-section-wrapper .message-inner>div {
		width: 100%
	}
	.message-section-wrapper .message-inner .list-message-wrapper {
		border-bottom: 10px solid #fff;
		position: relative;
		display: none
	}
	.message-section-wrapper .message-inner .list-message-wrapper:after {
		content: '';
		position: absolute;
		width: calc(100%+20px);
		height: 10px;
		bottom: -10px;
		left: -10px;
		background: #fff;
		display: block
	}
	.list-message-inner {
		position: relative;
		max-height: 200px;
		border-bottom: 1px solid #ededed
	}
	.list-replies-inner {
		overflow-x: auto;
		max-height: 300px
	}
	.toggle-message-btn {
		border: none;
		padding: 0 !important;
		font-weight: 700;
		color: #79b530;
		margin: 0 0 20px
	}
	.toggle-message-btn i {
		margin-left: 4px
	}
	.rtl .toggle-message-btn i {
		margin-right: 4px;
		margin-left: inherit
	}
	.filter-options {
		margin-left: 15px;
		margin-right: 15px
	}
}

@media (min-width: 1200px) {
	.toggle-message-btn {
		display: none
	}
}

.replies-content,
.list-message-wrapper {
	position: relative
}

.replies-content:before,
.list-message-wrapper:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url("../upload/loading.gif") no-repeat center 100px/30px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.replies-content.loading:before,
.list-message-wrapper.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.reply-message-btn {
	position: relative
}

.reply-message-btn:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url("../upload/loading.gif") no-repeat center center/20px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.reply-message-btn.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.loadmore-message-btn,
.loadmore-replied-btn {
	position: relative;
	display: inline-block
}

.loadmore-message-btn:before,
.loadmore-replied-btn:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url("../upload/loading.gif") no-repeat center center/15px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden
}

.loadmore-message-btn.loading,
.loadmore-replied-btn.loading {
	visibility: hidden
}

.loadmore-message-btn.loading:before,
.loadmore-replied-btn.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.job-grid {
	position: relative
}

.job-grid .featured {
	position: absolute;
	z-index: 2;
	top: 0;
	font-size: 15px;
	right: 0;
	width: 23px;
	height: 23px
}

.job-grid .featured:before {
	content: '';
	border-width: 21px;
	border-style: solid;
	width: 42px;
	height: 42px;
	border-color: #1768fe #1768fe transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: -2
}

.job-grid .featured i {
	color: #fff !important
}

.job-grid .urgent {
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -25px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #e44343;
	color: #fff;
	font-size: 14px
}

.message-notification {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	color: #fff
}

.message-notification i {
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.message-notification .unread-count {
	display: inline-block;
	min-width: 20px;
	text-align: center;
	padding: 4px;
	line-height: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -10px;
	right: -10px
}

.rtl .message-notification .unread-count {
	left: -10px;
	right: auto
}

.widget-user-packages .table-responsive {
	border: none;
	margin: 0
}

table.user-packages {
	border: 0;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

table.user-packages thead>tr {
	color: #3a3d43;
	border-bottom: 1px solid #dee6ed
}

table.user-packages thead>tr>td {
	border: 0;
	font-weight: 500;
	padding: 15px;
	font-size: 16px
}

@media (min-width: 1200px) {
	table.user-packages thead>tr>td {
		padding: 30px
	}
}

table.user-packages tbody>tr {
	border-bottom: 1px solid #ededed
}

table.user-packages tbody>tr:last-child {
	border-bottom: 0
}

table.user-packages tbody>tr>td {
	border: 0;
	padding: 15px
}

@media (min-width: 1200px) {
	table.user-packages tbody>tr>td {
		padding: 30px
	}
}

table.user-packages tbody .title {
	color: #3a3d43;
	min-width: 150px;
	font-size: 16px;
	font-weight: 500
}

table.user-packages tbody .active {
	color: #00d664
}

table.user-packages .lists-info {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px
}

table.user-packages .lists-info .value {
	font-weight: 500;
	color: #27ceb4
}

.messages {
	list-style: none;
	padding: 0;
	margin: 0 0 10px
}

.messages .danger {
	color: #e44343
}

.messages .success {
	color: #79b530
}

.widget-following-employers .following-employer-wrapper {
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.widget-following-employers .following-employer-wrapper {
		margin-bottom: 30px
	}
}

.widget-delete {
	max-width: 400px
}

.widget-delete .conf-messages {
	color: #3a3d43;
	font-size: 18px;
	font-weight: 500
}

.widget-delete .undone-messages {
	color: #3a3d43;
	margin-bottom: 25px
}

.widget-delete .form-control {
	border-color: #e44343;
	border-width: 0 0 2px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 10px 0;
	background: transparent;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.widget-delete .conf-deleted {
	margin-bottom: 10px
}

@media (min-width: 1200px) {
	.widget-delete .form-group {
		margin-bottom: 30px
	}
}

.highlight {
	color: #1768fe
}

.leaflet-geocode-container i {
	color: #3a3d43;
	display: inline-block;
	margin-right: 3px;
	font-size: 14px
}

.rtl .leaflet-geocode-container i {
	margin-left: 3px;
	margin-right: inherit
}

.action-location .leaflet-geocode-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 14px;
	margin-top: 2px
}

.action-location .leaflet-geocode-container ul {
	list-style: none;
	background: #fff;
	padding: 15px;
	margin: 0;
	font-size: 13px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #e8eef1
}

.action-location .leaflet-geocode-container ul li {
	cursor: pointer;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8eef1
}

.action-location .leaflet-geocode-container ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0
}

.action-location .leaflet-geocode-container .highlight {
	font-weight: 500;
	font-size: 14px
}

.action-location.loading .find-me {
	color: #1768fe;
	animation: rotate_icon 1000ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running
}

.action-location.loading .find-me:before {
	content: "\f110";
	font-family: "FontAwesome"
}

.filter-listing-form .action-location .clear-location {
	top: 11px
}

.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search-wrapper .leaflet-geocode-container {
	margin-top: -15px
}

.cmb-form .cmb-row[data-fieldtype="pw_map"] .pw-map-search-wrapper .find-me-location {
	top: 17px
}

.search-orderby-wrapper {
	margin-bottom: 15px;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

@media (min-width: 1200px) {
	.search-orderby-wrapper {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.search-orderby-wrapper .sort-applicants-form {
		margin-top: 15px
	}
}

@media (max-width: 767px) {
	.search-orderby-wrapper .sortby-form {
		margin-top: 15px
	}
}

.search-orderby-wrapper .text-sort {
	margin-right: 5px;
	font-weight: 500;
	color: #3a3d43
}

.rtl .search-orderby-wrapper .text-sort {
	margin-left: 5px;
	margin-right: inherit
}

.job-applicants {
	padding: 15px 20px 20px;
	border: 1px solid #e8eef1;
	margin-bottom: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

@media (min-width: 1200px) {
	.job-applicants {
		margin-bottom: 30px
	}
}

.job-applicants .applicants-wrapper {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e8eef1
}

@media (min-width: 1200px) {
	.job-applicants .applicants-wrapper {
		padding-left: 15px
	}
	.rtl .job-applicants .applicants-wrapper {
		padding-right: 15px;
		padding-left: inherit
	}
}

.job-applicants .applicants-wrapper .applicants-job {
	margin-bottom: 0
}

.job-applicants .applicants-wrapper .applicants-job+.applicants-job {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid white
}

.job-applicants .applicants-pagination-form {
	text-align: center;
	padding-top: 15px
}

.job-applicants .applicants-pagination-form .apus-loadmore-btn {
	border: none;
	padding: 7px 20px;
	text-transform: capitalize;
	position: relative
}

.job-applicants .applicants-pagination-form .apus-loadmore-btn:before {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto
}

.job-applicants .applicants-pagination-form.loading .apus-loadmore-btn:before {
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.search-applicants-form {
	border: 1px solid #e8eef1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.search-applicants-form .form-control {
	background-color: transparent;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.search-applicants-form .select2-container {
	width: 150px !important;
	font-size: 16px
}

@media (min-width: 768px) {
	.search-applicants-form .select2-container {
		width: 200px !important
	}
}

.search-applicants-form .select2-container .select2-selection--single {
	border-width: 0 1px;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important
}

.profile-url-edit-wrapper {
	margin-top: 10px;
	position: relative;
	padding-right: 55px
}

.rtl .profile-url-edit-wrapper {
	padding-left: 55px;
	padding-right: inherit
}

.profile-url-edit-wrapper .save-profile-slug {
	position: absolute;
	top: 0;
	border: none;
	right: 0;
	padding: 0 20px;
	height: 50px;
	line-height: 48px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.rtl .profile-url-edit-wrapper .save-profile-slug {
	left: 0;
	right: auto
}

.profile-url-edit-wrapper .save-profile-slug:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: url(../upload/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto
}

.profile-url-edit-wrapper .save-profile-slug.loading:before {
	opacity: 0.9;
	filter: alpha(opacity=90)
}

.employer-listing-info,
.restrict-cv-package-info {
	margin: 30px 0
}

@media (min-width: 1200px) {
	.employer-listing-info,
	.restrict-cv-package-info {
		margin: 50px 0
	}
}

.employer-listing-info .widget-title,
.restrict-cv-package-info .widget-title {
	padding: 20px 0;
	margin: 0 0 30px;
	text-align: center;
	font-size: 25px
}

@media (min-width: 1200px) {
	.employer-listing-info .widget-title,
	.restrict-cv-package-info .widget-title {
		font-size: 35px
	}
}

@media (min-width: 1200px) {
	.restrict-wrapper {
		border-top: 100px solid #1768fe
	}
}

.restrict-wrapper .restrict-inner {
	margin-top: 20px;
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.restrict-wrapper .restrict-inner {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.restrict-wrapper .restrict-content {
	font-weight: 500;
	text-align: center;
	font-size: 25px;
	color: #3a3d43
}

.restrict-wrapper .restrict-title {
	margin-bottom: 30px
}

.restrict-title {
	text-align: center;
	margin: 20px 0;
	font-size: 35px;
	color: #e44343;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.restrict-title {
		font-size: 50px;
		margin-bottom: 50px
	}
}

.skill-percents {
	padding: 15px;
	margin-top: 15px
}

.skill-percents h4 {
	font-size: 18px;
	margin: 0 0 15px
}

.skill-percents h4 span {
	color: #e44343;
	font-weight: 700
}

.skill-percents .skill-process {
	width: 100%;
	height: 7px;
	background: #e8eef1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative
}

.skill-percents .skill-process>span {
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background: #1768fe
}

.rtl .skill-percents .skill-process>span {
	right: 0;
	left: auto
}

.skill-percents .value-percents {
	margin-top: 20px
}

.skill-percents .underline {
	color: #f0ad4e;
	font-weight: 500;
	text-decoration: underline
}

.resume-form-wrapper .alert {
	text-align: center;
	font-size: 18px
}

@media (min-width: 1200px) {
	.resume-form-wrapper .alert {
		margin-bottom: 50px
	}
}

.resume-form-wrapper .widget .widget-title {
	font-size: 30px
}

#jobs-google-maps {
	height: 400px;
	z-index: 2
}

@media (min-width: 1200px) {
	#jobs-google-maps.top-map {
		height: 790px;
		margin-bottom: 30px
	}
}

@media (min-width: 1200px) {
	#jobs-google-maps.top-map-candidate {
		margin-bottom: 30px
	}
}

.releated-candidates,
.widget-openjob {
	background: #fff;
	padding: 40px 0 10px
}

@media (max-width: 767px) {
	.releated-candidates,
	.widget-openjob {
		padding: 30px 0 0
	}
}

@media (min-width: 1200px) {
	.releated-candidates,
	.widget-openjob {
		padding: 90px 0 70px
	}
}

.releated-candidates .title,
.widget-openjob .title {
	font-size: 25px;
	margin: 0
}

@media (min-width: 1200px) {
	.releated-candidates .title,
	.widget-openjob .title {
		font-size: 30px
	}
}

.releated-candidates .top-info,
.widget-openjob .top-info {
	margin: 0 0 30px
}

@media (min-width: 1200px) {
	.releated-candidates .top-info,
	.widget-openjob .top-info {
		margin: 0 0 50px
	}
}

.releated-candidates .candidate-archive-layout,
.releated-candidates .job-style-inner,
.widget-openjob .candidate-archive-layout,
.widget-openjob .job-style-inner {
	-webkit-box-shadow: 0 2px 15px 0 rgba(167, 174, 189, 0.3);
	box-shadow: 0 2px 15px 0 rgba(167, 174, 189, 0.3)
}

.releated-candidates .candidate-archive-layout:hover,
.releated-candidates .job-style-inner:hover,
.widget-openjob .candidate-archive-layout:hover,
.widget-openjob .job-style-inner:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.category-section {
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 20px;
	margin-bottom: 20px
}

@media (min-width: 1200px) {
	.category-section {
		padding: 40px 50px;
		margin-bottom: 30px
	}
}

.category-section .title-parent {
	margin: 0 0 15px;
	font-size: 22px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.category-section .number_total {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-weight: 500
}

.category-section .terms-sub-list {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}

@media (min-width: 768px) {
	.category-section .terms-sub-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

@media (min-width: 1200px) {
	.category-section .terms-sub-list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

.category-section .terms-sub-list li {
	margin-bottom: 8px;
	display: block;
	width: 100%
}

.category-section a {
	color: #888b90
}

.category-section a:hover,
.category-section a:focus {
	color: #1768fe
}

.category-section:hover {
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4)
}

.category-section:hover .title-parent,
.category-section:hover .number_total {
	color: #1768fe
}

.apus-breadscrumb-dashboard .breadcrumb>a+li:before,
.apus-breadscrumb-dashboard .breadcrumb>li+a:before,
.apus-breadscrumb-dashboard .breadcrumb>li+li:before {
	color: #3a3d43 !important
}

.apus-breadscrumb-dashboard .apus-breadscrumb {
	background: transparent;
	margin: 0
}

.apus-breadscrumb-dashboard .apus-breadscrumb .bread-title {
	color: #3a3d43
}

@media (min-width: 1200px) {
	.apus-breadscrumb-dashboard .apus-breadscrumb .bread-title {
		font-size: 40px
	}
}

.apus-breadscrumb-dashboard .apus-breadscrumb .breadcrumb a {
	color: #3a3d43
}

.apus-breadscrumb-dashboard .apus-breadscrumb .breadcrumb a:hover,
.apus-breadscrumb-dashboard .apus-breadscrumb .breadcrumb a:focus {
	color: #1768fe
}

.apus-breadscrumb-dashboard .apus-breadscrumb .breadcrumb .active {
	color: #1768fe
}

.apus-breadscrumb-dashboard .apus-breadscrumb .wrapper-breads {
	max-width: 100%;
	padding: 30px 0 15px
}

@media (min-width: 1200px) {
	.apus-breadscrumb-dashboard .apus-breadscrumb .wrapper-breads {
		padding: 60px 0 45px
	}
}

@media (min-width: 768px) {
	.apus-breadscrumb-dashboard .apus-breadscrumb .left-inner {
		float: right;
		margin-top: 10px
	}
	.rtl .apus-breadscrumb-dashboard .apus-breadscrumb .left-inner {
		float: left
	}
}

.box-white-inner {
	background: #fff;
	padding: 15px
}

@media (min-width: 768px) {
	.box-white-inner {
		padding: 30px
	}
}

@media (min-width: 1500px) {
	.list-product-archive .col-lg-cs-5,
	.list-product-archive .col-md-cs-5 {
		width: 20%
	}
}

@media (min-width: 769px) {
	.hidden-dots .slick-dots {
		display: none
	}
}

@media (min-width: 1200px) and (max-width: 1650px) {
	.category-banner-inner.style1 {
		padding: 50px 10px
	}
	.category-banner-inner.style1 .title {
		font-size: 16px
	}
	.category-banner-inner.style1 .number {
		padding: 4px 15px 8px
	}
	.layout-type-half-map #jobs-google-maps {
		width: 30%
	}
	.layout-type-half-map #main-content {
		width: 70%
	}
	.layout-type-half-map .jobs-ordering .label {
		display: none
	}
	.layout-type-half-map .content-listing {
		padding: 20px
	}
	.layout-type-half-map .inner-left {
		padding-left: 290px
	}
	.rtl .layout-type-half-map .inner-left {
		padding-right: 290px;
		padding-left: inherit
	}
	.layout-type-half-map .filter-sidebar {
		width: 280px;
		left: 15px
	}
	.rtl .layout-type-half-map .filter-sidebar {
		right: 15px;
		left: auto
	}
	.layout-type-half-map .jobs-alert-ordering-wrapper {
		display: block;
		overflow: hidden
	}
	.layout-type-half-map .jobs-alert-ordering-wrapper .results-count {
		width: 100%;
		margin: 0 0 10px;
		float: none
	}
	.layout-type-half-map .jobs-alert-ordering-wrapper>* {
		width: 50%;
		float: left;
		margin: 0 0 10px
	}
	.rtl .layout-type-half-map .jobs-alert-ordering-wrapper>* {
		float: right
	}
	.statistics .icon {
		font-size: 32px;
		width: 60px
	}
}

@media (min-width: 992px) {
	.md-clearfix {
		clear: both
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sm-clearfix {
		clear: both
	}
}

@media (min-width: 1px) and (max-width: 767px) {
	.xs-clearfix {
		clear: both
	}
}

@media (max-width: 1199px) {
	.widget-team .content {
		padding: 10px
	}
	.widget-team .name-team {
		margin: 0
	}
	.top-info-blog {
		line-height: 1.6;
		display: block
	}
	.top-info-blog>div {
		border: 0;
		margin: 0;
		padding: 0
	}
	.jobs-alert-ordering-wrapper .jobs-ordering .label {
		display: none
	}
	.catgory-parent {
		margin-bottom: 20px
	}
	.catgory-parent .title-parent {
		margin-bottom: 5px
	}
	.statistics .inner-header {
		margin-bottom: 15px
	}
	.box-dashboard-wrapper .inner-list {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	.category-banner-inner.style1 .description {
		font-size: 15px
	}
	.subwoo-inner {
		padding: 15px 20px
	}
	.content-job-detail .sidebar-job {
		margin-top: 30px
	}
}

@media (max-width: 767px) {
	.slick-carousel {
		margin-left: -8px;
		margin-right: -8px
	}
	.slick-carousel .slick-slide {
		padding-left: 8px;
		padding-right: 8px
	}
	.slick-carousel .slick-arrow {
		opacity: 0.8;
		filter: alpha(opacity=80)
	}
	.slick-carousel:hover .slick-arrow {
		opacity: 1;
		filter: alpha(opacity=100)
	}
	.nav-tabs {
		overflow-x: auto;
		white-space: nowrap;
		overflow-y: hidden
	}
	.nav-tabs li {
		float: none;
		display: inline-block;
		margin-bottom: 10px
	}
	.widget {
		margin-bottom: 20px
	}
	.search-form-inner>div {
		width: 100% !important;
		margin-bottom: 15px !important
	}
	.search-form-inner>div:last-child {
		margin-bottom: 0 !important
	}
	.widget-blogs .widget-title,
	.widget-candidates .widget-title,
	.widget-jobs .widget-title {
		font-size: 25px
	}
	.widget-blogs.carousel .type-post {
		margin-bottom: 20px
	}
	.job-list {
		padding: 20px
	}
	.job-list .job-employer-logo {
		width: 100%;
		padding: 0 0 5px
	}
	.job-list .job-information {
		width: 100% !important
	}
	.testimonials-item .description {
		font-size: 17px;
		margin-bottom: 20px
	}
	.commentform.reset-button-default .comment-respond,
	.box-comment,
	.entry-content-detail {
		padding: 20px
	}
	.post-navigation .nav-links {
		display: block
	}
	.post-navigation .nav-links>* {
		padding: 15px 20px;
		width: 100%;
		text-align: inherit !important;
		border-bottom: 1px solid #e8eef1
	}
	.post-navigation .nav-links>*:last-child {
		border: 0
	}
	.widget-team .job {
		font-size: 14px
	}
	.jobs-alert-ordering-wrapper .select2-container {
		width: 100% !important
	}
	.jobs-alert-ordering-wrapper>* {
		margin: 0 0 10px !important;
		width: 100%;
		float: none
	}
	.jobs-alert-ordering-wrapper>*:last-child {
		margin-bottom: 0 !important
	}
	.employer-list {
		padding: 20px
	}
	.employer-detail-header .socials-top-employer,
	.candidate-detail-header .socials-top-employer {
		display: block;
		width: 100%;
		padding: 15px 0 0
	}
	.candidate-grid .candidate-logo img {
		width: 100%
	}
	#jobs-google-maps.top-map-candidate {
		margin-bottom: 0
	}
	.bottom-action-mobile {
		margin-top: 15px
	}
	.cmb-type-group .cmb-th,
	.cmb2-postbox .cmb-th {
		width: 100% !important;
		padding: 0 0 10px !important
	}
	.cmb-type-group .cmb-th+.cmb-td,
	.cmb2-postbox .cmb-th+.cmb-td {
		width: 100% !important
	}
	.package-info-wrapper li {
		white-space: nowrap
	}
	.box-dashboard-wrapper .inner-box {
		padding: 20px
	}
	.shortlist-job .ali-right,
	.apply-job .ali-right {
		margin-top: 10px
	}
	.comment-list div.avatar {
		width: 65px;
		padding-right: 10px
	}
	.rtl .comment-list div.avatar {
		padding-left: 10px;
		padding-right: inherit
	}
	.wrapper-breads .left-inner {
		margin-bottom: 20px
	}
	.wrapper-breads .bread-title {
		margin-bottom: 5px
	}
	.wrapper-breads .top-detail-info {
		margin-top: 10px
	}
	.wrapper-breads .top-detail-info>* {
		display: block;
		margin-bottom: 3px
	}
	.wrapper-breads .top-detail-info>*:last-child {
		margin-bottom: 0
	}
	.wrapper-breads .top-detail-info .space {
		display: none !important
	}
}

@media (max-width: 479px) {
	.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>*,
	.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
	.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
	.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input {
		width: 100% !important;
		margin: 0 0 5px !important
	}
	.apus-topcart .dropdown-menu {
		padding: 20px;
		min-width: 280px
	}
	.widget-action .title {
		font-size: 25px;
		margin: 0 0 10px
	}
	.widget-action .description {
		font-size: 16px
	}
	.widget-action .btn {
		padding: 10px 20px
	}
}

@media (min-width: 783px) {
	.admin-bar.header_transparent #apus-header {
		top: 32px
	}
}

@media (max-width: 782px) {
	.admin-bar.header_transparent #apus-header {
		top: 46px
	}
	.admin-bar .header-mobile {
		top: 46px
	}
}

@media (max-width: 782px) {
	.admin-bar .mm-menu {
		top: 46px
	}
}

@media (min-width: 783px) {
	.admin-bar .header-mobile,
	.admin-bar .mm-menu {
		top: 32px
	}
}

@media (max-width: 600px) {
	.admin-bar .header-mobile.sticky-header {
		top: 0
	}
}

#mm-blocker {
	z-index: 9
}

@media (min-width: 480px) and (max-width: 767px) {
	.widget-blogs.carousel .post-list-item .col-content {
		padding: 20px
	}
}

.visible-smallest {
	display: none
}

@media (max-width: 381px) {
	.visible-smallest {
		display: block !important
	}
	.hidden-smallest {
		display: none
	}
	.comment-list .comment-reply-link .space {
		display: none
	}
	.comment-list .visible-smallest {
		margin-bottom: 5px
	}
	#comments .box-comment {
		padding: 10px
	}
}

img {
	max-width: 100%;
	height: auto
}

.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
	clear: both;
	display: block;
	margin: 5px auto 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 32px 2em
}

.wp-block-image .alignright {
	margin-left: 2em
}

.alignleft {
	float: left;
	margin: 5px 2em 32px 0
}

.wp-block-image .alignleft {
	margin-right: 2em
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.gallery-caption {
	box-sizing: border-box
}

.bypostauthor {
	box-sizing: border-box
}

.wp-block-pullquote {
	border: none
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	text-align: center
}

.wp-block-cover {
	margin-bottom: 28px
}

.wp-block-embed {
	margin-bottom: 30px
}

.product-block.grid .product-image {
	width: 100%
}

.product-block.grid .product-image img {
	width: 100%
}

.bread-title {
	word-break: break-word;
	word-wrap: break-word
}

@media(max-width: 767px) {
	.widget-blogs {
		overflow: hidden
	}
}

.filter-listing-form>.form-group .form-group-inner {
	overflow: hidden
}

.candidate-detail-header,
.employer-detail-header {
	background-repeat: no-repeat
}

@media (min-width: 768px) {
	.cmb-form .cmb-row[data-fieldtype="pw_map"] .cmb-td input:not([type=hidden])+input {
		margin-right: 0px !important
	}
}

.btn-action-icon.approve {
	color: #93cf49
}

.btn-action-icon.approve:hover {
	background: #93cf49;
	color: #fff
}

.btn-action-icon.btn-undo-approve-job-applied.approve {
	color: #f0ad4e
}

.btn-action-icon.btn-undo-approve-job-applied.approve:hover {
	background: #f0ad4e;
	color: #fff
}

.style-list-jobs .application-status-label.label {
	display: inline-block;
	margin-left: 10px
}

.btn-action-icon.mark_filled {
	color: #a5d664
}

.btn-action-icon.mark_filled:hover {
	color: #fff;
	background: #a5d664
}

.btn-action-icon.mark_not_filled {
	color: #aa7343
}

.btn-action-icon.mark_not_filled:hover {
	color: #fff;
	background: #aa7343
}

.job-table .pending_approve {
	color: #f0ad4e
}

.job-table .pending_payment {
	color: #bbb
}

.cmb-form .cmb-type-pw-taxonomy-multiselect .select2-container,
.cmb-form .cmb-type-pw-multiselect .select2-container {
	min-height: 54px;
	height: auto
}

.cmb-form .select2-container .select2-selection--multiple {
	min-height: 54px;
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #f6f9fc;
	background: #f6f9fc;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.cmb-form .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #fff;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px 0 rgba(167, 174, 189, 0.4);
	outline: 0
}

.cmb-form .select2-container--focus .select2-selection--single {
	outline: 0
}

.cmb2-wrap input:focus,
.cmb2-wrap textarea:focus {
	outline: 0
}

.cmb-form .select2-container .select2-selection--multiple .select2-selection__rendered {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 40px;
	padding: 5px 20px
}

.cmb-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff;
	border: 1px solid #ddd
}

.cmb-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	line-height: 31px
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}
@media (min-width: 1200px){
.left-inner {
padding-left:60px;
}
.job-title-detail{
    padding-left:60px;
}
.left-inner1 {
padding-left:60px;
}

}
#back-to-top > i{
        top: 0px;
    position: relative;
}