/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* #Reset & Basics 
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: 'Poppins', sans-serif;*/
font-family: 'Muli', sans-serif;
	line-height: 1.42857;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

th {
	text-align: left;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
================================================== */

/* #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

.subheader {
	color: #777;
}

/* Headings & paragraphs -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: none;
	padding: 0 0 5px 0;
	color: #4c4c4c;
	margin: 0;
	line-height: normal;
}

h1 {
	font-size: 2.4em;
	padding: 0;
}

h2 {
	font-size: 1.8em;
	line-height: normal;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.1em;
}

strong {
	font-weight: 700;
}

/* inpput */

p {
	margin: 0 0 15px 0;
	line-height: 1.5;
	font-size: 1em;
}

p {}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */

blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a {
	cursor: pointer;
}

/* #Links
================================================== */

a {}

a,
a:visited {
	line-height: normal;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

a:hover,
a:focus {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

p a,
p a:visited {
	line-height: inherit;
}

/* #Lists
================================================== */

ul,
ol {
	margin-bottom: 0px;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 0px;
}

li {}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}



/* form elements ---------------------- */

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	outline: none;
	font-family: inherit;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: transparent !important;
}

select::-ms-expand {
	display: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus,
input[type="file"]:focus {}

select {
	padding-right: 0;
}

/*Misc*/

.show--mobile {
	display: inline-block !important;
}

.hide--desktop {
	display: none !important;
}

.show--desktop {
	display: inline-block !important;
}

.float--left {
	float: left !important;
}

.float--right {
	float: right !important;
}

.nomargin {
	margin: 0 !important;
}

.nomargin--bottom {
	margin-bottom: 0 !important;
}

.nomargin--top {
	margin-top: 0 !important;
}

.nomargin--left {
	margin-left: 0 !important;
}

.nomargin--right {
	margin-right: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.nopadding--bottom {
	padding-bottom: 0 !important;
}

.nopadding--top {
	padding-top: 0 !important;
}

.nopadding--left {
	padding-left: 0 !important;
}

.nopadding--right {
	padding-right: 0 !important;
}

.noborder--right {
	border-right: none !important;
}

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

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

.align--center {
	text-align: center !important;
}

.transition--none {
	-webkit-transition: none;
	transition: none;
}

.remove--bottom {
	margin-bottom: 0;
}

.half--bottom {
	margin-bottom: 10px;
}

.add--bottom {
	margin-bottom: 20px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

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

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

.align--center {
	margin: 0 auto;
	text-align: center;
}

.gap {
	height: 15px;
	clear: both;
	display: table;
}

.padding20 {
	padding: 20px;
}

.link {
	color: inherit;
}

.link--primary {
	color: #ccc;
	text-decoration: underline;
}

.link--normal {
	color: #999;
	font-weight: 500;
}

.link--normal:hover {
	color: #ccc;
}

.link--arrow {
	display: inline-block;
	line-height: 1;
	color: #ccc;
	font-weight: 400;
	position: relative;
	text-decoration: underline;
	padding: 0 10px 0 0;
}

.link--arrow:before {
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	content: "";
	display: inline-block;
	height: 7px;
	margin: 0 0 0 8px;
	position: absolute;
	right: 0;
	top: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	vertical-align: middle;
	width: 7px;
}

.link--arrow:hover,
.link--arrow:hover:before {
	color: #555555;
	border-color: #555555;
}

.text--bold {
	font-weight: 700;
}

.text--uppercase {
	text-transform: uppercase;
}

.text--dark {
	color: #555555;
}

.text--light {
	opacity: 0.3;
	font-weight: normal;
}

.text--small {
	opacity: 0.4;
	font-style: italic;
	font-size: 95%;
}

.text--block {
	display: block;
}

.text--normal {
	color: #999;
}

.text--normal a {
	color: #333;
}

.text--normal a:hover {
	text-decoration: underline;
}

.text--normal a .fa {
	opacity: 0.3;
	margin: 0 5px 0 0;
}

.text--normal-primary {
	color: #24b26b !important;
}

.text--normal-secondary {
	color: #f15c5c !important;
}

.list__socials li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 0;
	color: #999;
	line-height: 30px;
}

.list__socials li:first-child {
	padding-right: 10px;
}

.list__socials li a {
	font-size: 1.1em;
	color: inherit;
	width: 30px;
	border: 1px solid transparent;
	height: 30px;
	display: block;
	border-radius: 100%;
	line-height: 28px;
	text-align: center;
}

.list__socials li a:hover {
	border-color: inherit;
}

.list__socials li.social--fb {
	color: #3b5998;
}

.list__socials li.social--tw {
	color: #55acee;
}

.list__socials li.social--pt {
	color: #cb2027;
}

.list__socials li.social--li {
	color: #0177b5;
}

.list__socials li.social--gp {
	color: #d95232;
}

.list__socials--filled li.social--fb a {
	background: #3b5998;
	color: #fff;
}

.list__socials--filled li.social--tw a {
	background: #55acee;
	color: #fff;
}

.list__socials--filled li.social--pt a {
	background: #cb2027;
	color: #fff;
}

.list__socials--filled li.social--li a {
	background: #0177b5;
	color: #fff;
}

.list__socials--filled li.social--gp a {
	background: #d95232;
	color: #fff;
}

.hidden {
	display: none;
}

.inviso {
	display: none;
}

.highlighted {
	color: #211922;
	background-color: #ff0;
}

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

.error {
	font-size: 18px;
	font-weight: 300;
	color: #f00;
}

.noFloat {
	float: none;
}

.noState:hover {
	background-color: transparent;
}

.noState:active {
	color: #221919;
}

.border {
	border: 1px solid #b8c3cd;
}

.border-top {
	border-top: 1px solid #b8c3cd;
}

.border-right {
	border-right: 1px solid #b8c3cd;
}

.border-bottom {
	border-bottom: 1px solid #b8c3cd;
}

.border-left {
	border-left: 1px solid #b8c3cd;
}

.invisible {
	visibility: hidden;
}

.red {
	color: red;
}

.noscroll {
	overflow: hidden;
}

.divider {
	height: 1px;
	background: #e9e9e9;
	margin: 15px 0;
}

.border-bottom {
	border-bottom: solid 1px #ccc;
	height: 1px;
}

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

.text--bold {
	font-weight: 700;
}

.text--uppercase {
	text-transform: uppercase;
}

.text--dark {
	color: #555555;
}

.text--light {
	opacity: 0.3;
	font-weight: normal;
}

.text--small {
	opacity: 0.4;
	font-style: italic;
	font-size: 95%;
}

.text--block {
	display: block;
}

.text--normal {
	color: #999;
}

.text--normal a {
	color: #333;
}

.text--normal a:hover {
	text-decoration: underline;
}

.text--normal a .fa {
	opacity: 0.3;
	margin: 0 5px 0 0;
}

.text--normal-primary {}

.text--normal-secondary {
	color: #f15c5c !important;
}

.loader-wrapper {
	position: relative;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -55px;
	width: 110px;
	height: 14px;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 14px;
	border: 2px solid #ccc;
	margin: 10px;
	-webkit-animation: rotate 2s infinite linear;
	animation: rotate 2s infinite linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

.circle:nth-of-type(2) {
	-webkit-animation: rotate2 2s infinite linear;
	animation: rotate2 2s infinite linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.circle:nth-of-type(3) {
	-webkit-animation: rotate3 2s infinite linear;
	animation: rotate3 2s infinite linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes rotate2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes rotate2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes rotate3 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes rotate3 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	85% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}


.clearfix:before,

.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix:after{
	clear: both;
}

/* You can also use a <br class="clear" /> to clear columns */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

/*Bootstrap 4 grid layout*/

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}*/

/*@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}*/

.container {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
	width: 98%;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

/*Bootstrap 4 grid layout end*/

.column {}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

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

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

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

/* Set Margins and gaps*/

.marginTop_medium {
	margin-top: 15px;
}

.marginTop_small {
	margin-top: 10px;
}

.marginTop_minismall {
	margin-top: 5px;
}

.section_space {
	padding: 35px 0 0;
}

.sectionboth_space {
	padding: 35px 0;
}

.insidespace_top {
	padding-top: 35px;
}

.insidespace_bottom {
	padding-bottom: 35px;
}

.mobile-thead {
	display: none;
}

.pull-right {
	float: right;
	text-align: right;
}

.pull-left {
	text-align: left;
	float: left;
}

/*Effects*/

.transition-none {
	-webkit-transition: none;
	transition: none;
}

/*Set clear*/

.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

img {
	max-width: 100%;
	display: block;
}

/*Base CSS end here*/

[ripple] {
	z-index: 1;
	position: relative;
	overflow: hidden;
}

[ripple] .ripple {
	position: absolute;
	background: #FFFFFF;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	-webkit-animation: ripple 1.6s;
	animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.2;
	}
	100% {
		-webkit-transform: scale(40);
		transform: scale(40);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.2;
	}
	100% {
		-webkit-transform: scale(40);
		transform: scale(40);
		opacity: 0;
	}
}

/** system message **/

.system_message {
	top: 80px;
	right: 20px;
	position: fixed;
	z-index: 1000;
}

.system_message .closeMsg,
#mbsmessage .close {
	padding: 0;
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	width: 25px;
	height: 25px;
	display: block;
	right: 10px;
	top: 6px;
	text-align: center;
	line-height: 25px;
	z-index: 1;
}

.system_message .closeMsg:before,
#mbsmessage .close:before {
	content: "\f129";
	font-family: "Ionicons";
	font-size: 16px;
	color: #fff;
}

.div_error {
	text-align: left;
	font-weight: 700;
	min-width: 400px;
	max-width: 500px;
	-webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.5), inset 0 -1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.5), inset 0 -1px 0 rgba(255, 255, 255, .2);
	background-size: 40px 40px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	border: 1px solid;
	color: #fff;
	padding: 10px 40px 10px 15px;
	font-size: 16px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	-webkit-animation: animate_bg 2s linear infinite;
	animation: animate_bg 2s linear infinite;
	background-color: #fa6561;
	border-color: #de2b26;
}

