


@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}




@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}



.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5
}





.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	/* display: none!important */
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}


/*# sourceMappingURL=bootstrap.min.css.map */

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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
}

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

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

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}
	70% {
		-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 {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}
	70% {
		-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;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

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

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

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

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

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

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

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

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

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

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

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

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		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: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		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: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-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 {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

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

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

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

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

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

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

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

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

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

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

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

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

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

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

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

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

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

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

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

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

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

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

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

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

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

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

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

@keyframes fadeOutDown {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		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 {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		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 {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}
	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}
	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}
	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 {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-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 {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-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 {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-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)
	}
	60%,
	80% {
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-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)
	}
	60%,
	80% {
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

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

@keyframes lightSpeedOut {
	0% {
		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 {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	0%,
	to {
		-webkit-transform-origin: center
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

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

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

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

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

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

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

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

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

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

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

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

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

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

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

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

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

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

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

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

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

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

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

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

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

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

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

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left
	}
	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(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
	}
	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(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-name: hinge;
	animation-name: hinge
}

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

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

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

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

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

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

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

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

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

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

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

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

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

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

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

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

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

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

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

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

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

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

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

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

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

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

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

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

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

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.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: 0
}

.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
}

@font-face {
	font-family: 'simple-line-icons';
	src: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/Simple-Line-Icons.eot?v=2.4.0);
	src: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
	font-weight: normal;
	font-style: normal
}

.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
	font-family: 'simple-line-icons';
	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
}

.icon-user:before {
	content: "\e005"
}

.icon-people:before {
	content: "\e001"
}

.icon-user-female:before {
	content: "\e000"
}

.icon-user-follow:before {
	content: "\e002"
}

.icon-user-following:before {
	content: "\e003"
}

.icon-user-unfollow:before {
	content: "\e004"
}

.icon-login:before {
	content: "\e066"
}

.icon-logout:before {
	content: "\e065"
}

.icon-emotsmile:before {
	content: "\e021"
}

.icon-phone:before {
	content: "\e600"
}

.icon-call-end:before {
	content: "\e048"
}

.icon-call-in:before {
	content: "\e047"
}

.icon-call-out:before {
	content: "\e046"
}

.icon-map:before {
	content: "\e033"
}

.icon-location-pin:before {
	content: "\e096"
}

.icon-direction:before {
	content: "\e042"
}

.icon-directions:before {
	content: "\e041"
}

.icon-compass:before {
	content: "\e045"
}

.icon-layers:before {
	content: "\e034"
}

.icon-menu:before {
	content: "\e601"
}

.icon-list:before {
	content: "\e067"
}

.icon-options-vertical:before {
	content: "\e602"
}

.icon-options:before {
	content: "\e603"
}

.icon-arrow-down:before {
	content: "\e604"
}

.icon-arrow-left:before {
	content: "\e605"
}

.icon-arrow-right:before {
	content: "\e606"
}

.icon-arrow-up:before {
	content: "\e607"
}

.icon-arrow-up-circle:before {
	content: "\e078"
}

.icon-arrow-left-circle:before {
	content: "\e07a"
}

.icon-arrow-right-circle:before {
	content: "\e079"
}

.icon-arrow-down-circle:before {
	content: "\e07b"
}

.icon-check:before {
	content: "\e080"
}

.icon-clock:before {
	content: "\e081"
}

.icon-plus:before {
	content: "\e095"
}

.icon-minus:before {
	content: "\e615"
}

.icon-close:before {
	content: "\e082"
}

.icon-event:before {
	content: "\e619"
}

.icon-exclamation:before {
	content: "\e617"
}

.icon-organization:before {
	content: "\e616"
}

.icon-trophy:before {
	content: "\e006"
}

.icon-screen-smartphone:before {
	content: "\e010"
}

.icon-screen-desktop:before {
	content: "\e011"
}

.icon-plane:before {
	content: "\e012"
}

.icon-notebook:before {
	content: "\e013"
}

.icon-mustache:before {
	content: "\e014"
}

.icon-mouse:before {
	content: "\e015"
}

.icon-magnet:before {
	content: "\e016"
}

.icon-energy:before {
	content: "\e020"
}

.icon-disc:before {
	content: "\e022"
}

.icon-cursor:before {
	content: "\e06e"
}

.icon-cursor-move:before {
	content: "\e023"
}

.icon-crop:before {
	content: "\e024"
}

.icon-chemistry:before {
	content: "\e026"
}

.icon-speedometer:before {
	content: "\e007"
}

.icon-shield:before {
	content: "\e00e"
}

.icon-screen-tablet:before {
	content: "\e00f"
}

.icon-magic-wand:before {
	content: "\e017"
}

.icon-hourglass:before {
	content: "\e018"
}

.icon-graduation:before {
	content: "\e019"
}

.icon-ghost:before {
	content: "\e01a"
}

.icon-game-controller:before {
	content: "\e01b"
}

.icon-fire:before {
	content: "\e01c"
}

.icon-eyeglass:before {
	content: "\e01d"
}

.icon-envelope-open:before {
	content: "\e01e"
}

.icon-envelope-letter:before {
	content: "\e01f"
}

.icon-bell:before {
	content: "\e027"
}

.icon-badge:before {
	content: "\e028"
}

.icon-anchor:before {
	content: "\e029"
}

.icon-wallet:before {
	content: "\e02a"
}

.icon-vector:before {
	content: "\e02b"
}

.icon-speech:before {
	content: "\e02c"
}

.icon-puzzle:before {
	content: "\e02d"
}

.icon-printer:before {
	content: "\e02e"
}

.icon-present:before {
	content: "\e02f"
}

.icon-playlist:before {
	content: "\e030"
}

.icon-pin:before {
	content: "\e031"
}

.icon-picture:before {
	content: "\e032"
}

.icon-handbag:before {
	content: "\e035"
}

.icon-globe-alt:before {
	content: "\e036"
}

.icon-globe:before {
	content: "\e037"
}

.icon-folder-alt:before {
	content: "\e039"
}

.icon-folder:before {
	content: "\e089"
}

.icon-film:before {
	content: "\e03a"
}

.icon-feed:before {
	content: "\e03b"
}

.icon-drop:before {
	content: "\e03e"
}

.icon-drawer:before {
	content: "\e03f"
}

.icon-docs:before {
	content: "\e040"
}

.icon-doc:before {
	content: "\e085"
}

.icon-diamond:before {
	content: "\e043"
}

.icon-cup:before {
	content: "\e044"
}

.icon-calculator:before {
	content: "\e049"
}

.icon-bubbles:before {
	content: "\e04a"
}

.icon-briefcase:before {
	content: "\e04b"
}

.icon-book-open:before {
	content: "\e04c"
}

.icon-basket-loaded:before {
	content: "\e04d"
}

.icon-basket:before {
	content: "\e04e"
}

.icon-bag:before {
	content: "\e04f"
}

.icon-action-undo:before {
	content: "\e050"
}

.icon-action-redo:before {
	content: "\e051"
}

.icon-wrench:before {
	content: "\e052"
}

.icon-umbrella:before {
	content: "\e053"
}

.icon-trash:before {
	content: "\e054"
}

.icon-tag:before {
	content: "\e055"
}

.icon-support:before {
	content: "\e056"
}

.icon-frame:before {
	content: "\e038"
}

.icon-size-fullscreen:before {
	content: "\e057"
}

.icon-size-actual:before {
	content: "\e058"
}

.icon-shuffle:before {
	content: "\e059"
}

.icon-share-alt:before {
	content: "\e05a"
}

.icon-share:before {
	content: "\e05b"
}

.icon-rocket:before {
	content: "\e05c"
}

.icon-question:before {
	content: "\e05d"
}

.icon-pie-chart:before {
	content: "\e05e"
}

.icon-pencil:before {
	content: "\e05f"
}

.icon-note:before {
	content: "\e060"
}

.icon-loop:before {
	content: "\e064"
}

.icon-home:before {
	content: "\e069"
}

.icon-grid:before {
	content: "\e06a"
}

.icon-graph:before {
	content: "\e06b"
}

.icon-microphone:before {
	content: "\e063"
}

.icon-music-tone-alt:before {
	content: "\e061"
}

.icon-music-tone:before {
	content: "\e062"
}

.icon-earphones-alt:before {
	content: "\e03c"
}

.icon-earphones:before {
	content: "\e03d"
}

.icon-equalizer:before {
	content: "\e06c"
}

.icon-like:before {
	content: "\e068"
}

.icon-dislike:before {
	content: "\e06d"
}

.icon-control-start:before {
	content: "\e06f"
}

.icon-control-rewind:before {
	content: "\e070"
}

.icon-control-play:before {
	content: "\e071"
}

.icon-control-pause:before {
	content: "\e072"
}

.icon-control-forward:before {
	content: "\e073"
}

.icon-control-end:before {
	content: "\e074"
}

.icon-volume-1:before {
	content: "\e09f"
}

.icon-volume-2:before {
	content: "\e0a0"
}

.icon-volume-off:before {
	content: "\e0a1"
}

.icon-calendar:before {
	content: "\e075"
}

.icon-bulb:before {
	content: "\e076"
}

.icon-chart:before {
	content: "\e077"
}

.icon-ban:before {
	content: "\e07c"
}

.icon-bubble:before {
	content: "\e07d"
}

.icon-camrecorder:before {
	content: "\e07e"
}

.icon-camera:before {
	content: "\e07f"
}

.icon-cloud-download:before {
	content: "\e083"
}

.icon-cloud-upload:before {
	content: "\e084"
}

.icon-envelope:before {
	content: "\e086"
}

.icon-eye:before {
	content: "\e087"
}

.icon-flag:before {
	content: "\e088"
}

.icon-heart:before {
	content: "\e08a"
}

.icon-info:before {
	content: "\e08b"
}

.icon-key:before {
	content: "\e08c"
}

.icon-link:before {
	content: "\e08d"
}

.icon-lock:before {
	content: "\e08e"
}

.icon-lock-open:before {
	content: "\e08f"
}

.icon-magnifier:before {
	content: "\e090"
}

.icon-magnifier-add:before {
	content: "\e091"
}

.icon-magnifier-remove:before {
	content: "\e092"
}

.icon-paper-clip:before {
	content: "\e093"
}

.icon-paper-plane:before {
	content: "\e094"
}

.icon-power:before {
	content: "\e097"
}

.icon-refresh:before {
	content: "\e098"
}

.icon-reload:before {
	content: "\e099"
}

.icon-settings:before {
	content: "\e09a"
}

.icon-star:before {
	content: "\e09b"
}

.icon-symbol-female:before {
	content: "\e09c"
}

.icon-symbol-male:before {
	content: "\e09d"
}

.icon-target:before {
	content: "\e09e"
}

.icon-credit-card:before {
	content: "\e025"
}

.icon-paypal:before {
	content: "\e608"
}

.icon-social-tumblr:before {
	content: "\e00a"
}

.icon-social-twitter:before {
	content: "\e009"
}

.icon-social-facebook:before {
	content: "\e00b"
}

.icon-social-instagram:before {
	content: "\e609"
}

.icon-social-linkedin:before {
	content: "\e60a"
}

.icon-social-pinterest:before {
	content: "\e60b"
}

.icon-social-github:before {
	content: "\e60c"
}

.icon-social-google:before {
	content: "\e60d"
}

.icon-social-reddit:before {
	content: "\e60e"
}

.icon-social-skype:before {
	content: "\e60f"
}

.icon-social-dribbble:before {
	content: "\e00d"
}

.icon-social-behance:before {
	content: "\e610"
}

.icon-social-foursqare:before {
	content: "\e611"
}

.icon-social-soundcloud:before {
	content: "\e612"
}

.icon-social-spotify:before {
	content: "\e613"
}

.icon-social-stumbleupon:before {
	content: "\e614"
}

.icon-social-youtube:before {
	content: "\e008"
}

.icon-social-dropbox:before {
	content: "\e00c"
}

.icon-social-vkontakte:before {
	content: "\e618"
}

.icon-social-steam:before {
	content: "\e620"
}

@font-face {
	font-family: 'themify';
	src: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/themify.eot);
	src: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/themify.eot) format('embedded-opentype'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/themify.woff) format('woff'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/themify.ttf) format('truetype'), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/themify.svg) format('svg');
	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"
}

@font-face {
	font-family: 'lightcase';
	src: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/lightcase.eot?55356177);
	src: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/lightcase.woff?55356177) format("woff"), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/lightcase.ttf?55356177) format("truetype"), url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/css/../fonts/lightcase.svg?55356177#lightcase) format("svg");
	font-weight: normal;
	font-style: normal
}

[class*='lightcase-icon-']:before {
	font-family: 'lightcase', sans-serif;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em
}

.lightcase-icon-play:before {
	content: '\e800'
}

.lightcase-icon-pause:before {
	content: '\e801'
}

.lightcase-icon-close:before {
	content: '\e802'
}

.lightcase-icon-prev:before {
	content: '\e803'
}

.lightcase-icon-next:before {
	content: '\e804'
}

.lightcase-icon-spin:before {
	content: '\e805'
}

@-webkit-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes lightcase-spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

#lightcase-case {
	display: none;
	position: fixed;
	z-index: 2002;
	top: 50%;
	left: 50%;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media screen and (max-width:640px) {
	html[data-lc-type=inline] #lightcase-case,
	html[data-lc-type=ajax] #lightcase-case {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		padding: 55px 0 70px 0;
		width: 100% !important;
		height: 100% !important;
		overflow: auto !important
	}
}

@media screen and (min-width:641px) {
	html:not([data-lc-type=error]) #lightcase-content {
		position: relative;
		z-index: 1;
		text-shadow: none;
		background-color: #fff;
		-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		box-shadow: 0 0 30px rgba(0, 0, 0, .5);
		-webkit-backface-visibility: hidden
	}
}

@media screen and (min-width:641px) {
	html[data-lc-type=image] #lightcase-content,
	html[data-lc-type=video] #lightcase-content {
		background-color: #333
	}
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

@media screen and (max-width:640px) {
	html[data-lc-type=inline] #lightcase-content,
	html[data-lc-type=ajax] #lightcase-content,
	html[data-lc-type=error] #lightcase-content {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: none !important
	}
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:640px) {
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
		padding: 15px
	}
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner>* {
		width: 100% !important;
		max-width: none !important
	}
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe) {
		height: auto !important;
		max-height: none !important
	}
}

@media screen and (max-width:640px) {
	html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
		overflow: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media screen and (max-width:640px) and (min-width:641px) {
	html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
	html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
		line-height: .75
	}
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
	position: relative;
	overflow: hidden !important
}

@media screen and (max-width:640px) {
	html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
	html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
	html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: none !important
	}
}

@media screen and (min-width:641px) {
	html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
		padding: 30px;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:640px) {
	#lightcase-content h1,
	#lightcase-content h2,
	#lightcase-content h3,
	#lightcase-content h4,
	#lightcase-content h5,
	#lightcase-content h6,
	#lightcase-content p {
		color: #aaa
	}
}

@media screen and (min-width:641px) {
	#lightcase-content h1,
	#lightcase-content h2,
	#lightcase-content h3,
	#lightcase-content h4,
	#lightcase-content h5,
	#lightcase-content h6,
	#lightcase-content p {
		color: #333
	}
}

#lightcase-case p.lightcase-error {
	margin: 0;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #aaa
}

@media screen and (max-width:640px) {
	#lightcase-case p.lightcase-error {
		padding: 30px 0
	}
}

@media screen and (min-width:641px) {
	#lightcase-case p.lightcase-error {
		padding: 0
	}
}

.lightcase-open body {
	overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
	max-width: 100%;
	max-height: 100%
}

#lightcase-info {
	position: absolute;
	padding-top: 15px
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: normal;
	text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
	font-size: 17px;
	color: #aaa
}

@media screen and (max-width:640px) {
	#lightcase-info #lightcase-title {
		position: fixed;
		top: 10px;
		left: 0;
		max-width: 87.5%;
		padding: 5px 15px;
		background: #333
	}
}

#lightcase-info #lightcase-caption {
	clear: both;
	font-size: 13px;
	color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
	font-size: 11px;
	color: #aaa
}

@media screen and (max-width:640px) {
	.lightcase-fullScreenMode #lightcase-info {
		padding-left: 15px;
		padding-right: 15px
	}
	html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
		position: static
	}
}

#lightcase-loading {
	position: fixed;
	z-index: 9999;
	width: 1.123em;
	height: auto;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	position: fixed;
	z-index: 2001;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	opacity: 1;
	font-size: 32px;
	text-shadow: 0 0 15px #fff;
	-moz-transform-origin: 50% 53%;
	-webkit-animation: lightcase-spin .5s infinite linear;
	-moz-animation: lightcase-spin .5s infinite linear;
	-o-animation: lightcase-spin .5s infinite linear;
	animation: lightcase-spin .5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
	text-decoration: none;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color, opacity, ease-in-out .25s;
	-moz-transition: color, opacity, ease-in-out .25s;
	-o-transition: color, opacity, ease-in-out .25s;
	transition: color, opacity, ease-in-out .25s
}

#lightcase-loading>span {
	display: inline-block;
	text-indent: -9999px
}

a[class*='lightcase-icon-'] {
	position: fixed;
	z-index: 9999;
	width: 1.123em;
	height: auto;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	outline: 0;
	cursor: pointer
}

a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color, opacity, ease-in-out .25s;
	-moz-transition: color, opacity, ease-in-out .25s;
	-o-transition: color, opacity, ease-in-out .25s;
	transition: color, opacity, ease-in-out .25s
}

a[class*='lightcase-icon-']>span {
	display: inline-block;
	text-indent: -9999px
}

a[class*='lightcase-icon-']:hover {
	color: white;
	text-shadow: 0 0 15px white
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
	color: #aaa;
	text-shadow: none
}

a[class*='lightcase-icon-'].lightcase-icon-close {
	position: fixed;
	top: 15px;
	right: 15px;
	bottom: auto;
	margin: 0;
	opacity: 0;
	outline: 0
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
	left: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-next {
	right: 15px
}

a[class*='lightcase-icon-'].lightcase-icon-pause,
a[class*='lightcase-icon-'].lightcase-icon-play {
	left: 50%;
	margin-left: -.5em
}

@media screen and (min-width:641px) {
	a[class*='lightcase-icon-'].lightcase-icon-pause,
	a[class*='lightcase-icon-'].lightcase-icon-play {
		opacity: 0
	}
}

@media screen and (max-width:640px) {
	a[class*='lightcase-icon-'] {
		bottom: 15px;
		font-size: 24px
	}
}

@media screen and (min-width:641px) {
	a[class*='lightcase-icon-'] {
		bottom: 50%;
		margin-bottom: -.5em
	}
	a[class*='lightcase-icon-']:hover,
	#lightcase-case:hover~a[class*='lightcase-icon-'] {
		opacity: 1
	}
}

#lightcase-overlay {
	display: none;
	width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 2000;
	top: -9999px;
	bottom: -9999px;
	left: 0;
	background: #333
}

@media screen and (max-width:640px) {
	#lightcase-overlay {
		opacity: 1 !important
	}
}

.jssocials-shares {
	margin: .2em 0
}

.jssocials-shares * {
	box-sizing: border-box
}

.jssocials-share {
	display: inline-block;
	vertical-align: top;
	margin: .3em .6em .3em 0
}

.jssocials-share:last-child {
	margin-right: 0
}

.jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 1.5em
}

img.jssocials-share-logo {
	width: auto;
	height: 1em
}

.jssocials-share-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1
}

.jssocials-share-link.jssocials-share-link-count {
	padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	display: block;
	font-size: .6em;
	margin: 0 -.5em -.8em -.5em
}

.jssocials-share-link.jssocials-share-no-count {
	padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
	height: 1em
}

.jssocials-share-label {
	padding-left: .3em;
	vertical-align: middle
}

.jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 .3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
	display: none
}

.jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle
}

.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden
}

.simpleselect,
.simpleselect * {
	box-sizing: content-box
}

.simpleselect {
	position: relative;
	width: 200px;
	height: 38px;
	color: #666;
	font-size: 13px
}

.simpleselect .options {
	width: 198px
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
	padding: 9px 10px;
	line-height: 18px;
	cursor: pointer
}

.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold
}

.simpleselect .options .optgroup .option {
	padding-left: 20px
}

.simpleselect .placeholder,
.simpleselect .options {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.simpleselect .placeholder {
	position: relative
}

.simpleselect .placeholder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat
}

.simpleselect .placeholder:hover {
	background: #fafafa
}

.simpleselect .options {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000
}

.simpleselect .options .option.active {
	background: #666;
	color: #fff
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
	background: #fafafa;
	color: #aaa;
	border-color: #eee;
	cursor: default
}

.simpleselect.disabled .placeholder:after {
	opacity: .5
}

.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 0;
	left: 0
}

.SumoSelect p {
	margin: 0
}

.SumoSelect {
	width: 200px
}

.SelectBox {
	padding: 5px 8px
}

.sumoStopScroll {
	overflow: hidden
}

.SumoSelect .hidden {
	display: none
}

.SumoSelect .search-txt {
	display: none;
	outline: 0
}

.SumoSelect .no-match {
	display: none;
	padding: 6px
}

.SumoSelect.open .search-txt {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border: none;
	box-sizing: border-box;
	border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
	visibility: hidden
}

.SelectClass,
.SumoUnder {
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.SelectClass {
	z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
	box-shadow: 0 0 2px #7799D0;
	border-color: #7799D0
}

.SumoSelect>.CaptionCont {
	position: relative;
	border: 1px solid #A4A4A4;
	min-height: 14px;
	background-color: #fff;
	border-radius: 2px;
	margin: 0
}

.SumoSelect>.CaptionCont>span {
	display: block;
	padding-right: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
	color: #ccc;
	font-style: italic
}

.SumoSelect>.CaptionCont>label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px
}

.SumoSelect>.CaptionCont>label>i {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	opacity: .8
}

.SumoSelect>.optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
	border-radius: 3px;
	overflow: hidden
}

.SumoSelect.open>.optWrapper {
	top: 35px;
	display: block
}

.SumoSelect.open>.optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto
}

.SumoSelect>.optWrapper>.options {
	border-radius: 2px;
	position: relative;
	max-height: 250px
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
	border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
	border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
	border-radius: 0
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
	opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
	padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
	padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
	border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
	border-radius: 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
	border-radius: 0
}

.SumoSelect>.optWrapper>.options li.opt:hover {
	background-color: #E4E4E4
}

.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
	background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
	display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
	cursor: default;
	padding: 8px 6px;
	font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
	background-color: inherit;
	pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
	padding-left: 35px;
	cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .13);
	border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
	display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
	padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: 0;
	background-color: #a1c0e4
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
	border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
	padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
	padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
	padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
	background-color: #11a911;
	box-shadow: none;
	border-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center center
}

.SumoSelect.disabled {
	opacity: .7;
	cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
	border-color: #ccc;
	box-shadow: none
}

.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
	cursor: pointer
}

.SumoSelect .select-all.partial>span i {
	background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
	padding-left: 5px;
	text-decoration: underline
}

.sh-accordion {
	margin-bottom: 15px
}

.sh-accordion-title {
	font-weight: normal
}

.sh-accordion .panel {
	margin: 0 !important
}

.sh-accordion .panel {
	box-shadow: none;
	background-color: transparent
}

.sh-accordion .panel:first-child {
	padding-top: 0 !important
}

.sh-accordion .panel a {
	font-size: 14px
}

.sh-accordion .panel-default>.panel-heading {
	background-color: transparent
}

.sh-accordion .panel-title a {
	display: block;
	padding: 15px 20px
}

.sh-accordion .sh-accordion .panel-default>.panel-heading {
	background-color: transparent
}

.sh-accordion .panel-default,
.sh-accordion .panel,
.sh-accordion .panel-heading {
	border-radius: 0;
	padding: 0;
	border: 0
}

.sh-accordion .panel .panel-collapse .panel-body {
	border-top-color: transparent;
	border-radius: 0;
	background-color: #fff
}

.sh-accordion .panel .panel-collapse .panel-body p:last-child {
	margin-bottom: 0
}

.sh-accordion .collapsed .open-icon,
.sh-accordion .close-icon {
	display: inline-block
}

.sh-accordion .collapsed .close-icon,
.sh-accordion .open-icon {
	display: none
}

.sh-accordion .sh-accordion-icon {
	display: inline-block
}

.sh-accordion .sh-accordion-icon-cell {
	padding-right: 20px
}

.sh-accordion .panel-body .sh-accordion-icon-cell {
	opacity: 0
}

.sh-accordion-content-cell {
	width: 100%
}

.sh-accordion .panel-title a,
.sh-accordion .panel-title a i {
	background-color: #f4f4f4;
	color: #505050
}

.sh-accordion .panel-title a.collapsed,
.sh-accordion .panel-title a.collapsed i {
	background-color: #e2b742;
	color: #fff
}

.sh-accordion-style1 .sh-accordion-item {
	padding-bottom: 10px
}

.sh-accordion-style1 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 10px
}

.sh-accordion-style2 .sh-accordion-item {
	padding-bottom: 5px
}

.sh-accordion-style2 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 15px
}

.sh-accordion-style3 .sh-accordion-item .panel-body {
	padding-top: 20px;
	padding-bottom: 20px
}

.sh-accordion-style3 .panel-title .sh-table {
	padding: 10px 0
}

.sh-accordion-style3-center .sh-accordion-item .sh-table {
	text-align: center
}

.sh-accordion-style3-center .sh-accordion-item .sh-table-cell {
	display: inline-block;
	width: auto
}

.sh-accordion-style4 .sh-accordion-item .panel-body {
	padding-top: 10px;
	padding-bottom: 10px
}

.sh-accordion-style5 .nav-tabs li {
	display: block;
	width: 100%
}

.sh-accordion-style5 .nav-tabs,
.sh-accordion-style5 .nav-tabs a {
	border-width: 0 !important;
	background-color: transparent !important
}

.sh-accordion-style5 .nav-tabs {
	border-right: 1px solid #f3f3f3 !important
}

.sh-accordion-style5 .nav-tabs li {
	text-align: right;
	position: relative
}

.sh-accordion-style5 .nav-tabs li:after {
	display: block;
	clear: both;
	content: "";
	background-color: transparent;
	position: absolute;
	right: -4px;
	top: 0;
	bottom: 0;
	width: 7px;
	border-radius: 100px;
	opacity: 1;
	transition: .3s background-color ease-in-out
}

.sh-accordion-style5 .nav-tabs li.active:after {
	background-color: #f4d927
}

.sh-accordion-style5 .nav-tabs li.active a {
	color: #454545;
	font-size: 16px;
	transition: .3s color ease-in-out
}

.sh-accordion-style5 .nav-tabs li.active i {
	font-size: 24px
}

.sh-accordion-style5 .nav-tabs a {
	font-size: 13px;
	font-weight: bold;
	color: gray;
	line-height: 180%
}

.sh-accordion-style5 .nav-tabs i {
	padding-left: 12px;
	font-size: 18px;
	bottom: -2px;
	position: relative
}

.sh-accordion-style5 .tab-content {
	padding-left: 15px;
	padding-top: 36px
}

.sh-accordion-style5 .tab-content,
.sh-accordion-style5 .tab-content p {
	line-height: 195%
}

