.counter {
	margin-bottom: 14px;
}

.counter span {
	font-size: 50px;
	line-height: 40px;
}

.counter.small>span {
	font-size: 32px !important;
}

.counter.medium>span {
	font-size: 50px !important;
}

.counter.large>span {
	font-size: 62px !important;
}

.icon-box.fancy>.counter span {
	margin: 0 12px 10px 56px;
}

.icon-box.fancy.medium>.counter span {
	margin: 0 12px 10px 80px;
}

.icon-box.effect:not(.center)>.counter span {
	margin: 0 12px 10px 82px;
}

.icon-box.effect.large:not(.center)>.counter span {
	margin: 0 12px 10px 107px;
}

.icon-box.effect.medium:not(.center)>.counter span {
	margin: 0 12px 10px 82px;
}

.icon-box.effect.small:not(.center)>.counter span {
	margin: 0 12px 10px 58px;
	font-size: 32px !important;
}


/*# sourceMappingURL=counters.css.map */

.countdown-container {
	display: table;
	margin: 0 auto;
}

.countdown {
	color: #333;
	overflow: hidden;
}

.countdown .countdown-box {
	display: block;
	float: left;
	margin: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: auto;
}

.countdown .number {
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}

.countdown span {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	font-weight: 400;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

.countdown span:before {
	background: none repeat scroll 0 0 #333;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.countdown.circle .countdown-box {
	border: 3px solid #333;
	border-radius: 50%;
	color: #333;
	height: 160px;
	padding: 34px 5px 0 0;
	width: 160px;
	margin: 20px 15px;
}

.countdown.circle .countdown-box .number {
	font-size: 52px;
	font-weight: 800px;
}

.countdown.circle .countdown-box span {
	font-size: 18px;
}

.countdown.rectangle .countdown-box {
	border: 4px solid;
	padding: 24px;
	width: 170px;
	margin-left: 15px;
	margin-right: 15px;
}

.countdown.rectangle .countdown-box .number {
	font-size: 52px;
	font-weight: 600;
}

.countdown.rectangle .countdown-box span {
	font-size: 18px;
}

.countdown.medium .countdown-box,
.countdown.circle.medium .countdown-box,
.countdown.rectangle.medium .countdown-box {
	height: 130px;
	margin: 10px;
	padding: 20px 4px 0 0;
	width: 130px;
}

.countdown.medium .number,
.countdown.circle.medium .number,
.countdown.rectangle.medium .number {
	font-size: 44px;
	margin-bottom: 12px;
}

.countdown.medium span,
.countdown.circle.medium span,
.countdown.rectangle.medium span {
	font-size: 18px;
}

.countdown.circle.medium .countdown-box,
.countdown.rectangle.medium .countdown-box {
	border: solid 2px;
}

.countdown.small .countdown-box,
.countdown.circle.small .countdown-box,
.countdown.rectangle.small .countdown-box {
	margin: 10px;
	height: 70px;
	padding: 10px 0px 0 0;
	width: 70px;
	margin: 5px 5px;
}

.countdown.small .number,
.countdown.circle.small .number,
.countdown.rectangle.small .number {
	font-size: 16px;
	margin-bottom: 6px;
}

.countdown.small span,
.countdown.circle.small span,
.countdown.rectangle.small span {
	font-size: 14px;
	padding-top: 2px;
}

.countdown.circle.small .countdown-box,
.countdown.rectangle.small .countdown-box {
	border: solid 2px;
}

.countdown.light .countdown-box {
	border-color: #fff;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.countdown.countdown-light span:before {
	background: #fff;
}

.countdown.countdown-light span,
.countdown.countdown-light .number {
	color: #fff !important;
}

.countdown.countdown-light.circle .countdown-box {
	border-color: #fff;
}

.countdown.countdown-light.rectangle .countdown-box {
	border-color: #fff;
}

.countdown.countdown-dark span,
.countdown.countdown-dark .number {
	color: #000 !important;
}


/*# sourceMappingURL=countdown-timers.css.map */


/* ----------------------------------------------------------------
	Dropcat & Highlight
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.dropcap {
	background: none repeat scroll 0 0 #eeeeee;
	border-radius: 4px;
	display: inline-block;
	float: left;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 8px 20px 0 0;
	text-align: center;
	width: 40px;
}

.dropcap.dropcap-circle {
	border-radius: 50%;
}

.dropcap.dropcap-large {
	font-size: 44px;
	height: 80px;
	line-height: 80px;
	width: 80px;
}

.dropcap.dropcap-small {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin: 3px 5px -3px 0;
	width: 21px;
}

.dropcap.dropcap-colored {
	background-color: #3ab94c;
	color: #ffffff;
}

span.highlight {
	padding: 0 5px;
}

.highlight a {
	color: #333;
}

.highlight.highlight-large {
	font-size: 20px;
}

.highlight.highlight-small {
	font-size: 12px;
	padding: 0 7px;
}

.highlight.highlight-colored {
	background-color: #3ab94c;
	color: #ffffff;
}


/*# sourceMappingURL=dropcat-highlight.css.map */


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/


/* ----------------------------------------------------------------
	Team Members
-----------------------------------------------------------------*/

.team-members .team-member {
	background-color: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 4px;
}

.team-members .team-member .team-image {
	margin-bottom: 20px;
}

.team-members .team-member .team-image>img {
	width: 100%;
	border-radius: 4px;
}

.team-members .team-member .team-desc>h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.team-members .team-member .team-desc>span {
	font-size: 13px;
	color: #9d9d9d;
	line-height: 18px;
}

.team-members .team-member .team-desc>p {
	margin-top: 10px;
	font-size: 14px;
}

.team-members.team-members-circle .team-member {
	background-color: transparent;
	padding: 20px;
}

.team-members.team-members-circle .team-member .team-image>img {
	border-radius: 50%;
}

.team-members.team-members-card .team-member {
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.team-members.team-members-card .team-member .team-image>img {
	border-radius: 0;
}

.team-members.team-members-card .team-member .team-desc {
	background-color: #fdfdfd;
	border-radius: 0px 0px 4px 4px;
	padding: 10px;
}

.team-members.team-members-shadow .team-member {
	border: 1px solid #eeeeee;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03);
}

.team-members.team-members-shadow .team-member .team-image>img {
	border-radius: 0;
}

.team-members.team-members-shadow .team-member .team-desc {
	padding: 20px;
}

.team-members.team-members-transparent .team-member {
	background-color: transparent;
}

.team-members.team-members-transparent .team-member .team-desc>h3 {
	color: #ffffff;
}

.team-members.team-members-transparent .team-member .team-desc>span {
	color: #ffffff;
}

.team-members.team-members-transparent .team-member .team-desc>p {
	color: #ffffff;
}

.team-members.team-members-left .team-member {
	text-align: left;
}

.team-members.team-members-left .team-member .team-image {
	float: left;
	width: 40%;
	margin-bottom: 0;
}

.team-members.team-members-left .team-member .team-desc {
	overflow: hidden;
	position: relative;
	width: 60%;
	padding-left: 30px;
}

.team-members.team-members-left .team-member .team-desc>h3 {
	margin-top: 0;
}


/*# sourceMappingURL=team-members.css.map */


/* ----------------------------------------------------------------------
  Progress Bar
-------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.progress-bar-container {
	width: 100%;
	height: 40px;
	margin: 20px 0 20px 0;
	overflow: hidden;
	background-color: #eee;
}

.progress-bar {
	height: 100%;
	padding: 10px;
	background-color: #3ab94c;
	box-shadow: none;
}

.progress-bar .progress-number,
.progress-bar .progress-type {
	color: #fff;
	float: right;
	margin-top: -2px;
}

.progress-title {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	text-align: left;
}

.progress-title i {
	margin-right: 8px;
}

.progress-bar-container.radius,
.progress-bar-container.radius .progress-bar {
	border-radius: 4px;
}

.progress-bar-container.title-up .progress-title {
	color: #333;
	margin-left: -10px;
	margin-top: -32px;
}

.progress-bar-container.title-up:not(:first-child) {
	margin-top: 40px;
}

.progress-bar-container.title-up .progress-bar .progress-number,
.progress-bar-container.title-up .progress-bar .progress-type {
	color: #333;
	margin-top: -32px;
	position: absolute;
	right: 15px;
}

.progress-bar-container.title-up .progress-bar .progress-number {
	right: 26px;
}

.progress-bar-container.medium {
	height: 20px;
}

.progress-bar-container.medium .progress-bar {
	padding: 0;
}

.progress-bar-container.medium .progress-title {
	margin-left: 0;
	margin-top: -20px;
}

.progress-bar-container.medium .progress-bar .progress-number,
.progress-bar-container.medium .progress-bar .progress-type {
	margin-top: -18px;
}

.progress-bar-container.small {
	height: 10px;
}

.progress-bar-container.small .progress-bar {
	padding: 0;
}

.progress-bar-container.small .progress-title {
	margin-left: 0;
	margin-top: -20px;
}

.progress-bar-container.small .progress-bar .progress-number,
.progress-bar-container.small .progress-bar .progress-type {
	margin-top: -18px;
}

.progress-bar-container.no-bg {
	background: none !important;
}

.progress-bar-container.extra-small {
	height: 2px;
}

.progress-bar-container.extra-small .progress-bar {
	padding: 0;
}

.progress-bar-container.extra-small .progress-title {
	margin-left: 0;
	margin-top: -20px;
}

.progress-bar-container.extra-small .progress-bar .progress-number,
.progress-bar-container.extra-small .progress-bar .progress-type {
	margin-top: -18px;
}

.progress-bar-container.transparent {
	background: none !important;
}

.progress-bar-container.transparent .progress-bar {
	background-color: rgba(0, 0, 0, 0.35);
}

.progress-bar-container.transparent.title-up .progress-bar .progress-title,
.progress-bar-container.transparent.title-up .progress-bar .progress-number,
.progress-bar-container.transparent.title-up .progress-bar .progress-type {
	color: #fff;
}


/*# sourceMappingURL=progress-bars.css.map */

.pie-animated {
	opacity: 1;
}

.pie-chart {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 50px;
	position: relative;
	text-align: center;
}

.pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.pie-chart span,
.pie-chart i {
	display: inline-block;
	font-size: 28px;
	z-index: 2;
	font-weight: 600;
}

.pie-chart i {
	font-size: 38px;
}

.pie-chart span.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}

.pie-chart.transparent span,
.pie-chart.transparent span.percent,
.pie-chart.transparent i {
	color: #fff;
}


/*# sourceMappingURL=pie-charts.css.map */

hr {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

hr.space {
	border: none;
	height: 50px;
}

hr.space-xs {
	border: none;
	height: 20px;
}

hr.space-md {
	border: none;
	height: 40px;
}

hr.space-lg {
	border: none;
	height: 80px;
}

hr.space-xlg {
	border: none;
	height: 120px;
}

hr.space-xxlg {
	border: none;
	height: 200px;
}

body.device-sm hr.space {
	height: 26px;
}

body.device-xs hr.space,
body.device-xxs hr.space {
	height: 16px;
}

body.device-xxs hr.space-lg,
body.device-xs hr.space-lg {
	height: 40px;
}

body.device-xxs hr.space-xlg,
body.device-xs hr.space-xlg {
	height: 40px;
}

body.device-xxs hr.space-xxlg,
body.device-xs hr.space-xxlg {
	height: 80px;
}

.space {
	width: 100%;
	display: block;
	clear: both;
	height: 20px;
	position: relative;
}


/*# sourceMappingURL=horizontal-rules.css.map */


/* ----------------------------------------------------------------------
  Seperator
-------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.seperator,
.separator {
	color: #ccc;
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	text-align: center;
	line-height: 1.2em;
}

.seperator-simple {
	margin: 14px auto;
}

.seperator::before,
.seperator::after,
.separator::before,
.separator::after {
	border-bottom: 1px solid #eee;
	content: "";
	display: inline-block;
	height: 0.65em;
	margin: 0 -4px 0 -100%;
	vertical-align: top;
	width: 50%;
}

.seperator.seperator-dark::before,
.seperator.seperator-dark::after,
.separator.seperator-dark::before,
.separator.seperator-dark::after {
	border-bottom: 1px solid #333 !important;
}

.seperator.seperator-grey::before,
.seperator.seperator-grey::after,
.separator.seperator-grey::before,
.separator.seperator-grey::after {
	border-bottom: 1px solid #ccc;
}

.seperator.seperator-light::before,
.seperator.seperator-light::after,
.separator.seperator-light::before,
.separator.seperator-light::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.seperator::after,
.separator::after {
	margin: 0 -100% 0 0;
}

.seperator i,
.separator i {
	font-size: 18px;
}

.seperator i,
.seperator span,
.seperator a,
.separator i,
.separator span,
.separator a {
	margin: 0 20px 0 24px;
	display: inline-block;
}

.seperator.dotted:before,
.seperator.dotted:after,
.separator.dotted:before,
.separator.dotted:after {
	border-bottom: 2px dotted #ccc;
}

.seperator.seperator-left,
.separator.seperator-left {
	float: left;
	margin: 2px 36px 0 0;
}

.seperator.left i,
.separator.left i {
	float: left;
	margin: 2px 36px 0 0;
}

.seperator.right i,
.separator.right i {
	float: right;
	margin: 0 0 2px 36px;
}

.seperator.seperator-bold:before,
.seperator.seperator-bold:after,
.separator.seperator-bold:before,
.separator.seperator-bold:after {
	border-bottom-width: 6px;
}

.seperator.seperator-small,
.separator.seperator-small {
	width: 10%;
	margin: 5px auto;
}

.seperator.seperator-medium,
.separator.seperator-medium {
	width: 20%;
	margin: 10px auto;
}

.text-seperator {
	background-color: #111;
	display: block;
	height: 4px;
	margin: 20px 0;
}

.text-seperator-small {
	width: 10%;
}

.text-seperator-medium {
	width: 30%;
}

.text-seperator-large {
	width: 60%;
}

.seperator.seperator-image:before,
.seperator.seperator-image:after,
.separator.seperator-image:before,
.separator.seperator-image:after {
	border: 0;
}

.seperator.seperator-image,
.separator.seperator-image {
	background-position: center center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.seperator.seperator-over-top,
.separator.seperator-over-top {
	margin-bottom: -17px;
	position: relative;
	top: -13px !important;
}

.triangle-divider-bottom {
	background-image: url("../images/triangle-divider-down.png");
	background-position: left center;
	background-repeat: repeat-x;
	bottom: 0;
	height: 12px;
	position: absolute;
	width: 100%;
}

.triangle-divider-top {
	background-image: url("../images/triangle-divider-top.png");
	background-position: left center;
	background-repeat: repeat-x;
	top: 0;
	height: 12px;
	position: absolute;
	width: 100%;
}


/*# sourceMappingURL=seperator.css.map */


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

blockquote {
	border-left: 3px solid #3ab94c;
	font-size: 20px;
}

.blockquote-simple {
	border: 0 none !important;
}

.blockquote-fancy,
.blockquote-color,
.blockquote-dark {
	border: 0 none !important;
}

.blockquote-color {
	background-color: #3ab94c;
}

.blockquote-color small {
	color: #ffffff;
}

.blockquote-fancy::before {
	color: rgba(0, 0, 0, 0.04);
	content: '"';
	display: block;
	font-size: 100px;
	left: 4px;
	position: absolute;
	top: 14px;
	font-family: Arial;
}

.blockquote-fancy>small {
	float: right;
}

.blockquote-dark {
	background-color: #333;
}

.blockquote-color,
.blockquote-dark {
	padding: 28px;
	color: #ffffff;
}


/*# sourceMappingURL=blockquotes.css.map */


/* ----------------------------------------------------------------------
Forms
-------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

form .btn {
	padding: 11px 20px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	height: auto;
	line-height: 1.33333;
	padding: 8px 18px;
	border-radius: 4px;
	border: 2px solid #ebebeb;
	margin-bottom: 6px;
}

.form-control:focus {
	box-shadow: none;
}

.form-control.input-lg {
	resize: none;
	font-size: 0.9em;
}

.form-control.rounded {
	border-radius: 4px;
}

.input-group-addon {
	/*border: 2px solid #ebebeb;*/
}

.form-group label {
	color: #444;
	cursor: pointer;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 13px;
}

.form-inline button {
	margin: 0px;
}

.form-group>label {
	display: block;
}

.has-feedback label~.form-control-feedback {
	top: 44px;
}

.form-gray-fields .form-control {
	background-color: rgba(238, 238, 238, 0.6);
	border-color: transparent;
	color: #333;
}

.form-gray-fields .form-control:focus {
	background-color: #eee;
}

.form-transparent-fields .form-control {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.4);
}

