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

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.hed, h4 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
}

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


.input-group-lg>.form-control,

.input-group-lg>.input-group-addon,

.input-group-lg>.input-group-btn>.btn {

	height: 46px;

	padding: 10px 16px;

	font-size: 18px;

	line-height: 1.33;

	border-radius: 6px

}

select.input-group-lg>.form-control,

select.input-group-lg>.input-group-addon,

select.input-group-lg>.input-group-btn>.btn {

	height: 46px;

	line-height: 46px

}

select[multiple].input-group-lg>.form-control,

select[multiple].input-group-lg>.input-group-addon,

select[multiple].input-group-lg>.input-group-btn>.btn,

textarea.input-group-lg>.form-control,

textarea.input-group-lg>.input-group-addon,

textarea.input-group-lg>.input-group-btn>.btn {

	height: auto

}

.input-group-sm>.form-control,

.input-group-sm>.input-group-addon,

.input-group-sm>.input-group-btn>.btn {

	height: 30px;

	padding: 5px 10px;

	font-size: 12px;

	line-height: 1.5;

	border-radius: 3px

}

select.input-group-sm>.form-control,

select.input-group-sm>.input-group-addon,

select.input-group-sm>.input-group-btn>.btn {

	height: 30px;

	line-height: 30px

}

select[multiple].input-group-sm>.form-control,

select[multiple].input-group-sm>.input-group-addon,

select[multiple].input-group-sm>.input-group-btn>.btn,

textarea.input-group-sm>.form-control,

textarea.input-group-sm>.input-group-addon,

textarea.input-group-sm>.input-group-btn>.btn {

	height: auto

}

.input-group .form-control,

.input-group-addon,

.input-group-btn {

	display: table-cell

}

.input-group .form-control:not(:first-child):not(:last-child),

.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child) {

	border-radius: 0

}

.input-group-addon,

.input-group-btn {

	width: 1%;

	white-space: nowrap;

	vertical-align: middle

}

.input-group-addon {

	padding: 6px 12px;

	font-size: 14px;

	font-weight: 400;

	line-height: 1;

	color: #555;

	text-align: center;

	background-color: #eee;

	border: 1px solid #ccc;

	border-radius: 4px

}

.input-group-addon.input-sm {

	padding: 5px 10px;

	font-size: 12px;

	border-radius: 3px

}

.input-group-addon.input-lg {

	padding: 10px 16px;

	font-size: 18px;

	border-radius: 6px

}

.input-group-addon input[type=checkbox],

.input-group-addon input[type=radio] {

	margin-top: 0

}

.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group>.btn,

.input-group-btn:first-child>.dropdown-toggle,

.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {

	border-top-right-radius: 0;

	border-bottom-right-radius: 0

}

.input-group-addon:first-child {

	border-right: 0

}

.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,

.input-group-btn:first-child>.btn:not(:first-child),

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group>.btn,

.input-group-btn:last-child>.dropdown-toggle {

	border-top-left-radius: 0;

	border-bottom-left-radius: 0

}

.input-group-addon:last-child {

	border-left: 0

}

.input-group-btn {

	position: relative;

	font-size: 0;

	white-space: nowrap

}

.input-group-btn>.btn {

	position: relative

}

.input-group-btn>.btn+.btn {

	margin-left: -1px

}

.input-group-btn>.btn:active,

.input-group-btn>.btn:focus,

.input-group-btn>.btn:hover {

	z-index: 2

}

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group {

	margin-right: -1px

}

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group {

	margin-left: -1px

}

.nav {

	padding-left: 0;

	margin-bottom: 0;

	list-style: none

}

.nav>li {

	position: relative;

	display: block

}

.nav>li>a {

	position: relative;

	display: block;

	padding: 10px 15px

}

.nav>li.disabled>a {

	color: #999

}

.nav>li.disabled>a:focus,

.nav>li.disabled>a:hover {

	color: #999;

	text-decoration: none;

	cursor: not-allowed;

	background-color: transparent

}

.nav .open>a,

.nav .open>a:focus,

.nav .open>a:hover {

	background-color: #eee;

	border-color: #428bca

}

.nav .nav-divider {

	height: 1px;

	margin: 9px 0;

	overflow: hidden;

	background-color: #e5e5e5

}

.nav>li>a>img {

	max-width: none

}

.nav-tabs {

	border-bottom: 1px solid #ddd

}

.nav-tabs>li {

	float: left;

	margin-bottom: -1px

}

.nav-tabs>li>a {

	margin-right: 2px;

	line-height: 1.42857143;

	border: 1px solid transparent;

	border-radius: 4px 4px 0 0

}

.nav-tabs>li>a:hover {

	border-color: #eee #eee #ddd

}

.nav-tabs>li.active>a,

.nav-tabs>li.active>a:focus,

.nav-tabs>li.active>a:hover {

	color: #555;

	cursor: default;

	background-color: #fff;

	border: 1px solid #ddd;

	border-bottom-color: transparent

}

.nav-tabs.nav-justified {

	width: 100%;

	border-bottom: 0

}

.nav-tabs.nav-justified>li {

	float: none

}

.nav-tabs.nav-justified>li>a {

	margin-bottom: 5px;

	text-align: center

}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {

	top: auto;

	left: auto

}

@media (min-width: 768px) {

	.nav-tabs.nav-justified>li {

		display: table-cell;

		width: 1%

	}

	.nav-tabs.nav-justified>li>a {

		margin-bottom: 0

	}

}

.nav-tabs.nav-justified>li>a {

	margin-right: 0;

	border-radius: 4px

}

.nav-tabs.nav-justified>.active>a,

.nav-tabs.nav-justified>.active>a:focus,

.nav-tabs.nav-justified>.active>a:hover {

	border: 1px solid #ddd

}

@media (min-width: 768px) {

	.nav-tabs.nav-justified>li>a {

		border-bottom: 1px solid #ddd;

		border-radius: 4px 4px 0 0

	}

	.nav-tabs.nav-justified>.active>a,

	.nav-tabs.nav-justified>.active>a:focus,

	.nav-tabs.nav-justified>.active>a:hover {

		border-bottom-color: #fff

	}

}

.nav-pills>li {

	float: left

}

.nav-pills>li>a {

	border-radius: 4px

}

.nav-pills>li+li {

	margin-left: 2px

}

.nav-pills>li.active>a,

.nav-pills>li.active>a:focus,

.nav-pills>li.active>a:hover {

	color: #fff;

	background-color: #428bca

}

.nav-stacked>li {

	float: none

}

.nav-stacked>li+li {

	margin-top: 2px;

	margin-left: 0

}

.nav-justified {

	width: 100%

}

.nav-justified>li {

	float: none

}

.nav-justified>li>a {

	margin-bottom: 5px;

	text-align: center

}

.nav-justified>.dropdown .dropdown-menu {

	top: auto;

	left: auto

}

@media (min-width: 768px) {

	.nav-justified>li {

		display: table-cell;

		width: 1%

	}

	.nav-justified>li>a {

		margin-bottom: 0

	}

}

.nav-tabs-justified {

	border-bottom: 0

}

.nav-tabs-justified>li>a {

	margin-right: 0;

	border-radius: 4px

}

.nav-tabs-justified>.active>a,

.nav-tabs-justified>.active>a:focus,

.nav-tabs-justified>.active>a:hover {

	border: 1px solid #ddd

}

@media (min-width: 768px) {

	.nav-tabs-justified>li>a {

		border-bottom: 1px solid #ddd;

		border-radius: 4px 4px 0 0

	}

	.nav-tabs-justified>.active>a,

	.nav-tabs-justified>.active>a:focus,

	.nav-tabs-justified>.active>a:hover {

		border-bottom-color: #fff

	}

}

.tab-content>.tab-pane {

	display: none

}

.tab-content>.active {

	display: block

}

.nav-tabs .dropdown-menu {

	margin-top: -1px;

	border-top-left-radius: 0;

	border-top-right-radius: 0

}

.navbar {

	position: relative;

	min-height: 50px;

	margin-bottom: 20px;

	border: 1px solid transparent

}

@media (min-width: 768px) {

	.navbar {

		border-radius: 4px

	}

}

@media (min-width: 768px) {

	.navbar-header {

		float: left

	}

}

.navbar-collapse {

	max-height: 340px;

	padding-right: 15px;

	padding-left: 15px;

	overflow-x: visible;

	-webkit-overflow-scrolling: touch;

	border-top: 1px solid transparent;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)

}

.navbar-collapse.in {

	overflow-y: auto

}

@media (min-width: 768px) {

	.navbar-collapse {

		width: auto;

		border-top: 0;

		box-shadow: none

	}

	.navbar-collapse.collapse {

		height: auto!important;

		padding-bottom: 0;

		overflow: visible!important

	}

	.navbar-collapse.in {

		overflow-y: visible

	}

	.navbar-fixed-bottom .navbar-collapse,

	.navbar-fixed-top .navbar-collapse,

	.navbar-static-top .navbar-collapse {

		padding-right: 0;

		padding-left: 0

	}

}

.container-fluid>.navbar-header {
    padding: 0px 15px;
}

.container-fluid>.navbar-collapse,



.container>.navbar-collapse,

.container>.navbar-header {

	margin-right: -15px;

	margin-left: -15px

}

@media (min-width: 768px) {

	.container-fluid>.navbar-collapse,

	.container-fluid>.navbar-header,

	.container>.navbar-collapse,

	.container>.navbar-header {

		margin-right: 0;

		margin-left: 0

	}

}

.navbar-static-top {

	z-index: 1000;

	border-width: 0 0 1px

}

@media (min-width: 768px) {

	.navbar-static-top {

		border-radius: 0

	}

}

.navbar-fixed-bottom,

.navbar-fixed-top {

	position: fixed;

	right: 0;

	left: 0;

	z-index: 1030

}

@media (min-width: 768px) {

	.navbar-fixed-bottom,

	.navbar-fixed-top {

		border-radius: 0

	}

}

.navbar-fixed-top {

	top: 0;

	border-width: 0 0 1px

}