.div_error ul {
	display: block;
	vertical-align: middle;
	margin: 10px 0 0;
	list-style: none;
}

.div_error li {
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	position: relative;
	padding: 0 0 5px 20px;
}

.div_error li a {
	font-weight: normal;
	color: #fff;
	position: relative;
	text-decoration: none;
	cursor: default;
}

.div_error li:before {
	content: "\f100";
	font-size: 15px;
	color: #fff;
	font-family: "Ionicons";
	line-height: 1;
	position: absolute;
	left: -2px;
	top: 1px;
	text-shadow: none;
}

@-webkit-keyframes animate_bg {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -80px 0;
	}
}

@keyframes animate_bg {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -80px 0;
	}
}

.div_msg,
#mbsmessage {
	font-weight: 700;
	min-width: 400px;
	max-width: 500px;
	-webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.5), inset 0 -1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 0 5px rgba(51, 51, 51, 0.5), inset 0 -1px 0 rgba(255, 255, 255, .2);
	background-size: 40px 40px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	border: 1px solid;
	color: #fff;
	padding: 10px 40px 6px 15px;
	font-size: 16px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	-webkit-animation: animate_bg_green 2s linear infinite;
	animation: animate_bg_green 2s linear infinite;
	background-color: #61ba74;
	border-color: #3d9450;
}

.div_msg ul {
	display: block;
	vertical-align: middle;
	list-style: none;
	margin: 0 0 0;
}

.div_msg li {
	font-weight: normal;
	font-size: 13px;
	position: relative;
	padding: 0 0 5px 20px;
	color: #fff;
}

.div_msg li a {
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	cursor: default;
}

.div_msg li:before {
	width: 3px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: 5px;
	bottom: 8px;
	content: "";
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
}