.form-transparent-fields .form-control:focus {
	background-color: rgba(0, 0, 0, 0.7);
}

.form-transparent-light-fields .form-control {
	background-color: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

.form-transparent-light-fields .form-control:focus {
	background-color: rgba(255, 255, 255, 0.7);
}

label.error {
	color: #b71828;
	display: none !important;
	font-weight: 400;
}

.form-control.error,
.sm-form-control.error {
	border-color: #b71828;
}

.form-control.error {
	color: #b71828;
}

.form-control::-moz-placeholder,
.form-control::-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #bbbbbb;
}


/*form select*/

select {
	border: 2px solid #ebebeb;
	color: #777;
	cursor: pointer;
	display: block;
	line-height: 1.33333;
	max-width: 100%;
	min-width: 100%;
	padding: 10px;
	border-radius: 4px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: url(../images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 6px 18px;
	color: #999;
}

select[multiple] {
	background-image: none;
}

.order-select>h6 {
	margin-bottom: 0;
}

.order-select p {
	font-size: 13px;
}

.button-search {
	background-color: #fff;
	border-color: #e9e9e9 #e9e9e9 #e9e9e9;
	border-style: solid;
	border-width: 1px 1px 1px 0 !important;
	box-shadow: none;
	margin-left: -6px !important;
	z-index: 2 !important;
}


/* ----------------------------------------------------------------------
 Reservation form
-------------------------------------------------------------------------*/

.reservation-form-over {
	top: -80px;
	z-index: 10;
	margin-bottom: -80px;
	overflow: inherit;
}

.reservation-form {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
	min-height: 160px;
	padding: 30px;
	position: relative;
	z-index: 9999 !important;
}

.reservation-form label {
	color: #555;
}

.reservation-form input,
.reservation-form select {
	border: 0px;
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid #ddd;
	width: 100%;
}

.reservation-form .date input {
	border-radius: 4px 0 0 4px;
	border-width: 2px 0 2px 2px;
}

.reservation-form .input-group-addon {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff !important;
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-width: 2px 2px 2px 0;
}

.reservation-form input,
.reservation-form select {
	color: #555;
	display: block;
	font-size: 15px;
	line-height: 1.42857;
	padding: 8px 14px;
	width: 100%;
}


/*reservation form style 2*/

#book {
	background-color: rgba(0, 0, 0, 0.4);
	border: 10px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	padding: 40px;
}

#book label {
	color: #fff;
}

#book .date input {
	border-radius: 4px 0 0 4px;
}

#book input,
#book select {
	color: #555;
	display: block;
	font-size: 15px;
	line-height: 1.42857;
	padding: 8px 14px;
	width: 100%;
}

#book .input-group-addon {
	background-color: #fff !important;
	border: 0 none;
}

#book input,
#book select {
	border: 0 none;
}


/*checkboxes*/

.checkbox.checkbox-creative {
	margin-top: 0;
}

.checkbox.checkbox-creative label {
	cursor: pointer;
	padding-right: 10px;
	padding-left: 0;
	margin-top: 0 !important;
}

.checkbox.checkbox-creative input[type="checkbox"] {
	height: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 0;
	z-index: -1;
}

.checkbox.checkbox-creative .checkbox-item {
	position: relative;
	top: 3px;
	vertical-align: middle;
}

.checkbox.checkbox-creative .checkbox-item .check {
	border: 2px solid #e6e6e6;
	border-radius: 2px;
	display: inline-block;
	height: 17px;
	overflow: hidden;
	position: relative;
	width: 17px;
	z-index: 1;
}

.checkbox.checkbox-creative .checkbox-item .check:before {
	box-shadow: 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0 inset;
	content: "";
	display: block;
	height: 0;
	margin-left: 4px;
	margin-top: -6px;
	position: absolute;
	transform: rotate(45deg);
	width: 0;
}

.checkbox.checkbox-creative input[type="checkbox"]:focus+.checkbox-item .check::after {
	opacity: 0.2;
}

.checkbox.checkbox-creative input[type="checkbox"]:focus:checked+.checkbox-item .check::before {
	animation: 0.3s ease 0s normal forwards 1 running checkbox-on;
}

.checkbox.checkbox-creative input[type="checkbox"]:checked+.checkbox-item .check {
	border-color: #009688;
	color: #009688;
}

.checkbox.checkbox-creative input[type="checkbox"]:checked+.checkbox-item .check::before {
	box-shadow: 0 0 0 11px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	color: #009688;
}

@keyframes checkbox-on {
	0% {
		box-shadow: 0 0 0 11px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
	}
	50% {
		box-shadow: 0 0 0 11px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
	}
	100% {
		box-shadow: 0 0 0 11px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	}
}

@keyframes checkbox-off {
	0% {
		box-shadow: 0 0 0 11px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
	}
	50% {
		box-shadow: 0 0 0 11px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
		height: 0;
		margin-left: 4px;
		margin-top: -6px;
		transform: rotate(45deg);
		width: 0;
	}
	100% {
		box-shadow: 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0px, 0 0 0 0 inset;
		height: 17px;
		margin-left: -2px;
		margin-top: -2px;
		transform: rotate(0deg);
		width: 17px;
	}
}


/*# sourceMappingURL=forms.css.map */