@media(max-width:991px) {
	.sh-accordion-style5 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0 !important
	}
	.sh-accordion-style5 .nav-tabs li {
		text-align: left
	}
	.sh-accordion-style5 .nav-tabs i {
		float: left;
		padding-left: 0;
		padding-right: 12px
	}
	.sh-accordion-style5 .nav-tabs li:after {
		left: -4px
	}
	.sh-accordion-style5 .tab-content {
		padding-left: 16px
	}
}

.sh-accordion-style6 .panel-title a {
	padding: 25px 20px;
	border-radius: 8px
}

.sh-accordion-style6 .panel-title a.collapsed {
	border-radius: 0
}

.sh-accordion-style6 .sh-accordion-title {
	font-size: 16px;
	font-weight: 900
}

.sh-accordion-style6 a.collapsed .sh-accordion-title {
	font-weight: 400
}

.sh-accordion-style6 .sh-accordion-item .panel-body {
	padding-top: 15px;
	padding-bottom: 15px
}

.sh-accordion-style6 .fw-page-builder-content {
	font-size: 16px
}

.sh-accordion-style6 .fw-page-builder-content p {
	line-height: 150%
}

.sh-accordion-style6 .sh-accordion-item {
	padding-bottom: 1px !important
}

.sh-alert {
	padding: 18px;
	position: relative;
	margin-bottom: 20px
}

.sh-alert-data {
	padding-right: 35px
}

.sh-alert-icon {
	display: inline-block;
	font-size: 24px;
	width: 26px;
	text-align: center;
	position: relative;
	bottom: -3px;
	padding-right: 20px
}

.sh-alert-data-icon {
	padding-right: 20px
}

.sh-alert-data .button.wc-forward {
	display: none
}

.sh-alert-title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0
}

.sh-alert-text {
	margin-top: 5px
}

.sh-alert-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -3px;
	margin: 0 18px;
	cursor: pointer;
	font-size: 18px
}

.sh-alert-notice,
.sh-alert-notice .sh-alert-title,
.sh-alert-notice .sh-alert-title a {
	background-color: #f4f4f4;
	color: #8d8d8d
}

.sh-alert-success,
.sh-alert-success .sh-alert-title,
.sh-alert-success .sh-alert-title a {
	background-color: #dff4e5;
	color: #36bd5f
}

.sh-alert-warning,
.sh-alert-warning .sh-alert-title,
.sh-alert-warning .sh-alert-title a {
	background-color: #c0eaea;
	color: #39b5b5
}

.sh-alert-error,
.sh-alert-error .sh-alert-title,
.sh-alert-error .sh-alert-title a {
	background-color: #f5c3c3;
	color: #e64f4f
}

.sh-alert-center {
	text-align: center
}

.sh-alert-center .sh-alert-icon {
	margin-right: 10px;
	bottom: -3px;
	position: relative
}

.sh-alert-center .sh-alert-title {
	margin-top: -4px
}

.sh-alert-with-line {
	padding: 0 18px
}

.sh-alert-with-line .sh-alert-icon-container {
	position: relative;
	padding: 18px 0;
	padding-right: 18px
}

.sh-alert-with-line .sh-alert-title-container {
	width: 100%;
	padding: 18px 0;
	padding-left: 18px
}

.sh-alert-with-line.sh-alert-error .sh-alert-icon-container {
	border-right: 1px solid #f7b3b3
}

.sh-alert-with-line.sh-alert-notice .sh-alert-icon-container {
	border-right: 1px solid #e5e5e5
}

.sh-recent-posts-columns5 article.post-item {
	width: 20%
}

@media(max-width:1450px) {
	.sh-recent-posts-columns5 article.post-item {
		width: 25%
	}
}

@media(max-width:1250px) {
	.sh-recent-posts-columns5 article.post-item {
		width: 33.3%
	}
}

.blog-style-largedate .post-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: none;
	padding: 20px 0;
	margin-right: -4px
}

.blog-style-largedate h2 {
	margin-top: 0
}

.blog-style-largedate .post-meta-two a.post-meta-comments {
	display: none
}

.blog-style-largedate .post-title-format {
	font-style: italic
}

.blog-style-largedate .post-format-icon {
	color: #47c9e5;
	padding-right: 5px
}

.blog-style-largedate .post-custom-date {
	width: 80px;
	padding-right: 25px;
	position: relative
}

.blog-style-largedate .post-custom-date .post-comments {
	position: absolute;
	top: -3px;
	right: 25px;
	padding: 4px 7px;
	line-height: 1;
	background-color: #47c9e5;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 13px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.12);
	cursor: default
}

.blog-style-largedate .post-custom-date .post-day {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	height: 70px;
	line-height: 70px;
	min-width: 70px;
	background-color: #f4f4f4;
	border-radius: 100px
}

.blog-style-largedate .post-custom-date .post-month {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px
}

@media(max-width:1000px) {
	.blog-style-largedate .post-item {
		width: 100%
	}
}

.blog-style-largeimage {
	position: relative;
	margin: 0 -15px
}

.blog-style-largeimage img {
	height: auto
}

.blog-style-largeimage .post-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	float: none;
	padding: 30px 0 10px 0;
	margin-right: -4px;
	position: relative
}

.blog-style-largeimage h2 {
	margin-top: 0
}

.blog-style-largeimage .post-title-format {
	font-style: italic
}

.blog-style-largeimage .post-format-icon {
	color: #47c9e5;
	padding-right: 5px
}

.sh-button-container {
	margin: 10px auto
}

.sh-button {
	position: relative;
	display: inline-block;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
	position: relative;
	-webkit-transform: translateZ(0)
}

.sh-button-icon {
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-top: -3px;
	bottom: -3px;
	margin-right: 10px
}

.sh-button-icon i {
	font-size: 130%
}

.sh-button-text {
	position: relative;
	font-weight: bold;
	position: relative;
	z-index: 10
}

.sh-button-icon i {
	font-size: 130%
}

.sh-button-xsmall .sh-button-icon {
	margin-right: 7px
}

.sh-button-xsmall .sh-button-text {
	bottom: -1px
}

.sh-button-tale-bottom {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5
}

.sh-button-tale-top {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e5e5e5
}

.sh-button-xsmall {
	padding: 8px 21px;
	font-size: 11px
}

.sh-button-small {
	padding: 10px 26px;
	font-size: 12px
}

.sh-button-medium {
	padding: 14px 31px;
	font-size: 13px
}

.sh-button-large {
	padding: 16px 36px;
	font-size: 14px
}

.sh-button-xlarge {
	padding: 16.5px 41px;
	font-size: 16px
}

.sh-button-xlarge-small {
	font-size: 13px;
	padding: 19px 41px
}

.sh-button-xsmall.sh-button-icon-right .sh-button-icon {
	bottom: -5px
}

.sh-button-icon-right .sh-button-icon {
	margin-left: 10px;
	margin-right: auto;
	bottom: -4px;
	float: right
}

.sh-button-icon-right.sh-button-xsmall {
	padding-left: 16px
}

.sh-button-icon-right.sh-button-small {
	padding-left: 20px
}

.sh-button-icon-right.sh-button-medium {
	padding-left: 27px
}

.sh-button-icon-right.sh-button-large {
	padding-left: 33px
}

.sh-button-icon-right.sh-button-xlarge {
	padding-left: 45px
}

.sh-button-icon-left.sh-button-xsmall {
	padding-right: 16px
}

.sh-button-icon-left.sh-button-small {
	padding-right: 20px
}

.sh-button-icon-left.sh-button-medium {
	padding-right: 27px
}

.sh-button-icon-left.sh-button-large {
	padding-right: 33px
}

.sh-button-icon-left.sh-button-xlarge {
	padding-right: 45px
}

.sh-button-style-2 .sh-button {
	overflow: hidden
}

.sh-button-style-2 .sh-button-icon-right:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 300%;
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px
}

.sh-button-style-2 .sh-button-icon-right:hover:after {
	width: 120%
}

.sh-button-style-2 .sh-button-icon-left:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 300%;
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 1;
	left: -10%;
	top: 0;
	margin: -5px 0 0 -5px
}

.sh-button-style-2 .sh-button-icon-left:hover:after {
	width: 120%
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right) {
	position: relative
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 300%;
	background-color: rgba(255, 255, 255, 0.15);
	z-index: 1;
	right: -10%;
	top: 0;
	margin: -5px 0 0 -5px;
	transition: all .3s ease-in-out
}

.sh-button-style-2 .sh-button:not(.sh-button-icon-left):not(.sh-button-icon-right):hover:after {
	width: 120%
}

.sh-button-style-3 .sh-button {
	padding: 0
}

.sh-button-style-4 {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.sh-button-style-4 .sh-button {
	display: block
}

.sh-button-style-4 .sh-button-hidden {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #fff3f9;
	color: #c93a82;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateX(-25%)
}

.sh-button-style-4:hover .sh-button,
.sh-button-style-4:focus .sh-button {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.sh-button-style-4:hover .sh-button-hidden,
.sh-button-style-4:focus .sh-button-hidden {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}

.sh-button-style-5 .sh-button .sh-button-text {
	transition: .3s letter-spacing ease-in-out;
	letter-spacing: normal
}

.sh-button-style-5 .sh-button:hover .sh-button-text {
	letter-spacing: 2px
}

.sh-button-style-5 .sh-button-icon-right .sh-button-icon {
	bottom: -5px
}

.sh-column {
	background-size: cover;
	background-position: 50% 50%;
	padding: 0 15px 0 15px;
	margin: 0;
	transition: all .3s ease-in-out !important
}

.sh-column-wrapper {
	z-index: 1;
	position: relative
}

.sh-column-wrapper>*:last-child {
	margin-bottom: 0
}

@media(max-width:800px) {
	.sh-column:not(:only-of-type):not(.sh-column-mobile-padding) .sh-column-wrapper>*:last-child {
		margin-bottom: 45px !important
	}
	.sh-section .fw-row:last-child .sh-column:not(.sh-column-mobile-padding):last-child .sh-column-wrapper>*:last-child {
		margin-bottom: 0 !important
	}
	.sh-section-mobile-alignment-center .sh-text-block,
	.sh-section-mobile-alignment-center .sh-heading-content,
	.sh-section-mobile-alignment-center .sh-button-container,
	.sh-section-mobile-alignment-center .sh-single-image {
		text-align: center !important
	}
}

.wrap-forms sup {
	font-size: 0
}

.wrap-forms sup:before {
	font-family: 'simple-line-icons';
	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;
	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px
}

.wrap-forms input,
.wrap-forms select {
	height: 50px !important
}

.wrap-forms label {
	margin-bottom: 10px
}

.wrap-forms textarea {
	padding: 15px 20px
}

.contact-form input[type="submit"] {
	background-color: #47c9e5;
	color: #fff;
	line-height: 55px;
	height: 55px;
	border-width: 0;
	padding: 0 35px;
	font-weight: bold
}

.contact-form .simpleselect {
	width: 100%
}

.fw-flash-messages>ul {
	padding: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	text-align: center;
	font-weight: bold
}

.fw-flash-messages>ul.fw-flash-type-success {
	background-color: #dff4e5;
	color: #36bd5f
}

.fw-flash-messages ul {
	list-style: none;
	margin-bottom: 0
}

.fw_form_fw_form .form-error {
	position: relative;
	margin-top: -10px;
	padding-bottom: 10px;
	color: #e54747 !important
}

.fw_form_fw_form>div {
	vertical-align: top
}

.fw-flash-type-error {
	list-style: none;
	color: #e54747;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: bold
}

.fw-flash-type-success {
	list-style: none;
	color: #40c738;
	padding-left: 0;
	margin-bottom: 0;
	font-weight: bold
}

.fw-form-loading:after {
	content: "\f110";
	font-family: 'FontAwesome';
	height: 80px;
	width: 80px;
	display: table;
	font-size: 80px;
	line-height: 80px;
	margin: 50px auto 0;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #000
}

.wpcf7-form p {
	font-weight: bold;
	font-size: 15px
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form span {
	font-weight: normal
}

.wpcf7-form-control-wrap {
	margin-top: 10px;
	margin-bottom: 20px !important;
	display: block
}

.wpcf7-form-control-wrap .simpleselect {
	width: 100%;
	font-weight: normal;
	font-size: 14px
}

.wpcf7-form select {
	height: 56px
}

.wpcf7-list-item-label {
	padding-right: 6px
}

.wpcf7-not-valid {
	border-color: #e64f4f !important
}

.wpcf7-not-valid-tip {
	display: none !important
}

.wpcf7-form .wpcf7-response-output {
	border-width: 0;
	text-align: center;
	background-color: #f4f4f4;
	color: #8d8d8d;
	padding: 20px;
	font-weight: bold
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #dff4e5;
	color: #36bd5f
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select {
	line-height: inherit !important;
	display: initial !important;
	width: auto !important
}

.gform_wrapper table th,
.gform_wrapper table td {
	padding: inherit !important
}

.sh-countdown {
	text-align: center;
	margin: 0;
	margin-bottom: 15px
}

.sh-countdown>div {
	display: inline-block;
	padding: 10px 23px;
	position: relative
}

.sh-countdown>div:last-child {
	border-right: 0
}

.sh-countdown>div>span {
	font-size: 66px;
	line-height: 1;
	text-align: center
}

.sh-countdown>div>div {
	font-size: 28px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center
}

.sh-countdown-small>div {
	padding: 3px 13px
}

.sh-countdown-small>div>span {
	font-size: 36px;
	line-height: 1.6
}

.sh-countdown-small>div>div {
	font-size: 14px;
	padding-top: 0 !important
}

.sh-countdown-large>div {
	padding: 10px 23px
}

.sh-countdown-large>div>span {
	font-size: 100px
}

.sh-countdown-large>div>div {
	font-size: 40px;
	padding-top: 25px !important
}

.sh-countdown-style2.sh-countdown-small>div>div {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 2px
}

.sh-countdown-style2.sh-countdown-large>div>div {
	font-size: 21px;
	padding-bottom: 15px
}

.sh-countdown-style3.sh-countdown-large>.weeks>span,
.sh-countdown-style3.sh-countdown-large>.days>span {
	font-size: 140px
}

.sh-countdown-style3.sh-countdown-large>.weeks>div,
.sh-countdown-style3.sh-countdown-large>.days>div {
	font-size: 46px;
	padding-top: 15px
}

.sh-countdown-style3.sh-countdown-large>div>div {
	font-size: 30px
}

.sh-countdown-style3.sh-countdown-small>.weeks>span,
.sh-countdown-style3.sh-countdown-small>.days>span {
	font-size: 60px
}

.sh-countdown-style3.sh-countdown-small>.weeks>div,
.sh-countdown-style3.sh-countdown-small>.days>div {
	font-size: 21px;
	margin-top: 5px
}

.sh-countdown-style3.sh-countdown-small>div>div {
	font-size: 16px
}

.sh-countdown-style1>div {
	border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-countdown-style2>div>div {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase
}

.sh-countdown-style3>.weeks>span,
.sh-countdown-style3>.days>span {
	font-size: 100px
}

.sh-countdown-style3>.weeks>div,
.sh-countdown-style3>.days>div {
	font-size: 36px;
	padding-top: 15px
}

.sh-countdown-style3>.weeks {
	border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-countdown-style3>div>div {
	font-weight: normal;
	font-size: 24px
}

.sh-coundtdown-container {
	display: none !important
}

.sh-countdown-style3 .sh-coundtdown-container {
	width: 100%;
	margin-bottom: 0;
	display: block !important
}

.sh-countdown-alignment-left {
	text-align: left
}

.sh-countdown-alignment-right {
	text-align: right
}

.sh-countdown-alignment-right>div:first-child {
	padding-left: 0
}

.sh-countdown-alignment-right>div:last-child {
	padding-right: 0
}

.sh-counter {
	text-align: center;
	color: #8d8d8d;
	margin: 0 auto 15px auto
}

.sh-counter-icon {
	font-size: 24px;
	margin-bottom: 10px
}

.sh-counter-number {
	font-size: 30px;
	padding: 15px 0;
	line-height: 1
}

.sh-counter-title {
	font-size: 16px;
	font-weight: bold
}

.sh-counter-subtitle {
	font-size: 13px
}

.sh-counter-divider {
	width: 26px;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 2px;
	border-color: rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	margin-bottom: 10px
}

.sh-counter-style1 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 2px;
	font-weight: bold
}

.sh-counter-style1 .sh-counter-topbar {
	text-align: center
}

.sh-counter-style1 .sh-counter-topbar>* {
	display: inline-block
}

.sh-counter-style1 .sh-counter-title {
	font-size: 16px;
	font-weight: bold
}

.sh-counter-style1 .sh-counter-icon i {
	font-size: 30px;
	padding-right: 12px;
	position: relative;
	bottom: -4px
}

.sh-counter-style1 .sh-counter-subtitle {
	font-size: 14px
}

.sh-counter-style2 .sh-counter-number {
	font-size: 48px;
	margin-bottom: 0;
	font-weight: bold
}

.sh-counter-style2 .sh-counter-title {
	font-size: 16px;
	font-weight: normal
}

.sh-counter-style2 .sh-counter-subtitle {
	font-size: 14px
}

.sh-counter-style3 .text-right {
	width: 50%;
	padding-right: 18px
}

.sh-counter-style3 .text-left {
	width: 50%;
	padding-left: 18px;
	border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.sh-counter-style3 .sh-counter-number {
	font-size: 48px;
	font-weight: bold;
	padding: 0
}

.sh-counter-style3 .sh-counter-title {
	font-size: 18px
}

.sh-counter-style3 .sh-counter-subtitle {
	font-size: 18px
}

.sh-counter-style4 .sh-counter-title {
	font-size: 24px;
	padding-left: 13px
}

.sh-counter-style4 .sh-counter-subtitle {
	font-size: 16px;
	padding-top: 6px
}

.sh-counter-style5 .sh-counter-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	border: 2px rgba(0, 0, 0, 0.08) solid;
	margin: 0 auto;
	font-size: 36px;
	margin-bottom: 6px
}

.sh-counter-style5 .sh-counter-title {
	font-size: 18px;
	font-weight: bold
}

.sh-counter-style5 .sh-counter-subtitle {
	font-size: 16px
}

.sh-counter-style6 .sh-counter-number {
	font-size: 48px;
	padding-bottom: 24px;
	font-weight: bold
}

.sh-counter-style6 .sh-counter-title {
	font-size: 18px;
	font-weight: bold
}

.sh-counter-style6 .sh-counter-subtitle {
	font-size: 18px
}

.sh-counter-style6 .sh-counter-divider {
	width: 30px
}

.sh-divider-line {
	border-top: 1px solid #e5e5e5;
	margin: 0 auto
}

.sh-divider-content {
	position: relative;
	font-size: 16px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	margin: 0 auto
}

.sh-divider-content:before,
.sh-divider-content:after {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 50%;
	height: 1px;
	content: '';
	border-top: 0 solid #e5e5e5;
	margin-top: 0
}

.sh-divider-content:before {
	margin-left: -50%;
	text-align: right
}

.sh-divider-icon {
	font-size: 24px;
	padding: 0 25px;
	letter-spacing: 1px
}

.sh-divider-icon i {
	position: relative;
	bottom: -1px
}

.sh-divider-icon i.icon-options {
	bottom: -2px
}

.sh-divider-title {
	padding: 0 15px;
	font-size: 14px
}

.sh-divider-title * {
	display: inline-block;
	margin-bottom: 0 !important;
	margin-top: 0 !important
}

.sh-divider-title h1,
.sh-divider-title h2,
.sh-divider-title h3,
.sh-divider-title h4,
.sh-divider-title h5,
.sh-divider-title h6 {
	line-height: 1 !important;
	margin-top: -3px !important
}

.sh-divider-title-box {
	padding: 10px 25px;
	background-color: #f5f5f5;
	font-size: 14px;
	position: relative;
	z-index: 10
}

.sh-divider-left>div {
	margin: 0;
	text-align: left;
	padding-left: 0
}

.sh-divider-left .sh-divider-icon,
.sh-divider-left .sh-divider-title {
	padding-left: 0
}

.sh-divider-left .sh-divider-content:after {
	width: 100%
}

.sh-divider-right>div {
	margin: 0;
	margin-left: auto;
	text-align: right;
	padding-right: 0
}

.sh-divider-right .sh-divider-icon,
.sh-divider-right .sh-divider-title {
	padding-right: 0
}

.sh-divider-right .sh-divider-content:before {
	margin-left: -100%;
	width: 100%
}

.sh-event {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 25px
}

.sh-event-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	border-left: 3px solid #47c9e5;
	padding: 2px 0;
	padding-left: 10px
}

.sh-event-desc {
	font-size: 16px
}

.sh-event-button {
	border: 2px solid #e4e4e4;
	line-height: 46px;
	padding: 0 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	border-radius: 100px;
	font-size: 13px;
	color: #505050;
	transition: .3s all ease-in-out
}

.sh-event-button:hover {
	background-color: #47c9e5;
	border-color: #47c9e5;
	color: #fff
}

@media(max-width:400px) {
	.sh-event-container>div {
		float: none !important
	}
	.sh-event-button {
		margin-top: 15px
	}
}

.sh-heading span {
	display: block
}

.sh-heading span span {
	display: inline-block
}

.sh-heading span.sh-heading-animated-typed,
.sh-heading span.typed-cursor,
.sh-heading span.sh-heading-animated-fixed {
	display: inline
}

.sh-heading .sh-heading-content {
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 0
}

.sh-heading-style2 {
	position: relative;
	text-align: center;
	margin-top: 30px
}

.sh-heading-style2 .sh-heading-additional {
	position: absolute;
	left: 0;
	right: 0;
	top: 11px;
	bottom: 0;
	margin-bottom: 0
}

.sh-heading-style2 .sh-heading-additional-text {
	font-size: 72px;
	line-height: 72px;
	color: #efefef;
	font-style: italic;
	z-index: -1;
	margin-top: 0
}

.sh-heading-style3 .sh-heading-content {
	display: table;
	padding: 20px 75px;
	margin: 0 auto
}

.sh-heading-style4 .sh-heading-content {
	display: table;
	padding: 40px 75px;
	margin: 0 auto
}

.sh-heading-animated-content {
	margin-bottom: 0
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .7s infinite;
	animation: blink .7s infinite
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

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

.sh-icon {
	display: table !important
}

.sh-icon-left {
	margin-right: auto
}

.sh-icon-right {
	margin-left: auto
}

.sh-icon-center {
	margin: 0 auto
}

.sh-icon-group {
	text-align: center
}

.sh-icon-group-left {
	text-align: left
}

.sh-icon-group-right {
	text-align: right
}

.sh-icon-group-item {
	display: inline-block;
	padding: 12px 24px
}

.sh-icon-group-item i {
	font-size: 24px;
	line-height: 60px
}

.sh-icon-group-item {
	width: 60px;
	height: 60px;
	padding: 0 10px;
	position: relative;
	cursor: pointer
}

.sh-icon-group-style2 .sh-icon-group-item {
	border-radius: 100px;
	border: 1px solid rgba(183, 183, 183, .53);
	width: 54px;
	height: 54px;
	text-align: center;
	margin-right: 12px;
	transition: .3s all ease-in-out
}

.sh-icon-group-style2 .sh-icon-group-item i {
	line-height: 53px
}

.sh-icon-group-style1 .sh-icon-group-item-container {
	transition: .5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	text-align: center
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation .5s;
	animation: icon_round_animation .5s;
	color: #fff;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2)
}

.sh-icon-group-style1 .sh-icon-group-item:hover .sh-icon-group-item-container i {
	color: #505050 !important
}

.sh-iconbox {
	margin: 0 0 15px 0;
	position: relative;
	text-align: center
}

.sh-iconbox-icon-shape {
	position: relative
}

.sh-iconbox-icon {
	font-size: 30px;
	margin-bottom: 20px
}

.sh-iconbox-title h3 {
	font-size: 16px;
	margin-bottom: 7px
}

@media(max-width:800px) {
	.sh-iconbox.improved-responsiveness {
		max-width: 450px;
		margin: 0 auto
	}
}

.sh-iconbox-style1 .sh-iconbox-hover,
.sh-iconbox-style2 .sh-iconbox-hover,
.sh-iconbox-style3 .sh-iconbox-hover,
.sh-iconbox-style4 .sh-iconbox-hover,
.sh-iconbox-style5 .sh-iconbox-hover,
.sh-iconbox-style6 .sh-iconbox-hover {
	display: inline-block;
	position: relative
}

.sh-iconbox-style1:hover .sh-iconbox-hover,
.sh-iconbox-style2:hover .sh-iconbox-hover,
.sh-iconbox-style3:hover .sh-iconbox-hover,
.sh-iconbox-style4:hover .sh-iconbox-hover,
.sh-iconbox-style5:hover .sh-iconbox-hover,
.sh-iconbox-style6:hover .sh-iconbox-hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.sh-iconbox-left .sh-iconbox-icon {
	position: absolute
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 55px;
	text-align: left
}

.sh-iconbox-left .sh-iconbox-icon {
	position: absolute
}

.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 60px
}

.sh-iconbox-style1.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 160px
}

.sh-iconbox-style3.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 90px
}

.sh-iconbox-style7.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-left .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-left .sh-iconbox-aside {
	padding-left: 120px
}

.sh-iconbox-style10.sh-iconbox-left,
.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-top {
	text-align: left
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-icon {
	position: relative
}

.sh-iconbox-style10.sh-iconbox-left .sh-iconbox-container>div {
	padding-left: 0
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-container>div {
	padding-right: 0
}

.sh-iconbox-left .sh-iconbox-seperator {
	margin-left: 0 !important
}

@media(min-width:1400px) and (max-width:1650px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		font-size: 30px !important;
		padding-right: 10px
	}
}

@media(min-width:800px) and (max-width:1399px) {
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon {
		display: block
	}
	.sh-section-container .sh-column.fw-col-sm-3 .sh-iconbox-style10 .sh-iconbox-icon i {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 10px
	}
}

.sh-iconbox-right .sh-iconbox-icon {
	position: absolute;
	right: 0
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 55px;
	text-align: right
}

.sh-iconbox-right .sh-iconbox-icon {
	position: absolute
}

.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 60px
}

.sh-iconbox-style1.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 160px
}

.sh-iconbox-style3.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style4.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style5.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style6.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 90px
}

.sh-iconbox-style7.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style8.sh-iconbox-right .sh-iconbox-aside,
.sh-iconbox-style9.sh-iconbox-right .sh-iconbox-aside {
	padding-right: 120px
}

.sh-iconbox-right .sh-iconbox-seperator {
	margin-right: 0 !important
}

.sh-iconbox-style10.sh-iconbox-right,
.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-top {
	text-align: right
}

.sh-iconbox-style10.sh-iconbox-right .sh-iconbox-icon {
	position: relative
}

.sh-iconbox-style1 {
	text-align: center
}

.sh-iconbox-style1 .sh-iconbox-icon-shape {
	border: 2px solid #e6e6e6;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
	position: relative
}

.sh-iconbox-style1 .sh-iconbox-icon-shape>i {
	line-height: 130px
}

.sh-iconbox-style1 .sh-iconbox-rhombus {
	width: 110px;
	height: 110px;
	margin-top: 42px
}

.sh-iconbox-style1 .sh-iconbox-rhombus>i {
	line-height: 110px
}