.div_msg li:after {
	width: 3px;
	height: 7px;
	background: #fff;
	position: absolute;
	left: -1px;
	bottom: 8px;
	content: "";
	-webkit-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

@-webkit-keyframes animate_bg_green {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -80px 0;
	}
}

@keyframes animate_bg_green {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -80px 0;
	}
}

#mbsmessage {
	top: 80px;
	right: 20px;
	position: fixed;
	z-index: 1000;
}

/* validation error messages */

.error {
	border-color: #f25454 !important;
}

.errorlist {
	margin: 0;
	list-style: none;
	padding: 2px 10px 4px;
	position: relative;
	background: #fdf7f6;
}

.errorlist li:before {
	content: "\f100";
	font-size: 15px;
	color: #f44336;
	font-family: "Ionicons";
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.errorlist li a {
	color: #f44336;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
}

.errorlist li:last-child {
	padding-bottom: 0;
}

.errorlist li {
	font-size: 12px;
	position: relative;
	padding: 0 0 0 20px;
}

@media only screen and (max-width:990px) {
	.system_message,
	#mbsmessage {
		left: 10px;
		right: 10px;
		top: 60px;
	}
	.div_msg,
	.div_error,
	#mbsmessage {
		font-size: 14px;
		min-width: 1%;
		padding: 8px 35px 8px 8px;
		width: 100%;
		min-width: 1%;
		max-width: 100%;
	}
}

/*Short codes*/

/*btn*/

.btn,
.form input[type="submit"],
.form input[type="button"] {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: solid 1px transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 0.9375em;
	line-height: 1;
	border-radius: 0;
	color: #fff;
	background: none;
	border-radius: 2px;
}

.form input[type="submit"],
.form input[type="button"] {
	border: solid 1px transparent;
}

.btn:hover,
.btn:focus,
.btn.focus,
.form input[type="submit"]:hover,
.form input[type="submit"]:focus,
.form input[type="submit"].focus,
.form input[type="button"]:hover,
.form input[type="button"]:focus,
.form input[type="button"].focus {
	text-decoration: none;
}