.label-default {
	background: -webkit-linear-gradient(top, #f37054 0px, #e66346 100%) repeat scroll 0 0 #e66346;
	background: linear-gradient(to bottom, #f37054 0px, #e66346 100%) repeat scroll 0 0 #e66346;
	color: #ffffff;
}

.main-menu .label,
.sidebar-menu .label {
	padding: 1px 3px;
	margin: 0 3px;
}

.badge {
	margin-right: 10px;
}


/*# sourceMappingURL=labels-badgets.css.map */


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/


/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 22px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
* Remove all paddings around the image on small screen
*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.lightbox-open {
	position: relative;
	overflow: hidden !important;
}

.mfp-ajax-holder .mfp-content {
	background: #F8F8F8;
	max-width: 1000px;
    border-radius: 3px;
}

.mfp-ajax-holder .ajax-quick-view {
	padding: 20px 30px 35px;
}

.mfp-ajax-holder .ajax-quick-view .quick-view-title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	position: relative;
}

.mfp-ajax-holder .ajax-quick-view .quick-view-title h2 {
	font-weight: 600;
}

.mfp-ajax-holder .mfp-close:hover {
	background: #3ab94c;
	color: #ffffff;
}


/*settings*/

.portfolio-ajax-page iframe {
	width: 100%;
}

.portfolio-ajax-page .col-md-8 {
	margin-bottom: -8px !important;
}


/*# sourceMappingURL=light-box.css.map */


/* ----------------------------------------------------------------------
  Lists & Bullet Lists
-------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.list {
	clear: both;
	display: block;
	position: relative;
}

.list-lines,
.icon-list,
.list-simple,
.list-posts,
.list ul {
	padding: 0px;
}

.list,
.list-lines,
.icon-list,
.list-simple,
.list-posts,
.list-tweets li {
	list-style: none;
}

.icon-list li,
.list-arrow-icons li,
.list-tweets li {
	padding-left: 0px;
}

.list-medium li {
	margin: 12px 0;
}

.list-large li {
	margin: 18px 0;
}

.list-large li:first-child,
.list-medium li:first-child {
	margin-top: 0;
}

.list-large li:last-child,
.list-medium li:last-child {
	margin-bottom: 0;
}

.list-posts small {
	display: block;
	font-style: italic;
	opacity: 0.7;
}

.list-lines {
	list-style: none;
}

.list-lines li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 2px;
}

.list-lines li:last-child {
	border-bottom: 0px;
}

.list-icon {
	list-style: none;
	padding-left: 0;
}

.list-icon ul {
	list-style: none;
}

.list-icon ul {
	padding: 0;
}

.list-icon li {
	margin-bottom: 3px;
	margin-left: 20px;
}

.list-icon i {
	font-size: 15px;
	margin-right: 14px;
	margin-left: -20px;
}

.list-icon.icon-list-colored li:before,
.list-icon.icon-list-colored i {
	color: #3ab94c;
}

.list-icon li:before {
	margin-left: -20px;
	position: absolute;
	font-family: fontawesome;
	font-size: 15px;
}

.list-icon.list-icon-arrow li:before {
	content: "\f105";
	margin-left: -16px;
}

.list-icon.list-icon-arrow-circle li:before {
	content: "\f18e";
}

.list-icon.list-icon-check li:before {
	content: "\f00c";
}

.list-icon.list-icon-caret li:before {
	content: "\f0da";
}

.list-icon.list-icon-uncheck li:before {
	content: "\f05c";
}

.list-icon.list-icon-plus li:before {
	content: "\f055";
}

.list-icon.list-icon-info li:before {
	content: "\f05a";
}

.list-icon.list-icon-circle li:before {
	content: "\f10c";
}


/*.icon-list-colored li:before,
.icon-list-colored i {
	color: $base-color;
}

.icon-list-arrow .icon-list-arrow-circle li:before {
	margin-left: -18px;
	position: absolute;
	font-family: fontawesome;
	content: "\f18e";
}
*/


/*# sourceMappingURL=lists.css.map */


/* ----------------------------------------------------------------
	Maps
-----------------------------------------------------------------*/

.map {
	width: 100%;
	height: 370px;
	min-height: 100%;
}


/*# sourceMappingURL=maps.css.map */


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.pagination-wrap {
	display: block;
	clear: both;
}

.pagination {
	clear: both;
	display: block;
	width: 100%;
}

.pagination ul {
	display: block;
	padding: 0;
	text-align: center;
}

.pagination ul li {
	list-style: none;
	display: inline;
}

.pagination ul li>a,
.pagination ul li>span {
	color: #b0b0b0;
	padding: 8px 14px;
}

.pagination ul i {
	font-size: 18px;
	color: #b9b9b9;
}

.pagination.pagination-simple {
	margin: 0;
}

.pagination.pagination-simple li>a,
.pagination.pagination-simple li>span {
	border: 0;
	background-color: transparent !important;
}

.pagination.pagination-simple li>a:hover i,
.pagination.pagination-simple li>a:hover,
.pagination.pagination-simple li>span:hover,
.pagination.pagination-simple li>a:focus,
.pagination.pagination-simple li>span:focus {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #333;
}

.pagination.pagination-simple .active>a,
.pagination.pagination-simple .active>span,
.pagination.pagination-simple .active>a:hover,
.pagination.pagination-simple .active>span:hover,
.pagination.pagination-simple .active>a:focus,
.pagination.pagination-simple .active>span:focus {
	background: transparent;
	color: #3ab94c;
	font-size: 28px;
	font-weight: 600;
	padding-top: 3px;
}

.pagination.pagination-fancy>li a {
	border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}

.pagination.pagination-fancy>li:first-child>a,
.pagination-fancy>li:first-child>span {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	margin-left: 0;
}

.pagination.pagination-fancy>li:last-child>a,
.pagination-fancy>li:last-child>span {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	margin-right: 0;
}

.pagination .pagination-rounded>li>a,
.pagination .pagination-rounded>li>span {
	padding: 8px 14px 9px;
}

.pagination.pagination-rounded>li>a,
.pagination-rounded>li>span {
	border-radius: 50%;
	margin: 0 2px;
}

.pagination.pagination-rounded>li:first-child>a,
.pagination-rounded>li:first-child>span {
	background: none !important;
	border: 0 none !important;
	margin-right: 10px;
	padding-top: 10px;
}

.pagination.pagination-rounded>li:last-child>a,
.pagination-rounded>li:last-child>span {
	background: none !important;
	border: 0 none !important;
	margin-left: 10px;
	padding-top: 10px;
}

.pager>li>a,
.pager>li>span {
	color: #b0b0b0;
	padding: 8px 14px;
}

.pager i {
	font-size: 18px;
	color: #fff;
}

.pager.pager-fancy>li a {
	background-color: #00c0e9;
	border-color: #00c0e9;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pager.pager-fancy>li a:hover {
	opacity: 0.9;
}

.pager.pager-rounded>li a {
	background-color: #00c0e9;
	border-color: #00c0e9;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.pager.pager-rounded>li a:hover {
	opacity: 0.9;
}

.pager.pager-fancy>li:first-child>a,
.pager-fancy>li:first-child>span {
	border-radius: 6px 0 0 6px;
	margin-left: 0;
}

.pager.pager-fancy>li:last-child>a,
.pager-fancy>li:last-child>span {
	border-radius: 0 6px 6px 0;
	margin-right: 0;
}

.pager.pager-fancy>li:last-child>a i,
.pager-fancy>li:last-child>span i {
	margin-left: 6px;
}

.pager.pager-fancy>li:first-child>a i,
.pager-fancy>li:first-child>span i {
	margin-right: 6px;
}

.pager.pager-rounded>li:last-child>a i,
.pager-rounded>li:last-child>span i {
	margin-left: 6px;
}

.pager.pager-rounded>li:first-child>a i,
.pager-rounded>li:first-child>span i {
	margin-right: 6px;
}

.pager-modern {
	background-color: #fbfbfb;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
}

.pager-modern i {
	margin: 0 10px;
	vertical-align: middle;
}

.pager-modern a,
.pager-modern a:visited {
	color: #555;
}

.pager-modern a:hover {
	color: #111;
}

.pager-modern a span {
	cursor: pointer;
	display: inline-block;
	height: 60px;
	line-height: 59px;
	padding: 0 4%;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.pager-modern span:hover {
	background-color: #f6f6f6;
}

.pager.pager-modern i {
	color: #222;
}

.pager-prev {
	text-align: left;
}

.pager-all {
	text-align: center;
}

.pager-all i {
	font-size: 38px;
}

.pager-next {
	text-align: right;
}

/* ----------------------------------------------------------------------
Breadcrumbs
-------------------------------------------------------------------------*/

.breadcrumb {
	background-color: transparent;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

.breadcrumb ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumb ul li {
	display: inline;
	position: relative;
	margin-left: 10px;
}

.breadcrumb ul li:first-child {
	margin-left: 0px;
}

.breadcrumb ul li+li:before {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: -7px;
	background-color: #9d9d9d;
}

.breadcrumb ul li a {
	color: #9d9d9d;
}

.breadcrumb.fancy {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3em;
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 14px;
}

.breadcrumb.fancy li {
	line-height: 32px;
	margin: 0 2px 0 10px;
}

.breadcrumb.fancy li+li:before {
	content: none;
}

.breadcrumb.radius li+li:before {
	content: none;
}

.breadcrumb.fancy li:first-child i {
	margin-right: -6px;
}

.breadcrumb.fancy a {
	background: #eee;
	padding: .7em 1em;
	text-decoration: none;
	position: relative;
}

.breadcrumb.fancy a:hover {
	background: #ddd;
	color: #333;
}

.breadcrumb.fancy .active a {
	background: #ddd;
	color: #333;
}

.breadcrumb.fancy a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1.1em;
	border-style: solid;
	border-color: #eee #eee #eee transparent;
	left: -1em;
}

.breadcrumb.fancy li:first-child {
	margin: 0 2px 0 0;
}

.breadcrumb.fancy li:first-child a::before {
	border-width: 0;
}

.breadcrumb.fancy a:hover::before,
.breadcrumb.fancy .active a:before {
	border-color: #ddd #ddd #ddd transparent;
}

.breadcrumb.fancy a::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #eee;
	right: -1em;
}

.breadcrumb.fancy a:hover::after {
	border-left-color: #ddd;
}

.breadcrumb.fancy .active a:after {
	border-left-color: #ddd;
}

.breadcrumb.radius {
	background: transparent;
	overflow: hidden;
	font-size: 12px;
}

.breadcrumb.radius li {
	margin-right: 16px;
}

.breadcrumb.radius a:hover,
.breadcrumb.radius .active a {
	background: #ddd;
	color: #333;
}

.breadcrumb.radius a,
.breadcrumb.radius .active a {
	background: #eee;
	padding: 4px 8px;
	text-decoration: none;
	position: relative;
}

.breadcrumb.radius a:hover {
	background: #ddd;
}

.breadcrumb.radius a::before,
.breadcrumb.radius a::after {
	background: none repeat scroll 0 0 #eee;
	bottom: 0;
	content: "";
	height: 25px;
	position: absolute;
	top: 0;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	width: 10px;
}

.breadcrumb.radius a::before {
	left: -.5em;
	border-radius: 5px 0 0 5px;
}

.breadcrumb.radius a:hover::before {
	background: #ddd;
}

.breadcrumb.radius a::after {
	right: -.5em;
	border-radius: 0 5px 5px 0;
}

.breadcrumb.radius a:hover::after {
	background: #ddd;
}

.breadcrumb.radius .active:hover {
	background: #ddd;
}

.breadcrumb.radius a:hover::after,
.breadcrumb.radius .active a:after {
	border-left-color: #ddd;
}




/* ----------------------------------------------------------------------
	Clients Logo
-------------------------------------------------------------------------*/

.grid li {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0.8;
}

.clients-carousel a {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0.8;
}

.clients-carousel a img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0.8;
}

.parallax .clients-carousel a {
	opacity: 1;
}

.grid li:hover {
	opacity: 1;
	cursor: pointer;
}

.clients-carousel a:hover {
	opacity: 1;
	cursor: pointer;
}

.clients-carousel a:hover img {
	opacity: 1;
	cursor: pointer;
}

.client-carousel .owl-item img,
.clients-logo .owl-item img {
	padding: 20px;
}