.navbar-fixed-bottom {

	bottom: 0;

	margin-bottom: 0;

	border-width: 1px 0 0

}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu {

		position: static;

		float: none;

		width: auto;

		margin-top: 0;

		background-color: transparent;

		border: 0;

		box-shadow: none

	}

	.navbar-nav .open .dropdown-menu .dropdown-header,

	.navbar-nav .open .dropdown-menu>li>a {

		padding: 5px 15px 5px 25px

	}

	.navbar-nav .open .dropdown-menu>li>a {

		line-height: 20px

	}

	.navbar-nav .open .dropdown-menu>li>a:focus,

	.navbar-nav .open .dropdown-menu>li>a:hover {

		background-image: none

	}

}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left!important;
	}
	.navbar-right {
		float: right!important;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .input-group>.form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.media,

.media-body {

	overflow: hidden;

	zoom: 1

}

.media,

.media .media {

	margin-top: 15px

}

.media:first-child {

	margin-top: 0

}

.media-object {

	display: block

}

.media-heading {

	margin: 0 0 5px

}

.media>.pull-left {

	margin-right: 10px

}

.media>.pull-right {

	margin-left: 10px

}

.media-list {

	padding-left: 0;

	list-style: none

}

.list-group {

	padding-left: 0;

	margin-bottom: 20px

}

.list-group-item {

	position: relative;

	display: block;

	padding: 10px 15px;

	margin-bottom: -1px;

	background-color: #fff;

	border: 1px solid #ddd

}

.list-group-item:first-child {

	border-top-left-radius: 4px;

	border-top-right-radius: 4px

}

.list-group-item:last-child {

	margin-bottom: 0;

	border-bottom-right-radius: 4px;

	border-bottom-left-radius: 4px

}

.list-group-item>.badge {

	float: right

}

.list-group-item>.badge+.badge {

	margin-right: 5px

}

a.list-group-item {

	color: #555

}

a.list-group-item .list-group-item-heading {

	color: #333

}

a.list-group-item:focus,

a.list-group-item:hover {

	text-decoration: none;

	background-color: #f5f5f5

}

a.list-group-item.active,

a.list-group-item.active:focus,

a.list-group-item.active:hover {

	z-index: 2;

	color: #fff;

	background-color: #428bca;

	border-color: #428bca

}

a.list-group-item.active .list-group-item-heading,

a.list-group-item.active:focus .list-group-item-heading,

a.list-group-item.active:hover .list-group-item-heading {

	color: inherit

}

a.list-group-item.active .list-group-item-text,

a.list-group-item.active:focus .list-group-item-text,

a.list-group-item.active:hover .list-group-item-text {

	color: #e1edf7

}

.list-group-item-success {

	color: #3c763d;

	background-color: #dff0d8

}

a.list-group-item-success {

	color: #3c763d

}

a.list-group-item-success .list-group-item-heading {

	color: inherit

}

a.list-group-item-success:focus,

a.list-group-item-success:hover {

	color: #3c763d;

	background-color: #d0e9c6

}

a.list-group-item-success.active,

a.list-group-item-success.active:focus,

a.list-group-item-success.active:hover {

	color: #fff;

	background-color: #3c763d;

	border-color: #3c763d

}

.list-group-item-info {

	color: #31708f;

	background-color: #d9edf7

}

a.list-group-item-info {

	color: #31708f

}

a.list-group-item-info .list-group-item-heading {

	color: inherit

}

a.list-group-item-info:focus,

a.list-group-item-info:hover {

	color: #31708f;

	background-color: #c4e3f3

}

a.list-group-item-info.active,

a.list-group-item-info.active:focus,

a.list-group-item-info.active:hover {

	color: #fff;

	background-color: #31708f;

	border-color: #31708f

}

.list-group-item-warning {

	color: #8a6d3b;

	background-color: #fcf8e3

}

a.list-group-item-warning {

	color: #8a6d3b

}

a.list-group-item-warning .list-group-item-heading {

	color: inherit

}

a.list-group-item-warning:focus,

a.list-group-item-warning:hover {

	color: #8a6d3b;

	background-color: #faf2cc

}

a.list-group-item-warning.active,

a.list-group-item-warning.active:focus,

a.list-group-item-warning.active:hover {

	color: #fff;

	background-color: #8a6d3b;

	border-color: #8a6d3b

}

.list-group-item-danger {

	color: #a94442;

	background-color: #f2dede

}

a.list-group-item-danger {

	color: #a94442

}

a.list-group-item-danger .list-group-item-heading {

	color: inherit

}

a.list-group-item-danger:focus,

a.list-group-item-danger:hover {

	color: #a94442;

	background-color: #ebcccc

}

a.list-group-item-danger.active,

a.list-group-item-danger.active:focus,

a.list-group-item-danger.active:hover {

	color: #fff;

	background-color: #a94442;

	border-color: #a94442

}

.list-group-item-heading {

	margin-top: 0;

	margin-bottom: 5px

}

.list-group-item-text {

	margin-bottom: 0;

	line-height: 1.3

}

.close {

	float: right;

	font-size: 21px;

	font-weight: 700;

	line-height: 1;

	color: #000;

	text-shadow: 0 1px 0 #fff;

	opacity: .2

}

.close:focus,

.close:hover {

	color: #000;

	text-decoration: none;

	cursor: pointer;

	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: auto;

	overflow-y: scroll;

	-webkit-overflow-scrolling: touch;

	outline: 0

}

.modal.fade .modal-dialog {

	-webkit-transition: -webkit-transform .3s ease-out;

	-moz-transition: -moz-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%);

	transform: translate(0, -25%)

}

.modal.in .modal-dialog {

	-webkit-transform: translate(0, 0);

	-ms-transform: translate(0, 0);

	transform: translate(0, 0)

}

.modal-dialog {

	position: relative;

	width: auto;

	margin: 10px

}

.modal-content {

	position: relative;

	background-color: #fff;

	background-clip: padding-box;

	border: 1px solid #999;

	border: 1px solid rgba(0, 0, 0, .2);

	border-radius: 6px;

	outline: 0;

	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)

}

.modal-backdrop {

	position: fixed;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	z-index: 1040;

	background-color: #000

}

.modal-backdrop.fade {

	opacity: 0

}

.modal-backdrop.in {

	opacity: .5

}

.modal-header {

	min-height: 16.42857143px;

	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: 20px

}

.modal-footer {

	padding: 19px 20px 20px;

	margin-top: 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

}

@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: 1030;

	display: block;

	font-size: 12px;

	line-height: 1.4;

	visibility: visible;

	opacity: 0

}

.tooltip.in {

	opacity: .9

}

.tooltip.top {

	padding: 5px 0;

	margin-top: -3px

}

.tooltip.right {

	padding: 0 5px;

	margin-left: 3px

}

.tooltip.bottom {

	padding: 5px 0;

	margin-top: 3px

}

.tooltip.left {

	padding: 0 5px;

	margin-left: -3px

}

.tooltip-inner {

	max-width: 200px;

	padding: 3px 8px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	background-color: #000;

	border-radius: 4px

}

.tooltip-arrow {

	position: absolute;

	width: 0;

	height: 0;

	border-color: transparent;

	border-style: solid

}

.tooltip.top .tooltip-arrow {

	bottom: 0;

	left: 50%;

	margin-left: -5px;

	border-width: 5px 5px 0;

	border-top-color: #000

}

.tooltip.top-left .tooltip-arrow {

	bottom: 0;

	left: 5px;

	border-width: 5px 5px 0;

	border-top-color: #000

}

.tooltip.top-right .tooltip-arrow {

	right: 5px;

	bottom: 0;

	border-width: 5px 5px 0;

	border-top-color: #000

}

.tooltip.right .tooltip-arrow {

	top: 50%;

	left: 0;

	margin-top: -5px;

	border-width: 5px 5px 5px 0;

	border-right-color: #000

}

.tooltip.left .tooltip-arrow {

	top: 50%;

	right: 0;

	margin-top: -5px;

	border-width: 5px 0 5px 5px;

	border-left-color: #000

}

.tooltip.bottom .tooltip-arrow {

	top: 0;

	left: 50%;

	margin-left: -5px;

	border-width: 0 5px 5px;

	border-bottom-color: #000

}

.tooltip.bottom-left .tooltip-arrow {

	top: 0;

	left: 5px;

	border-width: 0 5px 5px;

	border-bottom-color: #000

}

.tooltip.bottom-right .tooltip-arrow {

	top: 0;

	right: 5px;

	border-width: 0 5px 5px;

	border-bottom-color: #000

}

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

.form-horizontal .form-group:after,

.form-horizontal .form-group:before,

.modal-footer:after,

.modal-footer:before,

.nav:after,

.nav:before,

.navbar-collapse:after,

.navbar-collapse:before,

.navbar-header:after,

.navbar-header:before,

.navbar:after,

.navbar:before,

.pager:after,

.pager:before,

.panel-body:after,

.panel-body:before,

.row:after,

.row:before {

	display: table;

	content: " "

}

.btn-group-vertical>.btn-group:after,

.btn-toolbar:after,

.clearfix:after,

.container-fluid:after,

.container:after,

.form-horizontal .form-group:after,

.modal-footer:after,

.nav:after,

.navbar-collapse:after,

.navbar-header:after,

.navbar:after,

.pager:after,

.panel-body:after,

.row:after {

	clear: both

}

.center-block {

	display: block;

	margin-right: auto;

	margin-left: auto

}

.pull-right {

	float: right!important

}

.pull-left {

	float: left!important

}

.hide {

	display: none!important

}

.show {

	display: block!important

}

.invisible {

	visibility: hidden

}

.text-hide {

	font: 0/0 a;

	color: transparent;

	text-shadow: none;

	background-color: transparent;

	border: 0

}

.hidden {

	display: none!important;

	visibility: hidden!important

}