.sh-iconbox-style1 .sh-iconbox-icon2 {
	position: absolute;
	right: -23px;
	bottom: -23px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%
}

.sh-iconbox-style1 .sh-iconbox-icon2 i {
	line-height: 60px;
	color: #dcdcdc;
	font-size: 24px
}

.sh-iconbox-style1 .sh-iconbox-circle .sh-iconbox-icon2 {
	right: -14px;
	bottom: -14px
}

.sh-iconbox-style2 .sh-iconbox-icon {
	margin-bottom: 10px
}

.sh-iconbox-style2:not(.sh-iconbox-left):not(.sh-iconbox-right) .sh-iconbox-title h3 {
	margin-bottom: 20px
}

.sh-iconbox-style3 .sh-iconbox-icon-shape,
.sh-iconbox-style4 .sh-iconbox-icon-shape,
.sh-iconbox-style5 .sh-iconbox-icon-shape,
.sh-iconbox-style6 .sh-iconbox-icon-shape {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px
}

.sh-iconbox-style4 .sh-iconbox-icon-shape i,
.sh-iconbox-style5 .sh-iconbox-icon-shape i,
.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	line-height: 60px;
	font-size: 60px
}

.sh-iconbox-style4 .sh-iconbox-seperator {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 5px;
	background-color: #ebebeb;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 30px
}

.sh-iconbox-style5 .sh-iconbox-title {
	color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 8px
}

.sh-iconbox-style6 .sh-iconbox-icon-shape i {
	text-shadow: -3px 2px rgba(141, 141, 141, .3)
}

.sh-iconbox-style7 .sh-iconbox-icon-shape,
.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: table;
	position: relative;
	margin-bottom: 30px
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i,
.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	line-height: 90px;
	font-size: 40px
}

.sh-iconbox-style7 .sh-iconbox-icon-shape {
	width: 100px;
	height: 100px;
	border: 2px solid #8d8d8d
}

.sh-iconbox-style7 .sh-iconbox-icon-shape i {
	color: #8d8d8d;
	line-height: 100px
}

.sh-iconbox-style8 .sh-iconbox-icon-shape,
.sh-iconbox-style9 .sh-iconbox-icon-shape {
	background-color: #8d8d8d
}

.sh-iconbox-style8 .sh-iconbox-icon-shape i,
.sh-iconbox-style9 .sh-iconbox-icon-shape i {
	color: #fff
}

.sh-iconbox-style8 .sh-iconbox-icon-shape:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border: 2px solid #fff
}

.sh-iconbox-style8 .sh-iconbox-circle:after {
	border-radius: 50%
}

.sh-iconbox-style10 .sh-iconbox-top {
	text-align: center;
	padding-bottom: 15px !important
}

.sh-iconbox-style10 .sh-iconbox-icon i {
	padding-right: 15px;
	position: relative;
	bottom: -1px;
	vertical-align: middle
}

@media(max-width:1024px) {
	.sh-iconbox-style10 .sh-iconbox-icon i {
		padding-left: 15px
	}
}

.sh-iconbox-style10 .sh-iconbox-top>div {
	display: inline-block;
	line-height: normal
}

.sh-iconbox-style10 .sh-iconbox-container>div {
	padding: 10px
}

.sh-iconbox-style10 .sh-iconbox-container>.sh-iconbox-top {
	padding-top: 0
}

.sh-iconbox-style10 .sh-iconbox-container>.sh-iconbox-bottom {
	padding-bottom: 0;
	padding-top: 15px !important
}

.sh-iconbox-style10 .sh-iconbox-top {
	border-bottom: 1px solid #e8e8e8
}

.sh-iconbox-style10 h3,
.sh-iconbox-style10 .sh-iconbox-icon {
	margin-bottom: 0
}

.sh-iconbox-style11 .sh-iconbox-container {
	padding: 0 30px;
	margin-top: -10px
}

.sh-iconbox-style11 .sh-iconbox-top {
	position: relative;
	padding: 40px 0
}

.sh-iconbox-style11 .sh-iconbox-title {
	background-color: #fff;
	display: table;
	margin: 0 auto
}

.sh-iconbox-style11 .sh-iconbox-title h3 {
	margin-bottom: 0
}

.sh-iconbox-style11 .sh-iconbox-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	margin-bottom: 0
}

.sh-iconbox-style11 .sh-iconbox-icon-shape {
	margin-bottom: -10px
}

.sh-iconbox-style11 .sh-iconbox-icon i {
	font-size: 72px;
	color: #f1f1f1
}

.sh-iconbox-style12 {
	transition: .3s left ease-in-out;
	left: 0;
	right: 0
}

.sh-iconbox-style12.sh-iconbox-left:hover {
	left: 15px
}

.sh-iconbox-style12.sh-iconbox-right:hover {
	right: 15px
}

.sh-iconbox-style12:not(.sh-iconbox-left):not(.sh-iconbox-right):hover {
	top: 15px
}

.sh-iconbox-none {
	border: 0 !important
}

.sh-iconbox-none {
	line-height: normal
}

.sh-iconbox-circle {
	border-radius: 50%
}

.sh-iconbox-rounded {
	border-radius: 10px
}

.sh-iconbox-rhombus {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sh-iconbox-rhombus i {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative
}

.sh-iconbox-slider-content {
	display: none
}

.sh-iconbox-slider-content.slick-initialized {
	display: block
}

.sh-iconbox-slider-item {
	height: 600px;
	background-color: #fafafa;
	text-align: center
}

.sh-iconbox-slider-item-content {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 125px
}

.sh-iconbox-slider-tabs {
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	position: relative;
	margin-top: -125px;
	z-index: 100
}

.sh-iconbox-slider-tabs .slick-list {
	padding: 0 !important
}

.sh-iconbox-slider-tabs.sh-iconbox-slider-lock .slick-track {
	transform: translate3d(0px, 0px, 0px) !important
}

.sh-iconbox-slider-tab {
	width: 250px;
	height: 250px !important;
	text-align: center;
	background-color: transparent;
	position: relative;
	float: left;
	overflow: hidden
}

.sh-iconbox-slider-tab:hover h5 {
	font-weight: bold
}

.sh-iconbox-slider-tab-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #e6e6e6;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0
}

.sh-iconbox-slider-tabs .sh-iconbox-slider-tab.slick-center:last-child .sh-iconbox-slider-tab-container {
	border-right-width: 0
}

.sh-iconbox-slider-tab-content {
	position: relative;
	z-index: 100
}

.sh-iconbox-slider-item-content-container {
	max-width: 930px;
	margin: 0 auto
}

.sh-iconbox-slider-tab-content i {
	font-size: 36px;
	padding-bottom: 30px;
	display: block;
	color: #cacaca
}

.sh-iconbox-slider-tab-content h5 {
	font-size: 13px;
	font-weight: normal
}

.sh-iconbox-slider-tab-icon {
	position: absolute;
	right: -70px;
	bottom: -70px;
	font-size: 200px;
	color: #f1f1f1;
	opacity: 0;
	transition: .5s all ease-in-out
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-icon {
	opacity: 1;
	right: -50px;
	bottom: -50px
}

.sh-iconbox-slider-tab.slick-current:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: .3s all ease-in-out
}

.sh-iconbox-slider-tab.slick-current h5 {
	font-weight: bold;
	text-transform: uppercase
}

.sh-iconbox-slider-tab.slick-current .sh-iconbox-slider-tab-content i {
	color: #47c9e5
}

.sh-iconbox-slider-tab:not(.slick-current) h5 {
	color: #8d8d8d;
	text-transform: uppercase
}

.sh-iconbox-slider-tab:not(.slick-current) {
	cursor: pointer
}

.sh-iconbox-slider .sh-iconbox-slider-item {
	height: 600px;
	background-color: #423f3c;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center
}

.sh-iconbox-slider .sh-iconbox-slider-item * {
	color: #fff
}

.sh-iconbox-slider .sh-iconbox-slider-item p {
	font-size: 16px;
	opacity: .7
}

.sh-iconbox-slider-content .slick-prev,
.sh-iconbox-slider-content .slick-next {
	width: 60px;
	height: 60px;
	margin-top: -92px;
	font-size: 30px;
	border: 0;
	color: #fff;
	background-color: transparent;
	padding: 0;
	transition: .3s all ease-in-out;
	opacity: 0
}

.sh-iconbox-slider-content:hover .slick-prev,
.sh-iconbox-slider-content:hover .slick-next {
	opacity: 1
}

.sh-iconbox-slider-content .slick-prev:hover,
.sh-iconbox-slider-content .slick-next:hover {
	opacity: .5
}

.sh-iconbox-slider-content .slick-prev {
	left: 50px
}

.sh-iconbox-slider-content .slick-next {
	right: 50px
}

@media(max-width:1250px) {
	.sh-iconbox-slider-content .slick-prev,
	.sh-iconbox-slider-content .slick-next {
		display: none !important
	}
}

@media(min-width:1250px) {
	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tabs {
		display: table;
		margin-left: auto;
		margin-right: auto
	}
	.sh-iconbox-slider-dynamic .sh-iconbox-slider-tab {
		width: 250px !important
	}
}

.sh-image-comparison {
	width: 100%
}

.sh-image-comparison img {
	width: 100%
}

.sh-image-comparison img:last-child {
	display: none
}

.sh-image-comparison.twentytwenty-container img:last-child {
	display: block !important
}

.sh-image-comparison .twentytwenty-handle {
	height: 48px;
	width: 48px;
	margin-left: -30px;
	margin-top: -30px;
	cursor: move;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	border-width: 6px
}

.sh-image-comparison .twentytwenty-handle:before,
.sh-image-comparison .twentytwenty-handle:after {
	opacity: 0
}

.sh-image-comparison .twentytwenty-left-arrow,
.sh-image-comparison .twentytwenty-right-arrow {
	border: 0 solid transparent;
	margin-top: -14px
}

.sh-image-comparison .twentytwenty-left-arrow {
	margin-left: -15px
}

.sh-image-comparison .twentytwenty-right-arrow {
	margin-right: 0
}

.sh-image-comparison .twentytwenty-before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sh-image-comparison .twentytwenty-before-label:before,
.sh-image-comparison .twentytwenty-after-label:before {
	background-color: transparent;
	padding: 10px;
	color: #fff;
	font-family: inherit;
	top: auto !important;
	bottom: 2px;
	margin: 0 5px;
	font-size: 14px
}

.sh-image-comparison .twentytwenty-right-arrow:before,
.sh-image-comparison .twentytwenty-left-arrow:before {
	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;
	display: inline-block;
	color: #fff;
	font-size: 30px
}

.sh-image-comparison .twentytwenty-left-arrow:before {
	content: "\e658"
}

.sh-image-comparison .twentytwenty-right-arrow:before {
	content: "\e658";
	display: none
}

.twentytwenty-wrapper {
	background-color: transparent !important
}

.sh-image-gallery {
	width: 100%
}

.sh-image-gallery .post-meta-thumb {
	max-height: none
}

.sh-image-gallery-container {
	display: none;
	padding-bottom: 45px
}

.sh-image-gallery-container.slick-initialized {
	display: block
}

.sh-image-gallery-container:not(.slick-initialized) .sh-image-gallery-item:not(:first-child) {
	display: none
}

.sh-image-gallery .slick-dots {
	bottom: 0
}

.sh-image-gallery-dark .slick-dots li.slick-active button:after {
	color: #3f3f3f
}

.sh-image-gallery-dark .slick-dots li button:after {
	color: rgba(0, 0, 0, 0.3)
}

.sh-image-gallery .slick-arrow {
	display: none !important
}

.sh-gallery-item:hover .sh-overlay-style1 {
	opacity: 1 !important
}

.sh-image-gallery-disable {
	padding-bottom: 0
}

.sh-image-gallery-disable .slick-dots {
	display: none !important
}

.sh-image-gallery-dots2 {
	padding-bottom: 0
}

.sh-image-gallery-dots2 .slick-dots {
	bottom: 45px
}

@media(min-width:800px) {
	.sh-image-gallery-dots-left ul.slick-dots {
		text-align: left;
		padding-left: 0;
		left: -5px
	}
	.sh-image-gallery-dots-right ul.slick-dots {
		text-align: right;
		padding-right: 0;
		right: -5px
	}
}

.sh-image-gallery-noverlay .post-meta-thumb:hover img {
	-webkit-transform: none !important;
	transform: none !important
}

@media(max-width:800px) {
	.sh-image-gallery-dots2 .slick-dots {
		display: none !important
	}
}

.sh-recent-posts-carousel .slick-dots,
.sh-recent-products-carousel .slick-dots {
	bottom: 0;
	margin-bottom: 0
}

.sh-recent-posts-carousel .post-item .slick-dots {
	bottom: 20px
}

.sh-recent-posts-carousel .slick-track {
	padding: 15px 0
}

.sh-recent-posts-carousel .slick-track .slick-track {
	padding: 0
}

.sh-recent-products-carousel .slick-track {
	padding: 15px 0 30px 0
}

.sh-recent-posts-carousel .post-item,
.sh-recent-products-carousel .products li.product:not(.slick-slide) {
	display: none
}

.sh-recent-posts-carousel .blog-style-masonry {
	opacity: 1
}

.sh-recent-posts-carousel .blog-style-grid .post-item {
	float: left
}

.sh-recent-posts-carousel .slick-initialized .slick-slide.post-item {
	display: block
}

.sh-recent-posts-carousel .slick-dots li button,
.sh-recent-products-carousel .slick-dots li button {
	background-color: #ebebeb
}

@media(max-width:800px) {
	.sh-woocommerce-products .woocommerce ul.products.slick-slider li.product {
		clear: none !important
	}
	.sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
		min-width: 50%
	}
}

@media(max-width:550px) {
	.sh-woocommerce-products .woocommerce ul.products:not(.slick-slider) li.product {
		min-width: 100%
	}
}

.sh-image-points {
	position: relative;
	display: table;
	margin: 0 auto
}

.sh-image-point {
	width: 28px;
	height: 28px;
	line-height: 23px;
	border: 4px solid #fff;
	background-color:#ed1b23;
	border-radius: 100%;
	position: absolute;
	margin-top: -9px;
	margin-left: -9px;
	cursor: pointer;
	z-index: 5;
	transition: .3s all ease-in-out;
	opacity: 1;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 12px;
	color: #fff
}



.sh-image-point:hover {
	background-color: rgba(255, 255, 255, 1);
	z-index: 10
}

.sh-image-point-tooltip {
	position: absolute;
	z-index: 200;
	left: 40px;
	margin-bottom: 5px;
	padding: 10px 15px;
	width: 250px;
	background-color: #fff;
	border-left: 0 solid #fff;
	content: attr(data-tooltip);
	text-align: left;
	font-size: 16px;
	
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	color: #1d1d1d;
}

.sh-image-point-tooltip {
	visibility: hidden;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(0.71, 1.7, .77, 1.24);
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(0.71, 1.7, .77, 1.24);
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(0.71, 1.7, .77, 1.24), -webkit-transform .2s cubic-bezier(0.71, 1.7, .77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
	background-color: #fff
}

.sh-image-point:hover .sh-image-point-tooltip,
.sh-image-point:focus .sh-image-point-tooltip:hover {
	visibility: visible;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

.sh-image-point-right .sh-image-point-tooltip {
	left: -265px !important;
	border-left-width: 0;
	border-right-width: 0
}

@media(max-width:800px) {
	.sh-image-point-right .sh-image-point-tooltip {
		left: -152px !important;
		border-left-width: 0;
		border-right-width: 0
	}
	.sh-image-point-tooltip {
		font-size: 12px;
		padding: 8px;
		width: 58px;
		line-height: 1.2
	}
}

.sh-image-points-style2 .sh-image-point {
	width: 18px;
	height: 18px;

	box-shadow: 0 8px 30px 3px rgba(0, 0, 0, 0.2);
	transition: .2s all ease-in-out;
	animation: pulse 3s infinite;
	
}



.sh-image-points-style2 i {
	font-size: 12px !important;
	line-height: 29px;
	transition: .2s all ease-in-out;
	color:#000;
}

.sh-image-points-style2 .sh-image-point-tooltip {
	left: 55px
}

@media(max-width:600px) {
	.sh-image-points-style2 .sh-image-point {
		    width: 10px;
    height: 10px;
    border-width: 4px;
	}
	.sh-image-points-style2 .sh-image-point:hover {
		width: 35px;
		height: 35px;
		padding-top: 2px
	}
	.sh-image-points-style2 i {
		font-size: 15px !important;
		line-height: 22px
	}
	.sh-image-points-style2 .sh-image-point-tooltip {
		left: 40px
	}
}

.sh-list {
	margin: 0 0 15px 0;
	list-style: none;
	padding-left: 0
}

.sh-list-item {
	padding: 3px 0;
	display: block
}

.sh-list-icon {
	padding-right: 9px;
	padding-left: 1px;
	position: relative;
	bottom: -2px
}

.sh-list-icon i {
	font-size: 17px
}

.sh-list-style2 {
	font-weight: bold
}

.sh-list-style3 .sh-list-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4px 0
}

.sh-list-style3 .sh-list-item:last-child {
	border-bottom: 0
}

.sh-list-style4 .sh-list-item {
	font-size: 18px;
	display: inline-block;
	margin-right: 15px
}

.sh-list-style4 .sh-list-icon {
	padding-right: 5px
}

.sh-partners {
	text-align: center
}

.sh-partners-item {
	padding: 0 2%;
	min-width: 150px;
	margin-bottom: 0;
	display: inline-block;
	margin-right: -4px
}

@media(max-width:400px) {
	.sh-partners:not(.sh-carousel) .sh-partners-item {
		width: 100% !important
	}
}

.sh-partners-carousel .slick-slide a:hover img {
	opacity: .75
}

.sh-partners-image {
	max-width: 280px;
	line-height: 110px;
	display: table;
	margin: 0 auto
}

.sh-partners-image img {
	max-width: 100%;
	max-height: 110px;
	vertical-align: middle
}

.sh-partners-carousel {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: .3s opacity ease-in-out
}

.sh-partners-carousel .slick-slide {
	margin-right: 0;
	padding: 0 15px;
	overflow: hidden
}

.sh-partners-carousel-item-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%
}

.sh-partners-carousel .slick-slide a {
	display: block;
	width: 100%
}

.sh-partners-carousel .slick-slide img {
	min-width: 1px;
	max-width: 100%;
	display: table;
	margin: 0 auto
}

.sh-partners-carousel-additional-padding .slick-slide {
	padding: 100px 0
}

.sh-partners-carousel-additional-padding,
.sh-partners-carousel-additional-padding .slick-slide,
.sh-partners-carousel-additional-padding .sh-partners-image {
	max-height: 310px !important
}

.sh-piechart {
	position: relative;
	display: table;
	margin: 0 auto;
	margin-bottom: 15px
}

.sh-piechart svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.sh-piechart-percentage {
	text-align: center;
	position: absolute;
	line-height: 200px;
	width: 100%;
	z-index: 200
}

.sh-piechart-percentage-number {
	text-align: center;
	font-size: 36px
}

.sh-piechart-percentage-symbol {
	font-size: 24px
}

.sh-piechart-circle .circle_animation {
	stroke-dasharray: 600;
	stroke-dashoffset: 600
}

.sh-piechart-circle .sh-piechart-pointer {
	display: block;
	content: "";
	position: absolute;
	background-color: #4dbb7c;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -10px;
	overflow: hidden;
	z-index: 21000;
	border-radius: 100%
}

.sh-piechart-rhomb {
	padding: 34px 0
}

.sh-piechart-rhomb .sh-piechart-percentage {
	line-height: 162px
}

.sh-piechart-rhomb svg {
	-webkit-transform: rotate(225deg) !important;
	-ms-transform: rotate(225deg) !important;
	transform: rotate(225deg) !important
}

.sh-piechart-rhomb .rhomb_animation {
	stroke-dasharray: 800;
	stroke-dashoffset: 800
}

.sh-piechart .sh-piechart-animation {
	display: none
}

.sh-piechart.sh-piechart-animated .sh-piechart-animation {
	display: block
}

.sh-portfolio {
	position: relative;
	margin: 0 -15px;
	opacity: 0;
	transition: .25s all ease
}

.sh-portfolio-style-masonry2 {
	margin: 0
}

.sh-portfolio-style-default-shadow .sh-portfolio-content-container {
	padding: 30px;
	padding-top: 10px;
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12)
}

.sh-portfolio-item {
	width: 33.3%;
	padding: 0 15px;
	margin: 15px 0
}

.sh-portfolio-title {
	margin: 20px 20px 10px 0;
	font-size: 16px;
	font-weight: bold
}

.sh-portfolio-description {
	margin: 0 20px 0 0
}

.sh-portfolio-image,
.sh-portfolio-image-fluid {
	overflow: hidden;
	position: relative;
	z-index: 10
}

.sh-portfolio-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.sh-portfolio-img,
.sh-portfolio-image-position {
	width: 100%;
	margin-bottom: 0 !important
}

.sh-portfolio-single-slider iframe {
	border: 0
}

.sh-portfolio-single-related-mini .sh-portfolio-image:hover .sh-portfolio-image-position,
.sh-portfolio-overlay-style-overlay1 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0, -45px, 0);
	transform: translate3d(0, -45px, 0)
}

.sh-portfolio-image-landscape {
	padding-top: 75%
}

.sh-portfolio-image-square {
	padding-top: 100%
}

.sh-portfolio-image-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 50;
	background-size: cover;
	background-position: 50% 50%
}

.sh-portfolio-masonry2 {
	padding: 0;
	margin: 0
}

.sh-portfolio-masonry2 .sh-portfolio-image {
	position: relative
}

.sh-portfolio-grid {
	padding: 15px;
	margin: 0
}

.sh-portfolio-default2 .sh-portfolio-description {
	margin: 0 0 10px 0
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title {
	background-color: transparent !important;
	color: #fff;
	margin: 60px 25px 22px 25px;
	padding-bottom: 12px;
	z-index: 0;
	transition: .3s color ease-in-out;
	font-size: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title:hover {
	opacity: .7
}

.sh-portfolio-title-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.35))
}

.sh-portfolio-default2.sh-portfolio-overlay-style-none .sh-portfolio-image:hover .sh-portfolio-title-container {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.4))
}

.sh-portfolio .sh-portfolio-default2 .sh-portfolio-title h3 {
	position: relative;
	z-index: 0
}

.sh-portfolio-default2:not(.sh-portfolio-overlay-style-none) .sh-portfolio-image:hover .sh-portfolio-title {
	opacity: 0
}

.sh-portfolio-default2 .sh-portfolio-description {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12)
}

.sh-portfolio-columns2 .sh-portfolio-item {
	width: 50%
}

.sh-portfolio-columns4 .sh-portfolio-item {
	width: 25%
}

.sh-portfolio-image:hover .sh-portfolio-overlay,
.sh-portfolio-image-fluid:hover .sh-portfolio-overlay {
	opacity: 1
}

.sh-portfolio-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.sh-portfolio-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden
}

.sh-portfolio-icon i {
	font-size: 24px;
	color: #fff;
	line-height: 54px
}

.sh-portfolio-text {
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
	padding: 13px 0;
	font-weight: bold;
	font-size: 12px
}

.sh-portfolio-overlay-middle,
.sh-portfolio-overlay-bottom,
.sh-portfolio-overlay-info-box {
	height: 100%
}

.sh-portfolio-overlay-bottom .sh-portfolio-icon {
	background-color: rgba(66, 199, 198, 0.8)
}

.sh-portfolio-overlay-bottom .sh-portfolio-text {
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	background-color: rgba(66, 199, 198, 0.8);
	color: #fff
}

.sh-portfolio-overlay-middle {
	background-color: rgba(0, 0, 0, 0.15)
}

.sh-portfolio-overlay-middle .sh-portfolio-text {
	display: table;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #fff;
	color: #fff
}

.sh-portfolio-overlay-middle .sh-table {
	height: 100%
}

.sh-portfolio-overlay-info-box {
	background-color: rgba(66, 199, 198, 0.8);
	padding: 24px;
	color: #fff;
	text-align: center;
	height: 101%
}

.sh-portfolio-overlay-info-box .sh-portfolio-title {
	margin-top: 0;
	color: #fff
}

.sh-portfolio-overlay1-bar {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: -1px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(95, 196, 179, 1);
	color: #fff
}

.sh-portfolio-image:hover .sh-portfolio-overlay1-bar {
	bottom: 0
}

.sh-portfolio-overlay1-icon {
	height: 60px;
	width: 60px;
	min-width: 60px;
	text-align: center;
	font-size: 24px
}

.sh-portfolio-overlay1-categories {
	height: 60px;
	font-size: 12px;
	text-align: center;
	padding: 0 15px
}

.sh-portfolio-overlay2 {
	opacity: 0
}

.sh-portfolio-item:hover .sh-portfolio-overlay2 {
	opacity: 1
}

.sh-portfolio-overlay2-data {
	position: absolute;
	bottom: 60px;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(95, 196, 179, .9);
	color: #fff;
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	overflow: hidden
}

.sh-portfolio-overlay2-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px
}

.sh-portfolio-overlay2-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(95, 196, 179, .9);
	color: #fff
}

.sh-portfolio-overlay2-icon {
	height: 60px;
	width: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
	font-size: 24px
}

.sh-portfolio-overlay2-categories {
	height: 60px;
	font-size: 12px;
	text-align: center
}

.sh-portfolio-overlay3 {
	opacity: 0
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-icon {
	border-right-color: transparent
}

.sh-portfolio-overlay3 .sh-portfolio-overlay1-categories {
	text-align: right;
	padding-right: 30px
}

.sh-portfolio-overlay3-data {
	position: absolute;
	background-color: rgba(95, 196, 179, .9);
	color: #fff;
	padding: 20px;
	overflow: hidden;
	height: 100%;
	width: 101%
}

.sh-portfolio-overlay3-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px
}

.sh-portfolio-overlay3-bar {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	right: 0;
	top: auto !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff
}

.sh-portfolio-overlay3-icon {
	height: 60px;
	width: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
	font-size: 24px
}

.sh-portfolio-overlay3-categories {
	height: 60px;
	font-size: 12px;
	text-align: center
}

.sh-portfolio-overlay1-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay2-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay3-categories .sh-portfolio-category:hover,
.sh-portfolio-overlay4-categories .sh-portfolio-category:hover {
	opacity: .75
}