.grid {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.grid li {
	float: left;
	position: relative;
	width: 20%;
	padding: 20px;
}

.grid.grid-2-columns li,
.grid.grid-2-columns figure {
	width: 50%;
}

.grid.grid-3-columns li,
.grid.grid-3-columns figure {
	width: 33.333333%;
}

.grid.grid-4-columns li,
.grid.grid-4-columns figure {
	width: 25%;
}

.grid.grid-5-columns li,
.grid.grid-5-columns figure {
	width: 20%;
}

.grid.grid-6-columns li,
.grid.grid-6-columns figure {
	width: 16.6666666%;
}

.grid li:hover {
	cursor: pointer;
	background-color: #f8f8f8;
}

.grid li a,
.grid li img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.grid li a img {
	width: 100%;
}

.grid li:before,
.grid li:after {
	content: '';
	position: absolute;
}

.grid li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #eee;
}

.grid li:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #eee;
}

.grid.clients-grey {
	border: 1px solid #ddd;
}

.grid.clients-grey li {
	background-color: #eee;
}

.grid.clients-grey li:before {
	border-left: 1px solid #ccc;
}

.grid.clients-grey li:after {
	border-bottom: 1px solid #ccc;
}

.grid.clients-border {
	border-width: 10px;
}


/*client options*/


/*carousel logo*/

.carousel-description-clients .carousel {
	margin-top: 40px;
}

.carousel-description-clients .owl-prev,
.carousel-description-clients .owl-next {
	margin-top: -40px !important;
}


/*Clients Responsive li*/

body.device-sm .carousel-description-clients .owl-controls,
body.device-xs .carousel-description-clients .owl-controls,
body.device-xxs .carousel-description-clients .owl-controls {
	display: none;
}

body.device-sm .grid li,
body.device-xs .grid li {
	width: 33.33%;
}

body.device-xxs .grid li {
	width: 50%;
}