.btn:active,
.btn.active,
.form input[type="submit"]:active,
.form input[type="submit"].active,
.form input[type="button"]:active,
.form input[type="button"].active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.form input[type="submit"].disabled,
.form input[type="submit"][disabled],
fieldset[disabled] .form input[type="submit"],
.form input[type="button"].disabled,
.form input[type="button"][disabled],
fieldset[disabled] .form input[type="button"] {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.invalid {
	-webkit-animation: moltinShake .4s ease-in-out .1s normal forwards 1 running;
	animation: moltinShake .4s ease-in-out .1s normal forwards 1 running
}

@-webkit-keyframes moltinShake {
	12.5% {
		-webkit-transform: translateX(-6px) rotateY(-5deg);
		transform: translateX(-6px) rotateY(-5deg)
	}
	37.5% {
		-webkit-transform: translateX(5px) rotateY(4deg);
		transform: translateX(5px) rotateY(4deg)
	}
	62.5% {
		-webkit-transform: translateX(-3px) rotateY(-2deg);
		transform: translateX(-3px) rotateY(-2deg)
	}
	87.5% {
		-webkit-transform: translateX(2px) rotateY(1deg);
		transform: translateX(2px) rotateY(1deg)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes moltinShake {
	12.5% {
		-webkit-transform: translateX(-6px) rotateY(-5deg);
		transform: translateX(-6px) rotateY(-5deg)
	}
	37.5% {
		-webkit-transform: translateX(5px) rotateY(4deg);
		transform: translateX(5px) rotateY(4deg)
	}
	62.5% {
		-webkit-transform: translateX(-3px) rotateY(-2deg);
		transform: translateX(-3px) rotateY(-2deg)
	}
	87.5% {
		-webkit-transform: translateX(2px) rotateY(1deg);
		transform: translateX(2px) rotateY(1deg)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

/*default */

.btn--default {
	color: #ccc;
	background-color: #fff;
	border-color: #ccc;
	border: 1px solid #ddd;
}

.btn--default:focus,
.btn--default.focus {
	color: #ccc;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn--default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn--default:active,
.btn--default.active,
.open > .btn--default.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn--default:active:hover,
.btn--default:active:focus,
.btn--default:active.focus,
.btn--default.active:hover,
.btn--default.active:focus,
.btn--default.active.focus,
.open > .btn--default.dropdown-toggle:hover,
.open > .btn--default.dropdown-toggle:focus,
.open > .btn--default.dropdown-toggle.focus {
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn--default:active,
.btn--default.active,
.open > .btn--default.dropdown-toggle {
	background-image: none;
}

.btn--default.disabled:hover,
.btn--default.disabled:focus,
.btn--default.disabled.focus,
.btn--default[disabled]:hover,
.btn--default[disabled]:focus,
.btn--default[disabled].focus,
fieldset[disabled] .btn--default:hover,
fieldset[disabled] .btn--default:focus,
fieldset[disabled] .btn--default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn--default .badge {
	color: #fff;
}

/*primary*/

input[type="submit"].btn--primary,
.btn--primary {
	background: #284a5c;
	color: #f8eedc;
}

input[type="submit"].btn--border,
.btn--border {
	border-color: #284a5c;
	color: #393e4a;
}

.btn--primary:focus,
.btn--primary.focus,
.form input[type="submit"]:focus,
.form input[type="submit"].focus {}

.btn--primary:hover,
.form input[type="submit"]:hover {}

.btn--primary:active:hover,
.btn--primary:active:focus,
.btn--primary:active.focus,
.btn--primary.active:hover,
.btn--primary.active:focus,
.btn--primary.active.focus,
.open > .btn--primary.dropdown-toggle:hover,
.open > .btn--primary.dropdown-toggle:focus,
.open > .btn--primary.dropdown-toggle.focus,
.form input[type="submit"]:active:hover,
.form input[type="submit"]:active:focus,
.form input[type="submit"]:active.focus,
.form input[type="submit"].active:hover,
.form input[type="submit"].active:focus,
.form input[type="submit"].active.focus,
.open > .form input[type="submit"].dropdown-toggle:hover,
.open > .form input[type="submit"].dropdown-toggle:focus,
.open > .form input[type="submit"].dropdown-toggle.focus {}

.btn--primary:active,
.btn--primary.active,
.open > .btn--primary.dropdown-toggle,
.form input[type="submit"]:active,
.form input[type="submit"].active,
.open > .form input[type="submit"].dropdown-toggle {
	background-image: none;
}

.btn--primary.disabled:hover,
.btn--primary.disabled:focus,
.btn--primary.disabled.focus,
.btn--primary[disabled]:hover,
.btn--primary[disabled]:focus,
.btn--primary[disabled].focus,
fieldset[disabled] .btn--primary:hover,
fieldset[disabled] .btn--primary:focus,
fieldset[disabled] .btn--primary.focus,
.form input[type="submit"].disabled:hover,
.form input[type="submit"].disabled:focus,
.form input[type="submit"].disabled.focus,
.form input[type="submit"][disabled]:hover,
.form input[type="submit"][disabled]:focus,
.form input[type="submit"][disabled].focus,
fieldset[disabled] .form input[type="submit"]:hover,
fieldset[disabled] .form input[type="submit"]:focus,
fieldset[disabled] .form input[type="submit"].focus {}

.btn--primary .badge,
.form input[type="submit"] .badge {
	color: #ccc;
	background-color: #fff;
}

/*success*/

.btn--success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn--success:focus,
.btn--success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn--success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn--success:active,
.btn--success.active,
.open > .btn--success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn--success:active:hover,
.btn--success:active:focus,
.btn--success:active.focus,
.btn--success.active:hover,
.btn--success.active:focus,
.btn--success.active.focus,
.open > .btn--success.dropdown-toggle:hover,
.open > .btn--success.dropdown-toggle:focus,
.open > .btn--success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn--success:active,
.btn--success.active,
.open > .btn--success.dropdown-toggle {
	background-image: none;
}

.btn--success.disabled:hover,
.btn--success.disabled:focus,
.btn--success.disabled.focus,
.btn--success[disabled]:hover,
.btn--success[disabled]:focus,
.btn--success[disabled].focus,
fieldset[disabled] .btn--success:hover,
fieldset[disabled] .btn--success:focus,
fieldset[disabled] .btn--success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn--success .badge {
	color: #5cb85c;
	background-color: #fff;
}

/*info*/

.btn--info {
	color: #fff;
	background-color: #237dbb;
	border-color: #1f6fa6;
}

.btn--info:focus,
.btn--info.focus {
	color: #fff;
	background-color: #1b6090;
	border-color: #0b273a;
}

.btn--info:hover {
	color: #fff;
	background-color: #1b6090;
	border-color: #154c72;
}

.btn--info:active,
.btn--info.active,
.open > .btn--info.dropdown-toggle {
	color: #fff;
	background-color: #1b6090;
	border-color: #154c72;
}

.btn--info:active:hover,
.btn--info:active:focus,
.btn--info:active.focus,
.btn--info.active:hover,
.btn--info.active:focus,
.btn--info.active.focus,
.open > .btn--info.dropdown-toggle:hover,
.open > .btn--info.dropdown-toggle:focus,
.open > .btn--info.dropdown-toggle.focus {
	color: #fff;
	background-color: #154c72;
	border-color: #0b273a;
}

.btn--info:active,
.btn--info.active,
.open > .btn--info.dropdown-toggle {
	background-image: none;
}

.btn--info.disabled:hover,
.btn--info.disabled:focus,
.btn--info.disabled.focus,
.btn--info[disabled]:hover,
.btn--info[disabled]:focus,
.btn--info[disabled].focus,
fieldset[disabled] .btn--info:hover,
fieldset[disabled] .btn--info:focus,
fieldset[disabled] .btn--info.focus {
	background-color: #237dbb;
	border-color: #1f6fa6;
}

.btn--info .badge {
	color: #237dbb;
	background-color: #fff;
}

.btn--info:hover {}

/*warning*/

.btn--warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn--warning:focus,
.btn--warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn--warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn--warning:active,
.btn--warning.active,
.open > .btn--warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn--warning:active:hover,
.btn--warning:active:focus,
.btn--warning:active.focus,
.btn--warning.active:hover,
.btn--warning.active:focus,
.btn--warning.active.focus,
.open > .btn--warning.dropdown-toggle:hover,
.open > .btn--warning.dropdown-toggle:focus,
.open > .btn--warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn--warning:active,
.btn--warning.active,
.open > .btn--warning.dropdown-toggle {
	background-image: none;
}

.btn--warning.disabled:hover,
.btn--warning.disabled:focus,
.btn--warning.disabled.focus,
.btn--warning[disabled]:hover,
.btn--warning[disabled]:focus,
.btn--warning[disabled].focus,
fieldset[disabled] .btn--warning:hover,
fieldset[disabled] .btn--warning:focus,
fieldset[disabled] .btn--warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn--warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

/*danger*/

.btn--danger {
	color: #fff;
	background-color: #f15c5c;
	border-color: #ef4545;
}

.btn--danger:focus,
.btn--danger.focus {
	color: #fff;
	background-color: #ed2d2d;
	border-color: #a60e0e;
}

.btn--danger:hover {
	color: #fff;
	background-color: #ed2d2d;
	border-color: #e31313;
}

.btn--danger:active,
.btn--danger.active,
.open > .btn--danger.dropdown-toggle {
	color: #fff;
	background-color: #ed2d2d;
	border-color: #e31313;
}

.btn--danger:active:hover,
.btn--danger:active:focus,
.btn--danger:active.focus,
.btn--danger.active:hover,
.btn--danger.active:focus,
.btn--danger.active.focus,
.open > .btn--danger.dropdown-toggle:hover,
.open > .btn--danger.dropdown-toggle:focus,
.open > .btn--danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #e31313;
	border-color: #a60e0e;
}

.btn--danger:active,
.btn--danger.active,
.open > .btn--danger.dropdown-toggle {
	background-image: none;
}

.btn--danger.disabled:hover,
.btn--danger.disabled:focus,
.btn--danger.disabled.focus,
.btn--danger[disabled]:hover,
.btn--danger[disabled]:focus,
.btn--danger[disabled].focus,
fieldset[disabled] .btn--danger:hover,
fieldset[disabled] .btn--danger:focus,
fieldset[disabled] .btn--danger.focus {
	background-color: #f15c5c;
	border-color: #ef4545;
}

.btn--danger .badge {
	color: #f15c5c;
	background-color: #fff;
}

/*secondary */

.btn--secondary,
.form input[type="button"] {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}

.btn--secondary:focus,
.btn--secondary.focus,
.form input[type="button"]:focus,
.form input[type="button"].focus {}

.btn--secondary:hover,
.form input[type="button"]:hover {
	background-color: #e53450;
}

.btn--secondary:active,
.btn--secondary.active,
.open > .btn--secondary.dropdown-toggle,
.form input[type="button"]:active,
.form input[type="button"].active,
.open > .form input[type="button"].dropdown-toggle {}

.btn--secondary:active,
.btn--secondary.active,
.open > .btn--secondary.dropdown-toggle,
.form input[type="button"]:active,
.form input[type="button"].active,
.open > .form input[type="button"].dropdown-toggle {
	background-image: none;
}

.btn--secondary.disabled:hover,
.btn--secondary.disabled:focus,
.btn--secondary.disabled.focus,
.btn--secondary[disabled]:hover,
.btn--secondary[disabled]:focus,
.btn--secondary[disabled].focus,
fieldset[disabled] .btn--secondary:hover,
fieldset[disabled] .btn--secondary:focus,
fieldset[disabled] .btn--secondary.focus,
.form input[type="button"].disabled:hover,
.form input[type="button"].disabled:focus,
.form input[type="button"].disabled.focus,
.form input[type="button"][disabled]:hover,
.form input[type="button"][disabled]:focus,
.form input[type="button"][disabled].focus,
fieldset[disabled] .form input[type="button"]:hover,
fieldset[disabled] .form input[type="button"]:focus,
fieldset[disabled] .form input[type="button"].focus {
	background-color: #f15c5c;
	border-color: #ef4545;
}

.btn--secondary .badge,
.form input[type="button"] .badge {
	color: #f15c5c;
	background-color: #fff;
}

.btn--secondary:hover,
.form input[type="button"]:hover {}

/*third */

.btn--third,
.form input[type="button"] {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}

.btn--third:focus,
.btn--third.focus,
.form input[type="button"]:focus,
.form input[type="button"].focus {}

.btn--third:hover,
.form input[type="button"]:hover {
	background-color: #ccc;
	border-color: #ccc;
}

.btn--third:active,
.btn--third.active,
.open > .btn--third.dropdown-toggle,
.form input[type="button"]:active,
.form input[type="button"].active,
.open > .form input[type="button"].dropdown-toggle {}

.btn--third:active,
.btn--third.active,
.open > .btn--third.dropdown-toggle,
.form input[type="button"]:active,
.form input[type="button"].active,
.open > .form input[type="button"].dropdown-toggle {
	background-image: none;
}

.btn--third.disabled:hover,
.btn--third.disabled:focus,
.btn--third.disabled.focus,
.btn--third[disabled]:hover,
.btn--third[disabled]:focus,
.btn--third[disabled].focus,
fieldset[disabled] .btn--third:hover,
fieldset[disabled] .btn--third:focus,
fieldset[disabled] .btn--third.focus,
.form input[type="button"].disabled:hover,
.form input[type="button"].disabled:focus,
.form input[type="button"].disabled.focus,
.form input[type="button"][disabled]:hover,
.form input[type="button"][disabled]:focus,
.form input[type="button"][disabled].focus,
fieldset[disabled] .form input[type="button"]:hover,
fieldset[disabled] .form input[type="button"]:focus,
fieldset[disabled] .form input[type="button"].focus {
	background-color: #ccc;
	border-color: #ccc;
}

.btn--third .badge,
.form input[type="button"] .badge {
	color: #f15c5c;
	background-color: #fff;
}

.btn--third:hover,
.form input[type="button"]:hover {}

/*black*/

.btn--black {
	color: #fff;
	background-color: #000;
	border-color: black;
}

.btn--black:focus,
.btn--black.focus {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn--black:hover {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn--black:active,
.btn--black.active,
.open > .btn--black.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn--black:active:hover,
.btn--black:active:focus,
.btn--black:active.focus,
.btn--black.active:hover,
.btn--black.active:focus,
.btn--black.active.focus,
.open > .btn--black.dropdown-toggle:hover,
.open > .btn--black.dropdown-toggle:focus,
.open > .btn--black.dropdown-toggle.focus {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn--black:active,
.btn--black.active,
.open > .btn--black.dropdown-toggle {
	background-image: none;
}

.btn--black.disabled:hover,
.btn--black.disabled:focus,
.btn--black.disabled.focus,
.btn--black[disabled]:hover,
.btn--black[disabled]:focus,
.btn--black[disabled].focus,
fieldset[disabled] .btn--black:hover,
fieldset[disabled] .btn--black:focus,
fieldset[disabled] .btn--black.focus {
	background-color: #000;
	border-color: black;
}

.btn--black .badge {
	color: #000;
	background-color: #fff;
}

.btn--black:hover {}

.btn--gray {
	color: #000;
	background-color: #ccc;
	border-color: #ccc;
}

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

.btn--gray:hover {
	border-color: #c1c1c1;
}

.btn--gray:active,
.btn--gray.active,
.open > .btn--gray.dropdown-toggle {}

.btn--gray:active:hover,
.btn--gray:active:focus,
.btn--gray:active.focus,
.btn--gray.active:hover,
.btn--gray.active:focus,
.btn--gray.active.focus,
.open > .btn--gray.dropdown-toggle:hover,
.open > .btn--gray.dropdown-toggle:focus,
.open > .btn--gray.dropdown-toggle.focus {}

.btn--gray:active,
.btn--gray.active,
.open > .btn--gray.dropdown-toggle {
	background-image: none;
}

.btn--gray.disabled:hover,
.btn--gray.disabled:focus,
.btn--gray.disabled.focus,
.btn--gray[disabled]:hover,
.btn--gray[disabled]:focus,
.btn--gray[disabled].focus,
fieldset[disabled] .btn--gray:hover,
fieldset[disabled] .btn--gray:focus,
fieldset[disabled] .btn--gray.focus {
	background-color: #dadada;
}

.btn--gray .badge {
	color: #dadada;
	background-color: #fff;
}

.btn--gray:hover {}

.btn--link {
	color: #ccc;
	font-size: 0.8em;
	font-weight: normal;
}

.btn--link,
.btn--link:active,
.btn--link.active,
.btn--link[disabled],
fieldset[disabled] .btn--link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn--link,
.btn--link:hover,
.btn--link:focus,
.btn--link:active {
	border-color: transparent;
}

.btn--link:hover,
.btn--link:focus {
	color: inherit;
	text-decoration: underline;
	background-color: transparent;
}

.btn--link[disabled]:hover,
.btn--link[disabled]:focus,
fieldset[disabled] .btn--link:hover,
fieldset[disabled] .btn--link:focus {
	color: #e7e7e7;
	text-decoration: none;
}

.btn--white {
	background: #fff;
	color: #999;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #ccc;
	font-weight: 500;
	white-space: nowrap;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.42857;
}

.btn--white:hover,
.btn--white:active,
.btn--white:focus {
	background: #fff;
	color: #999;
}

.btn--lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
}

.btn--sm,
.btn--sm.btn--white,
.form input[type="submit"].btn--sm,
.form input[type="button"].btn--sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.btn--xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.btn--h-large {
	min-width: 170px;
}

.btn--block {
	display: block;
	width: 100%;
}

.btn--block + .btn--block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

/**/

/* form ---------------------- */

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input,
select,
textarea {
	outline: none;
	font-family: inherit;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: transparent !important;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="search"],
input[type="password"],
textarea,
select,
input[type="number"],
input[type="file"] {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #d3d2d2;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	color: #999;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus,
input[type="file"]:focus {
	border-color: rgba(25, 132, 189, 0.8);
	outline: 0;
	outline: thin dotted \9;
}

input[type="file"] {
	height: auto;
	padding: 8px 10px;
}

.form input[type="submit"] {
	margin: 0 10px 0 0;
}

select {
	padding-right: 35px;
	background-image: url(../images/select-arrow.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 1em;
}

.field--calender {
	background-color: #fff;
	padding-right: 35px !important;
	background-image: url(../images/icon--calender.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 15px;
}

textarea {
	height: 150px;
	padding: 15px;
}

.field-set {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px;
}

.form__group {
	width: 100%;
	display: inline-block;
	margin: 15px 0 0;
}

.field_label {
	color: #ccc;
	display: block;
	margin: 0 0 5px 0;
}

.form--normal {
	margin: 20px 0;
}

.form--normal input[type="submit"] {
	min-width: 180px;
	text-transform: uppercase;
	/*font-weight: 700;*/
	margin: 0 20px 0 0;
}

.mandatory,
.spn_must_field {
	color: red;
}

.form--auto input,
.form--auto select {
	width: auto;
}

/* radio and checkbox */

.checkbox,
.radio {
	display: inline-block;
	color: #999;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 30px;
	min-height: 20px;
}

.checkbox input,
.radio input {
	top: 0;
	left: 0;
	margin: 0 !important;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio.disabled,
.checkbox.disabled {
	cursor: not-allowed;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="text"][disabled],
input[type="password"][disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

input[type="text"][disabled],
input[type="password"][disabled] {
	background: rgba(0, 0, 0, 0.03);
}

.inline.radio,
.inline.checkbox {
	padding-right: 20px;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
	-webkit-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
	left: 0;
	border: 1px solid #ccc;
	background: #fff;
}

.checkbox.disabled,
.radio.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.checkbox input {
	width: 20px;
	height: 20px;
}

.checkbox input:checked + .input-helper:after {
	-webkit-transform: scale(1) rotate(-50deg);
	transform: scale(1) rotate(-50deg);
	opacity: 1;
	filter: alpha(opacity=100);
}

.checkbox .input-helper:before {
	top: 0;
	width: 20px;
	height: 20px;
}

.checkbox .input-helper:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0) rotate(80deg);
	transform: scale(0) rotate(80deg);
	width: 15px;
	height: 8px;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom-left-radius: 1px;
	left: 3px;
	top: 4px;
}

.radio input {
	width: 19px;
	height: 19px;
}

.radio input:checked + .input-helper:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.radio .input-helper:before {
	top: -1px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}

.radio .input-helper:after {
	width: 11px;
	height: 11px;
	background: #ccc;
	border-radius: 50%;
	top: 3px;
	left: 4px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.form--shadow input[type="text"],
.form--shadow select {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border: none;
}

.form--inline {
	display: inline-block;
	vertical-align: top;
}

.form--inline label {
	font-size: 1em;
	font-weight: 500;
}

.form--inline li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	text-align: left;
}

.form--inline li:last-child {
	padding-right: 0;
}

.form--inline .btn--white {
	display: none;
}

.form--inline .btn--white .fa {
	display: none;
}

.form--inline .field--sort .fa {
	display: none;
}

.form__cover {
	padding: 20px;
	background: #f5f5f5;
	border-radius: 3px;
	width: 100%;
	display: inline-block;
}

.form--horizontal .field-set {
	display: table;
	table-layout: fixed;
}

.form--horizontal .caption-wraper {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0;
	width: 30%;
}

.form--horizontal .field-wraper {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.form .text--small,
.preview .text--small {
	opacity: 0.4;
	font-style: italic;
	font-size: 95%;
}

.labels--inline label {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px 0 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	border-radius: 5px;
}

.labels--inline label .input-helper:before {
	top: 9px;
	left: 10px;
}

.labels--inline label .input-helper:after {
	top: 13px;
	left: 14px;
}

.labelgroup--vertical label {
	display: block;
	margin: 10px 0;
}

.labelgroup--horizontal label {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.radio--large {
	min-height: 26px;
	padding-left: 35px;
	line-height: 26px;
}

.radio--large input {
	width: 26px;
	height: 26px;
}

.radio--large .input-helper {
	width: 26px;
	height: 26px;
	position: absolute;
	border-radius: 4px;
	background: #ddd;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 1px transparent, inset 0 0 0 3px transparent;
	box-shadow: 0 0 1px transparent, inset 0 0 0 3px transparent;
	-webkit-transition: 0.3s all;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
}

.radio--large .input-helper:after,
.radio--large .input-helper:before {
	display: none;
}

.radio--large input:checked + .input-helper {
	-webkit-box-shadow: 0 0 1px #666, inset 0 0 0 4px #fff;
	box-shadow: 0 0 1px #666, inset 0 0 0 4px #fff;
}

.radio--custom {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 2px 0;
}

.radio--custom input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.radio--custom input:checked + .input-txt {
	background: #f5f5f5;
}

.radio--custom .input-txt {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
}

.checkbox--positioned {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 1;
}

.form--horizontal .field-set {
	display: table;
	table-layout: fixed;
}

.form--horizontal .caption-wraper {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0;
	width: 30%;
}

.form--horizontal .field-wraper {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}

.form small,
.form .text--small,
.preview .text--small {
	opacity: 0.8;
	font-style: italic;
	font-size: 80%;
}

.labels--inline label {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px 0 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	border-radius: 5px;
}

.labels--inline label .input-helper:before {
	top: 9px;
	left: 10px;
}

.labels--inline label .input-helper:after {
	top: 13px;
	left: 14px;
}

.field--small {
	width: 60px !important;
	display: inline-block;
	vertical-align: top;
}

.field--normal {
	width: 120px !important;
	display: inline-block;
	vertical-align: top;
}

.field-set-gray {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 15px;
}

.form--singlefield input[type="text"] {
	width: 70%;
	float: left;
	border-radius: 3px 0 0 3px;
}

.form--singlefield input[type="submit"] {
	width: 30%;
	float: left;
	margin: 0;
	border-radius: 0 3px 3px 0;
	padding: 10px;
}

.form--secondary input[type="submit"] {
	color: #fff;
	background-color: #f15c5c;
	border-color: #ef4545;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNWM1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViMTYxNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f15c5c), to(#eb1616));
	background-image: linear-gradient(to bottom, #f15c5c, #eb1616);
}

.form--secondary input[type="submit"]:focus,
.form--secondary input[type="submit"].focus {
	color: #fff;
	background-color: #ed2d2d;
	border-color: #a60e0e;
}

.form--secondary input[type="submit"]:hover {
	color: #fff;
	background-color: #ed2d2d;
	border-color: #e31313;
}

.form--secondary input[type="submit"]:active,
.form--secondary input[type="submit"].active,
.open > .form--secondary input[type="submit"].dropdown-toggle {
	color: #fff;
	background-color: #ed2d2d;
	border-color: #e31313;
}

.form--secondary input[type="submit"]:active:hover,
.form--secondary input[type="submit"]:active:focus,
.form--secondary input[type="submit"]:active.focus,
.form--secondary input[type="submit"].active:hover,
.form--secondary input[type="submit"].active:focus,
.form--secondary input[type="submit"].active.focus,
.open > .form--secondary input[type="submit"].dropdown-toggle:hover,
.open > .form--secondary input[type="submit"].dropdown-toggle:focus,
.open > .form--secondary input[type="submit"].dropdown-toggle.focus {
	color: #fff;
	background-color: #e31313;
	border-color: #a60e0e;
}

.form--secondary input[type="submit"]:active,
.form--secondary input[type="submit"].active,
.open > .form--secondary input[type="submit"].dropdown-toggle {
	background-image: none;
}

.form--secondary input[type="submit"].disabled:hover,
.form--secondary input[type="submit"].disabled:focus,
.form--secondary input[type="submit"].disabled.focus,
.form--secondary input[type="submit"][disabled]:hover,
.form--secondary input[type="submit"][disabled]:focus,
.form--secondary input[type="submit"][disabled].focus,
fieldset[disabled] .form--secondary input[type="submit"]:hover,
fieldset[disabled] .form--secondary input[type="submit"]:focus,
fieldset[disabled] .form--secondary input[type="submit"].focus {
	background-color: #f15c5c;
	border-color: #ef4545;
}

.form--secondary input[type="submit"] .badge {
	color: #f15c5c;
	background-color: #fff;
}

.form--secondary input[type="submit"]:hover {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNWM1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViMTYxNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f15c5c), to(#eb1616));
	background-image: linear-gradient(to top, #f15c5c, #eb1616);
}

.form--secondary input[type="text"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* tablet ---------------------- */

@media (max-width: 1050px) {
	.form--inline .btn--white {
		display: block;
	}
	.form--inline .btn--white .fa {
		display: inline-block;
	}
}

/* ipad ---------------------- */

@media (min-width: 991px) and (max-width: 1050px) {
	.form--singlefield input[type="text"] {
		width: 60%;
	}
	.form--singlefield input[type="submit"] {
		width: 40%;
	}
}

/* tablet ---------------------- */

/* mobile ---------------------- */

@media (max-width: 767px) {
	.form--normal {
		margin: 0 0 20px 0;
	}
	.field-set {
		margin: 5px 0;
	}
	.form--normal input[type="submit"] {
		min-width: 1%;
	}
	.form--inline {
		margin: 0 -10px;
		display: block;
	}
	.form--inline ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		vertical-align: top;
	}
	.form--inline li {
		display: table-cell;
		vertical-align: top;
		padding: 0 10px;
		text-align: left;
	}
	.form--inline li:last-child {
		padding-right: 10px;
	}
	.form--inline .btn--white {
		font-weight: normal;
		text-align: left;
		padding: 10px;
		display: block;
	}
	.form--inline .btn--white .fa {
		float: right;
		font-size: 1.1em;
		margin: 3px 0 0;
		display: inline-block;
	}
	.form--inline .field--sort {
		position: relative;
	}
	.form--inline .field--sort select {
		background-image: none;
	}
	.form--inline .field--sort .fa {
		position: absolute;
		right: 25px;
		top: 12px;
		font-size: 1.1em;
		color: #999;
		display: block;
	}
	.radio--custom .input-txt {
		padding: 6px 5px;
	}
	.form__cover textarea + p {
		padding-top: 10px;
	}
	.field--small,
	.field--normal {
		width: 100% !important;
		margin: 2px 0;
	}
	.form--horizontal .field-set {
		display: inline-block;
		table-layout: auto;
	}
	.form--horizontal .caption-wraper {
		display: block;
		padding: 5px 0 0;
		width: 100%;
	}
	.form--horizontal .field-wraper {
		display: block;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.form--singlefield input[type="text"] {
		width: 56%;
	}
	.form--singlefield input[type="submit"] {
		width: 44%;
		font-size: 0.9em;
	}
	.block-on-mobile {
		display: block;
		width: 100%;
	}
	.block-on-mobile + .block-on-mobile {
		margin-top: 5px;
	}
}

/***/

/* paginations */

.pagination {
	border: 1px solid #ccc;
	display: inline-block;
	background: #fff;
}

.pagination.center {
	display: table;
	margin: 0 auto;
}

.pagination li {
	float: left;
}

.pagination li a {
	width: 38px;
	line-height: 38px;
	text-align: center;
	height: 40px;
	display: block;
	font-size: 1.1em;
	color: #333;
	border: none;
	position: relative;
	overflow: hidden;
}

.pagination li.selected a {
	background: #f5f5f5;
	color: #000;
	font-weight: 700;
}

.pagination li a:hover {
	background: #f5f5f5;
	color: #000;
}

.pagination li.disabled {
	opacity: 0.4;
}

.pagination li.disabled a {
	cursor: not-allowed;
}

.pagination li.prev a:before {
	width: 12px;
	height: 12px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;
	left: 14px;
	top: 14px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pagination li.next a:before {
	width: 12px;
	height: 12px;
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	position: absolute;
	left: 10px;
	top: 14px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-banner {
	background-position: center top;
	position: relative;
	height: 399px;
	color: #fff;
}

.page-banner .banner-txt {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}

.page-banner .banner-txt h1 {
	color: inherit;
	font-size: 4em;
	font-weight: 600;
	line-height: 1;
}

.page-banner .banner-txt h4 {
	color: inherit;
	font-size: 2em;
	display: block;
}

.container--cms p {
	color: #ccc;
}

.container--cms .space {
	padding: 50px 0;
}

.container--cms ul {
	margin: 10px 0;
}

.container--cms ul li {
	position: relative;
	padding: 0 0 5px 15px;
	color: #999999;
	font-size: 1em;
}

.container--cms ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #c5c5c5;
}

.container--cms ol {
	list-style: decimal;
}

.container--cms ol li {
	position: relative;
	padding: 0 0 15px 0;
	color: #666;
	margin: 0 0 0 15px;
	font-size: 1.1em;
}

.container--cms ol li a {
	color: inherit;
}

.bg--second {
	background: #ccc;
	color: #fff;
}

.bg--second * {
	color: inherit !important;
}

.bg--second a.btn--custom {
	border-color: #fff;
	color: inherit;
	border-width: 2px;
}

.boxcontainer {
	padding: 20px 0 20px;
}

.boxcontainer .box--gray {
	background: rgba(0, 0, 0, 0.04);
	position: relative;
	padding: 30px 40px 20px 210px;
	border-radius: 3px;
	margin: 20px 0 0;
}

.boxcontainer .box--gray .fa {
	position: absolute;
	left: 120px;
	top: 25px;
	font-size: 4em;
	color: #ccc;
}

.boxcontainer .box--gray p {
	color: #555555;
	margin: 0;
}

.boxcontainer .box--gray h3 {
	padding: 0 0 5px 0;
}

.boxcontainer .box--gray h3 a {
	color: inherit;
}

/*page loader*/

.no-js #loader {
	display: none;
}

.js #loader {

	position: absolute;
	left: 50%;
	top: 50%;
}

.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

.round-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 65px;
	width: 25px;
	margin: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.round {
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #ccc;
	border-radius: 50%;
}

@-webkit-keyframes loading {
	0% {}
	25% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	75% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.round:nth-child(1) {
	-webkit-animation: loading 1s infinite;
	-webkit-animation-delay: 0s;
}

.round:nth-child(2) {
	-webkit-animation: loading 1s infinite;
	-webkit-animation-delay: 0.5s;
}

.round:nth-child(3) {
	-webkit-animation: loading 1s infinite;
}

/*page loader end*/

/*gradient backgrounds*/

.backgrounds1 {
	background: url(../images/bg-pattern.png), #7b4397;
	background: url(../images/bg-pattern.png), -webkit-gradient(linear, right top, left top, color-stop(21.85%, #ae8027), to(#dc20a8));
	background: url(../images/bg-pattern.png), linear-gradient(to left, #ae8027 21.85%, #dc20a8);
}

.backgrounds2 {
	background-color: #6C84E5;
	background: url(../images/elements_header_background.png), -webkit-gradient(linear, left top, right top, from(rgba(249, 75, 113, 1)), to(rgba(117, 109, 227, 1)));
	background: url(../images/elements_header_background.png), linear-gradient(to right, rgba(249, 75, 113, 1), rgba(117, 109, 227, 1));
	background-size: 300px 300px, auto;
}

.backgrounds3 {
	background: linear-gradient(45deg, #CF78D4 0%, #F34883 50%, #447FE4 100%);
	content: '';
	opacity: 0.65;
}

.fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
	opacity: 0;
}