.sh-portfolio-overlay4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	background-color: rgba(71, 201, 229, 0.8) !important;
	cursor: auto;
	opacity: 0;
	transition: .5s all
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-overlay4 {
	opacity: 1
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-portfolio-overlay-style-overlay4 .sh-portfolio-image:hover .sh-portfolio-image-position {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-portfolio-overlay4-container {
	display: table;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: -12px
}

.sh-portfolio-overlay4-categories {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.sh-portfolio-overlay4-categories a {
	color: #fff !important
}

.sh-portfolio-overlay4-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px
}

.sh-portfolio-overlay4-icons {
	width: 160px;
	margin: 0 auto
}

.sh-portfolio-overlay4 .sh-overlay-item {
	width: 50%;
	position: relative;
	text-align: center
}

.sh-portfolio-overlay4 .sh-overlay-item {
	text-align: center;
	height: 60px;
	transition: .5s all;
	opacity: 1
}

.sh-portfolio-overlay4:hover .sh-overlay-item {
	opacity: 1
}

.sh-portfolio-overlay4 .sh-overlay-item-container i {
	font-size: 24px;
	line-height: 57px;
	transition: .5s all;
	color: #fff
}

.sh-portfolio-overlay4 .sh-overlay-item {
	width: 60px;
	display: table-cell;
	padding: 0 10px
}

.sh-portfolio-overlay4.sh-overlay-item:first-child .sh-overlay-item-container {
	right: 0
}

.sh-portfolio-overlay4 .sh-overlay-item:only-child .sh-overlay-item-container {
	left: 50%;
	-webkit-transform: translateX(-40px) translateY(-30px);
	-ms-transform: translateX(-40px) translateY(-30px);
	transform: translateX(-40px) translateY(-30px)
}

.sh-portfolio-overlay4 .sh-overlay-item-container {
	transition: .5s all;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	text-align: center
}

.sh-portfolio-overlay4 .sh-overlay-item:last-child .sh-overlay-item-container {
	left: 10px;
	right: auto
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation .5s;
	animation: icon_round_animation .5s;
	color: #fff;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2)
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container i {
	color: #505050
}

.sh-portfolio-overlay4 .sh-overlay-item:hover .sh-overlay-item-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation .5s;
	animation: icon_round_animation .5s;
	color: #fff;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2)
}

.sh-portfolio-style-minimalistic .sh-portfolio-content-container {
	padding: 30px 30px;
	box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.07)
}

.sh-portfolio-style-minimalistic .sh-portfolio-title {
	margin: 0;
	font-size: 14px
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories {
	border-left: 1px solid #efefef;
	padding-left: 15px;
	line-height: normal
}

.sh-portfolio-style-minimalistic .sh-portfolio-categories span {
	line-height: normal;
	font-size: 13px;
	text-transform: uppercase
}

.sh-filter-container {
	display: table;
	margin: 20px auto;
	margin-bottom: 40px
}

.sh-filter-blog {
	margin-bottom: 60px;
	margin-top: -8px
}

.sh-filter,
.sh-filer-icon {
	float: left
}

.sh-filter {
	text-align: center
}

.sh-filer-icon {
	font-size: 24px;
	margin-right: 32px;
	margin-top: 19px;
	position: relative;
	display: none
}

.sh-filter span {
	display: inline-block;
	position: relative;
	bottom: -2px;
	margin: 0;
	margin-right: -4px;
	padding: 15px 10px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	transition: .3s all ease-in-out
}

.sh-filter span.active {
	color: #47c9e5;
	transition: 0s all ease-in-out
}

.sh-filter span:after {
	opacity: 0
}

.sh-filter span.active:after {
	opacity: 1;
	transition: 0s all ease-in-out
}

.sh-filter span:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: .3s all ease-in-out
}

.sh-filter span:first-child {
	padding-left: 0
}

.sh-filter span:first-child:after {
	left: 0
}

.sh-filter span:last-child {
	padding-right: 0
}

.sh-filter span:last-child:after {
	right: 0
}

@media(max-width:1000px) {
	.sh-portfolio .sh-portfolio-item {
		width: 50%
	}
}

@media(max-width:600px) {
	.sh-portfolio .sh-portfolio-item {
		width: 100%
	}
}

.sh-filter-item-content {
	display: block
}

a.sh-filter-item-content {
	color: inherit
}

.sh-portfolio-filter-alignment-left {
	margin-left: 0;
	margin-right: auto
}

.sh-portfolio-filter-alignment-center {
	margin: 0 auto
}

.sh-portfolio-filter-alignment-right {
	margin-right: 0;
	margin-left: auto
}

@media(max-width:800px) {
	.sh-portfolio-filter-mobile-alignment-left {
		margin-left: 0 !important;
		margin-right: auto !important
	}
	.sh-portfolio-filter-mobile-alignment-center {
		margin: 0 auto !important
	}
	.sh-portfolio-filter-mobile-alignment-right {
		margin-right: 0 !important;
		margin-left: auto !important
	}
}

.sh-portfolio-filter-style2 span {
	font-weight: normal
}

.sh-portfolio-filter-style2 .sh-filter-item.active {
	font-weight: bold
}

.sh-portfolio-filter-style3 .sh-filter-item {
	font-weight: normal;
	padding: 5px 4px
}

.sh-portfolio-filter-style3 .sh-filter-item:first-child {
	padding-left: 0
}

.sh-portfolio-filter-style3 .sh-filter-item:last-child {
	padding-right: 0
}

.sh-portfolio-filter-style3 .sh-filter-item.active {
	border-width: 0
}

.sh-portfolio-filter-style3 .sh-filter-item.active .sh-filter-item-content {
	background-color: #47c9e5 !important;
	color: #fff !important;
	font-weight: bold;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	transition: 0s background ease-in-out
}

.sh-portfolio-filter-style3 .sh-filter-item.active:after,
.sh-portfolio-filter-style3 .sh-filter-item:after {
	display: none
}

.sh-portfolio-filter-style3 .sh-filter-item-content {
	padding: 6px 15px !important;
	border-radius: 30px;
	transition: .3s background, font-weight ease-in-out
}

.sh-portfolio-filter-style4 .sh-filter span {
	border-width: 0 !important;
	padding: 5px 8px;
	text-transform: none
}

.sh-portfolio-filter-style4 .sh-filter-item-content {
	border-radius: 100px
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
	border-color: transparent !important
}

.sh-portfolio-filter-style4 .sh-filter-item:not(.active) .sh-filter-item-content {
	border: 1px solid #e6e6e6
}

.sh-portfolio-filter-style4 .sh-filter-item:hover .sh-filter-item-content {
	color: #fff !important
}

.sh-portfolio-filter-style4 .sh-filter-item.active .sh-filter-item-content {
	box-shadow: none !important
}

.sh-portfolio-filter-style5 .sh-filter-item:not(.active) .sh-filter-item-content {
	border: 1px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .7)
}

.sh-filter-fancy-container {
	margin-bottom: 15px
}

.sh-portfolio-fancy {
	position: relative;
	margin: 0 -15px;
	transition: .25s all ease
}

.sh-portfolio-fancy-item {
	width: 33.3%;
	padding: 0 15px;
	margin: 15px 0;
	opacity: 0
}

.sh-portfolio-fancy-columns2 .sh-portfolio-fancy-item {
	width: 50%
}

.sh-portfolio-fancy-columns4 .sh-portfolio-fancy-item {
	width: 25%
}

@media(max-width:1400px) {
	.sh-header-in-side .sh-portfolio-fancy-item {
		min-width: 33.3%
	}
}

@media(max-width:1200px) {
	.sh-portfolio-fancy-item {
		min-width: 33.3%
	}
}

@media(max-width:850px) {
	.sh-portfolio-fancy-item {
		min-width: 50%
	}
}

@media(max-width:550px) {
	.sh-portfolio-fancy-item {
		min-width: 100%
	}
}

.sh-portfolio-fancy-itemc-container {
	position: relative;
	transition: .7s all ease-in-out;
	overflow: hidden
}

.sh-portfolio-fancy-item-active-cat {
	opacity: 1;
	cursor: pointer
}

.sh-portfolio-fancy-item-active:not(.sh-portfolio-fancy-item-active-cat) {
	animation-name: sh_animate_up;
	animation-duration: .5s;
	opacity: 1
}

.sh-portfolio-fancy-item img {
	transition: .4s all ease-in-out
}

.sh-portfolio-fancy-item:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25)
}

.sh-portfolio-fancy-itemc-container {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-itemc-container {
	border-radius: 10px
}

.sh-portfolio-fancy-item-overlay-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .5s all ease-in-out;
	z-index: 10
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-bg {
	opacity: 1;
	background-color: rgba(87, 204, 229, 0.8)
}

.sh-portfolio-fancy-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	text-align: center
}

.sh-portfolio-fancy-item-overlay-container {
	width: 100%
}

.sh-portfolio-fancy-item-overlay-container>* {
	opacity: 0;
	position: relative;
	z-index: 11
}

.sh-portfolio-fancy-item-overlay-title {
	display: block
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container a.sh-portfolio-fancy-item-overlay-title {
	animation-name: sh_animate_up_small;
	animation-duration: .6s;
	opacity: 1
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container>div {
	animation-name: sh_animate_up_medium;
	animation-duration: .6s;
	opacity: 1
}

.sh-portfolio-fancy-item:hover .sh-portfolio-fancy-item-overlay-container>a.sh-portfolio-fancy-item-overlay-lightbox {
	animation-name: sh_animate_up_small2;
	animation-duration: .6s;
	opacity: 1
}

.sh-portfolio-fancy-item-overlay-container h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px
}

@media(max-width:1000px) {
	.sh-portfolio-fancy-item-overlay-container h3 {
		font-size: 16px
	}
}

.sh-portfolio-fancy-item-overlay-categories span,
.sh-portfolio-fancy-item-overlay-categories a {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff !important;
	opacity: .8;
	transition: .3s all ease-in-out
}

.sh-portfolio-fancy-item-overlay-categories a:hover {
	opacity: 1
}

.sh-portfolio-fancy-item-overlay-lightbox {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff !important;
	padding: 4px
}

.sh-portfolio-fancy-item-overlay-lightbox i {
	transition: .3s all ease-in-out;
	font-size: 30px
}

.sh-portfolio-fancy-item-overlay-lightbox:hover i {
	opacity: .8
}

@media(max-width:1000px) {
	.sh-portfolio-fancy-item-overlay-lightbox i {
		font-size: 18px
	}
}

@keyframes sh_animate_up {
	0% {
		transform: translate3d(0, 100px, 0);
		opacity: 0
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes sh_animate_up_small {
	0% {
		transform: translate3d(0, 20px, 0);
		opacity: .2
	}
	25% {
		opacity: .3
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes sh_animate_up_small2 {
	0% {
		transform: translate3d(0, 15px, 0);
		opacity: .2
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes sh_animate_up_medium {
	0% {
		transform: translate3d(0, 28px, 0);
		opacity: .2
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.sh-pricing {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden
}

.sh-pricing-name h2 {
	font-size: 24px;
	margin-bottom: 23px
}

.sh-pricing-price {
	position: relative;
	font-size: 60px;
	padding-bottom: 0;
	font-weight: bold;
	margin-top: -24px
}

.sh-pricing-price .sh-pricing-currency {
	font-size: 30px;
	display: inline-block;
	position: relative;
	top: -14px;
	right: -9px;
	margin-left: -20px;
	font-weight: normal
}

.sh-pricing-description {
	font-style: italic
}

.sh-pricing-amount {
	font-weight: bold;
	font-style: italic
}

.sh-pricing-icon {
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: -38px;
	position: relative;
	padding: 0 10px;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin-bottom: -15px;
	box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.15)
}

.sh-pricing-icon i {
	font-size: 30px;
	line-height: 70px
}

.sh-pricing-content {
	position: relative;
	margin-bottom: -1px
}

.sh-pricing-content-item {
	border-bottom: 1px solid transparent;
	padding: 13px 10px
}

.sh-pricing-content-item i {
	padding-right: 3px;
	font-size: 120%
}

.sh-pricing-top {
	padding: 40px 15px;
	min-height: 200px
}

.sh-pricing-top .sh-table-full {
	min-height: 120px
}

.sh-pricing-top,
.sh-pricing-top .sh-pricing-name {
	background-color: #47c9e5;
	color: #fff
}

.sh-pricing-top .sh-pricing-name h2 {
	color: #fff
}

.sh-pricing-enlarge {
	margin: -30px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	z-index: 100;
	position: relative
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px
}

.sh-pricing-enlarge.sh-pricing-style2 .sh-pricing-top .sh-table-full {
	padding-top: 30px
}

.sh-pricing-bottom {
	padding: 30px 0
}

.sh-pricing-button {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 100px;
	line-height: 50px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	-webkit-transform: translateZ(0)
}

.sh-pricing-button span {
	display: inline-block;
	position: relative;
	z-index: 100
}

a.sh-pricing-button-style1 {
	color: #3f3f3f
}

a.sh-pricing-button-style1:hover {
	color: #252525
}

a.sh-pricing-button-style2,
a.sh-pricing-button-style2:hover,
a.sh-pricing-button-style2:focus,
a.sh-pricing-button-style4,
a.sh-pricing-button-style4:hover,
a.sh-pricing-button-style4:focus,
a.sh-pricing-button-style5,
a.sh-pricing-button-style5:hover,
a.sh-pricing-button-style5:focus {
	color: #fff
}

a.sh-pricing-button-style5 {
	background-color: #505050
}

a.sh-pricing-button-style6,
a.sh-pricing-button-style6:hover,
a.sh-pricing-button-style6:focus {
	color: #8d8d8d
}

a.sh-pricing-button-style7,
a.sh-pricing-button-style7:hover,
a.sh-pricing-button-style7:focus {
	color: #505050
}

a.sh-pricing-button-style6 {
	background-color: #e9e9e9
}

a.sh-pricing-button-style7 {
	background-color: #fff
}

a.sh-pricing-button-style8:before,
a.sh-pricing-button-style9:before,
a.sh-pricing-button-style10:before,
a.sh-pricing-button-style11:before {
	display: none !important
}

a.sh-pricing-button-style8,
a.sh-pricing-button-style9,
a.sh-pricing-button-style11 {
	color: #fff !important
}

a.sh-pricing-button-style9 {
	color: #8d8d8d !important
}

a.sh-pricing-button-style10 {
	color: #505050 !important
}

a.sh-pricing-button-style8 {
	background-color: #505050
}

a.sh-pricing-button-style8:hover {
	background-color: #505050
}

a.sh-pricing-button-style9 {
	background-color: #e9e9e9
}

a.sh-pricing-button-style9:hover {
	background-color: #e2e2e2
}

a.sh-pricing-button-style10 {
	background-color: #fff
}

a.sh-pricing-button-style10:hover {
	background-color: #f2f2f2
}

a.sh-pricing-button-style8 span,
a.sh-pricing-button-style9 span,
a.sh-pricing-button-style10 span,
a.sh-pricing-button-style11 span {
	transition: .3s all ease-in-out;
	letter-spacing: normal
}

a.sh-pricing-button-style8:hover span,
a.sh-pricing-button-style9:hover span,
a.sh-pricing-button-style10:hover span,
a.sh-pricing-button-style11:hover span {
	letter-spacing: 2px
}

.sh-pricing-content-left .sh-pricing-content {
	padding: 0 18px;
	text-align: left
}

.sh-pricing-content-left .sh-pricing-content-item {
	padding-left: 0
}

.sh-pricing-content-left .sh-pricing-content-item i {
	padding-right: 6px
}

.sh-pricing-style1 .sh-pricing-name,
.sh-pricing-style2 .sh-pricing-name {
	background-color: transparent
}

.sh-pricing-style2 {
	border: 1px solid transparent
}

.sh-pricing-style2 .sh-pricing-content {
	padding-left: 20px;
	padding-right: 20px
}

.sh-pricing-style2 .sh-pricing-top {
	position: relative;
	margin: -1px
}

.sh-pricing-style2 .sh-pricing-icon {
	margin-bottom: 0
}

.sh-pricing-style3 .sh-pricing-top-aside {
	display: table;
	margin: 35px auto
}

.sh-pricing-style3 .sh-pricing-top {
	background-color: transparent;
	padding: 0;
	color: inherit
}

.sh-pricing-style3 .sh-pricing-name {
	position: relative
}

.sh-pricing-style3 .sh-pricing-name h2,
.sh-pricing-style4 .sh-pricing-name h2 {
	margin-bottom: 0;
	padding: 15px;
	font-size: 24px
}

.sh-pricing-style3 .sh-pricing-price {
	padding: 10px 0 15px 0
}

.sh-pricing-style4 .sh-pricing-top {
	padding: 15px;
	color: inherit
}

.sh-pricing-style4 .sh-pricing-name {
	background-color: transparent
}

.sh-pricing-style4 .sh-pricing-price {
	margin-bottom: 0;
	font-weight: bold
}

.sh-pricing-style4 .sh-pricing-top {
	background-color: transparent;
	margin-bottom: 20px
}

.sh-pricing-style4 .sh-pricing-top .sh-pricing-name,
.sh-pricing-style4 .sh-pricing-top .sh-pricing-name h2 {
	color: inherit
}

.sh-pricing-style3 .sh-pricing-content-item:first-child,
.sh-pricing-style4 .sh-pricing-content-item:first-child {
	border-top: 1px solid transparent
}

.sh-pricing-with-icon .sh-pricing-top-aside {
	margin-bottom: 20px
}

.sh-progress-style1 .sh-progress-item {
	margin-bottom: 15px
}

.sh-progress-style1 .sh-progress-title {
	font-size: 16px;
	font-weight: bold
}

.sh-progress-style1 .sh-progress-content {
	position: relative
}

.sh-progress-style1 .sh-progress-content-container {
	padding-right: 56px
}

.sh-progress-style1 .sh-progress-status {
	background-color: #e5e5e5;
	height: 5px
}

.sh-progress-style1 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 5px;
	width: 0;
	position: relative;
	overflow: visible !important;
	margin-top: 12px
}

.sh-progress-style1 .sh-progress-status-value:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #47c9e5;
	background-color: #fff;
	border-radius: 50%;
	top: -6px;
	right: -8px
}

.sh-progress-style1 .sh-progress-value2 {
	position: absolute;
	top: -10px;
	right: 0;
	font-weight: bold;
	font-size: 16px
}

.sh-progress-style2 .sh-progress-item {
	margin-bottom: 20px
}

.sh-progress-style2 .sh-progress-content-container {
	background-color: #3f3f3f;
	height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative
}

.sh-progress-style2 .sh-progress-status-value {
	width: 0;
	height: 40px
}

.sh-progress-style2 .sh-progress-title,
.sh-progress-style2 .sh-progress-value2 {
	position: absolute;
	top: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold
}

.sh-progress-style2 .sh-progress-title {
	left: 0
}

.sh-progress-style2 .sh-progress-value2 {
	right: 0
}

.sh-progress-style3 .sh-progress-item {
	margin-bottom: 20px
}

.sh-progress-style3 .sh-progress-content-container {
	background-color: #3f3f3f;
	height: 40px;
	overflow: hidden;
	color: #fff;
	position: relative
}

.sh-progress-style3 .sh-progress-status-value {
	width: 0;
	height: 40px;
	position: relative;
	overflow: visible !important
}

.sh-progress-style3 .sh-progress-status-value-edge {
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0
}

.sh-progress-style3 .sh-progress-title,
.sh-progress-style3 .sh-progress-value2 {
	position: absolute;
	top: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: bold
}

.sh-progress-style3 .sh-progress-title {
	left: 0
}

.sh-progress-style3 .sh-progress-value2 {
	right: 0
}

.sh-progress-style4 .sh-progress-item {
	margin-bottom: 15px
}

.sh-progress-style4 .sh-progress-title {
	font-size: 16px;
	font-weight: bold
}

.sh-progress-style4 .sh-progress-content {
	position: relative
}

.sh-progress-style4 .sh-progress-status {
	background-color: #e5e5e5;
	height: 1px
}

.sh-progress-style4 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 5px;
	top: -2.5px;
	width: 0;
	position: relative;
	overflow: visible !important;
	margin-top: 12px;
	border-radius: 4px
}

.sh-progress-style4 .sh-progress-status-value:before {
	content: "";
	display: none
}

.sh-progress-style4 .sh-progress-value2 {
	text-align: right;
	font-weight: bold
}

.sh-progress-style5 .sh-progress-item {
	margin-bottom: 30px
}

.sh-progress-style5 .sh-progress-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px
}

.sh-progress-style5 .sh-progress-content {
	position: relative
}

.sh-progress-style5 .sh-progress-status {
	background-color: #e5e5e5;
	height: 5px
}

.sh-progress-style5 .sh-progress-status-value {
	background-color: #47c9e5;
	height: 25px;
	top: -12.5px;
	width: 0;
	position: relative;
	overflow: visible !important;
	margin-top: 12px;
	border-radius: 100px;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2)
}

.sh-progress-style5 .sh-progress-status-value:before {
	content: "";
	display: none
}

.sh-progress-style5 .sh-progress-value2 {
	text-align: right;
	font-weight: bold;
	font-size: 16px
}

.sh-single-image {
	position: relative;
	line-height: 0
}

.sh-single-image-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	z-index: 1;
	max-width: 100%
}

.sh-single-image-container img.sh-image-url {
	margin-bottom: 0
}

.sh-single-image-shadow1 .sh-single-image-container,
.sh-single-image-shadow1 .slick-list {
	box-shadow: 0 5px 18px 1px rgba(0, 0, 0, 0.10)
}

.sh-single-image-shadow2 .sh-single-image-container,
.sh-single-image-shadow2 .slick-list {
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12)
}

.sh-single-image-shadow3 .sh-single-image-container,
.sh-single-image-shadow3 .slick-list {
	box-shadow: 0 15px 45px -9px rgba(0, 0, 0, 0.25)
}

.sh-single-image-shadow4 .sh-single-image-container {
	background-color: transparent;
	overflow: visible
}

.sh-single-image-shadow4 .sh-single-image-container:after {
	content: " ";
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 0;
	height: 20px;
	z-index: -1;
	box-shadow: 0 8px 41px rgba(0, 0, 0, 0.35)
}

.sh-single-image-shadow4 .slick-list {
	box-shadow: 0 8px 41px rgba(0, 0, 0, 0.35)
}

.sh-single-image .sh-single-image-overlay:hover {
	opacity: 1
}

.sh-single-image:hover .sh-custom-button-preset1 {
	box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.24)
}

.sh-single-image-has-overlay1 .sh-single-image-overlay img {
	transition: .3s all ease-in-out;
	-webkit-transform: translate3d(0, 0, 0) scale(1.0, 1);
	transform: translate3d(0, 0, 0) scale(1.0, 1)
}

.sh-single-image-has-overlay1 .sh-single-image-overlay:hover img {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-single-image-overlay {
	display: block;
	transition: .3s all ease-in-out;
	opacity: 0;
	position: absolute;
	top: 0;
	right: -1px;
	left: -1px;
	bottom: 0;
	background-color: rgba(71, 201, 229, .8);
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sh-image-gallery-nozoom .post-meta-thumb:hover img {
	transform: translate3d(0, 0, 0) scale(1, 1)
}

.sh-custom-button-preset1 {
	transition: .6s all ease-in-out;
	line-height: 50px;
	background-color: #fff;
	padding: 0 30px;
	border-radius: 100px;
	font-weight: bold;
	box-shadow: 0 2px 11px 1px rgba(0, 0, 0, 0.05);
	font-size: 13px;
	color: #4e4e4e;
	display: table;
	margin: 0 auto
}

.sh-custom-button-preset1 i {
	padding-left: 7px;
	position: relative;
	bottom: -1px
}

.sh-section {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff
}

@media(min-width:800px) {
	.sh-section-extra-white-space .sh-column:not(:first-child) {
		border-left: 15px solid #fff
	}
	.sh-section-extra-white-space .sh-column:not(:last-child) {
		border-right: 15px solid #fff
	}
}

.sh-section-extra-white-space .sh-column {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff
}

.sh-section-container {
	position: relative;
	z-index: 100
}

@media(min-width:800px) {
	.section-justify-height .sh-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(min-width:800px) {
	.sh-section-visibility-desktop {
		display: block
	}
	.sh-section-visibility-mobile {
		display: none
	}
}

@media(max-width:800px) {
	.sh-section-visibility-desktop {
		display: none
	}
	.sh-section-visibility-mobile {
		display: block
	}
}

@media(min-width:800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child>.sh-column-wrapper {
		margin-left: calc(100% - 100vw/2 + 22px)
	}
	.sh-section-strech-edge-left .sh-image-gallery .slick-list {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}
}

@media(max-width:800px) {
	.sh-section-strech-edge-left .fw-row .sh-column:first-child>.sh-column-wrapper {
		margin-left: calc(100% - 100vw + 22px)
	}
}

@media(min-width:800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child>.sh-column-wrapper {
		margin-right: calc(100% - 100vw/2 + 22px)
	}
	.sh-section-strech-edge-right .sh-image-gallery .slick-list {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}
}

@media(max-width:800px) {
	.sh-section-strech-edge-right .fw-row .sh-column:last-child>.sh-column-wrapper {
		margin-right: calc(100% - 100vw + 22px)
	}
}

.sh-tabs-filter {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee
}

.sh-tabs-filter li {
	border-bottom: 1px solid #eee
}

.sh-tabs-filter li a {
	display: inline-block;
	position: relative;
	bottom: 0;
	margin: 0;
	padding: 15px 10px;
	cursor: pointer;
	background-color: transparent !important;
	border: 0 !important;
	border-bottom-width: 1px !important;
	font-weight: bold;
	font-size: 13px;
	transition: .3s all ease-in-out;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	line-height: inherit
}

.sh-tabs-filter li a:after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -2.5px;
	height: 5px;
	border-radius: 5px;
	background-color: #47c9e5;
	z-index: 100;
	transition: .3s all ease-in-out;
	opacity: 0
}

.sh-tabs-filter li.active a:after {
	opacity: 1;
	transition: 0s all ease-in-out
}

.sh-tabs-filter li.active a {
	color: #47c9e5 !important;
	transition: 0s all ease-in-out
}

.sh-tabs-filter li:first-child a {
	padding-left: 0
}

.sh-tabs-filter li:first-child a:after {
	left: 0
}

.sh-tabs-filter li:last-child a {
	padding-right: 0
}

.sh-tabs-filter li:last-child a:after {
	right: 0
}

.sh-tabs-icon {
	font-size: 16px;
	padding-right: 8px;
	position: relative;
	bottom: -1px
}

.sh-tabs-style2 .sh-tabs-filter {
	display: table;
	margin: 0 auto 30px auto
}

.sh-tabs-style2 .sh-tabs-filter li {
	text-align: center
}

.sh-tabs-style2 .sh-tabs-icon {
	display: block;
	text-align: center;
	font-size: 36px;
	padding-right: 0;
	margin-bottom: 15px
}

.sh-tabs-style1 .sh-tabs-icon {
	font-size: 24px;
	position: relative;
	bottom: -5px
}

.sh-tabs-style3 .sh-tabs-filter {
	display: table;
	margin-left: 0
}

.sh-tabs-style4 .nav-tabs {
	border-right: 1px solid #f3f3f3 !important
}

.sh-tabs-style4 .nav-tabs>li {
	float: none;
	width: 100%;
	text-align: right;
	border-bottom-width: 0
}

.sh-tabs-filter li a {
	padding-top: 9px;
	padding-bottom: 9px
}

.sh-tabs-style4 .nav-tabs li.active a {
	font-size: 16px
}

.sh-tabs-style4 .nav-tabs i {
	padding-left: 12px;
	font-size: 18px;
	bottom: -2px;
	position: relative
}

.sh-tabs-style4 .nav-tabs li.active i {
	font-size: 24px
}

.sh-tabs-style4 .sh-tabs-filter {
	margin-bottom: 0;
	border-bottom-width: 0
}

.sh-tabs-style4 .sh-tabs-filter li a {
	padding-right: 15px;
	padding-left: 15px
}

.sh-tabs-style4 .sh-tabs-filter li a:after {
	width: 6px;
	height: auto;
	left: auto;
	right: -3px;
	top: 0;
	bottom: 0
}

.sh-tabs-style4 .tab-content,
.sh-tabs-style4 .tab-content p {
	line-height: 195%
}

@media(min-width:992px) {
	.sh-tabs-style4:after {
		display: block;
		content: "";
		clear: both
	}
	.sh-tabs-style4>* {
		float: left
	}
	.sh-tabs-style4 .nav-tabs {
		width: 33.33333333%
	}
	.sh-tabs-style4 .tab-content {
		width: 66.66666667%;
		padding-left: 45px;
		padding-top: 36px
	}
	.sh-tabs-style4 .sh-tabs-filter li a {
		padding-right: 30px;
		transition: .3s color ease-in-out
	}
}

@media(max-width:991px) {
	.sh-tabs-style4 .nav-tabs {
		border-left: 1px solid #f3f3f3 !important;
		border-right-width: 0 !important
	}
	.sh-tabs-style4 .nav-tabs li {
		text-align: left
	}
	.sh-tabs-style4 .nav-tabs .sh-tabs-icon {
		float: left;
		padding-left: 0;
		padding-right: 12px
	}
	.sh-tabs-style4 .nav-tabs li a:after {
		left: -4px
	}
	.sh-tabs-style4 .tab-content {
		padding-left: 28px;
		padding-top: 30px
	}
}

.sh-team {
	text-align: center;
	margin-bottom: 20px
}

.sh-team-name h3,
.sh-team-role {
	margin-bottom: 7px
}

.sh-team-name h3 {
	font-size: 16px
}

.sh-team-role {
	text-transform: uppercase;
	color: #b1b1b1;
	font-size: 24px
}

@media(max-width:1000px) {
	.sh-team-role {
		font-size: 18px
	}
}

@media(max-width:800px) {
	.sh-team-role {
		font-size: 14px
	}
}

.sh-team-image {
	display: block;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	z-index: 100;
	max-height: 600px
}

.sh-team-image .sh-team-container {
	padding-top: 100%;
	overflow: hidden;
	position: relative
}

.sh-team-image-shape {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 50
}

.sh-team-image img {
	max-width: 101%;
	width: 100%
}

.sh-team-top {
	padding-bottom: 6px
}

.sh-team-icons {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 10px 0
}

.sh-team-icon {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 3px
}

.sh-team-icon i {
	font-size: 16px
}

.sh-team-icons-container {
	position: relative
}

.sh-team-icon i {
	line-height: 50px
}

.sh-team-style3 {
	display: table;
	text-align: left
}

.sh-team-style3 .sh-team-image-container,
.sh-team-style3 .sh-team-aside {
	display: table-cell;
	vertical-align: top
}

.sh-team-style3 .sh-team-image-container {
	width: 50%
}

.sh-team-style3 .sh-team-aside {
	width: 50%;
	padding-left: 30px;
	padding-top: 0
}

.sh-team-style3 .sh-team-aside .sh-team-icons {
	text-align: left;
	display: block
}

.sh-team-style4 {
	text-align: left
}

.sh-team-style4 .sh-team-icons {
	margin: 0
}

.sh-team-style4 .sh-team-icon:first-child {
	margin-left: 0 !important
}

.sh-team-style4.sh-team-social-standard .sh-team-icon {
	background-color: transparent !important;
	font-size: 16px !important;
	padding: 0 9px;
	padding-left: 0;
	width: auto !important;
	height: auto !important
}

.sh-team-style4.sh-team-social-standard .sh-team-icon:hover {
	background-color: transparent !important
}

.sh-team-style4 .sh-team-role {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px
}

.sh-team-style4 .sh-team-name h3 {
	margin-bottom: 12px
}

.sh-team-style4 .sh-team-icon i {
	line-height: 0 !important
}

.sh-team-style4 .sh-team-description {
	margin-bottom: 8px
}

.sh-team-social-standard .sh-team-icon {
	margin: 0 5px;
	margin-top: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 18px;
	border-radius: 50px
}

.sh-team-social-standard .sh-team-icon i {
	line-height: 50px;
	font-size: 19px
}

.sh-team-social-overlay .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.sh-team-social-overlay:hover .sh-team-image .sh-team-image-position {
	-webkit-transform: translate3d(0, -45px, 0);
	transform: translate3d(0, -45px, 0)
}

.sh-team-social-overlay:hover .sh-team-overlay {
	opacity: 1;
	bottom: 0
}

.sh-team-social-overlay .sh-team-overlay {
	width: 100%;
	opacity: 1;
	bottom: -60px;
	position: absolute;
	z-index: 30
}

.sh-team-overlay .sh-team-icon {
	height: 60px;
	background-color: transparent
}

.sh-team-overlay .sh-team-icons {
	width: 101%;
	margin: 0;
	padding: 0
}

.sh-team-overlay .sh-team-icons-container {
	display: table;
	width: 100%;
	margin-right: -1px
}

.sh-team-overlay .sh-team-icon i {
	line-height: 60px;
	color: #fff;
	font-size: 19px
}

.sh-team-overlay .sh-team-icon {
	display: table-cell;
	position: relative
}

.sh-team-overlay .sh-team-icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.05);
	opacity: 0
}