@font-face{
	/*assets/bg_home.jpg*/
	font-family:FontAwesome;
	src:url(fonts/fontawesome/fontawesome-webfont.eot?v=4.2.0);
	src:url(fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),
	url(fonts/fontawesome/fontawesome-webfont.woff?v=4.2.0) format('woff'),
	url(fonts/fontawesome/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),
	url(fonts/fontawesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
	font-weight:400;
	font-style:normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}
.fa-krw:before,
.fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0)
	}
	100% {
		-ms-transform: rotate(359deg)
	}
}
@keyframes spin {
	0% {
		transform:rotate(0)
	}
	100% {
		transform: rotate(359deg)
	}
}
.animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.animated.hinge {
	-webkit-animation-duration:2s;
	animation-duration:2s
}
@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}
@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}
.bounce {
	-webkit-animation-name:bounce;
	animation-name:bounce
}
@-webkit-keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
@keyframes flash {
	0%,
	100%,
	50% {
		opacity:1
	}
	25%,
	75% {
		opacity: 0
	}
}
.flash {
	-webkit-animation-name:flash;
	animation-name:flash
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.pulse {
	-webkit-animation-name:pulse;
	animation-name:pulse
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75)
	}
	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25)
	}
	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		-ms-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75)
	}
	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		-ms-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25)
	}
	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		-ms-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.rubberBand {
	-webkit-animation-name:rubberBand;
	animation-name:rubberBand
}
@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}
@keyframes shake {
	0%,
	100% {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}
.shake {
	-webkit-animation-name:shake;
	animation-name:shake
}
@-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)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@keyframes swing {
	20% {
		-webkit-transform:rotate(15deg);
		-ms-transform:rotate(15deg);
		transform:rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}
.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: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}
@keyframes tada {
	0% {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}
.tada {
	-webkit-animation-name:tada;
	animation-name:tada
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes wobble {
	0% {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.wobble {
	-webkit-animation-name:wobble;
	animation-name:wobble
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes bounceIn {
	0% {
		opacity:0;
		-webkit-transform:scale(.3);
		-ms-transform:scale(.3);
		transform:scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.bounceIn {
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounceInDown {
	0% {
		opacity:0;
		-webkit-transform:translateY(-2000px);
		-ms-transform:translateY(-2000px);
		transform:translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.bounceInDown {
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes bounceInLeft {
	0% {
		opacity:0;
		-webkit-transform:translateX(-2000px);
		-ms-transform:translateX(-2000px);
		transform:translateX(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.bounceInLeft {
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes bounceInRight {
	0% {
		opacity:0;
		-webkit-transform:translateX(2000px);
		-ms-transform:translateX(2000px);
		transform:translateX(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.bounceInRight {
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes bounceInUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(2000px);
		-ms-transform:translateY(2000px);
		transform:translateY(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.bounceInUp {
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
}
@keyframes bounceOut {
	0% {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
}
.bounceOut {
	-webkit-animation-name:bounceOut;
	animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
@keyframes bounceOutDown {
	0% {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
.bounceOutDown {
	-webkit-animation-name:bounceOutDown;
	animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
@keyframes bounceOutLeft {
	0% {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
.bounceOutLeft {
	-webkit-animation-name:bounceOutLeft;
	animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
@keyframes bounceOutRight {
	0% {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
.bounceOutRight {
	-webkit-animation-name:bounceOutRight;
	animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
@keyframes bounceOutUp {
	0% {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
.bounceOutUp {
	-webkit-animation-name:bounceOutUp;
	animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity:0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInDown {
	0% {
		opacity:0;
		-webkit-transform:translateY(-20px);
		-ms-transform:translateY(-20px);
		transform:translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInDown {
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity:0;
		-webkit-transform:translateY(-2000px);
		-ms-transform:translateY(-2000px);
		transform:translateY(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInDownBig {
	-webkit-animation-name:fadeInDownBig;
	animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translateX(-20px);
		-ms-transform:translateX(-20px);
		transform:translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity:0;
		-webkit-transform:translateX(-2000px);
		-ms-transform:translateX(-2000px);
		transform:translateX(-2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInLeftBig {
	-webkit-animation-name:fadeInLeftBig;
	animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translateX(20px);
		-ms-transform:translateX(20px);
		transform:translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInRight {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity:0;
		-webkit-transform:translateX(2000px);
		-ms-transform:translateX(2000px);
		transform:translateX(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.fadeInRightBig {
	-webkit-animation-name:fadeInRightBig;
	animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(20px);
		-ms-transform:translateY(20px);
		transform:translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity:0;
		-webkit-transform:translateY(2000px);
		-ms-transform:translateY(2000px);
		transform:translateY(2000px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.fadeInUpBig {
	-webkit-animation-name:fadeInUpBig;
	animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity:1
	}
	100% {
		opacity: 0
	}
}
.fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}
@keyframes fadeOutDown {
	0% {
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}
.fadeOutDown {
	-webkit-animation-name:fadeOutDown;
	animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}
.fadeOutDownBig {
	-webkit-animation-name:fadeOutDownBig;
	animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}
.fadeOutLeft {
	-webkit-animation-name:fadeOutLeft;
	animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
.fadeOutLeftBig {
	-webkit-animation-name:fadeOutLeftBig;
	animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}
@keyframes fadeOutRight {
	0% {
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}
.fadeOutRight {
	-webkit-animation-name:fadeOutRight;
	animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
.fadeOutRightBig {
	-webkit-animation-name:fadeOutRightBig;
	animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
@keyframes fadeOutUp {
	0% {
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
.fadeOutUp {
	-webkit-animation-name:fadeOutUp;
	animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
.fadeOutUpBig {
	-webkit-animation-name:fadeOutUpBig;
	animation-name:fadeOutUpBig
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@keyframes flip {
	0% {
		-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
.animated.flip {
	-webkit-backface-visibility:visible;
	-ms-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
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform:perspective(400px) rotateX(90deg);
		-ms-transform:perspective(400px) rotateX(90deg);
		transform:perspective(400px) rotateX(90deg);
		opacity:0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}
.flipInX {
	-webkit-backface-visibility:visible!important;
	-ms-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
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform:perspective(400px) rotateY(90deg);
		-ms-transform:perspective(400px) rotateY(90deg);
		transform:perspective(400px) rotateY(90deg);
		opacity:0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}
.flipInY {
	-webkit-backface-visibility:visible!important;
	-ms-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipInY;
	animation-name:flipInY
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform:perspective(400px) rotateX(0);
		-ms-transform:perspective(400px) rotateX(0);
		transform:perspective(400px) rotateX(0);
		opacity:1
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-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;
	-ms-backface-visibility:visible!important;
	backface-visibility:visible!important
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform:perspective(400px) rotateY(0);
		-ms-transform:perspective(400px) rotateY(0);
		transform:perspective(400px) rotateY(0);
		opacity:1
	}
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
.flipOutY {
	-webkit-backface-visibility:visible!important;
	-ms-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipOutY;
	animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform:translateX(100%) skewX(-30deg);
		-ms-transform:translateX(100%) skewX(-30deg);
		transform:translateX(100%) skewX(-30deg);
		opacity:0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		-ms-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}
.lightSpeedIn {
	-webkit-animation-name:lightSpeedIn;
	animation-name:lightSpeedIn;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOut {
	0% {
		-webkit-transform:translateX(0) skewX(0);
		-ms-transform:translateX(0) skewX(0);
		transform:translateX(0) skewX(0);
		opacity:1
	}
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) 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 center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin:center center;
		-ms-transform-origin:center center;
		transform-origin:center center;
		-webkit-transform:rotate(-200deg);
		-ms-transform:rotate(-200deg);
		transform:rotate(-200deg);
		opacity:0
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		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(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		transform:rotate(-90deg);
		opacity:0
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		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(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
		opacity:0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		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(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
		opacity:0
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		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
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		transform:rotate(-90deg);
		opacity:0
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}
.rotateInUpRight {
	-webkit-animation-name:rotateInUpRight;
	animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin:center center;
		-ms-transform-origin:center center;
		transform-origin:center center;
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0);
		opacity:1
	}
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-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;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0);
		opacity:1
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
.rotateOutDownLeft {
	-webkit-animation-name:rotateOutDownLeft;
	animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin:right bottom;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0);
		opacity:1
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
.rotateOutDownRight {
	-webkit-animation-name:rotateOutDownRight;
	animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin:left bottom;
		-ms-transform-origin:left bottom;
		transform-origin:left bottom;
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0);
		opacity:1
	}
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}
.rotateOutUpLeft {
	-webkit-animation-name:rotateOutUpLeft;
	animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	100% {
		-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;
		-ms-transform-origin:right bottom;
		transform-origin:right bottom;
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0);
		opacity:1
	}
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
.rotateOutUpRight {
	-webkit-animation-name:rotateOutUpRight;
	animation-name:rotateOutUpRight
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes slideInDown {
	0% {
		opacity:0;
		-webkit-transform:translateY(-2000px);
		-ms-transform:translateY(-2000px);
		transform:translateY(-2000px)
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}
.slideInDown {
	-webkit-animation-name:slideInDown;
	animation-name:slideInDown
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes slideInLeft {
	0% {
		opacity:0;
		-webkit-transform:translateX(-2000px);
		-ms-transform:translateX(-2000px);
		transform:translateX(-2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.slideInLeft {
	-webkit-animation-name:slideInLeft;
	animation-name:slideInLeft
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes slideInRight {
	0% {
		opacity:0;
		-webkit-transform:translateX(2000px);
		-ms-transform:translateX(2000px);
		transform:translateX(2000px)
	}
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.slideInRight {
	-webkit-animation-name:slideInRight;
	animation-name:slideInRight
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}
.slideOutLeft {
	-webkit-animation-name:slideOutLeft;
	animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}
.slideOutRight {
	-webkit-animation-name:slideOutRight;
	animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}
.slideOutUp {
	-webkit-animation-name:slideOutUp;
	animation-name:slideOutUp
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-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
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}
@keyframes hinge {
	0% {
		-webkit-transform:rotate(0);
		-ms-transform:rotate(0);
		transform:rotate(0);
		-webkit-transform-origin:top left;
		-ms-transform-origin:top left;
		transform-origin:top left;
		-webkit-animation-timing-function:ease-in-out;
		animation-timing-function:ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}
.hinge {
	-webkit-animation-name:hinge;
	animation-name:hinge
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}
@keyframes rollIn {
	0% {
		opacity:0;
		-webkit-transform:translateX(-100%) rotate(-120deg);
		-ms-transform:translateX(-100%) rotate(-120deg);
		transform:translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}
.rollIn {
	-webkit-animation-name:rollIn;
	animation-name:rollIn
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}
a,
a:active,
a:focus,
a:hover {
	background:0 0;
	text-decoration:none;
	outline:0
}
.h2-text small,
body,
h1 small,
h2 small,
h3 small,
html {
	color:#121212
}
#home,
#preloader {
	width:100%;
	height:100%
}
#back-to-top,
#contact input.submit,
#filters li span,
.back-to-top,
.nav>li>span,
.panel-title:hover {
	cursor:pointer
}
#filters,
.blog-list,
.connected-icons,
.grid,
.offer-list li,
.tags-list,
ul.caret-list,
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list {
	list-style:none
}
body,
html {
	height:100%
}
body {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
}
.btn-home a,
.cs-style-3 figcaption {
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	-ms-transition:all .3s linear
}
a:active,
a:focus,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
	border:0;
	outline:0
}
.h2-text {
	margin:20px 0 10px
}
.home-title,
.move {
	margin-left:auto;
	margin-right:auto
}
@media (min-width: 180px) {
	.h1-text,
	.h1-text small,
	h1,
	h1 small {
		font-size:32px
	}
	.lead {
		font-size: 16px;
		font-weight: 300
	}
	.email,
	.h2-text,
	h2 {
		font-size: 28px;
		letter-spacing: -2px
	}
	.h2-text small,
	h2 small {
		font-size: 28px
	}
	h3,
	h3 small {
		font-size: 20px
	}
	h5 small {
		font-size: 13px
	}
}
@media (max-width: 400px) {
	#contact-form h2,
	.email {
		font-size:25px
	}
}
@media (min-width: 480px) {
	.h1-text,
	.h1-text small,
	h1,
	h1 small {
		font-size:42px
	}
	.lead {
		font-size: 16px;
		font-weight: 300
	}
	.h2-text,
	.h2-text small,
	h2,
	h2 small {
		font-size: 38px
	}
	.h2-text,
	h2 {
		letter-spacing: -2px
	}
	#contact-form h2,
	.email {
		font-size: 36px
	}
	h3 {
		font-size: 32px
	}
	h3 small {
		font-size: 24px
	}
}
@media (min-width: 768px) {
	.h1-text,
	.h1-text small,
	h1,
	h1 small {
		font-size:56px
	}
	.lead {
		font-size: 16px;
		font-weight: 300
	}
	.h2-text,
	h2 {
		font-size: 50px;
		letter-spacing: -2px
	}
	.h2-text small,
	h2 small {
		font-size: 50px
	}
}
@media (min-width: 992px) {
	.h1-text,
	.h1-text small,
	h1,
	h1 small {
		font-size:56px
	}
	.lead {
		font-size: 16px;
		font-weight: 300
	}
	.email,
	.h2-text,
	h2 {
		font-size: 30px;
    	letter-spacing: -2px;
	}
	.h2-text small,
	h2 small {
		font-size: 50px
	}
}
@media (min-width: 1200px) {
	.h1-text,
	h1 {
		font-size:78px;
	}
	.h1-text small,
	h1 small {
		font-size: 66px
	}
	.lead {
		font-size: 17px;
		font-weight: 300
	}
	.email,
	.h2-text,
	h2 {
		font-size: 50px;
		letter-spacing: -3px
	}
	.font-email {
		font-size: 26px;
		letter-spacing: -1px
	}
	.h2-text small,
	h2 small {
		font-size: 50px
	}
}
.btn-home,
.navbar-right {
	font-weight:400
}
@media (min-width: 992px) and (max-width: 1200px) {
	.team-info>p {
		min-height:160px
	}
}
#home,
#who-we-are {
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	vertical-align:middle
}
#home {
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(assets/bg_home.jpg);
	display:table;
	z-index:1
}
.home-overlay,
.home-overlay-portfolio {
	position:absolute;
	top:0;
	height:100%;
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/other/pattern.png);
	background-repeat:repeat;
	z-index:2;
	width:100%;
	left:0
}
.home-overlay {
	background-color:rgba(44,62,80,.6)
}
.home-overlay-portfolio {
	background-color:rgba(44,62,80,.1)
}
.home-container,
.home-title {
	position:relative;
	z-index:3
}
.home-container {
	display:table-cell;
	vertical-align:middle
}
@media (min-width: 600px) and (max-width: 767px) {
	.home-container {
		vertical-align:unset;
		padding-top:44vw
	}
}
.home-title {
	color:#fff
}
.panel {
	background-color:transparent;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none
}
.home-btn {
	margin-top:45px
}
.btn-home {
	font-size:16px
}
.btn-home a {
	display:inline-block;
	padding:11px 25px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	background-color:#121212;
	transition:all .3s linear
}
.btn-home a:focus,
.btn-home a:hover {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	outline:0;
	opacity:.7
}
.home-bottom {
	position:absolute;
	z-index:3;
	width:100%;
	left:0;
	bottom:0;
	text-align:center;
	opacity:.9
}
.move {
	width:40px;
	-webkit-animation:anim2 ease-in-out 3s infinite alternate;
	-moz-animation:anim2 ease-in-out 3s infinite alternate
}
@-webkit-keyframes anim2 {
	from {
		left: 0;
		-webkit-transform: scale(1) rotate(0)
	}
	50% {
		left: 250px;
		-webkit-transform: scale(.8) rotate(10deg)
	}
	to {
		left: 500px;
		-webkit-transform: scale(1.2) rotate(-20deg)
	}
}
@-moz-keyframes anim2 {
	from {
		left: 0;
		-moz-transform: scale(1) rotate(0)
	}
	50% {
		left: 250px;
		-moz-transform: scale(.8) rotate(10deg)
	}
	to {
		left: 500px;
		-moz-transform: scale(1.2) rotate(-20deg)
	}
}
.home-bottom a {
	border-radius:50%;
	border:2px solid #fff;
	color:#fff;
	-webkit-transition:.2s background linear;
	-moz-transition:.2s background linear;
	transition:.2s background linear;
	padding:7px
}
.home-bottom a:hover {
	background-color:#fff;
	color:#121212;
	text-decoration:none
}
.dots {
	z-index:99;
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/other/dot.png);
	background-repeat:repeat-y;
	margin:auto;
	width:6px;
	height:34px
}
.header-bottom {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}
.header-top .navbar-default {
	position:fixed;
	width:100%;
	left:0;
	text-align:center;
	z-index:4;
	top:-100px;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-o-transition:all .6s ease;
	-ms-transition:all .6s ease;
	transition:all .6s ease;
}
#home-slideshow {
	top:-70px
}
.navbar-brand {
	float:left;
	height:70px;
	padding:0px;
	font-size:30px;
	padding-top: 10px;
}
.navbar-brand .brandlogo {
	max-width: 70px;
	max-width: 80px;
	background: transparent;
    padding: 5px;
    border-radius: 2px;
}

.navbar-default .navbar-brand .h13 {
	letter-spacing: -1px;
    color: #767676;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 10px;
}
.navbar {
	min-height:70px;
	border:none;
}
.navbar-default {
	/*border-color:none;
	border-bottom:none;
	top:0;
	left:0;
	width:100%;
	padding:0;
	z-index:4;
	background-color:#fff;
	opacity:1;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.15);
	box-shadow:0 1px 5px rgba(0,0,0,.15);*/
}
.navbar-right {
	font-size:13px;
	height:100%;
}
footer p, p {
	font-weight:300;
}
.navbar-collapse {
	padding-right:15px;
	padding-left:35px;
	color:#121212;
}
.navbar-toggle {
	position: relative;
    float: right;
    padding: 9px 10px; 
    margin-right: 0;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    margin-top: 5px;
}
.nav>li>a,
.nav>li>span {
	display:block;
	padding:10px 15px;
	position:relative;
	color:#fff;
	font-size: 16px;
}
@media (max-width: 535px) and (min-width: 320px)  {
	.nav>li>a, .nav>li>span {
		display:block;
		padding:10px 15px;
		position:relative;
		color:#121212;
		font-size: 16px;
	}
}
.fixed-header .nav>li>a {
	color:#121212;
}
.navbar-toggle:focus {
	outline:0
}
.navbar-toggle .icon-bar {
	display:block;
	width:24px;
	height:4px;
	border-radius:2px;
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		/*color:#121212;*/
		color: #fff;
	}
	.fixed-header.navbar-default .navbar-nav>li>a {
		color:#121212;
	}
	.dropdown:hover .dropdown-menu {
		display: block
	}
}
@media (max-width: 768px) {
	.navbar-collapse {
		max-height:none;
		overflow-x:hidden
	}
}
.dropdown-menu {
	font-size:13px;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.15);
	box-shadow:0 1px 5px rgba(0,0,0,.15);;
}
.menu-padding {
	padding-top:70px
}
.content {
	margin-top:0
}
@media (max-width: 992px) {
	.navbar-default .container {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}
	.navbar-default .navbar-collapse {
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
		background-color: #1c1c1c
	}
	.navbar-small .navbar-collapse {
		margin-top: 0
	}
	.navbar-header {
		float: none
	}
	.navbar-left,
	.navbar-nav,
	.navbar-right {
		float: none!important
	}
	.navbar-toggle {
		display: block
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
	}
	.container-fluid>.navbar-collapse,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
		padding-left: 25px;
		padding-right: 25px
	}
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
		padding-left: 35px;
		padding-right: 35px
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px
	}
	.navbar-collapse.collapse {
		display: none;
		position: relative;
	    padding: 9px 10px;
	    margin-right: 0;
	    margin-bottom: 8px;
	    background-color: #fff;
	    background-image: none;
	    border: none;
	    width: 100%;
	    transition: all .3s ease-in-out;
	}
	.navbar-nav {
		margin: 0
	}
	.navbar-nav>li {
		float: none
	}
	.navbar-nav>li>a {
		padding-top: 12px;
		padding-bottom: 12px;
		background: #ddd;
		color: #000;
    	margin-bottom: 5px;
	}
	.collapse.in {
		display: block!important
	}
	.navbar-default ul.nav li {
		border-bottom: 1px dotted #2a2a2a
	}
	.dropdown-menu {
		position: relative;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: none;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 13px;
		list-style: none;
		background-color: transparent;
		background-clip: padding-box;
		border: none;
		border-radius: 4px;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.dropdown-menu>li {
		border-bottom: none!important
	}
	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		text-decoration: none;
		background-color: transparent!important
	}
}
#filters li,
.about-icon,
.author-img,
.service-icon {
	float:left
}
.skillbar-title,
.skillbar-title span {
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px
}
.site-wrapper {
	clear:both
}
.site-wrapper-video {
	background:#fff;
	z-index:1
}
#separator-purchase,
#separator-quotes,
#separator-video,
#who-we-are {
	background-position:center 0;
	display:table
}
#about {
	padding-top:60px;
	padding-bottom:60px
}
.section-title-about {
	text-align:center;
	margin-bottom:30px
}
h4 {
	font-size:24px
}
h4 small {
	font-size:20px
}
p {
	font-size:14px
}
.about-row {
	margin-bottom:40px
}
.about-info {
	padding-left:50px;
	padding-top:0
}
.about-description {
	padding-right:50px
}
#who-we-are {
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/background/bg_2.jpg);
	width:100%;
	height:100%;
	z-index:1;
	color:#fff
}
.col-md-skills,
.col-we-are {
	z-index:3;
	margin-top:40px;
	margin-bottom:40px;
	color:#fff
}
.we-are-info {
	line-height:1
}
.p-info {
	line-height:1.8
}
.skills-col .skills p,
.skills-col p {
	font-weight:400;
	font-size:13px;
	line-height:0;
}
.col-md-skills {
	height:300px
}
.skills-col {
	text-align:left;
	margin-top:40px;
	margin-bottom:40px
}
.skills {
	text-align:left;
	margin:40px 0;
	padding:0;
	color:#fff
}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:35px;
	width:100%;
	background:#fff;
	height:26px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:.4s linear;
	-moz-transition:.4s linear;
	-ms-transition:.4s linear;
	-o-transition:.4s linear;
	transition:.4s linear;
	-webkit-transition-property:width,
	background-color;
	-moz-transition-property:width,
	background-color;
	-ms-transition-property:width,
	background-color;
	-o-transition-property:width,
	background-color;
	transition-property:width,
	background-color
}
#get-connected,
#separator-quotes {
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/background/bg_4.jpg)
}
#separator-purchase,
#separator-quotes,
#separator-video {
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden
}
.skillbar-title {
	position:absolute;
	font-weight:400;
	font-size:13px;
	top:0;
	left:0;
	width:110px;
	color:#fff;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.skillbar-title span {
	display:block;
	padding:4px 10px;
	height:26px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.skillbar-bar {
	height:26px;
	width:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
#team {
	padding-bottom:60px;
	padding-top:60px
}
.section-title-team {
	text-align:center;
	margin-bottom:50px
}
.team-info {
	text-align:left;
	padding-top:5px;
	padding-right:15px
}
.grid {
	padding:0;
	max-width:100%
}
.grid li {
	display:inline-block;
	width:100%;
	position:relative
}
.grid figure {
	margin:auto;
	position:relative
}
.section-title,
.separator-video-content,
.service,
.team-member {
	margin-bottom:20px;
	color:#121212;
	display:block
}
.grid figure img {
	max-width:100%;
	display:block;
	position:relative
}
.grid figcaption {
	position:absolute;
	top:0;
	left:0;
	background-color:#121212;
	display:table-cell;
	vertical-align:middle
}
.cbp-l-grid-projects .grid figcaption {
	padding-top:35.5%
}
.team-member .grid figcaption {
	padding-top:37.5%
}
.grid figcaption a {
	padding:5px;
	color:#fff
}
.cs-style-3 figure {
	overflow:hidden
}
.cs-style-3 figure img {
	margin-left:auto;
	margin-right:auto;
	-webkit-transition:-webkit-transform .3s;
	-moz-transition:-moz-transform .3s;
	transition:transform .3s
}
.cs-style-3 figure.cs-hover img,
.no-touch .cs-style-3 figure:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.25);
	transform:scale(1.2)
}
.cs-style-3 figcaption {
	height:100%;
	width:100%;
	top:auto;
	bottom:0;
	opacity:0;
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-o-transform:scale(2);
	-ms-transform:scale(2);
	transform:scale(2);
	transition:all .3s linear
}
.cs-style-3 figure.cs-hover figcaption,
.no-touch .cs-style-3 figure:hover figcaption {
	opacity:.7;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	-ms-transition:all .3s linear;
	transition:all .3s linear
}
#separator-video {
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/background/bg_3.jpg);
	width:100%;
	height:100%;
	vertical-align:middle;
	z-index:1;
	padding-top:40px;
	padding-bottom:40px
}
.separator-video-content {
	margin-top:40px
}
.video-info {
	line-height:1
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden
}
.video-container embed,
.video-container iframe,
.video-container object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.fluid-width-video-wrapper {
	margin-top:40px;
	margin-bottom:40px
}
#fun-facts {
	display:table;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:1;
	padding-top:30px;
	padding-bottom:30px
}
.fact-container {
	padding-top:60px;
	padding-bottom:13px
}
.counter {
	font-size:70px;
	font-weight:700;
	line-height:0
}
#separator-quotes {
	width:100%;
	height:100%;
	vertical-align:middle;
	z-index:1;
	color:#fff
}
.quotes {
	color:#fff;
	position:relative;
	z-index:3;
	height:100%;
	padding-top:80px;
	padding-bottom:80px
}
.white {
	color:#fff!important
}
.label {
	font-weight:400
}
.quotes .fa.fa-quote-left,
.quotes .fa.fa-quote-right {
	font-size:26px;
	vertical-align:top;
	margin-top:2px
}
#services {
	padding-top:60px;
	padding-bottom:40px
}
.back-icon {
	z-index:-1;
	color:#f0f0f0;
	position:absolute;
	padding-left:40px;
	left:0;
	top:0;
	width:144px;
	height:144px;
	line-height:144px;
	font-size:144px
}
.ion-3x {
	font-size:3em
}
.service-info {
	padding-left:60px;
	padding-top:1px;
	min-height:130px
}

.service-info h4 {
	font-weight: 700;
}

.service-info h4 small {
	font-size: 18px;
}

#separator-purchase {
	background-color:#01addf;
	width:100%;
	height:100%;
	vertical-align:middle;
	z-index:1
}
#separator-purchase .btn-lg {
	background-color:#fff;
	color:#00addf;
	font-weight:600;
	padding:10px 12px
}
#filters li span:focus,
#filters li span:hover,
#separator-purchase h3,
#separator-purchase h3 small {
	color:#fff
}
.call-action-purchase {
	padding:20px 0;
	vertical-align:middle;
	display:table
}
#clients,
#our-work,
#twitter-feed {
	padding-top:60px
}
@media (max-width: 480px) {
	.action-5-info h3,
	.action-5-info h3 small {
		font-size:20px
	}
}
@media (min-width: 768px) {
	.action-5-info h3,
	.action-5-info h3 small {
		font-size:22px
	}
}
#our-work {
	padding-bottom:60px
}
.portfolio-container {
	position:relative;
	margin:0 auto;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
#filters {
	padding:0;
	margin-bottom:30px
}
#filters li span {
	display:block;
	padding:5px 20px;
	margin-right:5px;
	margin-top:5px;
	text-decoration:none;
	color:#121212;
	background-color:#f5f5f5;
	border-radius:3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-transition:.4s cubic-bezier(.25,
	.46,
	.45,
	.94);
	transition:.4s cubic-bezier(.25,
	.46,
	.45,
	.94);
	-webkit-transition-property:background-color,
	color;
	transition-property:background-color,
	color
}
#filters li span.active {
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-o-border-radius:3px;
	-moz-border-radius:3px
}
#portfoliolist .portfolio {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	display:none;
	margin-bottom:15px;
	overflow:hidden
}
#get-connected,
#separator-testimonials {
	background-position:center 0;
	display:table;
	z-index:1;
	color:#fff;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden
}
.portfolio-wrapper {
	overflow:hidden;
	position:relative!important
}
.portfolio img {
	max-width:100%;
	position:relative
}
#separator-testimonials {
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/background/bg_2.jpg);
	width:100%;
	vertical-align:middle
}
.testimonials {
	margin-top:60px;
	margin-bottom:60px;
	color:#fff
}
.testimonial-img {
	width:100px;
	margin-bottom:20px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%
}
.testimonials .fa.fa-quote-left,
.testimonials .fa.fa-quote-right {
	font-size:18px;
	vertical-align:top;
	margin-top:2px
}
#clients {
	padding-bottom:80px
}
.section-title-clients {
	margin-bottom:40px
}
.clients-logo {
	margin-bottom:30px
}
#twitter-feed {
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(../img/bg_3.jpg);
	width:100%;
	height:100%;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	vertical-align:middle;
	z-index:1
}
.tweet-feed .tweet .date {
	margin-top:5px;
	font-weight:700;
	font-size:12px
}
.twitter-logo {
	margin-bottom:15px
}
@media (min-width: 180px) {
	.tweet-feed ul li {
		font-family:Montserrat,
		sans-serif;
		font-weight:700;
		font-size:14px
	}
}
@media (min-width: 480px) {
	.tweet-feed ul li {
		font-family:Montserrat,
		sans-serif;
		font-weight:700;
		font-size:18px
	}
}
@media (min-width: 769px) {
	.tweet-feed ul li {
		font-family:Montserrat,
		sans-serif;
		font-weight:700;
		font-size:24px
	}
}
.tweet-feed .flex-control-nav {
	width:100%;
	position:relative;
	bottom:-10px
}
.blog-widget-container .tweet-feed ul li {
	font-family:Raleway,
	sans-serif;
	font-weight:400;
	font-size:13px;
	margin-bottom:10px
}
#get-connected {
	width:100%;
	vertical-align:middle
}
.connected-row {
	margin-top:60px;
	margin-bottom:80px;
	color:#fff;
	position:relative;
	z-index:3
}
.connected-icons {
	margin:60px;
	display:inline-block;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-khtml-padding-start:0;
	-o-padding-start:0;
	padding-start:0;
	padding:0
}
.connected-icons li {
	display:inline-block;
	padding:15px
}
.connected-icon a .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity:.2;
	-webkit-transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-ms-transition:opacity .4s ease-in-out;
	-o-transition:opacity .4s ease-in-out;
	transition:opacity .4s ease-in-out
}
.connected-icon a:focus .fa-stack.fa-lg.fa-4x .fa.fa-circle,
.connected-icon a:hover .fa-stack.fa-lg.fa-4x .fa.fa-circle {
	opacity:1
}
.ion-5x {
	font-size:5em
}
#price-list {
	padding-top:60px
}
.section-title-price {
	margin-bottom:40px
}
.price-container {
	margin-bottom:80px
}
.price-box {
	margin-top:30px;
	margin-bottom:30px;
	padding:15px;
	background-color:#f2f2f2
}
.price-box-big {
	background-color:#f1f1f1;
	padding:35px 15px
}
.price-box-info h2 span {
	font-size:36px
}
.price-box-info h2 small {
	font-size:24px;
	color:#121212
}
.price-box-info h3 span {
	font-size:36px
}
.price-box-info h3 small {
	font-size:24px;
	color:#121212
}
.ion-6x {
	font-size:6em
}
.price-box-info {
	margin:15px
}
.price-box-offer {
	margin-bottom:35px;
	margin-top:20px
}
.offer-list {
	list-style-type:none;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	-khtml-padding-start:0;
	-o-padding-start:0;
	padding-start:0;
	padding:0
}
.ion-2x {
	font-size:2em
}
.offer-list li {
	font-size:16px;
	margin-bottom:10px
}
.offer-list li span {
	font-weight:700
}
.sign-up-btn {
	margin-bottom:30px
}
span.text-content span {
	display:table-cell;
	vertical-align:middle
}
.header-margin {
	margin:100px 0 0
}
.header-margin h1 {
	color:#000
}
.content-margin {
	margin-bottom:40px
}
.container-overlay figcaption {
	bottom:0;
	height:100%;
	opacity:.7;
	top:auto;
	transform:scale(2);
	transition:all .3s linear 0s;
	width:100%
}
.container-overlay .cbp-item span.text-content:hover figcaption,
.container-overlay .cbp-item:hover figcaption {
	opacity:0
}
.container-overlay .text-content {
	color:#fff;
	cursor:pointer;
	display:table;
	height:100px;
	left:20px;
	position:absolute;
	bottom:0;
	width:90%;
	z-index:1;
	text-align:left
}
#contact-details {
	background-position:center 60%;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/background/bg_6.jpg);
	display:table;
	width:100%;
	height:100%;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	vertical-align:middle;
	z-index:1;
	color:#fff
}
.details {
	margin-top:120px;
	margin-bottom:120px;
	color:#fff;
	z-index:3
}
.phone-info {
	line-height:0;
	border-radius:3px;
	display:inline-block;
	color:#fff;
	padding:0 30px 5px
}
/*#contact-form {
	padding-top:60px;
	padding-bottom:60px
}*/
#contact h1 {
	margin:10px 0;
	font-size:24px;
	color:#fff
}
#contact hr {
	color:inherit;
	height:0;
	margin:6px 0;
	padding:0;
	border:1px solid #d9d9d9;
	border-style:none none solid
}
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
	border-color:none;
	box-shadow:none;
	outline:0
}
textarea {
	width:100%;
	height:165px;
	padding:13px;
	color:#444;
	background:#fff;
	border:1px solid #f2f2f2;
	margin-top:7px;
	margin-right:15px;
	-webkit-border-radius:2px
}
#contact input:focus,
select:focus,
textarea:focus {
	border:1px solid #999;
	background-color:#fff;
	color:#333
}
#contact input.submit {
	width:185px;
	margin:15px 0;
	color:#fff;
	border-radius:3px;
	border-color:none;
	-webkit-transition:.4s cubic-bezier(.25,
	.46,
	.45,
	.94);
	transition:.4s cubic-bezier(.25,
	.46,
	.45,
	.94);
	-webkit-transition-property:background-color,
	color;
	transition-property:background-color,
	color
}
#contact input.submit:hover {
	background:#0084ad
}
#contact input[type=submit][disabled] {
	background:#888
}
#contact span.required {
	font-size:13px;
	color:red
}
#message {
	margin:10px 0;
	padding:0
}
.error_message {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	line-height:22px;
	padding:3px 10px 3px 35px;
	color:#8a1f11;
	-webkit-border-radius:5px;
	background-color:#fbe3e4;
	background-image:url(../img/error.gif);
	background-position:10px center;
	background-repeat:no-repeat
}
.loader {
	padding:0 10px
}
acronym {
	border-bottom:1px dotted #ccc
}
#map {
	height:480px;
	width:auto
}
.gm-style-iw {
	width:200px;
	min-height:100px
}
#footer {
	background-color:#121212;
	padding-bottom:15px
}
.back-to-top {
	display:block;
	background:#121212;
	width:45px;
	height:40px;
	font-size:28px;
	line-height:38px;
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	-webkit-transform:translateZ(0);
	-webkit-transition:.2s all linear;
	-moz-transition:.2s all linear;
	transition:.2s all linear
}
.footer-social {
	margin-top:60px;
	margin-bottom:10px
}
.footer-social li a:hover {
	color:#fff
}
.footer-logo a,
footer p {
	color:#f5f5f5
}
.footer-info {
	margin-bottom:20px
}
.footer-copyright {
	font-size:13px
}
footer p {
	font-size:16px;
	font-family:Raleway,
	sans-serif
}
footer .footer-menu {
	margin-top:45px;
	border-top:1px solid #333;
	padding-top:30px;
	font-size:12px;
	font-weight:400;
	height:64px;
	color:#999
}
footer .footer-menu a {
	color:#999;
	margin-left:30px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
footer .footer-menu a:hover {
	color:#fff
}
footer .connected-icons {
	margin:0;
	display:inline-block;
	list-style:none
}
footer .connected-icons li {
	display:inline-block;
	padding:17px
}
#home-pattern,
#home-slideshow {
	display:table;
	width:100%;
	height:100%;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	vertical-align:middle;
	z-index:1
}
footer .connected-icons li .fa-2-5x {
	font-size:2.5em
}
footer .connected-icons li .icon-medium {
	position:relative;
	top:3px
}
.btn-buy {
	padding:1px 5px;
	font-size:10px;
	line-height:1.5;
	border-radius:3px
}
#home-pattern {
	background-color:#444;
	background-position:center 0;
	background-size:auto;
	background-repeat:repeat;
	background-attachment:fixed;
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/other/pattern-1.jpg)
}
.btn,
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
	text-shadow:none;
	border:0;
	background-image:none;
	font-weight:300;
	border-radius:3px;
	-webkit-transition:.4s cubic-bezier(.25,
	.46,
	.45,
	.94);
	transition:.4s cubic-bezier(.25,
	.46,
	.45,
	.94);
	-webkit-transition-property:background-color,
	color;
	transition-property:background-color,
	color;
	box-shadow:none
}
.btn-danger:hover,
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn:hover {
	background-color:#121212;
	border-color:none
}
.btn-danger:focus,
.btn-info:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-warning:focus,
.btn:focus {
	background-color:#999;
	border-color:none
}
.btn-danger:active,
.btn-default:active,
.btn-info:active,
.btn-primary:active,
.btn-success:active,
.btn-warning:active,
.btn:active {
	background:#121212;
	border:none
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#121212;
	border-color:#121212;
	outline:0
}
.btn-default {
	color:#333;
	background-color:#fff;
	border:1px solid #999
}
.btn-default:hover {
	color:#fff
}
.blog-list li a,
.post-title a {
	color:#121212
}
.open .dropdown-toggle.btn-primary {
	border-color:none
}
blockquote p {
	font-size:18px;
	font-style:italic;
	font-weight:400
}
ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
	display:inline-block;
	width:40px;
	margin-left:-40px;
	text-align:center;
	line-height:inherit;
	font-family:FontAwesome
}
ul.check-list-1 li:before {
	font-size:13px;
	content:'\f00C'
}
ul.check-list-2 li:before {
	font-size:13px;
	content:'\f058'
}
ul.check-list-3 li:before {
	font-size:13px;
	content:'\f14a'
}
ul.chevron-list-1 li:before {
	font-size:13px;
	content:'\f054'
}
ul.chevron-list-2 li:before {
	font-size:13px;
	content:'\f138'
}
ul.dot-circle-list li:before {
	font-size:13px;
	content:'\f192'
}
ul.caret-list li:before {
	font-size:13px;
	content:'\f152'
}
.btn-link:focus,
.btn-link:hover {
	color:#121212;
	text-decoration:underline;
	background-color:transparent
}
.post-img {
	margin-bottom:10px
}
.project-img {
	margin-bottom:60px
}
.tags-list {
	padding:0
}
.tags-list li {
	font-size:13px;
	margin-top:5px;
	display:inline-block;
	padding:3px 9px;
	border:1px solid #e8e8e8
}
.blog-list {
	padding:0;
	margin:0
}
.blog-list li {
	background-color:#f2f2f2;
	padding:5px 5px 5px 10px;
	margin-bottom:5px;
	border-radius:3px
}
.call-action-1,
.call-action-3,
.call-action-5 {
	background:#272727
}
.blog-list li a:hover,
.blog-list li:hover a {
	color:#fff
}
.blog-widget-container {
	margin-bottom:60px
}
.form-control:focus {
	border-color:#121212;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none
}
.form-control {
	border-radius:0
}
.call-action-2,
.call-action-4,
.call-action-6 {
	border:1px solid #ccc
}
.blog-author {
	margin:60px 0
}
.author-img {
	max-height:100px;
	margin-right:20px
}
#back-to-top {
	position:fixed;
	z-index:1000;
	bottom:25px;
	right:40px;
	display:none
}
.call-action-5,
.call-action-6 {
	vertical-align:middle;
	display:table
}
#back-to-top a:hover {
	color:#999
}
.action-btn {
	margin:20px 0
}
.call-action-1,
.call-action-2 {
	padding:20px;
	margin:20px 0
}
.call-action-3,
.call-action-4,
.call-action-5,
.call-action-6 {
	padding:20px 40px;
	margin:20px 0
}
@media (min-width: 768px) {
	.action-5-btn,
	.action-5-info {
		display:table-cell;
		vertical-align:middle
	}
	.action-5-btn {
		padding: 20px 0 20px 20px
	}
	.action-5-info {
		text-align: left;
		padding: 0;
		margin: -6px 0
	}
	.action-5-btn {
		text-align: right
	}
}
#contact-form .pointer-label.high,
#popup,
.pointer-label.high,
.scale {
	display:none
}
@media (max-width: 180px) {
	.action-5-btn {
		padding:20px 0 20px 20px
	}
}
@media (max-width: 480px) {
	.btn-responsive {
		font-size:90%
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.btn-responsive {
		font-size:100%
	}
}
.panel-body {
	background-color:#f5f5f5;
	padding-left:30px
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top:none
}
.nav-tabs>li>a:hover {
	border:none
}
.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration:none;
	border:none
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color:#121212;
	background-color:#f5f5f5;
	cursor:default;
	border:none;
	border-bottom-color:transparent
}
.nav-tabs>li>a {
	margin-right:2px;
	line-height:1.42857143;
	border:none;
	background-color:#fff;
	color:#121212;
	border-radius:4px 4px 0 0
}
.tab-pane {
	padding:15px;
	background-color:#f5f5f5
}
.nav-tabs {
	border:none
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color:#121212;
	text-decoration:none;
	background-color:#f5f5f5;
	outline:0
}
.nav-tabs-dark>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color:#fff;
	background-color:#272727;
	cursor:default;
	border:none;
	border-bottom-color:transparent
}
.tab-pane-dark {
	padding:15px;
	color:#fff;
	background-color:#272727
}
#grid-container-1 li.cbp-item {
	width:100%;
	height:50px;
	float:left
}
#grid-container-1 .cbp-item-wrapper {
	top:5px
}
#popup {
	position:fixed;
	background:#fff;
	top:10px;
	width:100%;
	height:100%;
	padding:0 50px;
	z-index:99999;
	box-shadow:1px 1px 5px rgba(0,
	0,
	0,
	.2);
	-webkit-transition:all .6s ease-in-out;
	transition:all .6s ease-in-out
}
#popup #close_popup {
	float:right
}
#popup .popup_label {
	text-align:center
}
#popup iframe {
	width:100%!important
}
.detailView {
	top:0!important
}
#our-products .bx-wrapper {
	border:0 solid #fff;
	margin-bottom:0
}
#our-products .bxslider img {
	max-height:500px;
	object-fit:cover;
	width:100%;
	height:100%
}
#our-products {
	position:relative
}
#our-products .product-info {
	position:absolute;
	width:100%;
	color:#fff;
	bottom:25%;
	text-align:center
}
.product-info .h2-text small {
	font-weight:200;
	color:#fff;
	letter-spacing:2px;
	font-family:Raleway,
	sans-serif
}
#our-design .h2-text small {
	color:#fff
}
.product-info h3 small {
	font-weight:500;
	color:#fff;
	letter-spacing:2px
}
#our-products .product-info .basketball small,
#our-products .product-info .iot small,
#our-products .product-info .vrgames small {
	font-weight:900;
	letter-spacing:2px;
	font-family:Montserrat,
	sans-serif
}
#our-products .product-info .basketball small {
	color:#e1f163
}
#our-products .product-info .vrgames small {
	color:#f5d328
}
#our-products .product-info .iot small {
	color:#70bf41
}
#our-products .product-info a {
	color:#fff;
	font-weight:lighter!important;
	font-family:Raleway,
	sans-serif
}
#our-products .bx-pager.bx-default-pager {
	bottom:20%;
	width:50%;
	text-align:center
}
#our-products .bx-wrapper a.bx-pager-link {
	background:#fff;
	border-radius:0;
	height:5px;
	width:30px
}
#our-products a.bx-pager-link.active {
	background:#1caedd
}
#contactform .form-label {
	width:100%;
	text-align:left;
	color:#00ace1;
	margin-bottom:5px
}
#contactform .cost {
	color:#fff;
	background-color:#00ace1;
	padding:7px 25px;
	border-radius:35px
}
#contactform input#ranger {
	padding:0
}
#contact input,
select {
	width:100%;
	padding:12.9px;
	color:#444;
	background:#fff;
	border:1px solid #dcdee0;
	margin:5px 0 20px;
	-webkit-border-radius:2px
}
#ex1Slider .slider-selection {
	background:#bababa
}
#contactform .back-bar {
	height:20px;
	border-radius:15px
}
#contactform .selected-bar {
	background-color:#e1e1e1;
	background-image:none;
	border-radius:15px
}
.pointer.high {
	height:42px!important;
	width:42px!important;
	border-radius:50%!important;
	margin-top:-6px;
	cursor:pointer!important;
	border-color:#e6e6e6!important;
	background:#fff!important;
	margin-left:10px!important;
	z-index:10
}
#ranger-box .ranger-bars span {
	width:25%;
	float:left;
	z-index:1;
	position:relative;
	color:#fff;
	padding:0;
	font-size:16px
}
#ranger-box .ranger-bars span:first-child {
	visibility:hidden
}
.ranger-bars {
	text-align:left
}
.slider-container.theme-green {
	padding:0 0 35px
}
#ranger-box .currency {
	max-width:75px;
	border:none;
	color:#00ace1;
	padding:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	z-index:1;
	position:relative;
	background:0 0
}
#ranger-box .currency:after {
	content:"â–¼";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	font-size:60%;
	line-height:30px;
	padding:0 7px;
	background:#bbb;
	color:#fff;
	pointer-events:none;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0
}
#contactform .submit {
	font-weight:700
}
#ranger-box i {
	color:#dcdee0;
	margin-left:-7%;
	font-size:26px
}
#slider-container {
	height:auto!important
}
.bxslider .cbp-item {
	z-index:2;
	width:auto;
	height:auto;
	max-height:500px;
	-webkit-transition:none;
	transition:none;
	-webkit-perspective:auto;
	perspective:auto
}
.bxslider .cbp-item-wrapper {
	position:static;
	width:100%;
	height:500px;
	float:left
}
#our-products .cbp img {
	max-height:500px;
	height:500px;
	width:100%;
	object-fit:cover
}
#our-products .cbp-slider-edge .cbp-nav-pagination {
	bottom:20%
}
#our-products .cbp-nav-pagination-item {
	height:8px;
	width:8px;
	border-radius:50px;
	position:relative;
	background:#fff;
	border:none;
	opacity:1
}
#our-products .cbp-slider-edge .cbp-nav-pagination-active {
	background:#1caedd
}
#our-products .cbp-item {
	height:auto;
	width:auto
}
#our-products .cbp-l-slider-testimonials-wrap {
	padding:0
}
.cbp-popup-singlePage {
	top:100%!important;
	left:0!important;
	-webkit-transition:all .6s ease-in-out!important;
	transition:all .6s ease-in-out!important;
	opacity:1!important
}
.cbp-popup-singlePage-open {
	top:0!important
}
.cbp-popup-singlePage .cbp-popup-next {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/cbp-sprite2.png) -46px -138px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-next:hover {
	background-position:-46px -92px!important
}
.cbp-popup-singlePage .cbp-popup-close {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/cbp-sprite2.png) -92px -138px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-close:hover {
	background-position:-92px -92px!important
}
.cbp-popup-singlePage .cbp-popup-prev {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/cbp-sprite2.png) 0 -138px no-repeat!important
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
	background-position:0 -92px!important
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	-webkit-box-shadow:0 1px 5px rgba(0,
	0,
	0,
	.15)!important;
	-moz-box-shadow:0 1px 5px rgba(0,
	0,
	0,
	.15)!important;
	box-shadow:0 1px 5px rgba(0,
	0,
	0,
	.15)!important;
	height:70px!important
}
#contactform #submit,
.btn-home a {
	box-shadow:0 3px 0 rgba(0,
	187,
	240,
	.5)
}
.cbp-popup-singlePage-counter {
	color:#121212!important;
	font-family:Raleway,
	sans-serif!important;
	font-weight:300!important;
	font:inherit!important;
	font-size:13px!important;
	top:12px!important
}
.award-img {
	height:400px;
	margin-top:72px
}
#certificates .img-container {
	margin:0 auto;
	max-width:750px
}
#certificates .img-container img {
	width:250px;
	padding:0 15px;
	float:left
}
#certificates .description {
	padding:84px 0
}
#certificates .description p {
	line-height:normal;
	letter-spacing:-.7px;
	font-size:20px;
	text-align:center;
	overflow:auto
}
@media (max-width: 998px) and (min-width: 547px) {
	#certificates .img-container {
		max-width:500px
	}
	#certificates .last-figure {
		clear: both;
		margin: 0 auto;
		width: 250px;
		padding-top: 30px
	}
	#certificates .description {
		padding: 65px 0
	}
}
@media (max-width: 547px) {
	#certificates .img-container img {
		float:unset;
		margin:0 auto;
		display:block;
		padding-bottom:30px
	}
	#certificates .description {
		padding: 20px 0
	}
	#certificates .description p {
		font-size: 16px;
		letter-spacing: unset
	}
}
#our-design .h2-text {
	color:#fff;
	margin-top:134px;
	line-height:1.2;
	word-spacing:.07em
}
#our-design .h2-text small {
	font-weight:300;
	letter-spacing:0;
	word-spacing:0;
	line-height:0
}
#our-design .btn-home {
	margin-top:32px
}
#about-us .services-row .flipInX {
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-top:20px
}
#about-us .services-row .flipInX.mnk-content {
	width: 50%;
}