/*# sourceMappingURL=client-logos.css.map */


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.pricing-table {
	padding-top: 50px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.pricing-table .plan {
	margin-bottom: 60px;
	transition: all .3s ease;
}

.pricing-table .plan:hover {
	margin-top: -10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricing-table .plan .plan-header {
	position: relative;
	background-color: #ffffff;
	padding: 40px 22px 22px 22px;
	text-align: center;
}

.pricing-table .plan .plan-header {
	border-width: 1px;
	position: relative;
	text-align: center;
}

.pricing-table .plan .plan-header .plan-price {
	font-size: 70px;
	font-weight: 600;
	position: relative;
	text-align: center;
	padding: 20px 0;
}

.pricing-table .plan .plan-header .plan-price sup {
	font-size: 24px;
	position: relative;
	top: -30px;
	color: #bdc3c7;
}

.pricing-table .plan .plan-header .plan-price span {
	font-size: 16px;
	color: #bdc3c7;
}

.pricing-table .plan-header>h4 {
	margin-bottom: 0;
}

.pricing-table .plan-list {
	background-color: #ffffff;
	border-width: 0 1px 1px;
	padding: 20px 0 40px;
}

.pricing-table .plan-list ul {
	display: table;
	margin: 0 auto;
	padding: 0 40px;
}

.pricing-table .plan-list ul li {
	list-style: none;
	border-bottom: 1px solid #EAECEB;
	line-height: 42px;
}

.pricing-table .plan-list ul li:last-child {
	border: none;
}

.pricing-table .plan-list ul li i {
	margin-right: 12px;
}

.pricing-table .plan-list ul li span {
	color: #34495e;
}

.pricing-table .plan-list .plan-button {
	margin-top: 20px !important;
	text-align: center;
}

.pricing-table .plan.featured {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin-top: -30px;
	padding-bottom: 0;
}

.pricing-table .plan.featured .plan-list {
	padding: 20px 0 40px;
}

.pricing-table .plan .plan-featured-item {
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3 !important;
	font-weight: 600;
	margin-top: 21px;
	padding: 0 20px;
}

.pricing-table .plan .btn,
.plan .button {
	margin: 0;
}

.pricing-table.colored .plan-header {
	background-color: #3ab94c;
	border-color: rgba(0, 0, 0, 0.05);
	color: #fff;
}

.pricing-table.colored .text-muted {
	color: #fff;
}

.pricing-table.colored .plan-header h4,
.pricing-table.colored .plan-header .plan-price sup,
.pricing-table.colored .plan-header .plan-price span {
	color: #fff;
}

.pricing-table.transparent .plan-header,
.pricing-table.transparent .plan-list {
	background-color: rgba(0, 0, 0, 0.4);
	border-color: rgba(0, 0, 0, 0.6);
}

.pricing-table.transparent .plan-list ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-table .plan .plan-featured-item {
	background-color: transparent;
}

.section-grey .pricing-table .plan-list {
	background-color: #f8f8f8;
}

section .pricing-table.full-width {
	padding-left: 30px;
	padding-right: 30px;
}

body.device-lg .pricing-table .col-md-2,
body.device-md .pricing-table .col-md-2 {
	width: 20%;
}

body.device-lg .pricing-table .col-md-2 .plan-list ul li,
body.device-md .pricing-table .col-md-2 .plan-list ul li {
	font-size: 13px;
}


/*# sourceMappingURL=pricing-tables.css.map */


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/


/* ----------------------------------------------------------------
	Testimonial
-----------------------------------------------------------------*/

.testimonial .testimonial-item {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 46px;
	text-align: center;
}

.testimonial .testimonial-item>img {
	border-radius: 50%;
	display: block;
	float: none;
	height: 72px;
	margin: 0 auto 10px;
	width: 72px;
}

.testimonial .testimonial-item>p {
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-weight: 300;
	margin-top: 10px;
}

.testimonial .testimonial-item>span {
	font-weight: 600;
	font-size: 15px;
	display: block;
	line-height: 22px;
}

.testimonial .testimonial-item>span~span {
	font-weight: 500;
	color: #9d9d9d;
	display: block;
	font-size: 13px;
	font-style: italic;
}

.testimonial.testimonial-box .testimonial-item {
	padding: 46px;
	background-color: #ffffff;
	border-radius: 8px;
}

.testimonial.testimonial-box .testimonial-item p {
	font-size: 18px;
}

.testimonial.testimonial-single .testimonial-item {
	padding: 30px 80px;
	background-color: transparent;
	border: 0;
}

.testimonial.testimonial-single .testimonial-item>img {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

.testimonial.testimonial-single .testimonial-item p {
	font-size: 20px;
}

.testimonial.testimonial-left .testimonial-item {
	text-align: left;
}

.testimonial.testimonial-left .testimonial-item>img {
	display: inherit;
	float: left;
	margin: 0 0 40px 0;
	height: 160px;
	width: 160px;
}

.testimonial.testimonial-left .testimonial-item>p,
.testimonial.testimonial-left .testimonial-item>span {
	margin-left: 220px;
}

.testimonial.testimonial-blockquote .testimonial-item>p {
	font-family: "Merriweather";
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	padding: 30px 10px;
}

[data-arrows="false"].testimonial-single.testimonial-blockquote .testimonial-item {
	padding: 0 !important;
}

[data-arrows="false"].testimonial-single.testimonial-blockquote .testimonial-item>p {
	padding: 10px !important;
}

.equalize.testimonial-box .testimonial-item>span {
	clear: both;
}

.equalize.testimonial-box .testimonial-item>span~span {
	clear: both;
	margin-bottom: 70px;
}

.widget .testimonial .testimonial-item {
	text-align: left;
	padding: 0;
}

.widget .testimonial .testimonial-item>img {
	display: inherit;
	float: left;
	margin: 0 0 40px 0;
	height: 48px;
	width: 48px;
}

.widget .testimonial .testimonial-item>p {
	font-size: 15px;
	padding-bottom: 14px;
}

.widget .testimonial .testimonial-item>p,
.widget .testimonial .testimonial-item>span {
	margin-left: 68px;
}

.widget .testimonial .testimonial-item>span {
	font-size: 13px;
}

.widget .testimonial.owl-carousel .owl-controls .owl-dots {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	position: absolute !important;
	top: -46px !important;
	right: 0 !important;
}


/* ----------------------------------------------------------------
	Testimonial - Responsive
-----------------------------------------------------------------*/

@media (max-width: 992px) {
	.testimonial.testimonial-left .testimonial-item {
		text-align: left;
	}
	.testimonial.testimonial-left .testimonial-item>img {
		display: inherit;
		float: none;
		margin: 20px auto;
		height: 80px;
		width: 80px;
	}
	.testimonial.testimonial-left .testimonial-item>p,
	.testimonial.testimonial-left .testimonial-item>span {
		margin-left: 0;
		text-align: center;
	}
	.testimonial.testimonial-single .testimonial-item {
		padding: 10px 20px;
	}
	.testimonial.testimonial-single .testimonial-item>img {
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
	}
	.testimonial.testimonial-single .testimonial-item p {
		font-size: 14px;
	}
}


/*# sourceMappingURL=testimonials.css.map */


/* ----------------------------------------------------------------------
TIMELINE
-------------------------------------------------------------------------*/

.timeline {
	margin-bottom: 60px;
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline-circles {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	background-color: #ccc;
	bottom: 0;
	content: " ";
	left: 50%;
	margin-left: -1.5px;
	position: absolute;
	top: 0;
	width: 4px;
}

.timeline-circles:before,
.timeline-circles:after {
	background-color: #ccc;
	border-radius: 10px;
	content: " ";
	height: 20px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 20px;
}

.timeline-circles:before {
	top: -25px;
}

.timeline-circles:after {
	bottom: -40px;
}

.timeline li.timeline-date {
	margin-bottom: 25px;
}

.timeline li:nth-child(2) {
	margin-top: 0 !important;
}

.timeline li:before {
	content: " ";
	display: table;
}

.timeline li:after {
	content: " ";
	display: table;
	clear: both;
}


/*.timeline li:not(.timeline-date) {
  margin-top: -36%;
}
body.device-sm .timeline li:not(.timeline-date) {
  margin-top: -52%;
}*/

.timeline-date {
	background-color: #eee;
	border-radius: 6px;
	color: #888;
	display: block;
	font-size: 16px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

.timeline li .timeline-block {
	padding: 0 10px;
	position: relative;
	width: 48%;
	float: left;
}

.timeline.timeline-transparent .timeline-block .post-item {
	background-color: #fff;
	padding: 20px;
}

.timeline li .timeline-block:before {
	position: absolute;
	top: 8px;
	right: -4%;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ccc;
	border-left: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline li .timeline-block .timeline-block-content {
	height: 100% !important;
	overflow: hidden;
}


/** panel arrows **/

.timeline-block-content h3 {
	margin-top: 0;
}

.timeline-block-image,
.timeline-block-embed {
	border-bottom: 5px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.timeline-block-image {
	max-height: 200px;
}

.timeline-block-image img {
	margin-top: -10%;
	width: 100%;
}

.timeline-block-image iframe {
	width: 100%;
	height: 100%;
}

.timeline li:nth-child(2n+1) .timeline-block {
	padding: 20px 0 0 10px;
	float: right;
}

.timeline li:nth-child(2n+1) .timeline-block:before {
	border-right-width: 0;
	border-left-width: 15px;
	left: -4%;
	right: auto;
	top: 22px;
}

.timeline li:nth-child(2n+1) .timeline-block:after {
	border-left-width: 0;
	border-right-width: 15px;
	left: -4%;
	right: auto;
}


/*Responsive*/

body.device-xs .timeline:before {
	left: 0;
}

body.device-xs .timeline-circles:before,
body.device-xs .timeline-circles:after {
	left: 0;
}

body.device-xs .timeline li:not(.timeline-date)::before {
	left: 0;
}

body.device-xxs .timeline:before {
	left: 0;
}

body.device-xxs .timeline-circles:before,
body.device-xxs .timeline-circles:after {
	left: 0;
}

body.device-xxs .timeline li:not(.timeline-date)::before {
	left: 0;
}

body.device-xs .timeline-date,
body.device-xxs .timeline-date {
	margin-left: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

body.device-xs .timeline li .timeline-block,
body.device-xxs .timeline li .timeline-block {
	float: left;
	margin-left: 10px;
	width: 100% !important;
	padding-left: 10px;
}

body.device-xs .timeline li .timeline-block,
body.device-xxs .timeline li .timeline-block,
body.device-xs .timeline li:nth-child(2n+1) .timeline-block,
body.device-xxs .timeline li:nth-child(2n+1) .timeline-block {
	padding: 20px 10px 0 20px;
}

body.device-xs .timeline li .timeline-block:before,
body.device-xxs .timeline li .timeline-block:before {
	left: -8px;
	right: auto;
	border-left-width: 15px;
	border-right-width: 0;
}

body.device-xs .timeline li .timeline-block:after,
body.device-xxs .timeline li .timeline-block:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

body.device-xs .timeline.timeline-simple .timeline-date,
body.device-xxs .timeline.timeline-simple .timeline-date {
	margin-left: -1px;
}


/*# sourceMappingURL=timeline.css.map */


/*# sourceMappingURL=yt-player.css.map */

.box-fancy>.container {
	padding: 0 30px;
}

.box-fancy [class*="col-"] {
	padding: 5% !important;
}

.box-fancy.fancy-box-over {
	top: -100px;
}

body.device-xxs .box-fancy [class*="col-"] {
	padding: 10% !important;
}

.over-slider-top {
	top: -100px;
}

.site-map i {
	margin-right: 8px;
}

.site-map ul li {
	padding-bottom: 2px;
}

.animated.infinite {
	animation-duration: 3s;
	animation-fill-mode: both;
}


/*# sourceMappingURL=elements-extras.css.map */


/* ----------------------------------------------------------------------
  Parallax
-------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/


/*Colors*/


/*Typography*/


/*Header*/


/*Side Panel*/


/*Margins*/


/*Transitions*/

.parallax-container {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: -100;
}

.parallax-container.parallax-responsive {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

section[data-parallax-image] {
	background-color: transparent;
}


/*# sourceMappingURL=parallax.css.map */

.hidden,
.animated {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.center {
	float: none !important;
	margin: 0 auto;
}

.block {
	display: block;
}

.align-center {
	display: inline-flex;
	text-align: center;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.text-middle {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	z-index: 3;
	position: relative;
}

.text-bottom {
	display: table-cell;
	vertical-align: bottom;
	margin: auto;
	z-index: 3;
	position: relative;
}

.text-background-light {
	background-color: #fff;
	padding: 0 4px;
}

.text-background-dark {
	background-color: #444;
	padding: 0 4px;
}

.text-shadow-light {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.53);
}

.text-shadow-dark {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
}

.background-white,
.background-light {
	background-color: #fff !important;
}

.background-grey {
	background-color: #f7f7f7 !important;
}

.background-green {
	background-color: #3ab94c !important;
}

.background-choco {
	background-color: #5e5546 !important;
}

.background-transparent{
    background-color: transparent !important;
}

.background-dark {
	background-color: #101010 !important;
}

.background-pattern {
	background-image: url(/images/overlay-pattern/gplay.png);
}

.background-pattern-1 {
	background-image: url(/images/overlay-pattern/3px-tile.png);
}

.background-pattern-2 {
	background-image: url(/images/overlay-pattern/asfalt-dark.png);
}

.background-pattern-3 {
	background-image: url(/images/overlay-pattern/axiom-pattern.png);
}

.shadow {
	box-shadow: 0 4px 16px #e2e2e2;
}

.post-shadow {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.shadow-bottom {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.shadow-inside {
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.shadow-inside-top {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.shadow-inside-bottom {
	box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08);
}

.text-medium-light {
	font-size: 50px !important;
	font-weight: 100;
	line-height: 1.1;
	font-family: "Open Sans";
}

.text-medium {
	font-size: 50px !important;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
}

.ico-homes {
	font-size: 50px !important;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
}

body.device-xs .text-medium,
body.device-xs .text-medium-light {
	font-size: 40px !important;
}

body.device-xxs .text-medium,
body.device-xxs .text-medium-light {
	font-size: 30px !important;
}

.text-large-light,
.text-large-light span,
.text-large-light span span {
	font-size: 90px !important;
	line-height: 100px !important;
	font-weight: 120 !important;
}

.text-large,
.text-large span,
.text-large span span {
	font-size: 90px !important;
	line-height: 100px !important;
	font-weight: 800 !important;
}

.text-extra-large,
.text-extra-large span {
	font-size: 120px !important;
	font-weight: 800;
	line-height: 120px;
}

.text-lg,
.text-lg span {
	color: #ffffff;
	font-size: 80px !important;
	line-height: 80px !important;
	font-weight: 800 !important;
	margin-bottom: 10px;
}

.text-lg-x2,
.text-lg-x2 span {
	color: #ffffff;
	font-size: 120px !important;
	line-height: 140px !important;
	font-weight: 100;
	margin-bottom: 10px;
}

.text-lg-x3,
.text-lg-x3 span {
	color: #ffffff;
	font-size: 230px;
	line-height: 250px;
	font-weight: 100;
}

.text-small {
	font-size: 16px !important;
	font-weight: 800;
	line-height: 1.1;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .lead,
.text-light p,
.text-light a:not(.btn),
.text-light a:not(.btn):hover:not(.btn),
.text-light i,
.text-light li,
.text-light label,
.text-light div:not(.alert),
.text-light span:not(.btn-label) {
	color: #fff !important;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark .lead,
.text-dark a:not(.button),
.text-dark a:not(.btn):hover,
.text-dark i,
.text-dark li,
.text-dark label,
.text-dark div:not(.alert),
.text-dark span:not(.btn-label) {
	color: #111 !important;
}

.text-grey-loader {
	color: #58595b !important;
}
.text-grey,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey .lead,
.text-grey p,
.text-grey a:not(.button),
.text-grey a:not(.btn-light):hover,
.text-grey i,
.text-grey li,
.text-grey label,
.text-grey div:not(.alert),
.text-grey span:not(.btn-label) {
	color: #ccc;
}

.with-errors li {
	color: #981a1a !important;
}

.text-muted {
	color: #c2c2c5;
}

.text-bold {
	font-weight: bold !important;
}

.text-azure {
	color: #0095C8 !important;
}

.text-orange {
	color: #FF6600 !important;
}

.text-green {
	color: #3ab94c !important;
}

.text-blue {
	color: #5F8295 !important;
}

.text-pink {
	color: #DD5A82 !important;
}

.text-purple {
	color: #DD5A82 !important;
}

.text-bricky {
	color: #894550 !important;
}

.text-yellow {
	color: #FFB848 !important;
}

.text-red {
	color: #CA0027 !important;
}


/*font weight*/
.font-weight-100 {
	font-weight: 100 !important;
}

.font-weight-300 {
	font-weight: 300 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-800 {
	font-weight: 800 !important;
}

.border-box {
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 30px;
}

.border-left {
	border-left: 1px solid #eee;
}

.border-top {
	border-top: 1px solid #eee;
}

.border-right {
	border-width: 0 1px 0 0;
	border-color: #eee;
	border-style: solid;
}

.border-bottom {
	border-bottom: 1px solid #eee;
}

.border-dotted {
	border-style: dotted;
}

.slider-size-half {
	max-height: 560px;
}

.no-margin {
	margin: 0px !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.m-b-35 {
	margin-bottom: 35px !important;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

.m-b-50 {
	margin-bottom: 50px !important;
}

.m-b-60 {
	margin-bottom: 60px !important;
}

.m-b-70 {
	margin-bottom: 70px !important;
}

.m-b-80 {
	margin-bottom: 80px !important;
}

.m-b-90 {
	margin-bottom: 90px !important;
}

.m-b-100 {
	margin-bottom: 100px !important;
}

.m-b-150 {
	margin-bottom: 150px !important;
}

.m-b-200 {
	margin-bottom: 200px !important;
}

.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-35 {
	margin-top: 35px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-60 {
	margin-top: 60px !important;
}

.m-t-70 {
	margin-top: 70px !important;
}

.m-t-80 {
	margin-top: 80px !important;
}

.m-t-90 {
	margin-top: 90px !important;
}

.m-t-100 {
	margin-top: 100px !important;
}

.m-l-0 {
	margin-left: 0px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-l-25 {
	margin-left: 25px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

.m-l-35 {
	margin-left: 35px !important;
}

.m-l-40 {
	margin-left: 40px !important;
}

.m-l-50 {
	margin-left: 50px !important;
}

.m-l-60 {
	margin-left: 60px !important;
}

.m-l-70 {
	margin-left: 70px !important;
}

.m-l-80 {
	margin-left: 80px !important;
}

.m-l-90 {
	margin-left: 90px !important;
}

.m-l-100 {
	margin-left: 100px !important;
}

.m-r-0 {
	margin-right: 0px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-r-25 {
	margin-right: 25px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}

.m-r-35 {
	margin-right: 35px !important;
}

.m-r-40 {
	margin-right: 40px !important;
}

.m-r-50 {
	margin-right: 50px !important;
}

.m-r-60 {
	margin-right: 60px !important;
}

.m-r-70 {
	margin-right: 70px !important;
}

.m-r-80 {
	margin-right: 80px !important;
}

.m-r-90 {
	margin-right: 90px !important;
}

.m-r-100 {
	margin-right: 100px !important;
}

.m-0 {
	margin: 0px !important;
}

.m-5 {
	margin: 5px !important;
}

.m-10 {
	margin: 10px !important;
}

.m-15 {
	margin: 15px !important;
}

.m-20 {
	margin: 20px !important;
}

.m-25 {
	margin: 25px !important;
}

.m-30 {
	margin: 30px !important;
}

.m-35 {
	margin: 35px !important;
}

.m-40 {
	margin: 40px !important;
}

.m-50 {
	margin: 50px !important;
}

.m-60 {
	margin: 60px !important;
}

.m-70 {
	margin: 70px !important;
}

.m-80 {
	margin: 80px !important;
}

.m-90 {
	margin: 90px !important;
}

.m-100 {
	margin: 100px !important;
}


/*Margins*/
.col-no-margin {
	padding: 0 !important;
}
.col-no-margin [class^="col-"] {
	margin: 0 !important;
	padding: 0 !important;
}

.row.col-no-margin {
	margin: 0 !important;
	padding: 0 !important;
}

.row.col-small-margins [class^="col-"] {
	margin: 0 0 20px 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.p-50 {
	padding: 50px !important;
}

.p-60 {
	padding: 60px !important;
}

.p-70 {
	padding: 70px !important;
}

.p-80 {
	padding: 80px !important;
}

.p-90 {
	padding: 90px !important;
}

.p-100 {
	padding: 100px !important;
}

.p-150 {
	padding: 150px !important;
}

.p-200 {
	padding: 200px !important;
}

.p-b-0 {
	padding-bottom: 0px !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.p-b-15 {
	padding-bottom: 15px !important;
}

.p-b-20 {
	padding-bottom: 20px !important;
}

.p-b-25 {
	padding-bottom: 25px !important;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

.p-b-35 {
	padding-bottom: 35px !important;
}

.p-b-40 {
	padding-bottom: 40px !important;
}

.p-b-50 {
	padding-bottom: 50px !important;
}

.p-b-60 {
	padding-bottom: 60px !important;
}

.p-b-70 {
	padding-bottom: 70px !important;
}

.p-b-80 {
	padding-bottom: 80px !important;
}

.p-b-90 {
	padding-bottom: 90px !important;
}

.p-b-100 {
	padding-bottom: 100px !important;
}

.p-b-110 {
	padding-bottom: 110px !important;
}

.p-b-120 {
	padding-bottom: 120px !important;
}

.p-b-130 {
	padding-bottom: 130px !important;
}

.p-b-140 {
	padding-bottom: 140px !important;
}

.p-b-150 {
	padding-bottom: 150px !important;
}

.p-b-200 {
	padding-bottom: 200px !important;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.p-t-25 {
	padding-top: 25px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.p-t-35 {
	padding-top: 35px !important;
}

.p-t-40 {
	padding-top: 40px !important;
}

.p-t-50 {
	padding-top: 50px !important;
}

.p-t-60 {
	padding-top: 60px !important;
}

.p-t-70 {
	padding-top: 70px !important;
}

.p-t-80 {
	padding-top: 80px !important;
}

.p-t-90 {
	padding-top: 90px !important;
}

.p-t-100 {
	padding-top: 100px !important;
}

.p-t-110 {
	padding-top: 110px !important;
}

.p-t-120 {
	padding-top: 120px !important;
}

.p-t-130 {
	padding-top: 130px !important;
}

.p-t-140 {
	padding-top: 140px !important;
}

.p-t-150 {
	padding-top: 150px !important;
}

.p-t-200 {
	padding-top: 200px !important;
}

.p-r-0 {
	padding-right: 0px !important;
}

.p-r-5 {
	padding-right: 5px !important;
}

.p-r-10 {
	padding-right: 10px !important;
}

.p-r-15 {
	padding-right: 15px !important;
}

.p-r-20 {
	padding-right: 20px !important;
}

.p-r-25 {
	padding-right: 25px !important;
}

.p-r-30 {
	padding-right: 30px !important;
}

.p-r-35 {
	padding-right: 35px !important;
}

.p-r-40 {
	padding-right: 40px !important;
}

.p-r-50 {
	padding-right: 50px !important;
}

.p-r-60 {
	padding-right: 60px !important;
}

.p-r-70 {
	padding-right: 70px !important;
}

.p-r-80 {
	padding-right: 80px !important;
}

.p-r-90 {
	padding-right: 90px !important;
}

.p-r-100 {
	padding-right: 100px !important;
}

.p-l-0 {
	padding-left: 0px !important;
}

.p-l-5 {
	padding-left: 5px !important;
}

.p-l-10 {
	padding-left: 10px !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

.p-l-20 {
	padding-left: 20px !important;
}

.p-l-25 {
	padding-left: 25px !important;
}

.p-l-30 {
	padding-left: 30px !important;
}

.p-l-35 {
	padding-left: 35px !important;
}

.p-l-40 {
	padding-left: 40px !important;
}

.p-l-50 {
	padding-left: 50px !important;
}

.p-l-60 {
	padding-left: 60px !important;
}

.p-l-70 {
	padding-left: 70px !important;
}

.p-l-80 {
	padding-left: 80px !important;
}

.p-l-90 {
	padding-left: 90px !important;
}

.p-l-100 {
	padding-left: 100px !important;
}

.p-l-110 {
	padding-left: 110px !important;
}

.p-l-120 {
	padding-left: 120px !important;
}

.b-r-2 {
	border-radius: 2px !important;
}

.b-r-3 {
	border-radius: 3px !important;
}

.b-r-4 {
	border-radius: 4px !important;
}

.b-r-5 {
	border-radius: 5px !important;
}

.b-r-6 {
	border-radius: 6px !important;
}

.b-r-7 {
	border-radius: 7px !important;
}

.b-r-8 {
	border-radius: 8px !important;
}

.b-r-9 {
	border-radius: 9px !important;
}

.b-r-10 {
	border-radius: 10px !important;
}

.b-radius {
	border-radius: 50% !important;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

.float-none {
	float: none !important;
}

.fullwidth {
	width: 100% !important;
}


/*Line height*/
.lh80 {
	line-height: 80px !important;
}


/*Resposnive settings*/
@media (max-width: 991px) {
	.text-lg,
	.text-lg span {
		font-size: 60px !important;
		line-height: 60px !important;
	}

	.text-lg-x2,
	.text-lg-x2 span,
	.text-lg-x3,
	.text-lg-x3 span {
		font-size: 70px !important;
		line-height: 70px !important;
	}
}
@media (max-width: 768px) {
	.text-lg,
	.text-lg span {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	.text-lg-x2,
	.text-lg-x2 span,
	.text-lg-x3,
	.text-lg-x3 span {
		font-size: 30px !important;
		line-height: 30px !important;
	}
}


/*# sourceMappingURL=helpers.css.map */
.loader01::after,
.loader04::after,
.loader11::after,
.loader11::before,
.spinner .bar:after {
	content: "";
}

@keyframes ball-grid-pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.5);
		opacity: 0.7;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.ball-grid-pulse {
	width: 57px;
}

.ball-grid-pulse>div:nth-child(1) {
	animation-delay: .78s;
	animation-duration: 1.55s;
}

.ball-grid-pulse>div:nth-child(2) {
	animation-delay: -50ms;
	animation-duration: 1.22s;
}

.ball-grid-pulse>div:nth-child(3) {
	animation-delay: .74s;
	animation-duration: 1.03s;
}

.ball-grid-pulse>div:nth-child(4) {
	animation-delay: -20ms;
	animation-duration: 1.45s;
}

.ball-grid-pulse>div:nth-child(5) {
	animation-delay: .66s;
	animation-duration: 0.75s;
}

.ball-grid-pulse>div:nth-child(6) {
	animation-delay: -.15s;
	animation-duration: 1.18s;
}

.ball-grid-pulse>div:nth-child(7) {
	animation-delay: .77s;
	animation-duration: 1.08s;
}

.ball-grid-pulse>div:nth-child(8) {
	animation-delay: -.11s;
	animation-duration: 1.46s;
}

.ball-grid-pulse>div:nth-child(9) {
	animation-delay: .1s;
	animation-duration: 1.22s;
}

.ball-grid-pulse>div {
	background-color: #26B8F3;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	animation-name: ball-grid-pulse;
	animation-iteration-count: infinite;
	animation-delay: 0;
}

@keyframes square-spin {
	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}

	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(180deg);
	}

	75% {
		transform: perspective(100px) rotateX(0) rotateY(180deg);
	}

	100% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}
}
.square-spin>div {
	width: 50px;
	height: 50px;
	animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
	width: 15px;
	height: 15px;
	margin: 2px;
	background-color: #26B8F3;
	border-radius: 100%;
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.ball-rotate>div {
	animation-fill-mode: both;
}

.ball-rotate>div:first-child {
	animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate>div:after,
.ball-rotate>div:before {
	content: "";
	position: absolute;
	opacity: 0.8;
}

.ball-rotate>div:before {
	top: 0;
	left: -28px;
}

.ball-rotate>div:after {
	top: 0;
	left: 25px;
}

@keyframes cube-transition {
	25% {
		transform: translateX(50px) scale(0.5) rotate(-90deg);
	}

	50% {
		transform: translate(50px, 50px) rotate(-180deg);
	}

	75% {
		transform: translateY(50px) scale(0.5) rotate(-270deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
.cube-transition {
	position: relative;
	transform: translate(-25px, -25px);
}

.cube-transition>div {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #26B8F3;
	animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition>div:last-child {
	animation-delay: -0.8s;
}

@keyframes ball-zig {
	33% {
		transform: translate(-15px, -30px);
	}

	66% {
		transform: translate(15px, -30px);
	}

	100% {
		transform: translate(0, 0);
	}
}
@keyframes ball-zag {
	33% {
		transform: translate(15px, 30px);
	}

	66% {
		transform: translate(-15px, 30px);
	}

	100% {
		transform: translate(0, 0);
	}
}
.ball-zig-zag {
	position: relative;
	transform: translate(-15px, -15px);
}

.ball-zig-zag>div {
	background-color: #26B8F3;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px 2px 2px 15px;
	animation-fill-mode: both;
	position: absolute;
	top: 4px;
	left: -7px;
}

.ball-zig-zag>div:first-child {
	animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag>div:last-child {
	animation: ball-zag 0.7s 0s infinite linear;
}

.ball-triangle-path>div:nth-child(1),
.ball-triangle-path>div:nth-child(2),
.ball-triangle-path>div:nth-child(3) {
	animation-delay: 0;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes ball-triangle-path-1 {
	33% {
		transform: translate(25px, -50px);
	}

	66% {
		transform: translate(50px, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}
@keyframes ball-triangle-path-2 {
	33% {
		transform: translate(25px, 50px);
	}

	66% {
		transform: translate(-25px, 50px);
	}

	100% {
		transform: translate(0, 0);
	}
}
@keyframes ball-triangle-path-3 {
	33% {
		transform: translate(-50px, 0);
	}

	66% {
		transform: translate(-25px, -50px);
	}

	100% {
		transform: translate(0, 0);
	}
}
.ball-triangle-path {
	position: relative;
	transform: translate(-29.99px, -37.51px);
}

.ball-triangle-path>div:nth-child(1) {
	animation-name: ball-triangle-path-1;
}

.ball-triangle-path>div:nth-child(2) {
	animation-name: ball-triangle-path-2;
}

.ball-triangle-path>div:nth-child(3) {
	animation-name: ball-triangle-path-3;
}

.ball-triangle-path>div {
	animation-fill-mode: both;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #26B8F3;
}

.ball-triangle-path>div:nth-of-type(1) {
	top: 50px;
}

.ball-triangle-path>div:nth-of-type(2) {
	left: 25px;
}

.ball-triangle-path>div:nth-of-type(3) {
	top: 50px;
	left: 50px;
}

@keyframes line-scale {
	0%,
	100% {
		transform: scaley(1);
	}

	50% {
		transform: scaley(0.4);
	}
}
.line-scale>div:nth-child(1) {
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(2) {
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(3) {
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(4) {
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(5) {
	animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div {
	background-color: #26B8F3;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	animation-fill-mode: both;
	display: inline-block;
}

@keyframes ball-scale-multiple {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.ball-scale-multiple {
	position: relative;
	transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
	animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
	animation-delay: -0.2s;
}

.ball-scale-multiple>div {
	background-color: #26B8F3;
	border-radius: 100%;
	position: absolute;
	left: -30px;
	top: 0;
	opacity: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	animation: ball-scale-multiple 1s 0s linear infinite;
}

.ball-beat>div,
.ball-pulse-sync>div {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	background-color: #26B8F3;
	display: inline-block;
}

@keyframes ball-pulse-sync {
	33% {
		transform: translateY(10px);
	}

	66% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}
.ball-pulse-sync>div:nth-child(1) {
	animation: ball-pulse-sync 0.9s -0.22s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
	animation: ball-pulse-sync 0.9s -0.11s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
	animation: ball-pulse-sync 0.9s 0s infinite ease-in-out;
}

.ball-pulse-sync>div {
	animation-fill-mode: both;
}

@keyframes ball-beat {
	50% {
		opacity: .2;
		transform: scale(0.75);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.ball-beat>div {
	animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat>div:nth-child(2n-1) {
	animation-delay: -0.35s !important;
}

@keyframes line-scale-pulse-out-rapid {
	0%,
	90% {
		transform: scaley(1);
	}

	80% {
		transform: scaley(0.3);
	}
}
.line-scale-pulse-out-rapid>div {
	background-color: #26B8F3;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	display: inline-block;
	vertical-align: middle;
	animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid>div:nth-child(2),
.line-scale-pulse-out-rapid>div:nth-child(4) {
	animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid>div:nth-child(1),
.line-scale-pulse-out-rapid>div:nth-child(5) {
	animation-delay: 0s !important;
}

@keyframes ball-scale-ripple-multiple {
	0% {
		transform: scale(0.1);
		opacity: 1;
	}

	70% {
		transform: scale(1);
		opacity: 0.7;
	}

	100% {
		opacity: 0;
	}
}
.ball-scale-ripple-multiple {
	position: relative;
	transform: translateY(-25px);
}

.ball-scale-ripple-multiple>div:nth-child(0) {
	animation-delay: -0.8s;
}

.ball-scale-ripple-multiple>div:nth-child(1) {
	animation-delay: -0.6s;
}

.ball-scale-ripple-multiple>div:nth-child(2) {
	animation-delay: -0.4s;
}

.ball-scale-ripple-multiple>div:nth-child(3) {
	animation-delay: -0.2s;
}

.ball-scale-ripple-multiple>div {
	position: absolute;
	top: -2px;
	left: -26px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-spin-fade-loader {
	50% {
		opacity: .3;
		transform: scale(0.4);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.ball-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -10px;
}

.ball-spin-fade-loader>div:nth-child(1) {
	top: 25px;
	left: 0;
	animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
	top: 17.05px;
	left: 17.05px;
	animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
	top: 0;
	left: 25px;
	animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
	top: -17.05px;
	left: 17.05px;
	animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
	top: -25px;
	left: 0;
	animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
	top: -17.05px;
	left: -17.05px;
	animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
	top: 0;
	left: -25px;
	animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
	top: 17.05px;
	left: -17.05px;
	animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader>div {
	background-color: #26B8F3;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	animation-fill-mode: both;
	position: absolute;
}

@keyframes line-spin-fade-loader {
	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}
.line-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -4px;
}

.line-spin-fade-loader>div:nth-child(1) {
	top: 20px;
	left: 0;
	animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
	top: 13.64px;
	left: 13.64px;
	transform: rotate(-45deg);
	animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
	top: 0;
	left: 20px;
	transform: rotate(90deg);
	animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
	top: -13.64px;
	left: 13.64px;
	transform: rotate(45deg);
	animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
	top: -20px;
	left: 0;
	animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
	top: -13.64px;
	left: -13.64px;
	transform: rotate(-45deg);
	animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
	top: 0;
	left: -20px;
	transform: rotate(90deg);
	animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
	top: 13.64px;
	left: -13.64px;
	transform: rotate(45deg);
	animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader>div {
	background-color: #26B8F3;
	border-radius: 2px;
	margin: 2px;
	animation-fill-mode: both;
	position: absolute;
	width: 5px;
	height: 15px;
}

.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	border-top: 25px solid #26B8F3;
	border-left: 25px solid #26B8F3;
	border-bottom: 25px solid #26B8F3;
	border-radius: 25px;
	position: relative;
	left: -30px;
}

@keyframes rotate_pacman_half_up {
	0%,
	100% {
		transform: rotate(270deg);
	}

	50% {
		transform: rotate(360deg);
	}
}
@keyframes rotate_pacman_half_down {
	0%,
	100% {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(0);
	}
}
@keyframes pacman-balls {
	75% {
		opacity: 0.7;
	}

	100% {
		transform: translate(-100px, -6.25px);
	}
}
.pacman {
	position: relative;
}

.pacman>div:nth-child(3) {
	animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman>div:nth-child(4) {
	animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman>div:nth-child(5) {
	animation: pacman-balls 1s 0s infinite linear;
}

.pacman>div:first-of-type {
	animation: rotate_pacman_half_up 0.5s 0s infinite;
}

.pacman>div:nth-child(2) {
	animation: rotate_pacman_half_down .5s 0s infinite;
	margin-top: -50px;
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
	border-radius: 100%;
	margin: 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	transform: translate(0, -6.25px);
	top: 25px;
	left: 70px;
}

@keyframes ball-grid-beat {
	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}
.ball-grid-beat {
	width: 57px;
}

.ball-grid-beat>div:nth-child(1) {
	animation-delay: 30ms;
	animation-duration: 1.54s;
}

.ball-grid-beat>div:nth-child(2) {
	animation-delay: .23s;
	animation-duration: 0.92s;
}

.ball-grid-beat>div:nth-child(3) {
	animation-delay: .6s;
	animation-duration: 1.24s;
}

.ball-grid-beat>div:nth-child(4) {
	animation-delay: .19s;
	animation-duration: 1.36s;
}

.ball-grid-beat>div:nth-child(5) {
	animation-delay: .27s;
	animation-duration: 1.21s;
}

.ball-grid-beat>div:nth-child(6) {
	animation-delay: -60ms;
	animation-duration: 1.04s;
}

.ball-grid-beat>div:nth-child(7) {
	animation-delay: -80ms;
	animation-duration: 0.66s;
}

.ball-grid-beat>div:nth-child(8) {
	animation-delay: -10ms;
	animation-duration: 0.95s;
}

.ball-grid-beat>div:nth-child(9) {
	animation-delay: .8s;
	animation-duration: 0.66s;
}

.ball-grid-beat>div {
	background-color: #26B8F3;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	animation-fill-mode: both;
	display: inline-block;
	float: left;
	animation-name: ball-grid-beat;
	animation-iteration-count: infinite;
	animation-delay: 0;
}

.spinner {
	height: 56px;
	margin: auto 0;
	position: relative;
	width: 56px;
	-webkit-animation: material-rotate-all 1s linear infinite;
	animation: material-rotate-all 1s linear infinite;
}

.spinner .bar {
	width: 100%;
	height: 100%;
	-moz-border-radius: 200px 0 0 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px 0 0 200px;
	border: 6px solid #3ab94c;
	position: relative;
}

.spinner .bar:after {
	width: 6px;
	height: 6px;
	display: block;
	background: #3ab94c;
	position: absolute;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.spinner .left-side,
.spinner .right-side {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.loaders,
.loaders .loader {
	box-sizing: border-box;
	display: flex;
}

.spinner .right-side {
	right: 0;
}

.spinner .right-side .bar {
	-moz-border-radius: 0 200px 200px 0;
	-webkit-border-radius: 0;
	border-radius: 0 200px 200px 0;
	border-left: none;
	-webkit-transform: rotate(-10deg);
	-webkit-transform-origin: left center;
	transform: rotate(-10deg);
	transform-origin: left center;
	-webkit-animation: material-rotate-right .75s linear infinite alternate;
	animation: material-rotate-right 0.75s linear infinite alternate;
}

.spinner .right-side .bar:after {
	bottom: -6px;
	left: -3px;
}

.spinner .left-side {
	left: 0;
}

.spinner .left-side .bar {
	border-right: none;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-animation: material-rotate-left .75s linear infinite alternate;
	animation: material-rotate-left 0.75s linear infinite alternate;
}

.spinner .left-side .bar:after {
	bottom: -6px;
	right: -3px;
}

@keyframes material-rotate-left {
	to {
		transform: rotate(30deg);
	}

	from {
		transform: rotate(175deg);
	}
}
@keyframes material-rotate-right {
	from {
		transform: rotate(-175deg);
	}

	to {
		transform: rotate(-30deg);
	}
}
@keyframes material-rotate-all {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(-360deg);
	}
}
.loader01 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	animation: 1s linear 0s normal none infinite running loader-rotate;
	border-color: #b74834 transparent #b74834 #b74834;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 8px;
	height: 56px;
	margin: auto 0;
	position: relative;
	width: 56px;
}

.loader01::after {
	background: #b74834;
	border-radius: 50%;
	height: 8px;
	left: 33px;
	position: absolute;
	top: -1px;
	width: 8px;
}

.loader04 {
	animation: 1s ease-in-out 0s normal none infinite running loader-rotate;
	border: 2px solid #d8d7d7;
	border-radius: 50%;
	height: 56px;
	margin: -28px auto 0;
	position: relative;
	width: 56px;
}

.loader04:after {
	background: #71B3D0;
	border-radius: 50%;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: -6px;
	width: 10px;
}

.loader11,
.loader11::after,
.loader11::before {
	border-radius: 50%;
	box-shadow: 0 32px 0 #00b6ec;
	height: 16px;
	width: 16px;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
.loader11 {
	animation: .8s ease-in-out .32s alternate none infinite running loader11;
	margin: -50px auto 0;
	position: relative;
}

.loader11::after,
.loader11::before {
	animation: .8s ease-in-out 0s alternate none infinite running loader11;
	position: absolute;
}

.loader11::before {
	animation-delay: .48s;
	left: -30px;
}

.loader11::after {
	animation-delay: .16s;
	right: -30px;
}

@keyframes loader11 {
	0% {
		box-shadow: 0 32px 0 #00b6ec;
	}

	100% {
		box-shadow: 0 20px 0 #00b6ec;
	}
}
.single9 {
	height: 6px;
	width: 75px;
	background-color: #d8d7d7;
	position: relative;
}

.single9:before {
	content: '';
	height: 6px;
	width: 10px;
	position: absolute;
	left: 0;
	background-color: #EC644B;
	-webkit-animation: single9anim 4s infinite ease-in-out;
	animation: single9anim 4s infinite ease-in-out;
}

.ball-beat>div,
.ball-grid-beat>div,
.ball-grid-pulse>div,
.ball-pulse-sync>div,
.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before,
.ball-scale-multiple>div,
.ball-scale-ripple>div,
.ball-spin-fade-loader>div,
.ball-triangle-path>div,
.ball-zig-zag>div,
.cube-transition>div,
.line-scale-pulse-out-rapid>div,
.line-scale>div,
.square-spin>div {
	background: #3ab94c;
}

@-webkit-keyframes single9anim {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(65px);
		transform: translateX(65px);
	}
}
@keyframes single9anim {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(65px);
		transform: translateX(65px);
	}
}
.loaders {
	width: 100%;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}

.loaders .loader {
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}

.ball-scale-ripple-multiple>div {
	border: 2px solid #3ab94c;
}

.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6) {
	background-color: #3ab94c;
}

.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
	border-color: #3ab94c transparent #3ab94c #3ab94c;
}


/*# sourceMappingURL=preloaders.css.map */

/* ----------------------------------------------------------------------
  Base Colors
-------------------------------------------------------------------------*/

/*Colors*/

/*Typography*/

/*Header*/

/*Side Panel*/

/*Margins*/

/*Transitions*/
.item-link {
	color: #3ab94c;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase !important;
}
.item-link i {
	position: relative;
	right: 0;
	transition: right 0.3s ease 0s;
	top: -1px;
}
.item-link:hover {
	color: #3ab94c;
}
.item-link:hover i {
	right: -6px;
}

.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.no-parallax {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.background-overlay-gradient-colored>.container,
.background-overlay-gradient>.container,
.background-overlay-gradient-dark>.container,
.background-overlay>.container,
.background-overlay-one>.container,
.background-overlay-dark>.container,
.background-overlay-light>.container,
.background-overlay-grey>.container,
.background-overlay-grey-dark>.container,
.background-overlay-dark>.container,
#particles-js>.container,
.background-overlay-gradient-colored>.container-fluid,
.background-overlay-gradient>.container-fluid,
.background-overlay-gradient-dark>.container-fluid,
.background-overlay>.container-fluid,
.background-overlay-one>.container-fluid,
.background-overlay-dark>.container-fluid,
.background-overlay-light>.container-fluid,
.background-overlay-grey>.container-fluid,
.background-overlay-grey-dark>.container-fluid,
.background-overlay-dark>.container-fluid,
#particles-js>.container-fluid,
.background-overlay-gradient-colored>.container-wide,
.background-overlay-gradient>.container-wide,
.background-overlay-gradient-dark>.container-wide,
.background-overlay>.container-wide,
.background-overlay-one>.container-wide,
.background-overlay-dark>.container-wide,
.background-overlay-light>.container-wide,
.background-overlay-grey>.container-wide,
.background-overlay-grey-dark>.container-wide,
.background-overlay-dark>.container-wide,
#particles-js>.container-wide {
	position: relative;
}

.background-overlay-dark .mbYTP_wrapper,
.background-overlay .mbYTP_wrapper {
	z-index: -1 !important;
}

.background-overlay-gradient:before {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.59)), color-stop(99%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 99%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 99%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 99%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 99%);
	filter: unicode("progid: DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#00ffffff', GradientType=0)");
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.8;
}

.background-overlay-gradient-dark:before {
	background: -moz-linear-gradient(top, transparent 0%, rgba(16, 16, 16, 0.99) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(16, 16, 16, 0.99) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(16, 16, 16, 0.99) 100%);
	filter: unicode("progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fc101010', GradientType=0)");
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-overlay-gradient-colored:before {
	background: #ba01ff;
	background: -moz-linear-gradient(top, #ba01ff 0%, #ff0092 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba01ff), color-stop(100%, #ff0092));
	background: -webkit-linear-gradient(top, #ba01ff 0%, #ff0092 100%);
	background: -o-linear-gradient(top, #ba01ff 0%, #ff0092 100%);
	background: -ms-linear-gradient(top, #ba01ff 0%, #ff0092 100%);
	background: linear-gradient(to bottom, #ba01ff 0%, #ff0092 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.8;
}

.background-overlay:before {
	background: url("../images/overlay-pattern/overlay-pattern-1.png");
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.8;
}

.background-overlay-one:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-overlay-dark:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-overlay-light:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-overlay-grey:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-overlay-grey-dark:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(84, 87, 95, 0.8);
	content: " ";
	width: 100%;
	height: 100%;
	z-index: 0;
}

.background-colored {
	background-color: #3ab94c;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}


/* ----------------------------------------------------------------
	MULTISCROLL
-----------------------------------------------------------------*/
#multiscroll .ms-left .ms-section {
	background-position: 100% center !important;
}

#multiscroll .ms-right .ms-section {
	background-position: 0 center !important;
}


/* ----------------------------------------------------------------
GO TO TOP BUTTON
-----------------------------------------------------------------*/
#goToTop {
	opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 26px;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 100px;
	z-index: 999;
	height: 40px;
	width: 40px;
	background-color: rgba(0, 0, 0, 0.25);
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
	background-color: rgba(0, 0, 0, 0.25) !important;
	overflow: hidden;
}
#goToTop i {
	line-height: 39px !important;
	width: 39px !important;
	height: 39px !important;
	font-size: 16px !important;
	top: 0px !important;
	left: 0px !important;
	text-align: center !important;
	position: relative;
	z-index: 10;
	background-color: transparent !important;
	transform: translate(0, 0px);
	transition: transform 0.2s ease;
}
#goToTop:hover {
	transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
	background-color: transparent !important;
}
#goToTop:hover i {
	transform: translate(0, -39px) !important;
}
#goToTop:after,
#goToTop:before {
	display: block;
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #3ab94c;
	transform: scale(0);
	transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	border-radius: 100px;
}
#goToTop:before {
	background-color: rgba(255, 255, 255, 0.25);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	z-index: 2;
}
#goToTop:hover:after {
	transform: scale(1);
}
#goToTop:active:before {
	opacity: 1;
}


/* ----------------------------------------------------------------
Misc
-----------------------------------------------------------------*/
.show-grid[class*="col-md-"] .show-grid-block {
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	display: block;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
}

.fontawesome-icon-list i {
	font-size: 18px;
	display: inline-block;
	font-size: 1.3em;
	margin-right: 5px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 30px;
	padding: 16px 0px;
}

[class^="icon"] {
	display: inline-block;
}


/* ----------------------------------------------------------------------
Images
-------------------------------------------------------------------------*/
.img-thumbnail {
	border: 1px solid #eee;
	padding: 1px;
}


/* ----------------------------------------------------------------------
NEWS SECTIONS
-------------------------------------------------------------------------*/
.news-section-wrapper {
	clear: both;
	display: block;
	padding: 0 80px;
	position: relative;
}


/* ----------------------------------------------------------------------
NEWS MARKETING BOX
-------------------------------------------------------------------------*/
.marketing-box {
	background-color: #f1f1f1;
	border: 1px solid #eee;
	clear: both;
	color: #999;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------------
NEWS MARKETING BOX
-------------------------------------------------------------------------*/
.news-ticker {
	border-bottom: 1px solid #eee;
	position: relative;
}

.news-ticker-title {
	background-color: #f5f5f5;
	float: left;
	margin-right: 12px;
	height: 100%;
}

.news-ticker-title h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding: 20px 30px 17px;
}

.news-ticker-content {
	margin-bottom: 0;
	padding: 14px;
	width: 100%;
}

.news-ticker-content .owl-item::before {
	color: #d82731;
	content: "\f067";
	font-family: fontawesome;
	font-size: 10px;
	margin-left: -24px;
	position: absolute;
}


/* ----------------------------------------------------------------------
DEMO GRID
-------------------------------------------------------------------------*/
.grid-system-demo [class*="col-"] .grid-col-demo {
	background-color: #eee;
	display: block;
	line-height: 54px;
	min-height: 54px;
	text-align: center;
}

.grid-system-demo .row {
	padding-bottom: 42px;
}

.grid-system-demo-live .row {
	padding-bottom: 42px;
}


/* ----------------------------------------------------------------------
BOXED GRID
-------------------------------------------------------------------------*/
.boxed-grid .row {
	margin-right: -10px;
	margin-left: -10px;
}

.boxed-grid [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.boxed-grid [class*="col-"] a {
	margin-bottom: 20px;
}

.boxed-grid a {
	overflow: hidden;
	display: block;
	position: relative;
}

.boxed-grid a img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease;
}

.boxed-grid a:hover img {
	transform: scale(1.2);
}

.boxed-grid a .title {
	position: absolute;
	top: 40%;
	left: 30px;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}


/* ----------------------------------------------------------------------
PAGE 404
-------------------------------------------------------------------------*/
.page-error-404 {
	color: #eee;
	display: block;
	font-size: 300px;
	font-weight: 800;
	line-height: 0.7;
}

body.device-xs .page-error-404 {
	font-size: 200px;
	line-height: 0.8;
	margin-bottom: 20px;
}

body.device-xxs .page-error-404 {
	font-size: 140px;
	line-height: 0.8;
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------
Scrolldown icon animation
-----------------------------------------------------------------*/
.scrolldown-animation {
	animation: 1s ease-in-out 0s normal none infinite running scrolldown-keyframes;
	bottom: 40px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 45px;
	z-index: 60;
}

@keyframes scrolldown-keyframes {
	0%,
	100% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(0px);
	}
}
@keyframes scrolldown-keyframes {
	0%,
	100% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(0px);
	}
}

/*animated background*/
.animated-background {
	animation: 120s linear 0s normal none infinite running animatedBackground;
	background-repeat: repeat-x;
	background-size: cover;
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -3000px 0;
	}
}
@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -3000px 0;
	}
}

/* ----------------------------------------------------------------
Image Block
-----------------------------------------------------------------*/
.image-block {
	background-color: #f4f4f4;
}

.image-block .col-md-6 {
	padding: 60px;
}

.image-block-content {
	margin-bottom: 30px;
	padding: 0 50px;
}

.image-block-content .feature-icon {
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	background-color: #eee;
}

.image-block-content .feature-icon i {
	font-size: 28px;
	margin-top: 16px;
}

.image-block-content .feature-content {
	padding-left: 85px;
}

.image-block-content .feature-content h3 {
	margin-bottom: 0;
}

.image-absolute {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 426px;
	height: 556px;
}


/*hero headings*/
.heading-fancy-border {
	border: 15px solid #111;
	margin: 0 10%;
	padding: 60px 0px;
}

.text-light .heading-fancy-border {
	border-color: #fff !important;
}


/*hero heading 2*/
.hero-heading-2 {
	padding: 20px;
	background-color: #111;
	border-radius: 8px;
}

.hero-heading-2>i {
	font-size: 160px;
	opacity: 0.1;
	position: absolute;
	right: 23px;
	top: 2px;
}


/*hero heading 3*/
.hero-heading-3 {
	background-color: #fff;
	border: 36px solid #fff;
	box-shadow: 0 0 0 1px #111 inset;
	color: #111;
	opacity: 0.7;
	padding: 72px;
	width: auto;
	margin: 40px;
	text-align: center;
}

.hero-heading-3 h2,
.hero-heading-3 h3 {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 92px;
	text-align: center;
	margin: 0;
	line-height: 72px;
}


/*working-hours list*/
.working-hours ul {
	padding: 0;
}

.working-hours li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 10px 0;
	width: 100%;
}

.working-hours li::before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 15px;
}

.working-hours li span {
	float: right;
}

.working-hours p {
	font-size: 13px;
	color: #111;
}


/*price menu list*/
.price-menu-list {
	padding: 0;
	list-style: none;
}

.price-menu-list li {
	margin-bottom: 40px;
}

.price-menu-list li>h2 {
	margin-bottom: 0;
}

.price-menu-list li>p {
	margin-bottom: 8px;
	opacity: 0.6;
}

.price-menu-list li>img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 100px;
	height: 100px;
	float: left;
}


/* ----------------------------------------------------------------------
   Page loader
-------------------------------------------------------------------------*/
body:not(.no-page-loader) #wrapper {
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animsition-overlay,
.animsition-overlay-slide {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #fff;
}


/* loading option */
.animsition-loading {
	background-color: #ffffff;
	z-index: 9999 !important;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.animsition-loading .loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	border-radius: 50%;
	z-index: 100;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.fade-in {
	-webkit-animation-name: fade-in;
	animation-name: fade-in;
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
.fade-out {
	-webkit-animation-name: fade-out;
	animation-name: fade-out;
}

.ball-grid-pulse>div,
.square-spin>div,
.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before,
.cube-transition>div,
.ball-zig-zag>div,
.ball-triangle-path>div,
.line-scale>div,
.ball-scale-multiple>div,
.ball-pulse-sync>div,
.ball-beat>div,
.line-scale-pulse-out-rapid>div,
.ball-scale-ripple>div,
.ball-spin-fade-loader>div,
.line-spin-fade-loader>div,
.pacman>div:nth-child(3),
.pacman>div:nth-child(4),
.pacman>div:nth-child(5),
.pacman>div:nth-child(6),
.ball-grid-beat>div {
	background-color: #3ab94c;
}

.ball-scale-ripple-multiple>div {
	border: 2px solid #3ab94c;
}

.pacman>div:first-of-type,
.pacman>div:nth-child(2) {
	border-color: #3ab94c transparent #3ab94c #3ab94c;
}

.bg-header {
	top: -80px;
	background-image: url(../images/about/assets-4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #464646;
	background-size: auto 100%;
	height: 190vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0px;
}

.clear {
	clear: both;
}