.sh-team-overlay .sh-team-icon:hover:before {
	opacity: 1
}

.sh-team-social-overlay2 .sh-team-image-position {
	display: block;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0) scale(1.0, 1);
	transform: translate3d(0, 0, 0) scale(1.0, 1);
	transition: .3s all ease-in-out
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-image-position {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2 {
	background-color: rgba(71, 201, 229, .8)
}

.sh-team-overlay2 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	left: 0;
	opacity: 1;
	z-index: 30;
	transition: .3s all ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sh-team-overlay2 .sh-team-icons {
	width: 100%
}

.sh-team-overlay2 .sh-team-icons-container {
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	text-align: center;
	opacity: 0;
	transition: .5s all
}

.sh-team-social-overlay2 .sh-team-image:hover .sh-team-icons-container {
	opacity: 1;
	bottom: 0
}

.sh-team-overlay2 .sh-team-icon {
	display: table-cell;
	position: relative;
	text-align: center
}

.sh-team-overlay2 .sh-team-icon-container-container,
.sh-team-overlay2 .sh-team-icon {
	text-align: center;
	margin-bottom: 60px;
	height: 60px
}

.sh-team-overlay2 .sh-team-icon-container i {
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	transition: .5s all
}

.sh-team-overlay2 .sh-team-icon {
	margin: 0 auto
}

.sh-team-overlay2 .sh-team-icon-container {
	transition: .5s all;
	width: 60px;
	margin: 0 auto;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	margin-left: -30px
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container {
	background-color: #fff;
	width: 60px;
	-webkit-animation: icon_round_animation .5s;
	animation: icon_round_animation .5s;
	z-index: 200;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2)
}

.sh-team-overlay2 .sh-team-icon:hover .sh-team-icon-container i {
	color: #505050
}

@-webkit-keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px
	}
	100% {
		opacity: 1;
		margin-top: 0
	}
}

@keyframes icon_round_animation {
	0% {
		opacity: 0;
		margin-top: 30px
	}
	100% {
		opacity: 1;
		margin-top: 0
	}
}

.sh-testimonials {
	text-align: center
}

.sh-testimonials-item {
	display: none
}

.sh-testimonials-image {
	width: 92px;
	height: 92px;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%
}

.sh-testimonials-name h3 {
	margin-top: 5px;
	margin-bottom: 2px
}

.sh-testimonials-job {
	margin-bottom: 15px
}

.sh-testimonials-top {
	position: relative;
	background-color: #3ec1bf;
	padding: 0;
	text-align: left;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05)
}

.sh-testimonials-top>div {
	display: table-cell;
	max-height: 92px;
	vertical-align: middle
}

.sh-testimonials-top-aside {
	padding-left: 15px
}

.sh-testimonials-top-aside .sh-testimonials-job {
	margin-bottom: 0
}

.sh-testimonials-top .sh-testimonials-name h3 {
	color: #fff
}

.sh-testimonials-name h3 {
	font-size: 16px
}

.sh-testimonials-top .sh-testimonials-job {
	color: rgba(255, 255, 255, 0.6)
}

.sh-testimonials-icon {
	position: absolute;
	top: 13px;
	right: 13px
}

.sh-testimonials-icon i {
	font-size: 24px;
	color: #fff
}

.sh-testimonials-switch {
	display: table;
	margin: 0 auto;
	margin-top: 15px;
	opacity: 0
}

.sh-testimonials-switch>div {
	padding: 0 6px;
	margin: 0 1.5px;
	cursor: pointer
}

.sh-testimonials-switch i {
	font-size: 28px;
	color: #8d8d8d;
	line-height: 36px;
	transition: .3s all ease-in-out
}

.sh-testimonials-switch i:hover {
	filter: contrast(300%);
	-webkit-filter: contrast(300%);
	-moz-filter: contrast(300%);
	-o-filter: contrast(300%);
	-ms-filter: contrast(300%)
}

.sh-testimonials .slick-prev,
.sh-testimonials .slick-next {
	display: none !important
}

.sh-testimonials .slick-list {
	height: auto !important
}

.sh-testimonials-table .sh-testimonials-switch {
	margin-top: 0
}

.sh-testimonials-style1 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05)
}

.sh-testimonials-style1 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px
}

.sh-testimonials-style1 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1
}

.sh-testimonials-style1 .sh-testimonials-quote-icon i {
	bottom: -6px;
	position: relative
}

.sh-testimonials-style6 .sh-testimonials-image {
	border-radius: 50%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.08)
}

.sh-testimonials-style6 .sh-testimonials-quote {
	margin-top: 38px;
	margin-bottom: 20px
}

.sh-testimonials-style6 .sh-testimonials-quote-icon {
	font-size: 30px;
	line-height: 1
}

.sh-testimonials-style6 .sh-testimonials-switch-left {
	margin-left: 0
}

.sh-testimonials-style6 .sh-testimonials-switch-right {
	margin-right: 0
}

.sh-testimonials-style6 .sh-testimonials-center {
	position: relative
}

.sh-testimonials-style6 .sh-testimonials-quote-icon-container {
	background-color: #47c9e5;
	color: #fff;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: -20px;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.08)
}

.sh-testimonials-style6 .sh-testimonials-quote-icon i {
	position: relative;
	line-height: 44px;
	font-size: 21px
}

.sh-testimonials-style2 .sh-testimonials-quote {
	position: relative;
	padding: 0 50px;
	padding-top: 17px
}

.sh-testimonials-style2 .sh-testimonials-quote:after,
.sh-testimonials-style2 .sh-testimonials-quote:before {
	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;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px
}

.sh-testimonials-style2 .sh-testimonials-quote:before {
	left: 0;
	content: "\e67f"
}

.sh-testimonials-style2 .sh-testimonials-quote:after {
	right: 0;
	content: "\e67e"
}

.sh-testimonials-style2 .sh-testimonials-switch {
	margin-top: 40px
}

.sh-testimonials-style3 .sh-testimonials-quote-icon {
	text-align: left
}

.sh-testimonials-style3 .sh-testimonials-quote-icon i {
	font-size: 24px
}

.sh-testimonials-style3 .sh-testimonials-item-container {
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4
}

.sh-testimonials-style3 .sh-testimonials-table-icon {
	min-width: 50px
}

.sh-testimonials-style3 .sh-testimonials-table-image {
	min-width: 92px;
	padding-right: 15px
}

.sh-testimonials-style3 .sh-testimonials-table-name {
	width: 20%;
	min-width: 150px
}

.sh-testimonials-style3 .sh-testimonials-table-quote {
	width: 80%
}

.sh-testimonials-style4 {
	height: 100%
}

.sh-testimonials-style4 .sh-testimonials-item-container {
	background-color: #707070;
	margin: 15px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 240px;
	padding-bottom: 100px;
	text-align: left;
	height: 100%;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover
}

.sh-testimonials-style4 .sh-testimonials-item-container h3 {
	color: #fff
}

.sh-testimonials-style4 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px;
	color: #adadad
}

.sh-testimonials-style4 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px
}

.sh-testimonials-style4 .sh-testimonials-switch i {
	color: #fff
}

.sh-testimonials-style4 .sh-testimonials-item-top {
	margin-left: 63px
}

.sh-testimonials-style4 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.sh-testimonials-style4 .sh-testimonials-table-icon i {
	font-size: 30px
}

.sh-testimonials-style4 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px
}

.sh-testimonials-style5 {
	height: 100%
}

.sh-testimonials-style5 .sh-testimonials-item-container {
	margin: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover
}

.sh-testimonials-style5 .sh-testimonials-job {
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 25px
}

.sh-testimonials-style5 .sh-testimonials-switch {
	position: relative;
	margin-top: -70px
}

.sh-testimonials-style5 .sh-testimonials-item-top {
	margin-left: 63px
}

.sh-testimonials-style5 .sh-testimonials-table-icon {
	min-width: 45px;
	border-right: 1px solid #eaeaea
}

.sh-testimonials-style5 .sh-testimonials-table-icon i {
	font-size: 30px;
	color: #c7c7c7
}

.sh-testimonials-style5 .sh-testimonials-table-quote {
	width: 100%;
	padding-left: 18px;
	padding-top: 0;
	padding-bottom: 0
}

.sh-testimonials-style3,
.sh-testimonials-style4,
.sh-testimonials-style5 {
	width: 100%
}

.sh-timeline {
	position: relative;
	cursor: default
}

.sh-timeline .sh-timeline-item {
	width: 100%;
	float: left
}

.sh-timeline .sh-timeline-item:first-child>div {
	margin-top: 0 !important
}

.sh-timeline h3 {
	margin-bottom: 10px;
	font-size: 16px
}

.sh-timeline .sh-timeline-box-right i,
.sh-timeline-2 .sh-timeline-box-right i {
	padding-left: 9px;
	position: relative;
	bottom: -3px;
	font-size: 24px
}

.sh-timeline .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-left i {
	padding-right: 9px;
	position: relative;
	bottom: -3px;
	font-size: 24px
}

.sh-timeline-2 .sh-timeline-box-left i,
.sh-timeline-2 .sh-timeline-box-right i {
	line-height: 0
}

.sh-timeline .sh-timeline-item>div {
	float: left;
	width: 50%;
	position: relative;
	margin-top: -60px;
	padding-right: 45px;
	padding-left: 0;
	text-align: right;
	min-height: 60px
}

.sh-timeline>.sh-timeline-item:nth-child(2n+0)>div {
	float: right;
	padding-right: 0;
	padding-left: 45px;
	text-align: left
}

.sh-timeline:before {
	position: absolute;
	left: 50%;
	top: 15px;
	content: ' ';
	display: block;
	width: 5px;
	height: 100%;
	margin-left: -1.5px;
	background: rgba(172, 172, 172, 0.4);
	z-index: 5;
	border-radius: 100px
}

.sh-timeline::after {
	clear: both;
	content: "";
	display: block
}

.sh-timeline .sh-timeline-box {
	background-color: #a1a1a1;
	padding: 7px 21px;
	display: table;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: -20px;
	font-weight: bold
}

.sh-timeline>div:nth-child(2n+0) .sh-timeline-box {
	margin-left: -20px;
	margin-right: 0
}

.sh-timeline .sh-timeline-box-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	border: 3px solid #a1a1a1;
	border-radius: 100%;
	margin-right: -36px;
	margin-top: 12px;
	background-color: #fff;
	z-index: 10
}

.sh-timeline>div:nth-child(2n+0) .sh-timeline-box-circle {
	left: 0;
	right: auto;
	margin-left: -34px;
	margin-right: 0
}

.sh-timeline .sh-timeline-box-tale {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	right: -9px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #a1a1a1
}

.sh-timeline>div:nth-child(2n+0) .sh-timeline-box-tale {
	left: -9px;
	right: auto;
	border-left: 0;
	border-right: 9px solid #a1a1a1
}

@media(max-width:850px) {
	.sh-timeline .sh-timeline-item .sh-timeline-item-container {
		float: left !important;
		margin-top: 30px;
		width: 100%;
		text-align: left !important;
		padding-left: 45px !important
	}
	.sh-timeline:before {
		left: 0
	}
	.sh-timeline .sh-timeline-item .sh-timeline-box {
		margin-left: -20px;
		margin-right: 0
	}
	.sh-timeline .sh-timeline-item .sh-timeline-box-tale {
		left: -9px;
		right: auto;
		border-left: 0;
		border-right: 9px solid #acacac
	}
	.sh-timeline .sh-timeline-item .sh-timeline-box-circle {
		left: 0;
		right: auto;
		margin-left: -33.5px;
		margin-right: 0
	}
}

.sh-timeline-2 {
	position: relative;
	cursor: default
}

.sh-timeline-2 .sh-timeline-item {
	width: 100%;
	float: left
}

.sh-timeline-2 .sh-timeline-item:first-child>div {
	margin-top: 0 !important
}

.sh-timeline-2 h3 {
	margin-bottom: 10px;
	font-size: 16px
}

.sh-timeline-2 .sh-timeline-item:last-child {
	margin-bottom: 30px
}

.sh-timeline-2 .sh-timeline-item>div {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 45px;
	padding-left: 0;
	text-align: right;
	min-height: 60px
}

.sh-timeline-2>.sh-timeline-item:nth-child(2n+0)>div {
	float: right;
	padding-right: 0;
	padding-left: 45px;
	text-align: left
}

.sh-timeline-2:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 5px;
	height: 100%;
	margin-left: -1.5px;
	background: rgba(172, 172, 172, 0.4);
	z-index: 5;
	border-radius: 5px
}

.sh-timeline-2::after {
	clear: both;
	content: "";
	display: block
}

.sh-timeline-2 .sh-timeline-box {
	padding: 8px 5px 8px 5px;
	display: table;
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: -12px;
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12)
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box {
	margin-left: -12px;
	margin-right: 0;
	padding-left: 0
}

.sh-timeline-2 .sh-timeline-box-left {
	display: none !important
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-right {
	display: none !important
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-left {
	display: table !important
}

.sh-timeline-2 .sh-timeline-box p {
	margin-bottom: 0
}

.sh-timeline-2 .sh-timeline-box-circle {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16px;
	left: auto;
	right: 0;
	border: 4px solid #fff;
	border-radius: 100%;
	margin-right: -46px;
	margin-top: 12px;
	background-color: #47c9e5;
	z-index: 10;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.18)
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-circle {
	left: 0;
	right: auto;
	margin-left: -42px;
	margin-right: 0
}

.sh-timeline-2 .sh-timeline-box-tale {
	content: "";
	position: absolute;
	top: 48px;
	right: -12px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border: 6px solid black;
	border-color: transparent transparent #fff #fff;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, .09)
}

.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-box-tale {
	left: 0;
	right: auto;
	top: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, .08)
}

.sh-timeline-2 .sh-timeline-date {
	position: absolute;
	color: #3f3f3f;
	top: 18px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	top: 27px
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-date {
	text-align: left;
	right: -100%;
	padding-left: 66px
}

.sh-timeline-2 .sh-timeline-box-left .sh-timeline-date {
	text-align: right;
	left: -100%;
	padding-right: 66px
}

.sh-timeline-2 .sh-timeline-image {
	width: 120px;
	position: relative
}

.sh-timeline-2 .sh-timeline-image-container {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	right: 0;
	background-size: cover;
	background-position: 50% 50%
}

.sh-timeline-2 .sh-timeline-content-container {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px
}

.sh-timeline-2 .sh-timeline-box-right .sh-timeline-content-container {
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px
}

.sh-timeline-2 .sh-timeline-content-full {
	width: 100%
}

@media(max-width:850px) {
	.sh-timeline-2 .sh-timeline-item .sh-timeline-item-container {
		float: left !important;
		margin-top: 30px;
		width: 100%;
		text-align: left !important;
		padding-left: 45px !important;
		padding-right: 0 !important
	}
	.sh-timeline-2:before {
		left: 0
	}
	.sh-timeline-2 .sh-timeline-item {
		margin-top: 27px
	}
	.sh-timeline-2 .sh-timeline-item .sh-timeline-box {
		margin-left: -10px;
		margin-right: 0;
		margin-bottom: 10px
	}
	.sh-timeline-2 .sh-timeline-item .sh-timeline-box-tale {
		left: 0;
		right: auto;
		top: 31px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, .08)
	}
	.sh-timeline-2 .sh-timeline-item .sh-timeline-box-circle {
		top: -45px;
		left: 0;
		right: auto;
		margin-left: -44px;
		margin-right: 0
	}
	.sh-timeline-2 .sh-timeline-date {
		left: auto !important;
		right: auto !important;
		top: -35px !important;
		text-align: left !important
	}
	.sh-timeline-2>div .sh-timeline-image::before {
		left: 0 !important
	}
	.sh-timeline-2>div:nth-child(2n+0) .sh-timeline-image::before {
		left: 5px !important
	}
	.sh-timeline-2>div .sh-timeline-box-right {
		display: none !important
	}
	.sh-timeline-2>div .sh-timeline-box-left {
		display: table !important
	}
}

.sh-timeline-2.style3 {
	max-width: 760px;
	display: table;
	margin: 0 auto
}

.sh-timeline-2.style3 .sh-timeline-box-left i,
.sh-timeline-2.style3 .sh-timeline-box-right i {
	opacity: .7
}

.sh-timeline-2.style3 .sh-timeline-date {
	font-weight: normal;
	font-size: 16px
}

@media(min-width:850px) {
	.sh-timeline-2.style3 {
		margin-bottom: 80px
	}
	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-item-container {
		float: left !important;
		margin-top: 30px;
		width: 100%;
		text-align: left !important;
		padding-left: 180px !important;
		padding-right: 0 !important
	}
	.sh-timeline-2.style3:before {
		left: 137px;
		background: rgba(172, 172, 172, 0.18)
	}
	.sh-timeline-2.style3 .sh-timeline-item {
		margin-top: 0;
		margin-bottom: -39px
	}
	.sh-timeline-2.style3 .sh-timeline-box {
		box-shadow: 0 3px 11px 1px rgba(0, 0, 0, 0.08)
	}
	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box {
		margin-left: -10px;
		margin-right: 0;
		margin-bottom: 10px
	}
	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-tale {
		left: 0;
		right: auto;
		top: 31px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, .08)
	}
	.sh-timeline-2.style3 .sh-timeline-item .sh-timeline-box-circle {
		top: 16px;
		left: 0;
		right: auto;
		margin-left: -44px;
		margin-right: 0
	}
	.sh-timeline-2.style3 .sh-timeline-date {
		left: -180px !important;
		right: auto !important;
		top: 30px !important;
		text-align: left !important;
		max-width: 185px;
		font-weight: normal;
		font-size: 16px
	}
	.sh-timeline-2.style3>div .sh-timeline-image::before {
		left: 0 !important
	}
	.sh-timeline-2.style3>div:nth-child(2n+0) .sh-timeline-image::before {
		left: 5px !important
	}
	.sh-timeline-2.style3>div .sh-timeline-box-right {
		display: none !important
	}
	.sh-timeline-2.style3>div .sh-timeline-box-left {
		display: table !important
	}
}

@media(max-width:550px) {
	.sh-timeline-2 .sh-table-cell {
		display: block !important;
		width: 100%
	}
	.sh-timeline-2 .sh-timeline-image {
		height: 130px
	}
}

.sh-video-player {
	display: table;
	overflow: hidden
}

.sh-video-player-container {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative
}

.sh-video-player-4_3 .sh-video-player-container {
	padding-bottom: 75%
}

.sh-video-player-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.sh-video-player iframe {
	width: 100%;
	height: 100%
}

.sh-video-player-image {
	display: none
}

.sh-video-player-image-placeholder .sh-video-player-image,
.sh-video-player-image-placeholder .sh-video-player-image-play {
	display: block
}

.sh-video-player-image-placeholder .sh-video-player-container {
	display: none
}

.sh-video-player-image-container {
	position: relative
}

.sh-video-player-image-play {
	width: 70px;
	height: 70px;
	background-color: #51cce2;
	border-radius: 100px;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	cursor: pointer;
	border: 6px solid #fff;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	display: none
}

.sh-video-player-image-play i {
	color: #fff;
	font-size: 30px;
	line-height: 61px;
	position: relative;
	right: -2px
}

.sh-text-with-frame-container {
	display: table;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, .0);
	padding: 35px;
	max-width: 100%
}

.sh-text-with-frame-container * {
	margin-bottom: 0
}

.sh-text-with-frame-container p,
.sh-text-with-frame-container h1,
.sh-text-with-frame-container h2,
.sh-text-with-frame-container h3,
.sh-text-with-frame-container h4,
.sh-text-with-frame-container h5,
.sh-text-with-frame-container h6 {
	line-height: 1 !important
}

@media(max-width:320px) {
	.sh-text-with-frame-container {
		display: block
	}
}

.sh-woocommerce-categories-item {
	padding-bottom: 30px
}

.sh-woocommerce-categories-item:hover h3 {
	opacity: .8
}

.sh-woocommerce-categories-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: relative
}

.sh-woocommerce-categories-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 100%;
	transition: all .5s ease-in-out
}

.sh-woocommerce-categories-item:hover .sh-woocommerce-categories-thumb {
	transform: scale(1.2)
}

@media(max-width:1000px) {
	.sh-woocommerce-categories-item h3 {
		font-size: 18px !important
	}
}

.sh-woocommerce-categories-content:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(24, 24, 24, .5);
	z-index: 0
}

.sh-woocommerce-categories-content h3 {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0
}

.sh-woocommerce-categories-count {
	background-color: #47c9e5;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	display: inline-block;
	margin-left: 6px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 0 12px;
	top: -3px;
	position: relative
}

.sh-woocommerce-products .woocommerce {
	position: relative;
	margin: 0 -15px
}

.sh-woocommerce-products .woocommerce ul.products li.product {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%
}

.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
	width: 33.3%
}

.sh-woocommerce-products .woocommerce.columns-5 ul.products li.product {
	width: 20%
}

.sh-woocommerce-products .woocommerce.columns-6 ul.products li.product {
	width: 16.6666666667%
}

.sh-woocommerce-products .woocommerce ul.products li.first {
	clear: none !important
}

.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
	width: 50%
}

@media(max-width:1200px) {
	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 25%
	}
}

@media(max-width:1025px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 33.3%
	}
	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 33.3%
	}
}

@media(max-width:800px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 50%
	}
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 50%
	}
	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 50%
	}
}

@media(max-width:560px) {
	.sh-woocommerce-products .woocommerce.columns-4 ul.products li.product {
		width: 100%
	}
	.sh-woocommerce-products .woocommerce.columns-3 ul.products li.product {
		width: 100%
	}
	.sh-woocommerce-products .woocommerce.columns-2 ul.products li.product {
		width: 100%
	}
	.sh-woocommerce-products .products:not(.slick-slider) li.product {
		min-width: 100%
	}
}

.sh-woocommerce-products-style2 .sh-woo-post-content-container {
	box-shadow: none;
	padding-top: 20px
}

.sh-woocommerce-products-style2 ul.products li.product a h3 {
	font-size: 16px !important;
	font-weight: bold;
	padding-bottom: 5px !important
}

.sh-woocommerce-products-style2 ul.products li.product .sh-woo-post-content-container a:first-child {
	padding: 0 !important;
	border-bottom-width: 0 !important
}