.mnk-content .image {
	max-width: 300px;
	animation: topBottom 5s infinite;
}

.info-img {
	position: relative;
}

.pattern-3 {
    position: absolute;
    left: 50%;
    top: 60%;
}

.topBottom {
    animation: topBottom 5s infinite;
}

.img-fluid {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.img-fluid {
	max-width: 100%;
}

.grey-bg {
	/*background-color: #fbf9f8;*/
}

.blue-bg {
	background: #f5f5f5;
}

.o-hidden {
	padding: 80px 0;
}

.mobile-show {
	display: none;
}

.mobile-hide {
	display: block;
}

@media (min-width: 320px) and (max-width: 535px) {
	.o-hidden {
		padding: 30px 0;
		padding-top: 80px;
	}
	.oo-hidden {
		padding: 30px 0;
		padding-top: 70px;
	}
	.contact-mob-mnk {
		padding: 50px 0;
	}
	.fadeInUp {
		padding: 20px 15px;
	}
	.mobile-show {
		display: block;
		padding-right: 15px;
    	padding-left: 15px;
    	margin: 0px;
	}

	.mobile-hide {
		display: none;
	}
}

.mnk-bg-bule {
	background: #48b4dc;
}

.mnk-bg-green {
	background: #69ca3f;
}

#about-us .services-row .flipInX label {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:22px;
	font-weight:500
}
#about-us .services-row .flipInX .sprite-img-position {
	background-image:url(https://d18q2npc6mijvg.cloudfront.net/tech-expertise/tech-expertise.png);
	background-size:cover;
	background-position:0 0;
	width:54px;
	height:38px
}
#about-us .services-row .flipInX .iot-img {
	background-position:0 5.2%;
	background-size:100.704225%
}
#about-us .services-row .flipInX .ar-img {
	background-position:0 10.8%
}
#about-us .services-row .flipInX .ott-img {
	background-position:0 15.6%
}
#about-us .services-row .flipInX .hybrid-app-img {
	background-position:0 21%
}
#about-us .services-row .flipInX .ecommerce-img {
	background-position:0 26.32%
}
#about-us .services-row .flipInX .wearables-img {
	background-position:0 31.52%
}
#about-us .services-row .flipInX .tv-app-img {
	background-position:0 36.8%
}
#about-us .services-row .flipInX .sdk-img {
	background-position:0 42.1%
}
#about-us .services-row .flipInX .game-img {
	background-position:0 47.4%
}
#about-us .services-row .flipInX .realestate-img {
	background-position:0 52.63%
}
#about-us .services-row .flipInX .healthcare-img {
	background-position:0 57.9%
}
#about-us .services-row .flipInX .logistics-img {
	background-position:0 63.1%
}
#about-us .services-row .flipInX .hospitality-img {
	background-position:0 68.42%
}
#about-us .services-row .flipInX .travel-img {
	background-position:0 73.7%
}
#about-us .services-row .flipInX .egovernance-img {
	background-position:0 78.95%
}
#about-us .services-row .flipInX .analytics-img {
	background-position:0 84.2%
}
#about-us .services-row .flipInX .chatbots-img {
	background-position:0 89.4%
}
#about-us .services-row .flipInX .enterprise-app-img {
	background-position:0 94.7%
}
#about-us .services-row .flipInX .sass-img {
	background-position:0 99.999%
}
a.email {
	color: #3faddf;
}
@media (max-width: 767px) {
	#our-design {
		height:auto
	}
	#our-design .h2-text {
		margin-top: 34px;
		text-align: center
	}
	#our-design .btn-home {
		text-align: center;
		margin-bottom: 38px
	}
}
@media (min-width: 501px) and (max-width: 513px) {
	#about-us .services-row .flipInX {
		padding:10px
	}
}
@media (max-width: 760px) {
	#our-products .cbp img {
		height:350px
	}
	#our-products .bx-wrapper a.bx-pager-link {
		height: 4px;
		width: 22px
	}
	#our-products .cbp-nav-pagination-item {
		height: 7px;
		width: 35px
	}
	.cbp-popup-singlePage {
		opacity: 1
	}
}
@media (max-width: 500px) {
	#our-products .cbp img {
		height:300px
	}
	#our-products .bx-wrapper a.bx-pager-link {
		height: 4px;
		width: 18px
	}
	#our-products .cbp-nav-pagination-item {
		height: 5px;
		width: 30px
	}
	.cbp-popup-singlePage {
		opacity: 1
	}
	.award-badge {
		height: 140px;
		right: 0;
		left: 0;
		margin: 0 auto
	}
	.award-img {
		height: 278px;
		margin-top: 20px
	}
	#our-design .h2-text {
		margin-top: 0;
		text-align: center
	}
	#about-us .services-row .flipInX {
		/*width: 50%;*/
		/*height: 100px*/
	}
}
@media (max-width: 360px) {
	.cbp-popup-singlePage .cbp-popup-content {
		margin-top:0!important
	}
}
@media (min-width: 180px) and (max-width: 319px) {
	.award-badge {
		height:22vh
	}
	h1,
	h1 small {
		font-size: 28px
	}
	.lead {
		font-size: 14px;
		font-weight: 300;
		margin-bottom: 10px
	}
	.email,
	.h2-text,
	h2 {
		font-size: 25px;
		letter-spacing: -2px
	}
	.h2-text small,
	h2 small {
		font-size: 25px
	}
	h3,
	h3 small {
		font-size: 18px
	}
	h5 small {
		font-size: 13px
	}
	.home-btn {
		margin-top: 25px
	}
	#footer,
	section#about-us {
		margin-top: 20px
	}
	.home-title h1 {
		padding-top: 30px
	}
	.navbar-brand {
		padding: 4px 0;
		width: 75%
	}
	.container>.navbar-header {
		padding: 0 20px
	}
	#clients,
	#contact-form,
	#our-work,
	#services,
	#team {
		padding-bottom: 20px;
		padding-top: 20px
	}
	#contact-new {
		padding: 20px 0!important
	}
	#contact input.submit {
		width: 150px
	}
	footer .footer-menu a {
		margin-left: 10px
	}
	#contact-form h2,
	.h2-text {
		font-size: 18px
	}
	.team-info {
		padding-right: 0
	}
	#contact-new .lead {
		padding-left: 5px;
		padding-right: 5px
	}
	.contact-mail {
		padding: 0 2px
	}
	.service-info h4 {
		font-size: 22px
	}
}
.slider-container {
	width:100%;
	font-family:"Helvetica Neue",
	Helvetica,
	Arial,
	sans-serif
}
.slider-container .back-bar {
	height:10px;
	position:relative
}
.slider-container .back-bar .selected-bar {
	position:absolute;
	height:100%
}
.slider-container .back-bar .pointer {
	position:absolute;
	width:10px;
	height:10px;
	background-color:red;
	cursor:col-resize;
	opacity:1;
	z-index:2
}
.slider-container .back-bar .pointer.last-active {
	z-index:3
}
.slider-container .back-bar .pointer-label {
	position:absolute;
	top:-17px;
	font-size:8px;
	background:#fff;
	white-space:nowrap;
	line-height:1
}
.theme-green .back-bar,
.theme-green .back-bar .pointer {
	background-image:-moz-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-webkit-gradient(linear,
	0 0,
	0 100%,
	from(#eee),
	to(#ddd));
	background-image:-webkit-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-o-linear-gradient(top,
	#eee,
	#ddd)
}
.slider-container .back-bar .focused {
	z-index:10
}
.slider-container .clickable-dummy {
	cursor:pointer;
	position:absolute;
	width:100%;
	height:100%;
	z-index:1
}
.slider-container .scale {
	top:2px;
	position:relative
}
.slider-container .scale span {
	position:absolute;
	height:5px;
	border-left:1px solid #999;
	font-size:0
}
.slider-container .scale ins {
	font-size:9px;
	text-decoration:none;
	position:absolute;
	left:0;
	top:5px;
	color:#999;
	line-height:1
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
	cursor:auto
}
.theme-green .back-bar {
	height:5px;
	border-radius:2px;
	background-color:#e7e7e7;
	background-image:linear-gradient(to bottom,
	#eee,
	#ddd);
	background-repeat:repeat-x
}
.theme-green .back-bar .selected-bar {
	border-radius:2px;
	background-color:#a1fad0;
	background-image:-moz-linear-gradient(top,
	#bdfade,
	#76fabc);
	background-image:-webkit-gradient(linear,
	0 0,
	0 100%,
	from(#bdfade),
	to(#76fabc));
	background-image:-webkit-linear-gradient(top,
	#bdfade,
	#76fabc);
	background-image:-o-linear-gradient(top,
	#bdfade,
	#76fabc);
	background-image:linear-gradient(to bottom,
	#bdfade,
	#76fabc);
	background-repeat:repeat-x
}
.theme-blue .back-bar,
.theme-green .back-bar .pointer {
	background-color:#e7e7e7;
	background-repeat:repeat-x
}
.theme-green .back-bar .pointer {
	width:14px;
	height:14px;
	top:-5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:10px;
	border:1px solid #aaa;
	background-image:linear-gradient(to bottom,
	#eee,
	#ddd)
}
.theme-green .back-bar .pointer-label {
	color:#999
}
.theme-green .back-bar .focused {
	color:#333
}
.theme-blue .back-bar .pointer-label,
.theme-green .scale ins {
	color:#999
}
.theme-green .scale span {
	border-left:1px solid #e5e5e5
}
.theme-blue .back-bar {
	height:5px;
	border-radius:2px;
	background-image:-moz-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-webkit-gradient(linear,
	0 0,
	0 100%,
	from(#eee),
	to(#ddd));
	background-image:-webkit-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-o-linear-gradient(top,
	#eee,
	#ddd);
	background-image:linear-gradient(to bottom,
	#eee,
	#ddd)
}
.theme-blue .back-bar .selected-bar {
	border-radius:2px;
	background-color:#92c1f9;
	background-image:-moz-linear-gradient(top,
	#b1d1f9,
	#64a8f9);
	background-image:-webkit-gradient(linear,
	0 0,
	0 100%,
	from(#b1d1f9),
	to(#64a8f9));
	background-image:-webkit-linear-gradient(top,
	#b1d1f9,
	#64a8f9);
	background-image:-o-linear-gradient(top,
	#b1d1f9,
	#64a8f9);
	background-image:linear-gradient(to bottom,
	#b1d1f9,
	#64a8f9);
	background-repeat:repeat-x
}
.theme-blue .back-bar .pointer {
	width:14px;
	height:14px;
	top:-5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:10px;
	border:1px solid #aaa;
	background-color:#e7e7e7;
	background-image:-moz-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-webkit-gradient(linear,
	0 0,
	0 100%,
	from(#eee),
	to(#ddd));
	background-image:-webkit-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-o-linear-gradient(top,
	#eee,
	#ddd);
	background-image:linear-gradient(to bottom,
	#eee,
	#ddd);
	background-repeat:repeat-x
}
.theme-blue .back-bar .focused {
	color:#333
}
.theme-blue .scale span {
	border-left:1px solid #e5e5e5
}
.theme-blue .scale ins {
	color:#999
}
::-moz-selection {
	background:#00addf
}
::selection {
	background:#00addf
}
/*#contact input.submit,
#filters li span.active,
#filters li span:focus,
#filters li span:hover,
.blog-list li:hover,
.btn-home a,
.btn-primary,
.cbp-l-filters-button .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-item-active,
.label-primary,
.nav>li>a:focus,
.nav>li>a:hover,
.pagination>.active>a,
.shop-btn-box:hover,
.skillbar-bar,
.skillbar-title {
	background:#00addf
}*/
.phone-info {
	background:rgba(0,
	187,
	240,
	.2)
}
.cbp-l-filters-button .cbp-filter-counter:before {
	border-top:4px solid #00addf
}
.color-black {
	color:#000
}
.cbpl-slider-max-width {
	max-width:100%;
	margin:0 auto
}
.img-position {
	max-width:100%;
	width: 60px;
    height: 54px;
	margin-top:10px;
	background-size:100%
}
.innovative-img {
	background-image:url(assets/res/10.png);
}

.digital-img {
	background-image:url(assets/res/06.png);
}

.mobile-img {
	background-image:url(assets/res/01.png);
}
.web-img {
	background-image:url(assets/res/01.png);
}
.cloud-img {
	background-image:url(assets/res/08.png);
}
.progressive-img {
	background-image:url(assets/res/01.png);
}
.bots-img {
	background-image:url(assets/res/02.png);
}
.datascience-img {
	background-image:url(assets/res/06.png);
}
.productdevelopment-img {
	background-image:url(assets/res/03.png);
}
.services-bg {
	background: #f8f8f8;
}
.separator-quotes-position {
	position:relative
}
.team-description {
	text-align:justify
}
.background-white {
	background:#efefef
}
.margin-top-30 {
	margin:30px 0 0
}
.margin-top-10 {
	margin:10px 0 0
}
.margin-tb {
	margin:10px 0 20px
}
.padding-60 {
	padding:60px 0
}
.color-white {
	color:#fff
}
.margin-0 {
	margin:0
}
#our-design .container-fluid {
	padding:0;
	position:relative
}
#our-design .our-design-img {
	padding:0;
	max-height:475px;
	overflow:hidden;
	width:100%;
	object-fit:cover
}
#our-design .our-design-info h2 {
	color:#fff;
	margin-bottom:30px
}
#our-design .our-design-info a {
	color:#fff;
	padding:0 0 10px;
	border-bottom:3px solid #1caedd;
	margin:0
}
#our-design .our-design-info span {
	color:#f5d328;
	text-transform:capitalize
}
#our-design .our-design-info {
	position:absolute;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
	width:100%
}
#our-design h2 small {
	color:#fff;
	font-weight:300;
	letter-spacing:0;
	word-spacing:0;
	line-height:0
}
#our-design .img-gradient,
#our-products .img-gradient {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	background:0 0;
	background:-webkit-linear-gradient(left,
	#000,
	transparent);
	background:-o-linear-gradient(right,
	#000,
	transparent);
	background:-moz-linear-gradient(right,
	#000,
	transparent);
	background:linear-gradient(to right,
	#000,
	transparent);
	opacity:.9
}
.award-badge {
	position:absolute;
	z-index:9;
	height:200px;
	right:15px;
	top:15px
}
#our-design {
	background:url(https://d18q2npc6mijvg.cloudfront.net/banner/lightsbg.png) no-repeat;
	background-size:cover
}
#our-design .award-item {
	background:#fff;
	margin:60px 30px;
	border-radius:15px;
	padding-bottom:40px
}
.award-badge-container,
.certificate-badge-container {
	z-index:3;
	position:absolute;
	top:50%;
	width:125px;
	transform:translateY(-50%);
	right:10px
}
.certificate-badge-container {
	left:10px
}
.award-badge-container img,
.certificate-badge-container img {
	margin:5px 0;
	max-width:100%;
	width:100%
}
.multiple-award-mob-img {
	display:none
}
.multiple-award-img {
	margin-top:0;
	height:600px;
	max-width:100%;
	object-fit:cover
}
.multiple-award-container {
	width:100%;
	padding:0
}
@media (min-width: 992px) {
	#our-design .award-item-right {
		float:right
	}
	#our-design .award-item {
		background: #fff;
		margin: 60px 0;
		border-radius: 15px;
		padding-bottom: 40px;
		width: 47.4%
	}
	#our-design .award-item-right .award-img {
		height: 346px;
		margin-top: 104px
	}
	#our-design .award-item-right h5 {
		margin-top: 32px
	}
}
#our-design .award-item h5 {
	font-size:24px;
	color:#121212
}
#our-design h2 {
	color:#fff;
	margin-top:134px;
	line-height:1.2;
	word-spacing:.07em
}
#contactform #submit {
	border:none;
	font-size:16px
}
#contact-form a.email img {
	width:605px
}
@media (max-width: 1200px) {
	.multiple-award-img {
		display:none
	}
	.multiple-award-mob-img {
		display: block;
		width: 100%
	}
}
@media (max-width: 998px) {
	.award-img {
		height:357px
	}
	#our-design .award-item {
		margin: 20px 30px
	}
	.award-badge-container,
	.certificate-badge-container {
		width: 120px
	}
}
@media (max-width: 825px) {
	.award-badge-container,
	.certificate-badge-container {
		width:105px
	}
}
@media (max-width: 767px) {
	#our-design h2 {
		margin-top:34px;
		text-align:center
	}
	.award-badge-container,
	.certificate-badge-container {
		width: 100%;
		top: 1%;
		transform: translateY(0);
		right: 0;
		padding: 0 6%
	}
	.certificate-badge-container {
		top: 21vw;
		left: 0
	}
	.award-badge-container a,
	.certificate-badge-container a {
		display: inline-block;
		width: 25%;
		padding: 1.5%;
		margin-left: -4px
	}
	.certificate-badge-container a:last-child {
		margin-right: 10%
	}
	.certificate-badge-container a:first-child {
		margin-left: 10%
	}
	.multiple-award-img {
		display: none
	}
	.multiple-award-mob-img {
		display: block;
		width: 100%
	}
	#our-design .award-item {
		margin: 20px 0
	}
	#contact-form a.email img {
		width: 320px
	}
}
@media (max-width: 737px) and (orientation: landscape) {
	.award-badge {
		height:88px;
		top:0;
		right:0
	}
}
@media (max-width: 500px) {
	.award-badge {
		height:140px;
		right:0;
		left:0;
		margin:0 auto
	}
	#our-design h2 {
		margin-top: 0;
		text-align: center
	}
}
.no-js .liquid-slider {
	height:350px;
	overflow:scroll
}
.ls-preloader {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/loading.gif) center 75px no-repeat #f2f2f2;
	opacity:1;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:4
}
.ls-wrapper {
	margin:0 auto;
	clear:both;
	overflow:auto;
	position:relative
}
.ls-wrapper .liquid-slider {
	width:100%;
	float:left;
	overflow:hidden;
	position:relative
}
.ls-wrapper .panel-container {
	position:relative;
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000
}
.ls-wrapper .liquid-slider .panel-container .fade {
	width:100%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	display:block
}
.ls-wrapper .liquid-slider .panel {
	width:1170px;
	display:block;
	float:left
}
.ls-wrapper .liquid-slider .panel-wrapper {
	padding:20px;
	position:relative
}
.ls-wrapper .ls-nav a {
	background:#d8d8d8;
	color:#333;
	margin-right:1px;
	padding:10px 15px;
	outline:0
}
.ls-wrapper .ls-nav a:hover {
	background:#f2f2f2;
	color:#333;
	text-shadow:none
}
.ls-wrapper .ls-nav .current {
	background:#f2f2f2
}
.currentCrossLink {
	font-weight:700
}
.ls-wrapper .ls-nav ul {
	padding:0;
	clear:both;
	display:block;
	margin:auto;
	overflow:hidden
}
.ls-wrapper .ls-nav ul li {
	display:inline
}
.ls-wrapper .ls-nav ul li a {
	display:block;
	float:left;
	text-decoration:none
}
.ls-wrapper .ls-nav {
	overflow:hidden;
	clear:both
}
.ls-wrapper .ls-select-box {
	width:100%;
	height:35px;
	overflow:hidden
}
.ls-wrapper .ls-select-box select {
	width:150%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:0 0;
	padding:5px;
	font-size:110%;
	border:none;
	height:35px;
	cursor:pointer;
	outline:0
}
.ls-wrapper .ls-nav-left,
.ls-wrapper .ls-nav-right {
	float:left
}
.ls-wrapper .ls-nav-left a,
.ls-wrapper .ls-nav-right a {
	background:#000;
	color:#fff;
	padding:5px;
	width:100px;
	display:block;
	text-align:center;
	text-decoration:none
}
.ls-wrapper .ls-nav-left-arrow,
.ls-wrapper .ls-nav-right-arrow {
	width:25px;
	height:25px;
	transition:all .5s ease;
	top:50%;
	position:relative;
	cursor:pointer;
	float:left
}
.ls-wrapper .ls-nav-left-arrow a,
.ls-wrapper .ls-nav-right-arrow a {
	display:block
}
.ls-wrapper .ls-nav-left,
.ls-wrapper .ls-nav-left-arrow {
	clear:both
}
.ls-wrapper .ls-nav-right-arrow {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/arrow.png) bottom left no-repeat;
	margin-right:5px
}
.ls-wrapper .ls-nav-left-arrow {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/arrow.png) top right no-repeat;
	margin-left:5px
}
.ls-wrapper .ls-nav-left-arrow:hover {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/arrow.png) top left no-repeat
}
.ls-wrapper .ls-nav-right-arrow:hover {
	background:url(https://d18q2npc6mijvg.cloudfront.net/other/arrow.png) bottom right no-repeat
}
.arrows .liquid-slider {
	margin:0 10px
}
.ls-responsive .liquid-slider {
	width:100%;
	margin:0
}
.ls-responsive .liquid-slider .panel .panel-wrapper {
	padding:10px
}
.ls-responsive .ls-nav-left {
	position:absolute;
	left:0;
	z-index:4
}
.ls-responsive .ls-nav-left a {
	background:#9a9a9a;
	width:80px
}
.ls-responsive .ls-nav-left a:hover {
	background:#747474
}
.ls-responsive .ls-nav-right {
	position:absolute;
	right:0;
	z-index:4
}
.ls-responsive .ls-nav-right a {
	background:#9a9a9a;
	width:80px
}
.ls-responsive .ls-nav-right a:hover {
	background:#747474
}
.ls-responsive .ls-nav-left-arrow {
	position:absolute;
	left:0;
	z-index:4
}
.ls-responsive .ls-nav-right-arrow {
	position:absolute;
	right:0;
	z-index:4
}
@media only screen and (min-width: 768px) {
	.ls-responsive .liquid-slider .panel .panel-wrapper {
		padding:20px 35px
	}
}
.flex-direction-nav a,
.flex-pauseplay a {
	z-index:10;
	overflow:hidden;
	position:absolute
}
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
	outline:0
}
.flex-control-nav,
.flex-direction-nav,
.slides {
	margin:0;
	padding:0;
	list-style:none
}
@font-face{font-family:Ionicons;src:url(../fonts/ionicons.eot?v=1.4.1);src:url(../fonts/ionicons.eot?v=1.4.1#iefix) format("embedded-opentype"),
url(../fonts/ionicons.ttf?v=1.4.1) format("truetype"),
url(../fonts/ionicons.woff?v=1.4.1) format("woff"),
url(../fonts/ionicons.svg?v=1.4.1#Ionicons) format("svg");
font-weight:400;
font-style:normal
}
.flexslider {
	padding:0;
	margin:0 0 60px;
	background:0 0;
	border:none;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	zoom:1
}
.flexslider .slides>li {
	display:none;
	-webkit-backface-visibility:hidden
}
.flex-direction-nav a,
.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides {
	display:block
}
.flexslider .slides img {
	width:100%;
	display:block
}
.flex-pauseplay span {
	text-transform:capitalize
}
.slides:after {
	content:"\0020";
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
* html .slides {
	height:1%
}
.flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.loading .flex-viewport {
	max-height:300px
}
.flexslider .slides {
	zoom:1
}
.carousel li {
	margin-right:5px
}
.flex-direction-nav a {
	text-decoration:none;
	width:40px;
	height:40px;
	margin:-20px 0 0;
	top:50%;
	opacity:0;
	cursor:pointer;
	color:rgba(0,
	0,
	0,
	.8);
	text-shadow:1px 1px 0 rgba(255,
	255,
	255,
	.3);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease
}
.flex-direction-nav .flex-prev {
	left:-50px
}
.flex-direction-nav .flex-next {
	right:-50px;
	text-align:right
}
.flexslider:hover .flex-prev {
	opacity:.7;
	left:10px
}
.flexslider:hover .flex-next {
	opacity:.7;
	right:10px
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity:1
}
.flex-direction-nav .flex-disabled {
	opacity:0!important;
	cursor:default
}
.flex-direction-nav a:before {
	font-family:Ionicons;
	font-size:30px;
	display:inline-block;
	content:'\f107'
}
.flex-direction-nav a.flex-next:before {
	content:'\f10a'
}
.flex-pauseplay a {
	display:block;
	width:20px;
	height:20px;
	bottom:5px;
	left:10px;
	opacity:.8;
	cursor:pointer;
	color:#000
}
.flex-pauseplay a:before {
	font-family:Ionicons;
	font-size:20px;
	display:inline-block;
	content:'\f210'
}
.flex-pauseplay a:hover {
	opacity:1
}
.flex-pauseplay a.flex-play:before {
	content:'\f215'
}
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align:center
}
.flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1
}
.flex-control-paging li a {
	width:7px;
	height:7px;
	display:block;
	background:0 0;
	border:1px solid #999;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none
}
.flex-control-paging li a:hover {
	background:#333;
	background:rgba(0,
	0,
	0,
	.7)
}
.flex-control-paging li a.flex-active {
	background:#000;
	background:rgba(0,
	0,
	0,
	.9);
	cursor:default
}
.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden
}
.flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0
}
.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer
}
.flex-control-thumbs img:hover {
	opacity:1
}
.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity:1;
		left:10px
	}
	.flex-direction-nav .flex-next {
		opacity:1;
		right:10px
	}
}
.slider-container {
	width:100%;
	font-family:"Helvetica Neue",
	Helvetica,
	Arial,
	sans-serif
}
.slider-container .back-bar {
	height:10px;
	position:relative
}
.slider-container .back-bar .selected-bar {
	position:absolute;
	height:100%
}
.slider-container .back-bar .pointer {
	position:absolute;
	width:10px;
	height:10px;
	background-color:red;
	cursor:col-resize;
	opacity:1;
	z-index:2
}
.slider-container .back-bar .pointer.last-active {
	z-index:3
}
.slider-container .back-bar .pointer-label {
	position:absolute;
	top:-17px;
	font-size:8px;
	background:#fff;
	white-space:nowrap;
	line-height:1
}
.theme-green .back-bar,
.theme-green .back-bar .pointer {
	background-image:-moz-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-webkit-gradient(linear,
	0 0,
	0 100%,
	from(#eee),
	to(#ddd));
	background-image:-webkit-linear-gradient(top,
	#eee,
	#ddd);
	background-image:-o-linear-gradient(top,
	#eee,
	#ddd)
}
.slider-container .back-bar .focused {
	z-index:10
}
.slider-container .clickable-dummy {
	cursor:pointer;
	position:absolute;
	width:100%;
	height:100%;
	z-index:1
}
.slider-container .scale {
	top:2px;
	position:relative
}
.slider-container .scale span {
	position:absolute;
	height:5px;
	border-left:1px solid #999;
	font-size:0
}
.slider-container .scale ins {
	font-size:9px;
	text-decoration:none;
	position:absolute;
	left:0;
	top:5px;
	color:#999;
	line-height:1
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
	cursor:auto
}
/*::-moz-selection {
	background:#00addf
}
::selection {
	background:#00addf
}*/
.phone-info {
	background:rgba(0,
	187,
	240,
	.2)
}
.cbp-l-filters-button .cbp-filter-counter:before {
	border-top:4px solid #00addf
}
.btn-home a {
	box-shadow:0 3px 0 rgba(0,
	187,
	240,
	.5)
}
.cbp,
.wrapper {
	margin:0 auto
}
*,
:after,
:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:focus {
	outline:0
}
::-moz-focus-inner {
	padding:0;
	border:0
}
body,
html {
	width:100%;
	min-height:100%
}
.wrapper {
	width:96%;
	max-width:1170px
}

/*@media (min-width: 768px) {
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
}*/

@media (max-width: 991px) and (min-width: 600px) {
	.clients-logo {
		min-height:81px
	}
}