.sh-woocommerce-products-style2 ul.products li.product .amount {
	font-size: 16px !important;
	font-weight: bold
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button {
	display: inline-block;
	float: right !important;
	font-size: 0 !important;
	padding: 0 !important;
	top: -35px !important;
	background-color: #f2f2f2;
	width: 40px;
	height: 40px;
	text-align: center
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:hover:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:hover:after {
	color: #fff !important
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .add_to_cart_button:after,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .add_to_cart_button:after {
	line-height: 42px;
	padding-left: 0;
	padding-right: 0;
	transition: .2s all ease-in-out
}

.sh-woocommerce-products-style2 .woocommerce ul.products li.product .price,
.woocomerce-styling.sh-woocommerce-products-style2 ul.products li.product .price {
	width: auto;
	float: left
}

.sh-woocommerce-products-style2 ul.products li.product .additional-information {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 13px;
	margin-bottom: 16px !important;
	margin-right: 55px
}

.sh-woocommerce-products-style2 ul.products li.product .price ins {
	font-size: medium !important
}

.sh-woocommerce-products-style2 ul.products li.product .star-rating,
.sh-woocommerce-products-style2 ul.products li.product .ajax_add_to_cart:not(.add_to_cart_button) {
	display: none !important
}

.sh-woocommerce-products-style2 ul.products li:hover {
	bottom: 0 !important
}

.sh-woocommerce-products-style2 ul.products li:hover .sh-woo-post-content-container {
	box-shadow: none !important
}

.sh-woocommerce-products-style2 .widget_search .search-field,
.sh-woocommerce-products-style2 .woocommerce-ordering .placeholder,
.sh-woocommerce-products-style2 .woocommerce-ordering .SumoSelect .SelectBox {
	border-radius: 100px !important
}

.sh-woocommerce-products-style2 .widget_search .search-field {
	padding: 16px 30px;
	padding-right: 60px
}

.sh-woocommerce-products-style2 .widget_search .search-submit {
	right: 15px
}

.sh-woocommerce-products-style2 .simpleselect .placeholder,
.sh-woocommerce-products-style2 .simpleselect .options .option {
	padding: 9px 34px
}

iframe {
	max-width: 100%;
	display: block
}

figure {
	max-width: 100%
}

.text-center {
	text-align: center
}

.sh-noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

dd {
	margin: 0 0 20px
}

pre {
	border: 0;
	padding: 20px
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
	border-radius: 10px;
}

a:hover,
a:focus {
	color: #47c9e5;
	text-decoration: none
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0
}

h2 {
	font-size: 20px
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
	word-wrap: break-word
}

.size-xs {
	font-size: 14px
}

.size-s {
	font-size: 16px
}

.size-m {
	font-size: 20px
}

.size-l {
	font-size: 30px
}

.size-xl {
	font-size: 36px
}

.size-xxl {
	font-size: 48px
}

.size-xxxl {
	font-size: 60px
}

.size-xxxxl {
	font-size: 72px
}

@media(max-width:1024px) {
	.size-l {
		font-size: 20px
	}
	.size-xl {
		font-size: 26px
	}
	.size-xxl {
		font-size: 30px
	}
	.size-xxxl {
		font-size: 36px
	}
	.size-xxxxl {
		font-size: 40px
	}
}

.sh-text-background {
	background-color: #47c9e5;
	color: #fff;
	display: inline-block !important;
	padding: 0 11px;
	border-radius: 8px
}

.sh-text-background-white {
	background-color: #fff;
	color: #505050;
	display: inline-block !important;
	padding: 0 11px;
	border-radius: 8px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
	border: 1px solid #e3e3e3;
	color: #8d8d8d;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
	padding: 0 20px;
	line-height: 48px !important
}

textarea {
	height: 120px;
	padding: 18px 24px
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	height: inherit !important;
	line-height: inherit !important;
	font-style: italic;
	color: inherit
}

select:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
	height: inherit !important;
	line-height: inherit !important;
	font-style: italic;
	color: inherit
}

select::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	height: inherit !important;
	line-height: inherit !important;
	font-style: italic;
	color: inherit
}

select:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	height: inherit !important;
	line-height: inherit !important;
	font-style: italic;
	color: inherit
}

.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover,
.sh-social-share-button:before {
	background-color: #e5e5e5 !important
}

.wpcf7-form .wpcf7-submit {
	background-color: #47c9e5 !important;
	color: #fff
}

.woocommerce .checkout-button,
.woocommerce .wc-forward,
.woocommerce #respond input#submit,
.woocommerce .shop_table .coupon .button,
.woocommerce a.button.alt,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.sh-comments .submit,
.wpcf7-form .wpcf7-submit {
	border-radius: 100px !important;
	font-size: 13px;
	text-transform: uppercase;
	border-width: 0
}

.woocommerce input[type=submit],
.woocommerce .button,
.contact-form input[type="submit"],
.sh-404-button,
.post-content .post-password-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
	border-radius: 100px !important;
	line-height: 50px !important;
	padding: 0 30px !important;
	transition: .25s all ease-in-out
}

.sh-404-button,
.wpcf7-form .wpcf7-submit {
	font-weight: bold
}

.woocommerce .shop_table .coupon .button {
	background-color: #f2f2f2 !important
}

.woocommerce .shop_table .coupon .button,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	color: #8d8d8d !important
}

.woocommerce .shop_table .button[name=update_cart],
.woocommerce .shop_table .button[name=update_cart]:hover,
.woocommerce .button[name=save_address]:hover,
.woocommerce .button.wc-backward {
	color: #fff !important
}

.sh-social-share-button:before,
.sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 300%;
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	transition: .3s all ease-in-out
}

.sh-social-share-button *,
.sh-pricing-button * {
	display: inline-block;
	position: relative;
	z-index: 100
}

.sh-social-share-button:hover:before,
.sh-pricing-button:hover:before {
	width: 110% !important
}

.sh-comments .submit {
	border-radius: 100px;
	display: inline-block
}

.sh-pricing-button:before {
	background-color: rgba(0, 0, 0, 0.07)
}

.entry-content img {
	margin: 0 0 1.5em 0
}

.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left
}

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

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

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em
}







figure.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: -4px
}

figure.gallery-item figcaption {
	padding-top: 10px;
	padding-right: 15px
}

.gallery.gallery-columns-5 figure.gallery-item {
	width: 20%
}

.gallery.gallery-columns-4 figure.gallery-item {
	width: 25%
}

.gallery.gallery-columns-3 figure.gallery-item {
	width: 33.3%
}

.gallery.gallery-columns-2 figure.gallery-item {
	width: 50%
}

.sh-dropcaps {
	font-size: 30px !important;
	font-weight: bold;
	margin-right: 15px;
	line-height: 1
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale,
.sh-dropcaps-square-border,
.sh-dropcaps-square-border2,
.sh-dropcaps-circle {
	font-size: 24px !important;
	width: 56px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative
}

.sh-dropcaps-full-square,
.sh-dropcaps-full-square-border,
.sh-dropcaps-full-square-tale {
	color: #fff;
	background-color: #47c9e5
}

.sh-dropcaps-full-square-border:after {
	content: "";
	display: block;
	border: 2px solid #fff;
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px
}

.sh-dropcaps-square-border {
	border: 1px solid #e5e5e5
}

.sh-dropcaps-square-border2 {
	border: 2px solid #e5e5e5
}

.sh-dropcaps-circle {
	background-color: #e5e5e5;
	border-radius: 50%
}

.sh-dropcaps-full-square-tale {
	overflow: visible
}

.sh-dropcaps-full-square-tale:after {
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #47c9e5
}

table {
	border: 2px solid #e5e5e5 !important;
	border-radius: 0 !important;
	border-collapse: collapse !important
}

table td,
table th {
	border: 1px solid #e5e5e5 !important
}

table td {
	padding: 15px 20px !important
}

table th {
	padding: 15px 20px !important;
	font-size: 16px;
	color: #505050
}

.sh-table-element-style2 .default-row:nth-child(odd) {
	background: #fafafa
}

.sh-table-element-style3 table td,
.sh-table-element-style3 table th {
	border-width: 0 !important
}

.sh-placement-left {
	margin-right: auto
}

.sh-placement-center {
	margin: 0 auto
}

.sh-placement-right {
	margin-left: auto
}

.sh-group:after,
.sh-columns:after {
	content: "";
	display: block;
	clear: both
}

.sh-group>* {
	float: left
}

.sh-columns>* {
	float: left
}

.sh-columns>:last-child {
	float: right
}

.sh-group-equal {
	display: flex
}

.sh-group-equal>* {
	flex: 1
}

.sh-table {
	display: table;
	width: 100%
}

.sh-hidden {
	display: none
}

.sh-table-full {
	display: table;
	width: 100%;
	height: 100%
}

.sh-table-small {
	display: table
}

.sh-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none !important
}

.sh-table-cell-top {
	display: table-cell;
	vertical-align: top
}

.fw-row {
	margin: 0
}

.fw-container {
	max-width: 1200px;
	padding: 50px 0
}

.fw-container-fluid {
	padding: 0
}



.sh-footer-columns,
.blog-style-largedate,
.container .fw-row,
.contact-form .wrap-forms .fw-row {
	position: relative;
	margin: 0 -15px
}

.row-no-margin {
	margin: 0
}

.row-no-margin>div {
	margin: 0;
	padding: 0
}

.page-fullwidth {
	width: 100%;
	min-width: 100%;
	float: none;
	padding: 0
}

#content {
	width: 100%
}

#content>table {
	margin-bottom: 30px
}

#content.content-with-sidebar-right {
	width: 73%;
	padding-right: 2%;
	float: left
}

#content.content-with-sidebar-left {
	width: 73%;
	padding-left: 2%;
	float: right
}



#sidebar.sidebar-left {
	float: left;
	width: 25%
}

#sidebar.sidebar-right {
	float: right;
	width: 25%
}

#sidebar h3,
#sidebar h3>a {
	font-size: 16px;
	color: #505050
}

#wrapper {
	overflow: hidden;
	position: relative
}

#wrapper>.sh-page-layout-default {
	padding: 60px 0
}

#wrapper>.sh-page-layout-full .page-default-content {
	padding: 45px
}

.page-template-page-blog .sh-page-layout-full {
	padding: 60px 30px
}

@media(min-width:1370px) {
	.page-template-page-blog .sh-page-layout-full .blog-style-masonry article {
		width: 25%
	}
}

.width-15p {
	width: 15%
}

.width-20p {
	width: 20%
}

.width-3p {
	width: 30%
}

.width-40p {
	width: 40%
}

.width-60p {
	width: 60%
}

.width-70p {
	width: 70%
}

.width-85p {
	width: 85%
}

.width-100p,
.width-full {
	width: 100%
}

.sh-clear {
	clear: both
}

.sh-seperator-container {
	position: relative
}

.sh-seperator-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%
}

.sh-seperator-icon {
	text-align: center;
	width: 100%
}

.sh-seperator-icon i.fa {
	background: #fff;
	padding: 0 10px
}

h1,
h2,
h3,
h4,
h5,
h6,
.sh-iconbox-hover,
.sh-partners-carousel .slick-slide a img,
.sh-overlay-style1,
.sh-overlay-style1 .sh-overlay-link,
.sh-overlay-style1 .sh-overlay-lightbox,
.sh-nav-container,
.sh-nav-login .header-logo img,
.sh-nav .sh-nav-cart li.mini_cart_item a.remove:before,
.header-mobile-social-media a,
.sh-header-left-1 .header-social-media a,
.sh-header-right-side,
.sh-gallery .slick-prev,
.sh-gallery .slick-next,
.woocommerce table.shop_table a.remove:before,
.sh-mini-overlay-container,
.sh-page-notice .sh-page-notice-button,
.sh-team-social-overlay .sh-team-image-position,
.sh-team-social-overlay .sh-team-overlay,
.sh-icons-item i,
.sh-pricing-button,
.sh-button,
.sh-button-tale,
.sh-button-style-2 .sh-button-icon-right:after,
.sh-button-style-2 .sh-button-icon-left:after,
.sh-button-style-3 .sh-button-icon-right:after,
.sh-button-style-3 .sh-button-icon-left:after,
.sh-button-style-4 .sh-button,
.sh-iconbox-style1 .sh-iconbox-icon-shape>i,
.sh-iconbox .sh-iconbox-hover,
.sh-iconbox .sh-iconbox-title h3,
.sh-portfolio-image-position,
.sh-portfolio-overlay1-bar,
.sh-piechart .sh-piechart-animation,
.sh-testimonials-switch,
.sh-heading .sh-heading-content,
.sh-portfolio-overlay,
.sh-portfolio-category,
.sh-nav ul a,
.sh-footer a,
.page-numbers a,
.page-numbers span,
.sh-overlay-style1 .sh-table-cell i,
.post-meta-author a,
.post-meta-categories a,
.post-meta-categories span,
.woocommerce-tabs .comment-form-rating p.stars a,
.woocommerce-tabs .comment-form-rating p.stars a:before,
.woocommerce table a,
.widget-item a,
.sh-timeline-box,
.sh-timeline-box-tale,
.sh-timeline-box-circle,
.sh-nav-mobile a,
.sh-icon .sh-icon-data,
.sh-social-share-networks .jssocials-share,
.sh-portfolio-title-container,
.sh-portfolio-titlem,
.sh-social-share-button,
.woocommerce div.product form.cart div.quantity span:hover,
.sh-video-player-image-play,
.post-with-background a,
.sh-social-share-networks .jssocials-share i {
	transition: all .3s ease-in-out
}

div.pp_default .pp_next_box,
div.pp_default .pp_prev_box,
.sh-page-switcher-button,
.sh-header-left-side,
.sh-team-icon,
.sh-team-icon i,
.sh-team:hover .sh-team-role,
.sh-testimonials-70 .sh-testimonials-container .sh-testimonials-bottom,
.sh-portfolio-image-container {
	transition: all .5s ease-in-out
}

#page-container {
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%
}

.sh-stop-animation {
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important
}

.sh-animation-left,
#page-container {
	transition: left .3s ease-in-out !important
}

.sh-animation-right {
	transition: right .3s ease-in-out !important
}

.sh-animated {
	visibility: hidden
}

.sh-header {
	position: relative;
	background-color: #fff
}

.sh-header-top {
	position: relative;
	margin-bottom: 0
}

.sh-header .container,
.sh-header-top .container {
	padding: 0 15px;
	position: relative
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav>li.menu-item>a {
	padding-top: 30px;
	padding-bottom: 30px;
	max-height: none;
	transition: .3s padding ease-in-out
}

.sh-nav-container {
	position: relative;
	margin-bottom: -1px
}

.sh-nav-container ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.sh-nav-container:after {
	content: "";
	display: block;
	clear: both
}

.navbar-default {
	
	border-color: transparent
}

.navbar {
	margin-bottom: 0
}

body.admin-bar #page-container .sh-sticky-mobile-header {
	margin-top: 32px !important
}

@media(max-width:782px) {
	body.admin-bar #page-container .sh-sticky-mobile-header {
		margin-top: 46px !important
	}
}

.sh-sticky-header-active,
.sh-sticky-mobile-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 5000
}

#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important
}

.sh-header-inverted .sh-nav>li.menu-item>a,
.sh-header-inverted .sh-nav>li.menu-item>a>i {
	color: #fff
}

.sh-header-inverted .cart-icon-white {
	opacity: 0
}

.sh-nav-uppercase .sh-nav>li.menu-item>a {
	text-transform: uppercase
}

.sh-nav-uppercase .sh-nav>li.menu-item>a:after {
	text-transform: none !important
}

.sh-header-small-icons .sh-nav-search i,
.sh-header-small-icons .sh-nav-social i,
.sh-header-small-icons .sh-nav-cart i,
.sh-header-small-icons .sh-header-search-submit i,
.sh-header-small-icons .sh-header-search-close i {
	font-size: 18px
}

.sh-header-small-icons .cart-icon {
	top: -2px;
	margin-left: -12px
}

.sh-nav-seperator {
	padding-right: 0 !important;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding-left: 15px !important;
	margin-left: 25px !important
}

.sh-nav-seperator i {
	font-size: 0
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-seperator {
	border-color: rgba(255, 255, 255, 0.08)
}

body.admin-bar .shheader {
	margin-top: 32px
}

body.admin-bar .sh-header-left-side,
body.admin-bar .sh-header-right-side {
	padding-top: 32px
}

.header-logo {
	padding: 15px 0;
	position: relative;
	z-index: 100
}

#header-logo-title {
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 20px;
	cursor: default;
	font-weight: bold
}

.sh-header-top-4 #header-logo-title {
	margin-left: 0;
	text-align: center
}

.sh-header-mobile #header-logo-title {
	margin-left: 5px
}

.sh-header-top .col-md-4,
.sh-header-top .col-md-8 {
	padding: 0
}

.sh-header-top {
	padding: 15px 0
}

.header-social-media {
	text-align: right
}

.header-social-media a {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 15px
}

.header-social-media a:last-child {
	padding-right: 0
}

.header-contacts {
	display: table;
	height: 100%
}

.header-contacts-item {
	display: table-cell;
	vertical-align: middle
}

.header-contacts-details {
	padding-right: 20px;
	font-size: 14px
}

.header-contacts-details>i {
	font-size: 15px;
	padding-right: 8px
}

.header-contacts-details>i.fa-mobile-phone {
	font-size: 18px
}

.sh-nav {
	float: right
}

.sh-nav li.menu-item {
	float: left;
	padding: 0 15px;
	border-bottom: 0 solid transparent
}

.sh-nav li.menu-item a {
	line-height: 40px;
	max-height: 40px;
	display: block;
	color: #7e7e7e
}

.sh-nav ul li.menu-item a {
	color: #aaa
}

.sh-nav ul li.menu-item:hover>a {
	color: #fff
}

.sh-nav>li.menu-item>a {
	font-weight: bold;
	text-transform: none
}

.sh-nav li.current-menu-item>a,
.sh-nav li.current-menu-parent>a {
	font-weight: bold;
	color: #575757
}

.sh-nav li.menu-item>a.fa:before,
.sh-nav-mobile li.menu-item>a.fa:before {
	font-family: 'FontAwesome';
	padding-right: 8px
}

.sh-nav>li.menu-item:last-child {
	padding-right: 0
}

.sh-nav>li.menu-item:last-child>ul.sub-menu {
	margin-left: -134px
}

.sh-nav>li.menu-item:nth-last-child(2)>ul.sub-menu {
	margin-left: -74px
}

.sh-nav>.menu-item>.sub-menu {
	margin-left: -26px
}

.sh-nav li.menu-item-has-children>a:after,
.sh-nav li.menu-item li.menu-item-has-children>a:after {
	font-family: 'simple-line-icons' !important;
	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;
	position: relative;
	font-size: 12px;
	margin-left: 8px;
	content: "\e604";
	position: relative
}

.sh-nav li.menu-item li.menu-item-has-children>a:after {
	float: right
}

.sh-sticky-header-active:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav>li.menu-item>a {
	padding-top: 15px;
	padding-bottom: 15px;
	max-height: none
}

.sh-sticky-header-active .sh-nav ul.sub-menu {
	top: 101%
}

.new-item {
	display: inline-block;
	width: 33px;
	height: 16px;
	background-image: url(//jevelin.shufflehound.com/autospot/wp-content/themes/jevelin/img/new.png);
	position: relative;
	right: -4px;
	top: -3px
}

.sh-nav li.menu-item li a,
.sh-nav li.menu-item li.menu-item-has-children>a:after {
	line-height: 24px;
	text-transform: none;
	padding-top: 6px;
	padding-bottom: 6px
}

.sh-nav li.menu-item li a {
	max-height: none
}

.sh-nav li.menu-item li.current-menu-item>a {
	font-weight: bold;
	color: #aaa;
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu {
	display: none;
	position: absolute;
	background: #232323;
	top: 100%;
	padding: 16px 0;
	width: 220px;
	z-index: 1000
}

.sh-nav ul.sub-menu li {
	position: relative
}

.sh-nav ul.sub-menu li {
	width: 100%;
	float: none;
	padding: 0
}

.sh-nav ul.sub-menu a {
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu li:last-child {
	border-bottom: 1px solid transparent
}

.sh-nav ul.sub-menu ul.sub-menu {
	left: 220px;
	top: -16px !important
}

.mega-menu-row .menu-item ul a {
	color: #b0b0b0 !important;
	left: 0;
	margin-left: 0
}

.mega-menu-row {
	padding: 16px 0 16px 0 !important
}

.mega-menu-row .sub-menu {
	margin-left: 0;
	padding: 0 !important
}

.mega-menu-row .menu-item>.sub-menu:before {
	display: none
}

.sh-nav li.menu-item-has-mega-menu {
	position: inherit
}

.sh-nav ul.mega-menu-row {
	right: 0;
	width: 100%;
	overflow: hidden
}

.sh-nav ul.mega-menu-row li.mega-menu-col {
	float: left;
	border-bottom: 0;
	margin-top: -16px;
	margin-bottom: -16px;
	position: relative;
	padding: 16px 0
}

.sh-nav ul.mega-menu-row li.mega-menu-col li,
.sh-nav ul.mega-menu-row li.mega-menu-col ul {
	display: block !important;
	width: 100% !important;
	border: 0 solid transparent
}

.sh-nav ul.mega-menu-row li.mega-menu-col a {
	overflow: visible !important;
	height: auto !important;
	max-height: 1000px !important
}

.sh-nav li ul.mega-menu-row ul.sub-menu {
	opacity: 1 !important;
	height: auto !important
}

.sh-nav li.menu-item>ul.mega-menu-row>ul:nth-child(-n+2) {
	display: none !important;
	opacity: 0 !important
}

.sh-nav ul.mega-menu-row>.menu-item>a+div {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: -5px;
	font-style: italic
}

.sh-nav ul.mega-menu-row .menu-item-has-children>a {
	font-weight: bold;
	color: #505050
}

.sh-nav ul.mega-menu-row .menu-item-has-children a:after {
	visibility: hidden
}

.sh-nav ul.mega-menu-row .menu-item-has-children ul li a {
	text-transform: none
}

.sh-nav ul.mega-menu-row ul.sub-menu {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	opacity: 1 !important
}

.sh-nav ul.mega-menu-row ul.sub-menu ul.sub-menu {
	margin-bottom: -15px
}

.sh-nav li.menu-item.menu-item-has-mega-menu ul.sub-menu ul.sub-menu {
	box-shadow: none !important
}

.sh-nav .mega-menu-row-1 .menu-item {
	width: 100%
}

.sh-nav .mega-menu-row-2 .menu-item {
	width: 50%
}

.sh-nav .mega-menu-row-3 .menu-item {
	width: 33.3%
}

.sh-nav .mega-menu-row-4 .menu-item {
	width: 25%
}

.sh-nav .mega-menu-row-5 .menu-item {
	width: 20%
}

.sh-nav .mega-menu-row-1 li.menu-item:nth-child(1n+0),
.sh-nav .mega-menu-row-2 li.menu-item:nth-child(2n+0),
.sh-nav .mega-menu-row-3 li.menu-item:nth-child(3n+0),
.sh-nav .mega-menu-row-4 li.menu-item:nth-child(4n+0),
.sh-nav .mega-menu-row-5 li.menu-item:nth-child(5n+0) {
	border-right: 0 solid transparent !important
}

.sh-nav-social {
	padding-left: 0 !important
}

.sh-nav-social a {
	display: block !important;
	float: left;
	padding: 0 5px
}

.sh-nav-social a:first-child {
	padding-left: 0
}

.sh-nav-social a:last-child {
	padding-right: 0
}

.sh-nav-social i {
	font-size: 24px;
	position: relative;
	bottom: -5px
}

.sh-nav-social a:after {
	content: "";
	display: block;
	clear: both
}

.sh-nav-dropdown,
.sh-nav-menu {
	padding-left: 20px !important
}

.sh-nav-dropdown i,
.sh-nav-cart i,
.sh-nav-menu i,
.sh-nav-search i {
	font-size: 24px;
	position: relative;
	bottom: -3px;
	color: #545454
}

.sh-nav-dropdown i,
.sh-nav-menu i {
	bottom: -4px
}

.sh-nav-search i {
	bottom: -5px
}

.sh-nav-cart i {
	bottom: -5px
}

.sh-nav-menu+.sh-nav-search {
	padding-left: 3px !important
}

.sh-nav-cart+.sh-nav-dropdown,
.sh-nav-cart+.sh-nav-search {
	padding-left: 0 !important
}

.sh-nav-cart {
	padding-right: 8px
}

@media(max-width:1020px) {
	.sh-nav-cart .sub-menu {
		display: none !important
	}
}

.sh-nav-menu-full {
	width: 100%;
	text-align: center
}

.sh-nav-menu-full span {
	padding-left: 12px;
	line-height: 26px;
	top: -4px;
	position: relative;
	font-weight: 400;
	text-transform: uppercase
}

.cart-icon {
	position: relative;
	top: -4px;
	margin-left: -17px;
	display: inline-block
}

.cart-icon span {
	display: inline-block;
	background-color: #47c9e5;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 100;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 9px;
	font-weight: bold;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15)
}

.cart-icon .cart-icon-triangle-color {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #47c9e5;
	position: relative
}

.cart-icon-white {
	right: -13px;
	position: relative
}

.sh-nav-login {
	padding-left: 0 !important
}

.sh-nav-login .header-logo {
	padding: 0 !important
}

.sh-nav-login #header-login>span {
	border: 2px solid #757575;
	padding: 10px 15px;
	font-weight: bold
}

.sh-nav-login #header-quote {
	border-left: 2px solid #937fd5;
	padding: 0 12px;
	padding-right: 0
}

.sh-nav-lang {
	padding-right: 0 !important
}

.sh-nav-lang ul {
	display: block;
	max-width: 60px;
	margin-left: -8px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.sh-nav-lang ul a {
	text-transform: uppercase !important;
	font-size: 13px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center !important
}

.sh-nav-lang>a>span {
	display: block;
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	height: 45px;
	width: 45px;
	line-height: 44px;
	margin-top: -5px;
	text-align: center;
	cursor: default
}

.sh-nav-lang>a:after {
	display: none !important
}

.sh-nav .sh-nav-cart>ul.sub-menu {
	width: 350px;
	margin-left: -262px !important;
	padding-bottom: 0
}

.sh-nav .sh-nav-cart .widgettitle {
	display: none
}

.sh-nav .sh-nav-cart ul.cart_list {
	margin: 0 30px
}

.cart_list.product_list_widget {
	border: 0 !important
}

.sh-nav .sh-nav-cart ul.cart_list .empty {
	min-height: 10px !important;
	text-align: center;
	padding-left: 0 !important
}

.sh-nav .sh-nav-cart li.mini_cart_item {
	padding-left: 0;
	margin: 12px 0;
	padding-bottom: 12px;
	position: relative;
	display: block
}

.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a,
.sh-nav .sh-nav-cart ul.cart_list li.mini_cart_item a:hover {
	border-bottom-width: 0 !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a:nth-child(2) {
	background-color: transparent !important;
	padding-top: 10px;
	color: #fff !important
}

.sh-nav .sh-nav-cart li.mini_cart_item:first-child {
	margin-top: 10px !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove {
	left: auto;
	right: 15px;
	top: 0;
	font-size: 0;
	background-color: transparent;
	color: #ccc !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a.remove:hover {
	color: #7b7b7b !important
}

.sh-nav .sh-nav-cart li.mini_cart_item a {
	padding: 0;
	line-height: 20px
}

.sh-nav-cart .menu-item-cart .total {
	padding: 17px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-transform: uppercase
}

.sh-nav-cart .menu-item-cart .attachment-shop_thumbnail {
	width: 60px;
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-top: -8px
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons {
	margin-bottom: 0
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child {
	border-right: 1px solid #464646
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a {
	width: 50%;
	display: inline-block;
	padding: 0;
	text-align: center;
	border-radius: 0;
	line-height: 70px !important;
	max-height: 70px;
	background-color: transparent !important;
	margin-right: -4px;
	border-radius: 0 !important
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:hover {
	border-bottom-width: 0 !important
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before,
.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	font-family: 'simple-line-icons' !important;
	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;
	display: inline-block;
	position: relative;
	bottom: -1px;
	font-size: 16px;
	margin-right: 12px
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:first-child:before {
	content: "\e087"
}

.sh-nav-cart .menu-item-cart .widget_shopping_cart_content p.buttons a:last-child:before {
	content: "\e080"
}

.sh-nav-cart .mini_cart_item .quantity {
	float: left;
	padding-top: 3px
}

.sh-nav-cart .buttons a {
	background-color: #ebe9eb !important
}

.sh-nav-cart .buttons a.checkout {
	color: #fff !important
}

.woocommerce-mini-cart__empty-message {
	padding: 6px 35px 20px 35px
}

.sh-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-2 .sh-nav>li.menu-item>a {
	padding-top: 25px;
	padding-bottom: 25px
}

.sh-header-2.sh-sticky-header-active .sh-nav>li.menu-item>a {
	padding-top: 20px;
	padding-bottom: 20px
}

.sh-header-3 .sh-nav>li.menu-item>a {
	padding-top: 25px;
	padding-bottom: 25px
}

.sh-header-3.sh-sticky-header-active .sh-nav>li.menu-item>a {
	padding-top: 20px;
	padding-bottom: 20px
}

.sh-header-top-3 {
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-top-3 .container {
	border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-top-3 .header-contacts {
	width: 100%
}

.sh-header-top-3 .header-contacts-item {
	width: 100%;
	display: table
}

.sh-header-top-3 .header-contacts-item span {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 0;
	padding-right: 0
}

.sh-header-top-3 .header-social-media a {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 18px
}

.sh-header-4 .sh-nav-container {
	padding-top: 15px;
	padding-bottom: 15px
}

.sh-header-top-4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-4 .sh-nav,
.sh-header-top-4 .header-logo,
.sh-header-7 .header-logo {
	float: none;
	display: table;
	margin: 0 auto
}

.sh-header-top-4 .header-logo {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0
}

.sh-header-top-4 .header-logo img {
	padding: 0
}

.sh-header-5 .sh-nav-container {
	padding: 0
}

.sh-header-5 .sh-nav>.menu-item {
	height: 100px !important;
	max-height: 100px !important;
	min-height: 40px
}

.sh-header-5 .sh-nav-login,
.sh-header-5 .sh-nav-cart,
.sh-header-5 .sh-nav-search,
.sh-header-5 .sh-nav-social {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0 15px !important
}

.sh-header-5 .sh-nav>.menu-item>a {
	line-height: 100px !important;
	max-height: 100px !important;
	min-height: 40px
}

.sh-header-5 .sh-nav>.current_page_item {
	margin-top: 30px !important;
	margin-bottom: 30px !important
}

#page-container .sh-header-5 .sh-nav .current_page_item {
	height: 40px !important
}

#page-container .sh-header-5 .sh-nav .current_page_item a {
	line-height: 40px !important
}

.sh-header-5 .sh-nav-social a {
	position: relative;
	padding: 0 15px !important
}

.sh-header-5 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-5 .sh-nav>.menu-item:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-5 .sh-nav-social {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.sh-header-5 .sh-nav-login #header-login span,
.sh-header-6 .sh-nav-login #header-login span {
	border: 0;
	padding-left: 0;
	padding-right: 0
}

.sh-header-5 .sh-nav-login span,
.sh-header-6 .sh-nav-login span {
	font-size: 0
}

.sh-header-5 .sh-nav-login span:before,
.sh-header-6 .sh-nav-login span:before {
	font-family: 'simple-line-icons' !important;
	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;
	display: inline-block;
	position: relative;
	bottom: -5px;
	font-size: 24px;
	content: "\e003"
}

.sh-header-6 .sh-nav-container {
	padding: 0
}

.sh-header-6 .sh-nav>.menu-item:not(.sh-nav-social),
.sh-header-6 .sh-nav>.sh-nav-social a {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0 !important;
	height: 100px;
	width: 100px;
	min-height: 70px;
	max-height: 70px;
	min-width: 70px;
	max-width: 100px;
	text-align: center
}

.sh-header-6 .sh-nav>.menu-item:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-6 .sh-nav>.menu-item>a {
	line-height: 100px;
	max-height: 100px;
	height: 100px;
	min-height: 70px
}

.sh-header-6 .sh-nav>.sh-nav-social {
	border-left: 0 solid transparent;
	padding: 0 !important
}

.sh-header-6 .c-hamburger {
	display: table;
	margin: 0 auto;
	top: 0
}

.sh-header-6 .header-logo {
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08)
}

.sh-header-7 .sh-nav-container {
	padding: 0;
	position: relative;
	top: 3px
}

.sh-header-7 .header-logo {
	padding: 22px 0
}

.sh-header-7 .header-logo-container {
	display: table;
	margin: 0 auto;
	height: 100%
}

.sh-header-7 .sh-nav-left {
	float: left
}

.sh-header-7 .sh-nav-dropdown {
	position: relative;
	top: -12px
}

.sh-nav-header7-menu-cart .sh-nav-dropdown {
	top: 0
}

.sh-header-7>.container>.sh-table>.sh-table-cell {
	width: 33.3%
}

.sh-header-9 .c-hamburger {
	width: 18px;
	height: 15px;
	top: 16px
}

.sh-header-9 .c-hamburger span {
	top: 6px
}

.sh-header-9 .c-hamburger span::before {
	top: -6px
}

.sh-header-9 .c-hamburger span::after {
	bottom: -6px
}

.sh-header-9 .c-hamburger--htx.is-active span::before {
	width: 18px
}

.sh-header-9 .c-hamburger--htx.is-active span::after {
	width: 18px
}

.sh-header-10 .sh-nav>li.menu-item:not(.sh-nav-special)>a {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.sh-header-10 .sh-nav>li.menu-item.sh-nav-special>a {
	padding-top: 13px !important;
	padding-bottom: 19px !important
}

.sh-header-10 .sh-nav {
	float: none
}

.sh-header-10 .sh-nav-left {
	padding-left: 17px
}

.sh-header-10 .sh-nav-right {
	float: right
}

.sh-header-10>.container {
	background-color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	box-shadow: 0 15px 45px -9px rgba(0, 0, 0, 0.20)
}

.sh-header-10 {
	background-color: rgba(255, 255, 255, 0.0) !important;
	border-bottom-width: 0 !important
}

.sh-header-top-10 .header-contacts {
	float: right !important
}

.sh-header-10 .sh-nav li.menu-item {
	padding: 0 17px
}

.sh-header-top-10 .header-contacts {
	padding: 15px 0
}

.sh-header-top-10 .header-contacts-details-large {
	position: relative;
	color: #8a8a8a;
	font-size: 13px
}

.sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	margin-right: 25px;
	padding-right: 20px;
	border-right: 1px solid rgba(0, 0, 0, .08)
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large {
	color: #fff
}

header.primary-desktop-light .sh-header-top-10 .header-contacts-details-large:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .15)
}

.sh-header-top-10 .header-contacts-details-large-icon {
	position: absolute;
	left: 0
}

.sh-header-top-10 .header-contacts-details-large-icon i {
	font-size: 36px;
	display: block;
	margin-top: 5px
}

.sh-header-top-10 .header-contacts-details-large-title {
	font-weight: 600
}

.sh-header-top-10 .header-contacts-details-large-content {
	padding-left: 55px;
	transition: .3s all ease-in-out
}

.sh-header-top-10 .header-contacts-details-large-content:hover {
	opacity: .8
}

.sh-header-10 .sh-nav-login,
.sh-header-10 .sh-nav-cart,
.sh-header-10 .sh-nav-search,
.sh-header-10 .sh-nav-social,
.sh-header-10 .sh-nav-social a:not(:first-child) {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0 25px !important
}

.sh-header-10 .sh-nav-social a:first-child {
	padding-right: 25px !important
}

.sh-header-10 .sh-nav-social {
	padding-right: 0 !important
}

.sh-header-10 .sh-header-search {
	border-radius: 3px
}

.sh-header-10 .sh-header-search .sh-header-search-input {
	padding-left: 30px;
	padding-right: 110px;
	font-size: 16px
}

.sh-header-10 .sh-header-search-submit {
	right: 52px
}

.sh-header-10 .sh-header-search-close {
	right: 20px
}

.sh-header-left-side {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 320px;
	background-color: #fff;
	z-index: 5000
}

.sh-header-left-side:after {
	display: block;
	clear: both;
	content: ""
}

.sh-header-left-side #header-logo a {
	display: inline-block;
	position: relative;
	z-index: 100
}

.sh-header-left-side #header-logo {
	text-align: center;
	padding: 50px;
	opacity: 0
}

.sh-header-left-side #header-logo img {
	min-height: 25px
}

.sh-header-left-side .sh-nav {
	float: none
}

.sh-header-left-side .sh-nav>li {
	float: none !important;
	max-width: 100%;
	padding: 0 !important;
	position: relative
}

.sh-header-left-side .sh-nav>li>a:after {
	float: right
}

.sh-header-left-side .sh-nav>li:last-child>a {
	border-bottom: 0
}

.sh-header-left-side .sh-nav>li ul:not(.cart_list) {
	margin-left: 0 !important;
	z-index: 500;
	top: 0;
	box-shadow: none !important;
	border-radius: 0
}

.sh-header-left-side .sh-nav-cart .sub-menu {
	margin-top: 45px
}

.sh-header-left-side .header-bottom {
	position: absolute;
	bottom: 28px;
	left: 28px;
	right: 28px
}

.sh-header-left-navigation {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%
}

.sh-header-left-side .header-logo {
	display: table;
	max-width: 100%;
	margin: 0 auto
}

.sh-header-left-side ul.sh-nav>li.menu-item-has-children>a:after {
	font-family: 'simple-line-icons' !important;
	position: absolute;
	float: none;
	right: 0;
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	content: "\e604"
}

.sh-header-left-side ul.sh-nav ul li.menu-item-has-children>a:after {
	font-family: 'simple-line-icons' !important;
	line-height: inherit !important;
	height: inherit !important;
	font-size: 12px;
	content: "\e604"
}

.sh-header-left-1 .header-logo {
	padding: 40px 0;
	padding-bottom: 15px
}

.sh-header-left-1 .sh-nav-container {
	padding: 0 30px
}

.sh-header-left-1 .sh-nav>li>a {
	text-align: center
}

.sh-header-left-1 .sh-nav>li>a {
	max-height: 50px !important;
	line-height: 50px !important;
	max-width: 100%;
	padding: 0
}

.sh-header-left-1 .sh-nav>li>ul {
	left: 290px !important
}

.sh-header-left-1 .sh-nav>li>.mega-menu-row {
	min-width: 780px;
	left: 290px !important
}

@media(min-width:1250px) {
	.sh-header-left-1 .sh-nav>li>.mega-menu-row {
		min-width: 900px
	}
}

.sh-header-left-1 .header-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #e5e5e5;
	position: relative
}

.sh-header-left-1 .header-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0;
	height: 60px
}

.sh-header-left-1 .header-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0;
	position: relative;
	line-height: 60px
}

.sh-header-left-1 .sh-copyrights-text {
	text-align: center;
	line-height: inherit !important;
	margin: 0 30px 15px 30px
}

.sh-header-left-1 .header-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.sh-header-left-1 {
	border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.sh-header-left-1 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.sh-header-left-1 .sh-side-button-search,
.sh-header-left-1 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold
}

.sh-header-left-1 .sh-side-button-search {
	line-height: 70px
}

.sh-header-left-1 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px
}

.sh-header-left-1 .sh-side-button-search {
	border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart {
	top: 10px
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none
}

.sh-header-left-1 .sh-side-button-cart .sh-nav-cart>ul.sub-menu {
	text-align: left;
	margin-left: -130px !important
}

.sh-header-left-2 {
	padding: 0;
	color: #fff
}

.sh-header-left-2 .header-logo {
	padding: 50px 0
}

.sh-header-left-2 .sh-nav-container {
	padding: 0
}

.sh-header-left-2 .sh-nav>li>a {
	max-height: 60px !important;
	line-height: 60px !important;
	max-width: 100%;
	padding: 0 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

.sh-header-left-2 li.menu-item-has-children>a:after,
.sh-header-left-2 li.menu-item li.menu-item-has-children>a:after {
	font-family: 'simple-line-icons' !important;
	position: absolute;
	float: none;
	right: 25px;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	content: "\e604"
}

.sh-header-left-2 .sh-nav>li>ul {
	left: 320px !important
}

.sh-header-left-2 .sh-nav>li>.mega-menu-row {
	min-width: 780px;
	left: 320px !important
}

.sh-header-left-2 .header-social-media {
	text-align: center
}

.sh-header-left-2 .header-social-media a {
	padding: 0 12px
}

.sh-header-left-2 .header-social-media i {
	font-size: 18px;
	color: #fff
}

.sh-header-left-2 .sh-header-copyrights-text {
	margin-bottom: 30px;
	text-align: center
}

.sh-header-left-2 .sh-nav>li>a {
	color: #fff;
	font-weight: bold
}

.sh-header-left-2 .sh-nav li.menu-item>a.fa:before {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.15);
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: -25px;
	margin-right: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: normal !important
}

.sh-header-left-2 .sh-copyrights-text {
	line-height: inherit !important
}

.sh-header-left-2 {
	border-right: 1px solid rgba(255, 255, 255, 0.25)
}

.sh-header-left-2 .sh-side-buttons .sh-table-cell {
	width: 50%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

.sh-header-left-2 .sh-side-button-search,
.sh-header-left-2 .sh-side-button-cart {
	cursor: pointer;
	height: 70px;
	text-align: center;
	position: relative;
	color: #8d8d8d;
	font-weight: bold
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart a {
	border-bottom: 0 !important
}

.sh-header-left-2 .sh-side-button-search {
	line-height: 70px
}

.sh-header-left-2 .sh-side-button-search i {
	font-size: 24px;
	padding-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px
}

.sh-header-left-2 .sh-side-button-search {
	border-right: 1px solid rgba(255, 255, 255, 0.25)
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-container {
	width: 100%;
	display: inline-block;
	padding: 0
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart {
	top: 10px
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart i {
	font-size: 24px;
	color: #8d8d8d
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart .sh-cart-title {
	display: none
}

.sh-header-left-2 .sh-side-button-cart .sh-nav-cart>ul.sub-menu {
	text-align: left;
	margin-left: -160px !important
}

.sh-header-left-2 ul.sh-nav>li.menu-item-has-children>a:after {
	right: 25px;
	line-height: 60px !important;
	height: 60px !important
}

@media(max-height:800px) {
	.sh-header-in-side .sh-header-left-side .sh-nav>li>a,
	.sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
		max-height: 46px !important;
		line-height: 46px !important
	}
	.sh-header-in-side .sh-header-left-side .sh-side-button-search,
	.sh-header-in-side .sh-header-left-side .sh-side-button-cart {
		height: 50px
	}
	.sh-header-left-side .sh-side-button-search {
		line-height: 50px
	}
	.sh-header-left-side .sh-side-button-search i,
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
		font-size: 22px
	}
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
		top: 4px
	}
	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 15px;
		font-size: 13px
	}
	.sh-header-left-1 .header-social-media a {
		height: 40px
	}
	.sh-header-left-1 .header-social-media i {
		line-height: 40px
	}
}

@media(max-height:600px) {
	.sh-header-in-side .sh-header-left-side .sh-nav>li>a,
	.sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
		max-height: 36px !important;
		line-height: 36px !important
	}
	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 6px;
		font-size: 11px
	}
	.sh-header-left-2 .header-social-media i {
		font-size: 15px
	}
	.sh-header-left-1 .header-social-media a {
		height: 30px
	}
	.sh-header-left-1 .header-social-media i {
		line-height: 30px
	}
	.sh-header-left-2 .header-bottom {
		bottom: 10px;
		left: 10px;
		right: 10px
	}
}

@media(max-height:450px) {
	.sh-header-in-side .sh-header-left-side .sh-nav>li>a,
	.sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
		max-height: 28px !important;
		line-height: 28px !important
	}
	.sh-header-in-side .sh-header-left-side .sh-side-button-search,
	.sh-header-in-side .sh-header-left-side .sh-side-button-cart {
		height: 30px
	}
	.sh-header-left-side .sh-side-button-search {
		line-height: 30px
	}
	.sh-header-left-side .sh-side-button-search i,
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart i {
		font-size: 18px
	}
	.sh-header-left-side .sh-side-button-cart .sh-nav-cart {
		top: 2px;
		left: 4px
	}
	.sh-header-left-2 .sh-header-copyrights-text,
	.sh-header-left-1 .sh-copyrights-text {
		margin-bottom: 0;
		font-size: 10px
	}
	.sh-header-left-side #header-logo {
		padding-top: 10px !important
	}
	.sh-header-left-side #header-logo img {
		height: 25px
	}
	.sh-header-left-1 .header-social-media a {
		height: 20px
	}
	.sh-header-left-1 .header-social-media i {
		line-height: 20px;
		font-size: 12px
	}
}

@media(max-height:400px) {
	.sh-header-in-side .sh-header-left-side .sh-nav>li>a,
	.sh-header-in-side .sh-header-left-side .sh-nav>li.menu-item-has-children>a:after {
		max-height: 24px !important;
		line-height: 24px !important
	}
}

@media(max-width:1025px) {
	.sh-header-right-side {
		display: none !important
	}
}

.sh-header-right-side {
	position: fixed;
	top: 0;
	right: -320px;
	bottom: 0;
	width: 320px;
	height: 100%;
	background-color: #232323;
	overflow: hidden;
	z-index: 5000;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.sh-header-scrollbar {
	overflow-y: scroll;
	height: 100%;
	position: relative;
	margin-right: -15px
}

.sh-header-right-side .sh-header-mobile-dropdown {
	display: block !important;
	padding-bottom: 70px
}

.sh-header-right-side .header-mobile-social-media {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5500;
	background-color: #232323
}

.sh-header-right-side .sh-nav-mobile li a {
	padding-left: 50px !important;
	padding-right: 50px !important
}

.sh-header-right-side .container {
	width: 100% !important
}

#page-container {
	position: relative;
	left: 0
}

.sh-header {
	position: relative;
	left: 0
}

.page-layout-right-fixed .sh-header-right-side {
	right: 0
}

.page-layout-right-fixed #page-container,
.page-layout-right-fixed .sh-sticky-header-active,
.page-layout-right-fixed.sh-footer-paralalx-init .sh-footer {
	left: -320px
}

.page-layout-right-fixed .sh-back-to-top {
	right: 350px
}

.sh-footer-paralalx-init .sh-footer {
	transition: .3s left ease-in-out
}

body>.sh-header-search {
	position: fixed !important;
	z-index: 20000
}

.sh-header-search {
	display: none;
	position: absolute;
	top: 0;
	bottom: 1px;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 200;
	overflow: hidden
}

.sh-header-search .sh-header-search-input {
	display: inline-block;
	border: 0;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	background-color: transparent;
	padding: 0;
	color: #505050;
	line-height: 48px !important;
	padding-right: 75px;
	width: 100%
}

.sh-header-search .sh-header-search-input::-webkit-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal
}

.sh-header-search .sh-header-search-input:-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal
}

.sh-header-search .sh-header-search-input::-moz-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal
}

.sh-header-search .sh-header-search-input:-ms-input-placeholder {
	color: #8d8d8d;
	font-style: normal;
	font-weight: normal
}

.sh-header-search-submit {
	position: absolute;
	top: 12px;
	right: 32px;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	line-height: 1
}

.sh-header-search-submit i {
	line-height: 1
}

.sh-header-search-close {
	position: absolute;
	top: 14px;
	right: 0;
	border: 0;
	color: #8d8d8d;
	background-color: transparent;
	font-size: 24px;
	cursor: pointer;
	line-height: 1
}

.sh-header-search .container {
	position: relative
}

.sh-header-search-form {
	position: relative;
	overflow: hidden
}

.sh-header-left-side .sh-header-search .line-test {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.sh-header-left-side .sh-header-search .sh-header-search-input {
	line-height: 60px !important
}

.sh-header-left-side .sh-header-search .container {
	position: relative;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 20px !important;
	overflow: hidden
}

.sh-side-button-search-line .line-test {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0
}

.sh-sticky-logo,
.sh-light-logo {
	display: none
}

.primary-desktop .sh-nav-container {
	position: static
}

.sh-sticky-header-active .sh-sticky-logo {
	display: block
}

.sh-sticky-header-active .sh-standard-logo {
	display: none
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo img {
	display: none
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .header-logo .sh-light-logo {
	display: block
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo img {
	display: none
}

.primary-desktop-light .sh-header-top:not(.sh-sticky-mobile-header-active) .header-logo .sh-light-logo {
	display: block
}

.primary-desktop-light {
	position: absolute !important;
	z-index: 5000;
	width: 100%
}

.primary-desktop-light .sh-header-top {
	background-color: rgba(255, 255, 255, 0.0) !important
}

.primary-desktop-light .sh-header-top-4 {
	border-color: rgba(255, 255, 255, 0.10) !important
}

.primary-desktop-light .sh-header-top .header-contacts-details,
.primary-desktop-light .sh-header-top .header-social-media a {
	color: rgba(255, 255, 255, 0.85) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) {
	background-color: rgba(255, 255, 255, 0.0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important
}

.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .sh-nav>.menu-item:not(.sh-nav-social),
.primary-desktop-light .sh-header-6:not(.sh-sticky-header-active) .header-logo {
	border-color: rgba(255, 255, 255, 0.10) !important
}

.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active),
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-contacts-item span,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .header-social-media a,
.primary-desktop-light .sh-header-top-3:not(.sh-sticky-header-active) .container {
	border-color: rgba(255, 255, 255, 0.10) !important
}

.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav li.menu-item,
.primary-desktop-light .sh-header-5:not(.sh-sticky-header-active) .sh-nav-social a:not(:first-child) {
	border-color: rgba(255, 255, 255, 0.10) !important
}

.primary-mobile-light #header-logo-title,
.primary-desktop-light .sh-header-top-4 #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) #header-logo-title,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li>a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li.menu-item>a>i {
	color: rgba(255, 255, 255, 0.85) !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav-lang>a>span {
	border-color: rgba(255, 255, 255, 0.2)
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li.current_page_item>a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav>li:not(.current_page_item):hover>a {
	color: #fff !important
}

.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .c-hamburger span:after {
	background-color: #fff !important
}

.primary-desktop-light-noborder>.sh-header:not(.sh-sticky-header-active),
.primary-desktop-light-noborder>.sh-header-height>.sh-header:not(.sh-sticky-header-active),
#page-container .primary-mobile-light-noborder .sh-header-mobile {
	border-bottom-width: 0 !important
}

.primary-mobile-light {
	position: absolute !important;
	z-index: 5000;
	width: 100%
}

.primary-mobile-light .sh-header-mobile {
	background-color: rgba(255, 255, 255, 0.0) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important
}

.primary-mobile-light .sh-header-mobile-navigation {
	border-bottom: 0 !important
}

.primary-mobile-light .sh-header-mobile .sh-nav>li>a,
.primary-mobile-light .sh-header-mobile .sh-nav>li.menu-item>a>i {
	color: rgba(255, 255, 255, 0.85) !important
}

.primary-mobile-light .sh-header-mobile .sh-nav>li.current_page_item>a {
	color: #fff !important
}

.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
.primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
	background-color: #fff !important
}

.primary-desktop {
	position: relative;
	z-index: 1000
}

.sh-header-mobile-dropdown {
	display: none;
	z-index: 1200;
	position: relative
}

.sh-header-mobile .container {
	padding: 0 15px
}

.sh-header-mobile-navigation {
	border-bottom: 1px solid #ededed
}

.sh-header-mobile-navigation .sh-nav-dropdown .c-hamburger {
	top: -1px
}

.sh-header-mobile-navigation .header-logo img {
	max-width: 85%
}

.sh-header-mobile-navigation .sh-nav-cart+.sh-nav-dropdown .c-hamburger {
	top: 8px !important
}

.sh-header-mobile-navigation .sh-nav-container {
	padding: 40px 0
}

.sh-nav-mobile {
	max-width: 800px;
	padding: 20px 0 !important;
	overflow: hidden
}

.sh-nav-mobile ul {
	display: none;
	margin-left: 30px !important
}

.sh-nav-mobile ul.open {
	display: block
}

.sh-nav-mobile li:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%
}

.sh-nav-mobile li:last-child:after {
	height: 0
}

.sh-nav-mobile ul {
	position: relative
}

.sh-nav-mobile ul li:after {
	left: auto;
	right: auto
}

.sh-nav-mobile li a {
	font-weight: bold;
	font-size: 13px
}

.sh-nav-mobile li .sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	background-color: #303030;
	width: 100%
}

.sh-nav-mobile li.current-menu-item>a {
	color: #fff
}

.sh-nav-mobile li.menu-item-has-icon>a {
	padding-left: 25px;
	line-height: 1
}

.sh-nav-mobile li.menu-item-has-icon>a:before {
	left: -24px;
	display: inline-block;
	position: relative
}

.sh-nav-mobile li.menu-item-has-children>a:after {
	font-family: 'simple-line-icons' !important;
	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;
	display: inline-block;
	position: relative;
	font-size: 12px;
	margin-left: 6px;
	top: 6px;
	float: right;
	content: "\e604"
}

.sh-nav-mobile li a {
	display: block;
	padding: 16px 0;
	color: #aaa
}

.sh-nav-mobile li {
	position: relative
}

.sh-nav-mobile a.menu-item-open-fix {
	position: absolute;
	top: 0;
	left: 0;
	right: 50px
}

.sh-nav-mobile a.menu-item-open-fix:after {
	opacity: 0
}

.sh-header-mobile .sh-nav-mobile li:last-child {
	border-bottom: 0 solid transparent !important
}

.header-mobile-search {
	width: 100%;
	position: relative
}

.header-mobile-search .header-mobile-form .header-mobile-form-input {
	display: block;
	background-color: transparent;
	border: 0;
	padding: 0;
	padding-right: 50px;
	width: 100%;
	line-height: 70px !important;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff !important
}

.header-mobile-search .header-mobile-form .header-mobile-form-input:focus {
	outline: 0
}

.header-mobile-search .header-mobile-form-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: transparent;
	border: 0
}

.header-mobile-social {
	padding-top: 15px
}

.header-mobile-social-media {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #303030;
	position: relative
}

.header-mobile-social-media a {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #303030;
	padding: 0;
	height: 70px
}

.header-mobile-social-media a:hover {
	background-color: #303030
}

.header-mobile-social-media a:first-child {
	border-left: 0
}

.header-mobile-social-media i {
	font-size: 16px;
	color: #8d8d8d;
	padding-left: 0;
	position: relative;
	line-height: 70px
}

header.primary-mobile {
	display: none;
	z-index: 600;
	position: relative
}

.sh-titlebar {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover !important;
	background-color: #fafafa;
	z-index: 100
}

@media(min-width:768px) {
	.sh-titlebar-parallax:not(.sh-titlebar-parallax-disabled) {
		background-position: -9000px -9000px !important;
		background-size: auto !important
	}
}

.sh-titlebar #jarallax-container-0 {
	opacity: 0;
	-webkit-animation: new-item-animation .5s linear forwards;
	animation: new-item-animation .5s linear forwards
}

@-webkit-keyframes new-item-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes new-item-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.sh-titlebar #jarallax-container-0,
#jarallax-container-0,
#jarallax-container-1,
#jarallax-container-2,
#jarallax-container-3,
#jarallax-container-4,
#jarallax-container-5 {
	z-index: 0 !important
}

.sh-titlebar .container {
	padding: 0 15px
}

.sh-titlebar:not(.sh-titlebar-revslider) a {
	color: #8d8d8d !important
}

.sh-titlebar .sh-table {
	min-height: 60px;
	z-index: 100;
	position: relative
}

.sh-titlebar-height-small {
	padding: 25px 0
}

.sh-titlebar-height-medium {
	padding: 50px 0
}

.sh-titlebar-height-large {
	padding: 100px 0
}

.sh-titlebar .titlebar-title h1,
.sh-titlebar .titlebar-title h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: bold
}

.sh-titlebar .title-level {
	text-align: right
}

.sh-titlebar .title-level .separator {
	font-size: 0
}

.sh-titlebar .title-level .separator:after {
	display: inline-block;
	font-family: 'simple-line-icons' !important;
	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;
	content: "\e606";
	font-size: 10px;
	padding: 0 12px
}

.sh-titlebar .title-level .breadcrumbs {
	font-size: 14px;
	margin: 0;
	margin-bottom: -4px;
	position: relative
}

.sh-titlebar .title-level .item-current {
	font-weight: bold
}

.sh-titlebar-center {
	text-align: center
}

.sh-titlebar-center .titlebar-title {
	margin-bottom: 10px
}

.sh-titlebar-center .title-level {
	text-align: center
}

.sh-titlebar-center .title-level .breadcrumbs {
	margin-bottom: 0;
	opacity: .8
}

.sh-titlebar-light {
	padding-top: 121px;
	background-color: #353535 !important;
	position: relative
}

.sh-titlebar-light .sh-table {
	padding: 130px 0
}

.sh-titlebar-light h1,
.sh-titlebar-light h2,
.sh-titlebar-light a,
.sh-titlebar-light span,
.sh-titlebar-light:not(.sh-titlebar-revslider) span a {
	color: #fff !important
}

.sh-titlebar-light .sh-titlebar-icon {
	opacity: 1;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.sh-titlebar-light .sh-titlebar-icon i {
	font-size: 21px;
	color: #fff;
	opacity: .7;
	display: block;
	position: relative
}

.sh-titlebar-light .titlebar-title .titlebar-title-h1 {
	font-size: 36px;
	margin-bottom: 10px
}

.sh-titlebar-light .sh-titlebar-desc {
	color: #fff;
	font-style: italic;
	font-size: 16px;
	opacity: .8;
	margin-top: 16px
}

.sh-titlebar-light .title-level {
	margin-top: 15px
}

@-webkit-keyframes bounce {
	0%,
	{
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes bounce {
	0%,
	{
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@media(max-width:1020px) {
	.sh-titlebar-light .sh-table {
		padding: 75px 0
	}
}

.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
	font-size: 48px
}

.sh-titlebar-text-style2 .sh-titlebar-desc {
	font-size: 18px;
	font-style: normal;
	margin-top: 8px
}

@media(max-width:760px) {
	.sh-titlebar-text-style2 .titlebar-title .titlebar-title-h1 {
		font-size: 30px
	}
	.sh-titlebar-text-style2 .sh-titlebar-desc {
		font-size: 15px
	}
}

.sh-footer-columns {
	position: relative
}

.sh-footer-columns>.widget-item {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 25px;
	margin-right: -4px
}

.sh-footer-widgets {
	padding: 100px 0 100px 0;
	color: #e3e3e3;
	background-color: #262626
}

.sh-footer-widgets .container {
	margin-bottom: -35px
}

.sh-footer-col>div:last-child {
	padding-bottom: 0
}

.sh-footer-widgets a,
.sh-footer-widgets li a {
	color: #fff
}

.sh-footer-widgets a:hover,
.sh-footer-widgets li a:hover {
	color: #47c9e5
}

.sh-footer-widgets h3 {
	color: #fff;
	font-size: 16px
}

.sh-copyrights {
	background-color: #222;
	color: #fff;
	padding: 0 10px
}

.sh-copyrights a {
	color: #fff
}

.sh-copyrights a:hover {
	color: #47c9e5
}

.sh-copyrights-style1 {
	float: left;
	height: 70px
}

.sh-copyrights-style2 {
	display: table;
	margin: 0 auto;
	height: 70px
}

.sh-footer-widgets ul li:first-child {
	padding-top: 0
}

.sh-footer-widgets ul li:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 7.5px 0
}

.sh-footer-widgets ul {
	list-style: none;
	padding-left: 0
}

.sh-copyrights-social {
	font-size: 16px;
	line-height: normal !important;
	margin-right: 4px
}

.sh-copyrights-social a {
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	margin-right: -4px
}

.sh-copyrights-social a:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.sh-copyrights-social i {
	padding: 0;
	position: relative;
	bottom: -2px
}

.sh-copyrights-social a:first-child i {
	padding-left: 0
}

.sh-copyrights-social a:last-child i {
	padding-right: 0
}

.sh-copyrights-image {
	max-height: 70px
}

.sh-copyrights-logo {
	padding-right: 25px
}

.sh-copyrights-text-only {
	text-align: center
}

.sh-copyrights-text-only .sh-copyrights-text {
	margin: 0
}

@media(min-width:851px) {
	.sh-footer-paralalx-init .content-container {
		position: relative;
		background-color: #fff;
		z-index: 100
	}
	.sh-footer-paralalx-init .sh-footer {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
		opacity: 0
	}
}

@media(max-width:851px) {
	.sh-footer-paralalx-init .sh-footer {
		opacity: 1 !important
	}
}

.sh-portfolio-single-image img {
	width: 100%
}

.sh-portfolio-single-right,
.sh-portfolio-single-left {
	padding-top: 30px
}

.sh-whitespace-small {
	padding: 0 5px
}

.sh-portfolio-single-disabled {
	cursor: default
}

.sh-portfolio-single-disabled i {
	opacity: .3
}

.sh-portfolio-single-title {
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px
}

.sh-portfolio-single-description {
	margin-bottom: 30px
}

.sh-portfolio-single-gallery-item {
	margin-top: 30px
}

.sh-portfolio-single-related {
	margin-top: 60px
}

.sh-portfolio-single-related h3 {
	font-size: 24px;
	margin-bottom: 10px
}

.sh-portfolio-single-related-mini {
	margin-top: 15px
}

.sh-portfolio-single-related-mini .sh-portfolio-image {
	margin-bottom: 20px
}

.sh-portfolio-single-related-mini h5 {
	margin-bottom: 10px
}

.sh-portfolio-single-info-item {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0
}

.sh-portfolio-single-info-item:first-child {
	padding-top: 0
}

.sh-portfolio-single-info-left {
	width: 36px
}

.sh-portfolio-single-info-left i {
	font-size: 18px;
	color: #47c9e5;
	bottom: -2px;
	position: relative
}

.sh-portfolio-single-buttons {
	margin-bottom: 20px
}

.post-left-side {
	width: 44%;
	margin-right: 3%
}

.post-right-side {
	width: 53%
}

.ratio-container {
	padding-top: 56.25%;
	position: relative
}

.ratio-container-classic {
	padding-top: 75% !important
}

.ratio-container-portrait {
	padding-top: 115% !important
}

.ratio-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.ratio-content>div:not(#fb-root) {
	width: 100%;
	height: 100%;
	position: relative
}

.post-meta-video .ratio-content {
	overflow: hidden
}

.post-container {
	margin: 0 15px;
	position: relative
}

.ratio-content iframe {
	width: 100%;
	height: 100%
}

.post-title h1,
.post-title h2 {
	font-size: 20px;
	line-height: 135%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px
}

.post-sticky {
	font-size: 20px;
	padding-right: 7px;
	color: #47c9e5;
	display: none
}

article.post-item.sticky .post-sticky {
	display: inline-block
}

.post-quote-and-link {
	line-height: 180%;
	width: 100%;
	font-weight: bold;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 21px 0
}

.post-quote-and-link a {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
	line-height: 140%
}

.post-quote-and-link span {
	font-size: 16px;
	display: block;
	padding-top: 5px;
	text-align: center
}

.post-content {
	padding-bottom: 15px
}

#content.post-content {
	padding-bottom: 0
}

.post-content img:not(:last-child),
.post-content p:not(:last-child),
.post-content table:not(:last-child) {
	margin-bottom: 15px
}

.page-default-content>figure>img,
.page-default-content>img:not(:last-child),
.page-default-content>p:not(:last-child),
.page-default-content>table:not(:last-child) {
	margin-bottom: 15px
}

.post-content .post-password-form label {
	margin-top: 15px;
	font-size: 15px;
	display: block
}

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

.post-content .post-password-form input[type="submit"] {
	font-weight: bold;
	border: 0;
	color: #fff
}

.post-meta-one {
	margin-bottom: 10px
}

.post-meta i {
	padding-right: 3px
}

.post-meta-two {
	border-top: 1px solid #e9e9e9;
	padding-top: 15px
}

.post-meta span+.post-meta span {
	padding-right: 3px
}

.post-meta-author a.bypostauthor {
	font-weight: bold
}

.post-meta-comments-inverted,
.post-meta-date {
	padding-left: 13px
}

.post-meta-categories {
	padding-left: 0
}

.post-meta-categories i {
	font-size: 16px;
	position: relative;
	bottom: -1px;
	padding-right: 5px
}

.post-meta-categories a {
	font-size: 13px;
	text-transform: uppercase
}

.post-meta-categories .post-meta-comments i {
	font-size: 16px;
	position: relative;
	bottom: -3px;
	padding-right: 5px
}

.post-item-single .post-meta-comments {
	padding-left: 15px
}

.post-meta-comments i {
	font-size: 16px;
	position: relative;
	bottom: -3px;
	padding-right: 5px
}

.post-meta-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 700px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.post-meta-thumb img {
	width: 100%;
	min-width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
	margin-bottom: 0
}

.blog-style-mix .post-meta-thumb .sh-ratio-content {
	transition: all .3s ease-in-out
}

.post-meta-thumb:hover img,
.blog-style-mix .post-meta-thumb:hover .sh-ratio-content {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.post-item-single .post-meta-thumb:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.post-meta-icon {
	width: 44px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	text-align: center !important;
	position: relative
}

.post-meta-icon i,
.post-meta-icon span {
	line-height: 45px;
	font-size: 21px
}

.post-more {
	font-weight: bold
}

.post-with-background {
	background-color: #f9f9f9;
	padding: 30px 30px 45px 30px;
	text-align: center
}

.post-with-background a,
.post-with-background a:hover,
.post-with-background a:focus {
	color: #8d8d8d;
	text-align: center
}

.post-with-background a:hover,
.post-with-background a:focus {
	color: #47c9e5
}

.post-meta-video .post-meta-video-container,
.post-meta-audio .post-meta-audio-container {
	padding-top: 56.25%;
	position: relative
}

.post-meta-video .post-meta-video-content,
.post-meta-audio .post-meta-audio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.post-with-background .post-meta {
	float: none;
	position: relative;
	bottom: -22px;
	text-align: center
}

.psot-content {
	line-height: 120%
}

.sticky {
	display: block
}

.blog-style-masonry {
	margin: 0 -16px;
	opacity: 0;
	transition: .25s all ease
}

.blog-style-masonry article {
	width: 33.3%;
	float: left;
	margin-bottom: 45px
}

.blog-style-masonry .post-item .post-large-info h2 {
	margin-top: 0;
	margin-bottom: 5px
}

.content-with-sidebar-left .blog-style-masonry article,
.content-with-sidebar-right .blog-style-masonry article {
	width: 50%
}

.post-item.format-standard .post-category {
	margin-top: -14px
}

.masonry-shadow .post-container {
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12)
}

.masonry-shadow .post-content-container {
	padding-left: 30px;
	padding-right: 30px
}

.masonry-shadow .post-meta-two {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding: 15px 30px
}

.masonry-shadow .post-title h2 {
	margin-top: 30px
}

.masonry-shadow .post-item .post-container {
	transition: .3s all ease-in-out;
	bottom: 0
}

.masonry-shadow .post-item:hover .post-container {
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06);
	bottom: -4px
}

.masonry2 .post-item .post-container {
	transition: .3s all ease-in-out;
	bottom: 0
}

.masonry2 .post-item:hover .post-container {
	bottom: -2px
}

.masonry2 .post-item .post-content-container {
	transition: .3s all ease-in-out;
	box-shadow: 0 15px 45px -9px rgba(0, 0, 0, 0.20)
}

.masonry2 .post-item:hover .post-content-container {
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06)
}

.masonry2 .post-title h2 {
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
	line-height: 100% !important
}

.masonry2 .post-meta-one {
	margin-bottom: 0
}


.sh-page-links p {
	font-weight: bold;
	margin-bottom: 15px
}

.widget-title {
	margin-bottom: 25px
}

.widget-item {
	padding-bottom: 45px
}

.widget-item ul {
	list-style: none;
	padding-left: 0
}

.widget-item ul ul {
	padding-left: 30px
}

.widget-item li>a {
	display: block
}

.widget-item h4 {
	margin-bottom: 20px
}

.widget_tag_cloud a,
.widget_tag_cloud a:after,
.post-title h2,
.post-title h1 {
	transition: .25s all ease
}

.widget_search .screen-reader-text {
	display: none
}

.widget_search .search-form {
	position: relative;
	display: block
}

.widget_search label {
	width: 100%
}

.widget_search .search-field {
	display: block;
	width: 100%;
	border: 0;
	padding: 16px 20px;
	font-weight: 400;
	transition: .25s background;
	border: 1px solid #ddd;
	color: #8d8d8d
}

.widget_search .search-submit {
	position: absolute;
	display: block;
	top: 50%;
	right: 5px;
	margin-top: -25px;
	width: 43px;
	height: 43px;
	border: 0;
	text-align: center;
	background-color: transparent
}

.widget_search .search-form i {
	display: block;
	font-size: 16px;
	line-height: 38px;
	cursor: pointer
}

.widget_search .search-field::-webkit-input-placeholder {
	color: inherit;
	font-style: normal
}

.widget_search .search-field:-moz-placeholder {
	color: inherit;
	font-style: normal
}

.widget_search .search-field::-moz-placeholder {
	color: inherit;
	font-style: normal
}

.widget_search .search-field:-ms-input-placeholder {
	color: inherit;
	font-style: normal
}

.sh-blog-style1 .sh-sidebar-search-active .search-submit i,
.sh-blog-style1 .sh-sidebar-search-active .search-field,
.sh-blog-style1 .sh-sidebar-search-active .search-field::-webkit-input-placeholder {
	color: #fff !important
}

.widget_categories ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0
}

.widget_categories li {
	padding: 12px 1px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0;
	text-transform: uppercase
}

.widget_categories li>a {
	display: inline-block
}

.widget_categories li * {
	font-size: 13px
}

.widget_categories li:first-child {
	padding-top: 0
}

.widget_categories li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget_calendar table {
	width: 100%
}

.widget_calendar td,
.widget_calendar th {
	padding: 10px !important;
	text-align: center
}

.widget_product_tag_cloud a,
.widget_tag_cloud a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #8d8d8d;
	margin-right: 10px;
	font-size: 13px !important;
	margin-bottom: 12px;
	border-radius: 100px;
	border: 3px solid #fff;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	font-weight: bold
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	color: #fff !important;
	background-color: #47c9e5
}

#sidebar .widget_product_tag_cloud .tagcloud a:hover,
#sidebar .widget_tag_cloud .tagcloud a:hover {
	color: #fff !important
}

.widget_product_tag_cloud a:hover:after,
.widget_tag_cloud a:hover:after {
	border-left-color: #47c9e5
}

.widget-item.woocommerce .product-title {
	transition: .3s all ease-in-out
}

.widget-item.woocommerce .product-title:hover {
	opacity: .8
}

.product_list_widget li {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 15px !important;
	min-height: 65px !important;
	padding-left: 85px !important
}

#sidebar .product_list_widget li.empty {
	padding-left: 0 !important;
	min-height: 0 !important
}

.product_list_widget a img {
	position: absolute;
	width: 65px !important;
	margin-left: 0 !important;
	left: 0
}

.product_list_widget a span,
.product_list_widget .star-rating {
	display: block
}

.product_list_widget .star-rating {
	margin-top: 10px !important;
	margin-bottom: 15px !important
}

.product_list_widget ins {
	text-decoration: none
}

.product_list_widget .amount,
.product_list_widget ins span {
	font-size: 16px;
	font-weight: bold
}

.product_list_widget del .amount {
	font-weight: normal
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
	padding-top: 5px
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e5e5e5 !important
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff !important;
	border: 2px solid #6ec8b9;
	width: 17px !important;
	height: 17px !important;
	top: -5px !important
}

.widget_price_filter .ui-slider .ui-slider-range {
	background-color: rgba(110, 200, 185, 0.6) !important
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background-color: #f3f3f3 !important;
	color: #8d8d8d !important;
	line-height: 40px !important;
	float: right;
	padding: 0 22px !important;
	border-radius: 30px;
	font-size: 13px;
	text-transform: uppercase
}

.widget_price_filter .price_slider_wrapper .price_label {
	font-size: 14px;
	float: left;
	line-height: 40px
}

.widget_price_filter .price_slider_wrapper .price_label span {
	font-size: 16px;
	font-weight: bold
}

.widget_price_filter .widget-title {
	padding-bottom: 5px
}

.widget_product_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.widget_product_categories li {
	border-bottom: 1px solid #e3e3e3;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 13px
}

.product_list_widget .star-rating {
	display: none
}

.widget_product_categories li:first-child {
	padding-top: 0
}

.widget_product_categories li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget_product_categories li {
	display: block
}

.widget_product_categories a {
	color: #8d8d8d;
	display: inline-block !important
}

.widget_product_categories li .count,
.widget_categories li .count {
	float: right;
	font-weight: bold;
	background-color: #f3f3f3;
	color: #9a9a9a;
	border-radius: 50px;
	padding: 0 8px;
	line-height: 1.4;
	cursor: default
}

.widget_product_categories li .count {
	display: none
}

.widget_recent_entries li {
	border-bottom: 0 solid transparent !important;
	font-weight: bold;
	padding: 11px 0;
	position: relative
}

.widget_recent_entries li:before {
	font-family: 'simple-line-icons';
	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;
	display: inline-block;
	position: absolute;
	top: 12px;
	content: "\e060";
	font-size: 16px
}

.widget_recent_entries li a {
	padding-left: 37px !important
}

#sidebar .widget_recent_entries li:before {
	top: 14px
}

.sh-footer .widget_recent_entries li:first-child:before {
	top: 3px !important
}

.no-widgets-found .widget-title {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
	text-transform: none
}

.sh-recent-posts-widgets {
	position: relative
}

.sh-recent-posts-widgets-item {
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #3e3e3e
}

.sh-recent-posts-widgets-item:last-child {
	margin-bottom: 0;
	border-bottom-width: 0
}

.sh-recent-posts-widgets-item-content {
	padding-left: 80px;
	min-height: 55px
}

.sh-recent-posts-widgets-item-thumb {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 0
}

.sh-recent-posts-widgets-count {
	background-color: #47c9e5;
	padding: 2px 6px;
	line-height: 1;
	font-weight: bold;
	border-radius: 20px;
	position: absolute;
	top: -7px;
	right: -7px;
	font-size: 13px;
	z-index: 500;
	color: #fff !important;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2)
}

.sh-recent-posts-widgets-item h6 {
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 14px
}

.sh-recent-posts-widgets-item-meta {
	font-size: 12px
}

.sh-recent-posts-widgets-item-meta i {
	position: relative;
	bottom: -3px;
	padding-right: 5px;
	font-size: 16px
}

.sh-portfolio-widget {
	position: relative;
	margin: -7.5px
}

.sh-portfolio-widget:after {
	content: "";
	display: block;
	clear: both
}

.sh-portfolio-widget-item {
	padding: 7.5px;
	float: left;
	width: 33.3%;
	max-width: 100px;
	min-width: 60px;
	overflow: hidden
}

.sh-portfolio-widget-item img {
	margin-bottom: 0
}

.sh-portfolio-widget-item .sh-portfolio-widget-background {
	display: block;
	position: relative;
	background-size: cover;
	background-position: 50% 50%
}

.sh-mini-overlay-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(71, 201, 229, 0.75);
	text-align: center;
	opacity: 0
}

.sh-mini-overlay i {
	line-height: 1px;
	font-size: 24px;
	color: #fff !important;
	display: block
}

.sh-mini-overlay .sh-mini-overlay-container:hover {
	opacity: 1
}

.sh-contacts-widget-item {
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative
}

.sh-contacts-widget-item i {
	display: block;
	padding-top: 4px;
	position: absolute;
	left: 0;
	font-size: 18px;
	width: 18px
}

.sh-social-widgets {
	position: relative;
	margin: -4px
}

.sh-social-widgets:after {
	clear: both;
	content: "";
	display: block
}

.sh-social-widgets-item {
	margin: 0 5px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	color: #8d8d8d;
	background-color: #f4f4f4;
	font-size: 18px;
	border-radius: 50px
}

.sh-social-widgets-item i {
	font-size: 19px;
	line-height: 50px
}

.sh-image-widgets img {
	margin-bottom: 0;
	padding-bottom: 15px
}

.sh-image-widgets-description a {
	margin-right: 25px
}

.sh-image-widgets-description i {
	font-size: 18px
}

.sh-image-widgets-social {
	padding-top: 15px
}

.sh-nothing-found {
	background-color: #f4f4f4;
	padding: 19px;
	float: none
}

.sh-nothing-found .sh-table-cell-top:first-child {
	width: 45px
}

.sh-nothing-found h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.sh-nothing-found p {
	margin: 0
}

.sh-nothing-found i {
	color: #505050;
	font-size: 26px
}

.sh-nothing-found-big {
	margin-top: 50px;
	color: #e5e5e5;
	font-weight: bold;
	max-width: 500px
}

.sh-nothing-found-big span {
	font-size: 56px;
	line-height: 56px
}

.sh-nothing-found-big div {
	font-size: 110px;
	text-transform: uppercase;
	line-height: 100px
}

.sh-search-results .post-item .post-meta-two {
	display: none
}

.sh-404 {
	background-size: cover;
	background-position: center center;
	background-color: #4c4c4c
}

.sh-404>div {
	width: 33.3%;
	text-align: center;
	color: #fff;
	border-right: 30px solid #fff;
	vertical-align: top;
	padding: 0 35px 80px 35px
}

.sh-404>div:last-child {
	border-right: 0
}

.sh-404-title {
	display: block;
	width: 100%;
	padding: 110px 0 60px 0;
	line-height: 110px;
	font-size: 110px;
	font-weight: bold;
	text-align: center
}

.sh-404-mobile-title {
	letter-spacing: 25px
}

.sh-404 h3 {
	font-weight: bold;
	color: #fff;
	font-size: 24px
}

.sh-404-button {
	display: inline-block;
	margin: 0 auto;
	background-color: #47c9e5;
	color: #fff !important;
	padding: 15px 25px;
	margin-top: 15px
}

.sh-404-button i {
	padding-right: 8px
}

#sh-404-mobile {
	display: none
}

@media(max-width:850px) {
	#sh-404 {
		display: none
	}
	#sh-404-mobile {
		display: block
	}
}

@media(max-width:850px) {
	#sh-404-mobile>div {
		padding: 0 15px 50px 15px
	}
	#sh-404-mobile .sh-404-mobile-title {
		font-size: 60px;
		padding: 50px 0 30px 0;
		letter-spacing: 15px
	}
}

.sh-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: .3s all ease;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	z-index: 5000;
	color: #cecece;
	border: 2px solid #cecece
}

.sh-back-to-top:hover {
	background-color: #47c9e5;
	border: 2px solid #47c9e5;
	color: #fff
}

.sh-back-to-top i {
	display: block;
	font-size: 24px;
	line-height: 46px
}

.sh-back-to-top.active {
	opacity: 1
}

.sh-back-to-top.filled {
	background-color: #bdbdbd;
	border-color: #bdbdbd;
	color: #fff
}

.sh-back-to-top2 {
	border-radius: 100%;
	width: 60px;
	height: 60px
}

.sh-back-to-top2 i {
	line-height: 56px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sh-back-to-top3 {
	box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	border-width: 0 !important;
	font-size: 20px
}

.sh-back-to-top3 i {
	font-size: 20px
}

.sh-page-loader {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 995000
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 100px auto
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #333;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

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

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

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotate(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotate(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

.sk-spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center
}

.sk-spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.sk-spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.sk-spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

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

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

.sh-page-loader-style-spinner #loading-center-absolute {
	display: table;
	margin: 0 auto
}

.sh-page-loader-style-spinner .object {
	width: 20px;
	height: 20px;
	background-color: #8d8d8d;
	float: left;
	margin-right: 20px;
	border-radius: 50% 50% 50% 50%
}

.sh-page-loader-style-spinner .object:last-child {
	margin-right: 0
}

.sh-page-loader-style-spinner #object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite
}

.sh-page-loader-style-spinner #object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.sh-page-loader-style-spinner #object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

@-webkit-keyframes object_one {
	75% {
		-webkit-transform: scale(0)
	}
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
}

@-webkit-keyframes object_two {
	75% {
		-webkit-transform: scale(0)
	}
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
}

@-webkit-keyframes object_three {
	75% {
		-webkit-transform: scale(0)
	}
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .08)
	}
	70% {
		-webkit-box-shadow: 0 0 0 18px rgba(0, 0, 0, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .08);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.62)
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 18px rgba(0, 0, 0, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
	}
}

.sh-window-line {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5000
}

.sh-window-line.line-top {
	top: 0
}

.sh-window-line.line-top,
.sh-window-line.line-bottom {
	height: 20px
}

.sh-window-line.line-left,
.sh-window-line.line-right {
	width: 20px
}

.sh-window-line.line-bottom {
	bottom: 0
}

.sh-window-line.line-left {
	top: 0;
	bottom: 0;
	right: auto
}

.sh-window-line.line-right {
	top: 0;
	bottom: 0;
	left: auto
}

.page-white-borders #page-container {
	padding-bottom: 20px
}

@media(min-width:1100px) {
	.sh-header-in-side .sh-window-line.line-left,
	.sh-header-in-side .sh-window-line.line-bottom,
	.sh-header-in-side .sh-window-line.line-top {
		left: 320px
	}
}

