﻿@charset "UTF-8";
a,
table {
	background-color: transparent;
}
caption,
th {
	text-align: left;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
menu,
nav,
section,
summary {
	display: block;
}
.table,
label {
	max-width: 100%;
}
a.btn.disabled,
a.rq-btn.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.rq-btn {
	pointer-events: none;
}
.tooltip,
button,
select {
	text-transform: none;
}
.fa,
[data-icon]:before {
	-moz-osx-font-smoothing: grayscale;
}
.owl-carousel.owl-rtl,
.ui-datepicker-rtl {
	direction: rtl;
}
@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.eot?) format("eot"),
    url(../fonts/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat-Regular.ttf) format("truetype"),
    url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Poppins Regular";
	src: url(../fonts/Poppins-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Oswald Regular";
	src: url(../fonts/Oswald-Regular.eot?) format("eot"),
    url(../fonts/Oswald-Regular.woff) format("woff"),
    url(../fonts/Oswald-Regular.ttf) format("truetype"),
    url(../fonts/Oswald-Regular.svg#Oswald-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Open Sans";
	src: url(../fonts/OpenSans-Regular.eot?) format("eot"),
    url(../fonts/OpenSans-Regular.woff) format("woff"),
    url(../fonts/OpenSans-Regular.ttf) format("truetype"),
    url(../fonts/OpenSans-Regular.svg#OpenSans) format("svg");
	font-weight: 400;
	font-style: normal;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background-color: mediumblue;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
optgroup,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre,
textarea {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
.close,
label {
	font-weight: 700;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    background-color: mediumblue;
}
button {
	overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    background-color: mediumblue;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	width: 100%;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
}
.table {
	width: 100%;
	margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.btn,
.caret {
	vertical-align: middle;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.contact-us-box{
		width: 100%;
		margin: 0px;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}
}
fieldset,
legend {
	padding: 0;
	border: 0;
}
fieldset {
	margin: 0;
	min-width: 0;
}
legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
}
.media-object.img-thumbnail,
.nav > li > a > img {
	max-width: none;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
*,
.selectize-input,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
.form-control,
output {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	display: block;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
output {
	padding-top: 7px;
}
.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: all border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s ease;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"],
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm {
		line-height: 30px;
	}
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"],
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
	margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
.btn-block + .btn-block,
.help-block {
	margin-top: 5px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.form-group-sm .form-control,
.input-sm {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
}
.input-sm {
	height: 30px;
	line-height: 1.5;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 18px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	line-height: 1.3333333;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	line-height: 1.3333333;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-control-static,
	.form-inline .form-group {
		display: inline-block;
	}
	.form-inline .control-label,
	.form-inline .form-group {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0;
	}
	.form-inline .checkbox input[type="checkbox"],
	.form-inline .radio input[type="radio"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
.btn.active,
.btn:active,
.dropdown-toggle:focus,
.flex-container a:hover,
.flex-slider a:hover,
.modal,
.modal-content,
.navbar-toggle:focus,
.open > a {
	outline: 0;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active,
.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #0487d9;
	border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #0487d9;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #0487d9;
	background-color: #fff;
}
.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.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.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.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	color: #0487d9;
	font-weight: 400;
	border-radius: 0;
}
.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:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm,
.btn-xs {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-sm {
	padding: 5px 10px;
}
.btn-xs {
	padding: 1px 5px;
}
.btn-block {
	display: block;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown,
.dropup {
	position: relative;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.dropdown-header,
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	white-space: nowrap;
	line-height: 1.42857143;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	clear: both;
	font-weight: 400;
	color: #333;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #0487d9;
}
.dropdown-header,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.nav > li.disabled > a {
	color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	font-size: 12px;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.nav > li,
.nav > li > a {
	position: inherit;
	display: block;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 992px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li > a {
	padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #0487d9;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #fff !important;
	background-color: #47484a;
	border: 1px solid #47484a;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-justified > li,
.nav-stacked > li {
	float: none;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #0487d9;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
	padding: 20px 0;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 992px) {
	.navbar {
		border-radius: 4px;
	}
	.navbar-header {
		float: left;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.embed-responsive,
.modal,
.modal-open,
.progress {
	overflow: hidden;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	height: auto;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 992px) {
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-fixed-bottom,
	.navbar-fixed-top,
	.navbar-static-top {
		border-radius: 0;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 10px 10px;
	margin-top: 16px;
	margin-bottom: 8px;
	background-color: #267303;
	border: 1px solid #267303;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}
.breadcrumb > li,
.pagination {
	display: inline-block;
	color: #0468be;
	font-weight: 400;
}
.breadcrumb > li a {
	color: #000;
	font-weight: 700;
}
.navbar-nav {
	margin: 7.5px -15px;
}
/* .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
} */
@media (max-width: 1199px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none;
	}
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
	background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
}
@media (min-width: 992px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
		margin-top: 18px;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
	margin: 8px -15px;
}
@media (max-width: 1199px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-radius: 4px 4px 0 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 992px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 1199px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #2d2e33;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #080808;
	color: #fff;
}
@media (max-width: 1199px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.breadcrumb {
	list-style: none;
	float: left;
	border-radius: 4px;
	text-transform: uppercase;
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #777;
}
.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #0487d9;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	background-color: #0487d9;
	border-color: #0487d9;
	cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #0487d9;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	transition: all width 0.6s ease ease;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
	color: inherit;
}
.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
	background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
}
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
	background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
	background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
	background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
	);
}
.media {
	margin-top: 15px;
}
.media:first-child,
.panel-title {
	margin-top: 0;
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-title {
	font-size: 16px;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
> .panel-collapse
> .list-group:first-child
.list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel
> .panel-heading
+ .panel-collapse
> .list-group
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child {
	border-top-left-radius: 3px;
}
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #0487d9;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #0487d9;
	border-color: #0487d9;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #0487d9;
}
.panel-primary > .panel-heading .badge {
	color: #0487d9;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #0487d9;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.modal-title,
.tooltip {
	line-height: 1.42857143;
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
}
.tooltip.top-right .tooltip-arrow {
	left: 5px;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	left: 50%;
	margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
	right: 5px;
	margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
	left: 5px;
	margin-top: -5px;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	content: " ";
	display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.flex-direction-nav a,
.flex-direction-nav a:before {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-block {
		display: block !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell !important;
	}
	.visible-sm-block {
		display: block !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	td.visible-md,
	th.visible-md {
		display: table-cell !important;
	}
	.visible-md-block {
		display: block !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-block {
		display: block !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	td.visible-print,
	th.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0)
	format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)
	format("svg");
	font-weight: 400;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
	content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158";
}
.fa-krw:before,
.fa-won:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
@font-face {
	font-family: flexslider-icon;
	src: url(../fonts/flexslider-icon.eot);
	src: url(../fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),
    url(../fonts/flexslider-icon.woff) format("woff"),
    url(../fonts/flexslider-icon.ttf) format("truetype"),
    url(../fonts/flexslider-icon.svg#flexslider-icon) format("svg");
	font-weight: 400;
	font-style: normal;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider {
	padding: 0;
	margin: 0 0 40px;
	background: transarent;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	width: 100%;
	display: block;
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	display: inline-block;
	content: "\f001";
}
.flex-direction-nav a.flex-next:before {
	content: "\f002";
}
.flex-direction-nav .flex-prev {
	left: -20px;
}
.flex-direction-nav .flex-next {
	right: -20px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: -20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: "\f004";
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: "\f003";
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.selectize-input.full,
body {
	background-color: pink;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
#main-wrapper,
img {
	position: relative;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.rq-btn,
a {
	-o-transition: 0.3s;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
@font-face {
	font-family: ElegantIcons;
	src: url(../fonts/ElegantIcons.eot);
	src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ElegantIcons.woff) format("woff"),
    url(../fonts/ElegantIcons.ttf) format("truetype"),
    url(../fonts/ElegantIcons.svg#ElegantIcons) format("svg");
	font-weight: 400;
	font-style: normal;
}
[data-icon]:before {
	font-family: ElegantIcons;
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}
.glyph {
	float: left;
	text-align: center;
	padding: 0.75em;
	margin: 0.4em 1.5em 0.75em 0;
	width: 6em;
	text-shadow: none;
}
.glyph input,
body,
img {
	width: 100%;
}
.glyph_big {
	font-size: 128px;
	color: #59c5dc;
	float: left;
	margin-right: 20px;
}
.glyph div {
	padding-bottom: 10px;
}
.glyph input {
	font-family: consolas, monospace;
	font-size: 12px;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 1px #ccc;
	padding: 0.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.glyph .fs1 {
	font-size: 2em;
} /*!Ionicons, v2.0.0Created by Ben Sperry for the Ionic Framework, http://ionicons.com/https://twitter.com/benjsperry  https://twitter.com/ionicframeworkMIT License: https://github.com/driftyco/ionicons*/
@font-face {
	font-family: Ionicons;
	src: url(../fonts/ionicons.eot?v=2.0.0);
	src: url(../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
    url(../fonts/ionicons.ttf?v=2.0.0) format("truetype"),
    url(../fonts/ionicons.woff?v=2.0.0) format("woff"),
    url(../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
	font-weight: 400;
	font-style: normal;
}
.ion,
.ion-alert-circled:before,
.ion-alert:before,
.ion-android-add-circle:before,
.ion-android-add:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-cloud:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done-all:before,
.ion-android-done:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite-outline:before,
.ion-android-favorite:before,
.ion-android-film:before,
.ion-android-folder-open:before,
.ion-android-folder:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone-off:before,
.ion-android-microphone:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-notifications:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person-add:before,
.ion-android-person:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove-circle:before,
.ion-android-remove:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share-alt:before,
.ion-android-share:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-star:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace-outline:before,
.ion-backspace:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox-working:before,
.ion-chatbox:before,
.ion-chatboxes:before,
.ion-chatbubble-working:before,
.ion-chatbubble:before,
.ion-chatbubbles:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-checkmark:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-close:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-code:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document-text:before,
.ion-document:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email-unread:before,
.ion-email:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-erlenmeyer-flask:before,
.ion-eye-disabled:before,
.ion-eye:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash-off:before,
.ion-flash:before,
.ion-folder:before,
.ion-fork-repo:before,
.ion-fork:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy-outline:before,
.ion-happy:before,
.ion-headphone:before,
.ion-heart-broken:before,
.ion-heart:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-help:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information-circled:before,
.ion-information:before,
.ion-ionic:before,
.ion-ios-alarm-outline:before,
.ion-ios-alarm:before,
.ion-ios-albums-outline:before,
.ion-ios-albums:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-analytics-outline:before,
.ion-ios-analytics:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at-outline:before,
.ion-ios-at:before,
.ion-ios-barcode-outline:before,
.ion-ios-barcode:before,
.ion-ios-baseball-outline:before,
.ion-ios-baseball:before,
.ion-ios-basketball-outline:before,
.ion-ios-basketball:before,
.ion-ios-bell-outline:before,
.ion-ios-bell:before,
.ion-ios-body-outline:before,
.ion-ios-body:before,
.ion-ios-bolt-outline:before,
.ion-ios-bolt:before,
.ion-ios-book-outline:before,
.ion-ios-book:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-box-outline:before,
.ion-ios-box:before,
.ion-ios-briefcase-outline:before,
.ion-ios-briefcase:before,
.ion-ios-browsers-outline:before,
.ion-ios-browsers:before,
.ion-ios-calculator-outline:before,
.ion-ios-calculator:before,
.ion-ios-calendar-outline:before,
.ion-ios-calendar:before,
.ion-ios-camera-outline:before,
.ion-ios-camera:before,
.ion-ios-cart-outline:before,
.ion-ios-cart:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-checkmark:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock-outline:before,
.ion-ios-clock:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-close:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cog-outline:before,
.ion-ios-cog:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-wand-outline:before,
.ion-ios-color-wand:before,
.ion-ios-compose-outline:before,
.ion-ios-compose:before,
.ion-ios-contact-outline:before,
.ion-ios-contact:before,
.ion-ios-copy-outline:before,
.ion-ios-copy:before,
.ion-ios-crop-strong:before,
.ion-ios-crop:before,
.ion-ios-download-outline:before,
.ion-ios-download:before,
.ion-ios-drag:before,
.ion-ios-email-outline:before,
.ion-ios-email:before,
.ion-ios-eye-outline:before,
.ion-ios-eye:before,
.ion-ios-fastforward-outline:before,
.ion-ios-fastforward:before,
.ion-ios-filing-outline:before,
.ion-ios-filing:before,
.ion-ios-film-outline:before,
.ion-ios-film:before,
.ion-ios-flag-outline:before,
.ion-ios-flag:before,
.ion-ios-flame-outline:before,
.ion-ios-flame:before,
.ion-ios-flask-outline:before,
.ion-ios-flask:before,
.ion-ios-flower-outline:before,
.ion-ios-flower:before,
.ion-ios-folder-outline:before,
.ion-ios-folder:before,
.ion-ios-football-outline:before,
.ion-ios-football:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-gear-outline:before,
.ion-ios-gear:before,
.ion-ios-glasses-outline:before,
.ion-ios-glasses:before,
.ion-ios-grid-view-outline:before,
.ion-ios-grid-view:before,
.ion-ios-heart-outline:before,
.ion-ios-heart:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-help:before,
.ion-ios-home-outline:before,
.ion-ios-home:before,
.ion-ios-infinite-outline:before,
.ion-ios-infinite:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-information:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad-outline:before,
.ion-ios-keypad:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-list-outline:before,
.ion-ios-list:before,
.ion-ios-location-outline:before,
.ion-ios-location:before,
.ion-ios-locked-outline:before,
.ion-ios-locked:before,
.ion-ios-loop-strong:before,
.ion-ios-loop:before,
.ion-ios-medical-outline:before,
.ion-ios-medical:before,
.ion-ios-medkit-outline:before,
.ion-ios-medkit:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-mic:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-minus:before,
.ion-ios-monitor-outline:before,
.ion-ios-monitor:before,
.ion-ios-moon-outline:before,
.ion-ios-moon:before,
.ion-ios-more-outline:before,
.ion-ios-more:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate-outline:before,
.ion-ios-navigate:before,
.ion-ios-nutrition-outline:before,
.ion-ios-nutrition:before,
.ion-ios-paper-outline:before,
.ion-ios-paper:before,
.ion-ios-paperplane-outline:before,
.ion-ios-paperplane:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-pause-outline:before,
.ion-ios-pause:before,
.ion-ios-paw-outline:before,
.ion-ios-paw:before,
.ion-ios-people-outline:before,
.ion-ios-people:before,
.ion-ios-person-outline:before,
.ion-ios-person:before,
.ion-ios-personadd-outline:before,
.ion-ios-personadd:before,
.ion-ios-photos-outline:before,
.ion-ios-photos:before,
.ion-ios-pie-outline:before,
.ion-ios-pie:before,
.ion-ios-pint-outline:before,
.ion-ios-pint:before,
.ion-ios-play-outline:before,
.ion-ios-play:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-plus:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags-outline:before,
.ion-ios-pricetags:before,
.ion-ios-printer-outline:before,
.ion-ios-printer:before,
.ion-ios-pulse-strong:before,
.ion-ios-pulse:before,
.ion-ios-rainy-outline:before,
.ion-ios-rainy:before,
.ion-ios-recording-outline:before,
.ion-ios-recording:before,
.ion-ios-redo-outline:before,
.ion-ios-redo:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-refresh:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind-outline:before,
.ion-ios-rewind:before,
.ion-ios-rose-outline:before,
.ion-ios-rose:before,
.ion-ios-search-strong:before,
.ion-ios-search:before,
.ion-ios-settings-strong:before,
.ion-ios-settings:before,
.ion-ios-shuffle-strong:before,
.ion-ios-shuffle:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipbackward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-snowy:before,
.ion-ios-speedometer-outline:before,
.ion-ios-speedometer:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-star:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-sunny-outline:before,
.ion-ios-sunny:before,
.ion-ios-telephone-outline:before,
.ion-ios-telephone:before,
.ion-ios-tennisball-outline:before,
.ion-ios-tennisball:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-time-outline:before,
.ion-ios-time:before,
.ion-ios-timer-outline:before,
.ion-ios-timer:before,
.ion-ios-toggle-outline:before,
.ion-ios-toggle:before,
.ion-ios-trash-outline:before,
.ion-ios-trash:before,
.ion-ios-undo-outline:before,
.ion-ios-undo:before,
.ion-ios-unlocked-outline:before,
.ion-ios-unlocked:before,
.ion-ios-upload-outline:before,
.ion-ios-upload:before,
.ion-ios-videocam-outline:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass-outline:before,
.ion-ios-wineglass:before,
.ion-ios-world-outline:before,
.ion-ios-world:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-minus:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon-round:before,
.ion-navicon:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-person:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-plus:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply-all:before,
.ion-reply:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad-outline:before,
.ion-sad:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android-outline:before,
.ion-social-android:before,
.ion-social-angular-outline:before,
.ion-social-angular:before,
.ion-social-apple-outline:before,
.ion-social-apple:before,
.ion-social-bitcoin-outline:before,
.ion-social-bitcoin:before,
.ion-social-buffer-outline:before,
.ion-social-buffer:before,
.ion-social-chrome-outline:before,
.ion-social-chrome:before,
.ion-social-codepen-outline:before,
.ion-social-codepen:before,
.ion-social-css3-outline:before,
.ion-social-css3:before,
.ion-social-designernews-outline:before,
.ion-social-designernews:before,
.ion-social-dribbble-outline:before,
.ion-social-dribbble:before,
.ion-social-dropbox-outline:before,
.ion-social-dropbox:before,
.ion-social-euro-outline:before,
.ion-social-euro:before,
.ion-social-facebook-outline:before,
.ion-social-facebook:before,
.ion-social-foursquare-outline:before,
.ion-social-foursquare:before,
.ion-social-freebsd-devil:before,
.ion-social-github-outline:before,
.ion-social-github:before,
.ion-social-google-outline:before,
.ion-social-google:before,
.ion-social-googleplus-outline:before,
.ion-social-googleplus:before,
.ion-social-hackernews-outline:before,
.ion-social-hackernews:before,
.ion-social-html5-outline:before,
.ion-social-html5:before,
.ion-social-instagram-outline:before,
.ion-social-instagram:before,
.ion-social-javascript-outline:before,
.ion-social-javascript:before,
.ion-social-linkedin-outline:before,
.ion-social-linkedin:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest-outline:before,
.ion-social-pinterest:before,
.ion-social-python:before,
.ion-social-reddit-outline:before,
.ion-social-reddit:before,
.ion-social-rss-outline:before,
.ion-social-rss:before,
.ion-social-sass:before,
.ion-social-skype-outline:before,
.ion-social-skype:before,
.ion-social-snapchat-outline:before,
.ion-social-snapchat:before,
.ion-social-tumblr-outline:before,
.ion-social-tumblr:before,
.ion-social-tux:before,
.ion-social-twitch-outline:before,
.ion-social-twitch:before,
.ion-social-twitter-outline:before,
.ion-social-twitter:before,
.ion-social-usd-outline:before,
.ion-social-usd:before,
.ion-social-vimeo-outline:before,
.ion-social-vimeo:before,
.ion-social-whatsapp-outline:before,
.ion-social-whatsapp:before,
.ion-social-windows-outline:before,
.ion-social-windows:before,
.ion-social-wordpress-outline:before,
.ion-social-wordpress:before,
.ion-social-yahoo-outline:before,
.ion-social-yahoo:before,
.ion-social-yen-outline:before,
.ion-social-yen:before,
.ion-social-youtube-outline:before,
.ion-social-youtube:before,
.ion-soup-can-outline:before,
.ion-soup-can:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle-filled:before,
.ion-toggle:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt-outline:before,
.ion-tshirt:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before,
.ionicons {
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.h1,
body,
h1 {
    font-weight: 500;
    background-color:mediumblue;
}
.ion-alert:before {
	content: "\f101";
}
.ion-alert-circled:before {
	content: "\f100";
}
.ion-android-add:before {
	content: "\f2c7";
}
.ion-android-add-circle:before {
	content: "\f359";
}
.ion-android-alarm-clock:before {
	content: "\f35a";
}
.ion-android-alert:before {
	content: "\f35b";
}
.ion-android-apps:before {
	content: "\f35c";
}
.ion-android-archive:before {
	content: "\f2c9";
}
.ion-android-arrow-back:before {
	content: "\f2ca";
}
.ion-android-arrow-down:before {
	content: "\f35d";
}
.ion-android-arrow-dropdown:before {
	content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
	content: "\f35e";
}
.ion-android-arrow-dropleft:before {
	content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
	content: "\f360";
}
.ion-android-arrow-dropright:before {
	content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
	content: "\f362";
}
.ion-android-arrow-dropup:before {
	content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
	content: "\f364";
}
.ion-android-arrow-forward:before {
	content: "\f30f";
}
.ion-android-arrow-up:before {
	content: "\f366";
}
.ion-android-attach:before {
	content: "\f367";
}
.ion-android-bar:before {
	content: "\f368";
}
.ion-android-bicycle:before {
	content: "\f369";
}
.ion-android-boat:before {
	content: "\f36a";
}
.ion-android-bookmark:before {
	content: "\f36b";
}
.ion-android-bulb:before {
	content: "\f36c";
}
.ion-android-bus:before {
	content: "\f36d";
}
.ion-android-calendar:before {
	content: "\f2d1";
}
.ion-android-call:before {
	content: "\f2d2";
}
.ion-android-camera:before {
	content: "\f2d3";
}
.ion-android-cancel:before {
	content: "\f36e";
}
.ion-android-car:before {
	content: "\f36f";
}
.ion-android-cart:before {
	content: "\f370";
}
.ion-android-chat:before {
	content: "\f2d4";
}
.ion-android-checkbox:before {
	content: "\f374";
}
.ion-android-checkbox-blank:before {
	content: "\f371";
}
.ion-android-checkbox-outline:before {
	content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
	content: "\f372";
}
.ion-android-checkmark-circle:before {
	content: "\f375";
}
.ion-android-clipboard:before {
	content: "\f376";
}
.ion-android-close:before {
	content: "\f2d7";
}
.ion-android-cloud:before {
	content: "\f37a";
}
.ion-android-cloud-circle:before {
	content: "\f377";
}
.ion-android-cloud-done:before {
	content: "\f378";
}
.ion-android-cloud-outline:before {
	content: "\f379";
}
.ion-android-color-palette:before {
	content: "\f37b";
}
.ion-android-compass:before {
	content: "\f37c";
}
.ion-android-contact:before {
	content: "\f2d8";
}
.ion-android-contacts:before {
	content: "\f2d9";
}
.ion-android-contract:before {
	content: "\f37d";
}
.ion-android-create:before {
	content: "\f37e";
}
.ion-android-delete:before {
	content: "\f37f";
}
.ion-android-desktop:before {
	content: "\f380";
}
.ion-android-document:before {
	content: "\f381";
}
.ion-android-done:before {
	content: "\f383";
}
.ion-android-done-all:before {
	content: "\f382";
}
.ion-android-download:before {
	content: "\f2dd";
}
.ion-android-drafts:before {
	content: "\f384";
}
.ion-android-exit:before {
	content: "\f385";
}
.ion-android-expand:before {
	content: "\f386";
}
.ion-android-favorite:before {
	content: "\f388";
}
.ion-android-favorite-outline:before {
	content: "\f387";
}
.ion-android-film:before {
	content: "\f389";
}
.ion-android-folder:before {
	content: "\f2e0";
}
.ion-android-folder-open:before {
	content: "\f38a";
}
.ion-android-funnel:before {
	content: "\f38b";
}
.ion-android-globe:before {
	content: "\f38c";
}
.ion-android-hand:before {
	content: "\f2e3";
}
.ion-android-hangout:before {
	content: "\f38d";
}
.ion-android-happy:before {
	content: "\f38e";
}
.ion-android-home:before {
	content: "\f38f";
}
.ion-android-image:before {
	content: "\f2e4";
}
.ion-android-laptop:before {
	content: "\f390";
}
.ion-android-list:before {
	content: "\f391";
}
.ion-android-locate:before {
	content: "\f2e9";
}
.ion-android-lock:before {
	content: "\f392";
}
.ion-android-mail:before {
	content: "\f2eb";
}
.ion-android-map:before {
	content: "\f393";
}
.ion-android-menu:before {
	content: "\f394";
}
.ion-android-microphone:before {
	content: "\f2ec";
}
.ion-android-microphone-off:before {
	content: "\f395";
}
.ion-android-more-horizontal:before {
	content: "\f396";
}
.ion-android-more-vertical:before {
	content: "\f397";
}
.ion-android-navigate:before {
	content: "\f398";
}
.ion-android-notifications:before {
	content: "\f39b";
}
.ion-android-notifications-none:before {
	content: "\f399";
}
.ion-android-notifications-off:before {
	content: "\f39a";
}
.ion-android-open:before {
	content: "\f39c";
}
.ion-android-options:before {
	content: "\f39d";
}
.ion-android-people:before {
	content: "\f39e";
}
.ion-android-person:before {
	content: "\f3a0";
}
.ion-android-person-add:before {
	content: "\f39f";
}
.ion-android-phone-landscape:before {
	content: "\f3a1";
}
.ion-android-phone-portrait:before {
	content: "\f3a2";
}
.ion-android-pin:before {
	content: "\f3a3";
}
.ion-android-plane:before {
	content: "\f3a4";
}
.ion-android-playstore:before {
	content: "\f2f0";
}
.ion-android-print:before {
	content: "\f3a5";
}
.ion-android-radio-button-off:before {
	content: "\f3a6";
}
.ion-android-radio-button-on:before {
	content: "\f3a7";
}
.ion-android-refresh:before {
	content: "\f3a8";
}
.ion-android-remove:before {
	content: "\f2f4";
}
.ion-android-remove-circle:before {
	content: "\f3a9";
}
.ion-android-restaurant:before {
	content: "\f3aa";
}
.ion-android-sad:before {
	content: "\f3ab";
}
.ion-android-search:before {
	content: "\f2f5";
}
.ion-android-send:before {
	content: "\f2f6";
}
.ion-android-settings:before {
	content: "\f2f7";
}
.ion-android-share:before {
	content: "\f2f8";
}
.ion-android-share-alt:before {
	content: "\f3ac";
}
.ion-android-star:before {
	content: "\f2fc";
}
.ion-android-star-half:before {
	content: "\f3ad";
}
.ion-android-star-outline:before {
	content: "\f3ae";
}
.ion-android-stopwatch:before {
	content: "\f2fd";
}
.ion-android-subway:before {
	content: "\f3af";
}
.ion-android-sunny:before {
	content: "\f3b0";
}
.ion-android-sync:before {
	content: "\f3b1";
}
.ion-android-textsms:before {
	content: "\f3b2";
}
.ion-android-time:before {
	content: "\f3b3";
}
.ion-android-train:before {
	content: "\f3b4";
}
.ion-android-unlock:before {
	content: "\f3b5";
}
.ion-android-upload:before {
	content: "\f3b6";
}
.ion-android-volume-down:before {
	content: "\f3b7";
}
.ion-android-volume-mute:before {
	content: "\f3b8";
}
.ion-android-volume-off:before {
	content: "\f3b9";
}
.ion-android-volume-up:before {
	content: "\f3ba";
}
.ion-android-walk:before {
	content: "\f3bb";
}
.ion-android-warning:before {
	content: "\f3bc";
}
.ion-android-watch:before {
	content: "\f3bd";
}
.ion-android-wifi:before {
	content: "\f305";
}
.ion-aperture:before {
	content: "\f313";
}
.ion-archive:before {
	content: "\f102";
}
.ion-arrow-down-a:before {
	content: "\f103";
}
.ion-arrow-down-b:before {
	content: "\f104";
}
.ion-arrow-down-c:before {
	content: "\f105";
}
.ion-arrow-expand:before {
	content: "\f25e";
}
.ion-arrow-graph-down-left:before {
	content: "\f25f";
}
.ion-arrow-graph-down-right:before {
	content: "\f260";
}
.ion-arrow-graph-up-left:before {
	content: "\f261";
}
.ion-arrow-graph-up-right:before {
	content: "\f262";
}
.ion-arrow-left-a:before {
	content: "\f106";
}
.ion-arrow-left-b:before {
	content: "\f107";
}
.ion-arrow-left-c:before {
	content: "\f108";
}
.ion-arrow-move:before {
	content: "\f263";
}
.ion-arrow-resize:before {
	content: "\f264";
}
.ion-arrow-return-left:before {
	content: "\f265";
}
.ion-arrow-return-right:before {
	content: "\f266";
}
.ion-arrow-right-a:before {
	content: "\f109";
}
.ion-arrow-right-b:before {
	content: "\f10a";
}
.ion-arrow-right-c:before {
	content: "\f10b";
}
.ion-arrow-shrink:before {
	content: "\f267";
}
.ion-arrow-swap:before {
	content: "\f268";
}
.ion-arrow-up-a:before {
	content: "\f10c";
}
.ion-arrow-up-b:before {
	content: "\f10d";
}
.ion-arrow-up-c:before {
	content: "\f10e";
}
.ion-asterisk:before {
	content: "\f314";
}
.ion-at:before {
	content: "\f10f";
}
.ion-backspace:before {
	content: "\f3bf";
}
.ion-backspace-outline:before {
	content: "\f3be";
}
.ion-bag:before {
	content: "\f110";
}
.ion-battery-charging:before {
	content: "\f111";
}
.ion-battery-empty:before {
	content: "\f112";
}
.ion-battery-full:before {
	content: "\f113";
}
.ion-battery-half:before {
	content: "\f114";
}
.ion-battery-low:before {
	content: "\f115";
}
.ion-beaker:before {
	content: "\f269";
}
.ion-beer:before {
	content: "\f26a";
}
.ion-bluetooth:before {
	content: "\f116";
}
.ion-bonfire:before {
	content: "\f315";
}
.ion-bookmark:before {
	content: "\f26b";
}
.ion-bowtie:before {
	content: "\f3c0";
}
.ion-briefcase:before {
	content: "\f26c";
}
.ion-bug:before {
	content: "\f2be";
}
.ion-calculator:before {
	content: "\f26d";
}
.ion-calendar:before {
	content: "\f117";
}
.ion-camera:before {
	content: "\f118";
}
.ion-card:before {
	content: "\f119";
}
.ion-cash:before {
	content: "\f316";
}
.ion-chatbox:before {
	content: "\f11b";
}
.ion-chatbox-working:before {
	content: "\f11a";
}
.ion-chatboxes:before {
	content: "\f11c";
}
.ion-chatbubble:before {
	content: "\f11e";
}
.ion-chatbubble-working:before {
	content: "\f11d";
}
.ion-chatbubbles:before {
	content: "\f11f";
}
.ion-checkmark:before {
	content: "\f122";
}
.ion-checkmark-circled:before {
	content: "\f120";
}
.ion-checkmark-round:before {
	content: "\f121";
}
.ion-chevron-down:before {
	content: "\f123";
}
.ion-chevron-left:before {
	content: "\f124";
}
.ion-chevron-right:before {
	content: "\f125";
}
.ion-chevron-up:before {
	content: "\f126";
}
.ion-clipboard:before {
	content: "\f127";
}
.ion-clock:before {
	content: "\f26e";
}
.ion-close:before {
	content: "\f12a";
}
.ion-close-circled:before {
	content: "\f128";
}
.ion-close-round:before {
	content: "\f129";
}
.ion-closed-captioning:before {
	content: "\f317";
}
.ion-cloud:before {
	content: "\f12b";
}
.ion-code:before {
	content: "\f271";
}
.ion-code-download:before {
	content: "\f26f";
}
.ion-code-working:before {
	content: "\f270";
}
.ion-coffee:before {
	content: "\f272";
}
.ion-compass:before {
	content: "\f273";
}
.ion-compose:before {
	content: "\f12c";
}
.ion-connection-bars:before {
	content: "\f274";
}
.ion-contrast:before {
	content: "\f275";
}
.ion-crop:before {
	content: "\f3c1";
}
.ion-cube:before {
	content: "\f318";
}
.ion-disc:before {
	content: "\f12d";
}
.ion-document:before {
	content: "\f12f";
}
.ion-document-text:before {
	content: "\f12e";
}
.ion-drag:before {
	content: "\f130";
}
.ion-earth:before {
	content: "\f276";
}
.ion-easel:before {
	content: "\f3c2";
}
.ion-edit:before {
	content: "\f2bf";
}
.ion-egg:before {
	content: "\f277";
}
.ion-eject:before {
	content: "\f131";
}
.ion-email:before {
	content: "\f132";
}
.ion-email-unread:before {
	content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
	content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4";
}
.ion-eye:before {
	content: "\f133";
}
.ion-eye-disabled:before {
	content: "\f306";
}
.ion-female:before {
	content: "\f278";
}
.ion-filing:before {
	content: "\f134";
}
.ion-film-marker:before {
	content: "\f135";
}
.ion-fireball:before {
	content: "\f319";
}
.ion-flag:before {
	content: "\f279";
}
.ion-flame:before {
	content: "\f31a";
}
.ion-flash:before {
	content: "\f137";
}
.ion-flash-off:before {
	content: "\f136";
}
.ion-folder:before {
	content: "\f139";
}
.ion-fork:before {
	content: "\f27a";
}
.ion-fork-repo:before {
	content: "\f2c0";
}
.ion-forward:before {
	content: "\f13a";
}
.ion-funnel:before {
	content: "\f31b";
}
.ion-gear-a:before {
	content: "\f13d";
}
.ion-gear-b:before {
	content: "\f13e";
}
.ion-grid:before {
	content: "\f13f";
}
.ion-hammer:before {
	content: "\f27b";
}
.ion-happy:before {
	content: "\f31c";
}
.ion-happy-outline:before {
	content: "\f3c6";
}
.ion-headphone:before {
	content: "\f140";
}
.ion-heart:before {
	content: "\f141";
}
.ion-heart-broken:before {
	content: "\f31d";
}
.ion-help:before {
	content: "\f143";
}
.ion-help-buoy:before {
	content: "\f27c";
}
.ion-help-circled:before {
	content: "\f142";
}
.ion-home:before {
	content: "\f144";
}
.ion-icecream:before {
	content: "\f27d";
}
.ion-image:before {
	content: "\f147";
}
.ion-images:before {
	content: "\f148";
}
.ion-information:before {
	content: "\f14a";
}
.ion-information-circled:before {
	content: "\f149";
}
.ion-ionic:before {
	content: "\f14b";
}
.ion-ios-alarm:before {
	content: "\f3c8";
}
.ion-ios-alarm-outline:before {
	content: "\f3c7";
}
.ion-ios-albums:before {
	content: "\f3ca";
}
.ion-ios-albums-outline:before {
	content: "\f3c9";
}
.ion-ios-americanfootball:before {
	content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
	content: "\f3cb";
}
.ion-ios-analytics:before {
	content: "\f3ce";
}
.ion-ios-analytics-outline:before {
	content: "\f3cd";
}
.ion-ios-arrow-back:before {
	content: "\f3cf";
}
.ion-ios-arrow-down:before {
	content: "\f3d0";
}
.ion-ios-arrow-forward:before {
	content: "\f3d1";
}
.ion-ios-arrow-left:before {
	content: "\f3d2";
}
.ion-ios-arrow-right:before {
	content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
	content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
	content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
	content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
	content: "\f3d7";
}
.ion-ios-arrow-up:before {
	content: "\f3d8";
}
.ion-ios-at:before {
	content: "\f3da";
}
.ion-ios-at-outline:before {
	content: "\f3d9";
}
.ion-ios-barcode:before {
	content: "\f3dc";
}
.ion-ios-barcode-outline:before {
	content: "\f3db";
}
.ion-ios-baseball:before {
	content: "\f3de";
}
.ion-ios-baseball-outline:before {
	content: "\f3dd";
}
.ion-ios-basketball:before {
	content: "\f3e0";
}
.ion-ios-basketball-outline:before {
	content: "\f3df";
}
.ion-ios-bell:before {
	content: "\f3e2";
}
.ion-ios-bell-outline:before {
	content: "\f3e1";
}
.ion-ios-body:before {
	content: "\f3e4";
}
.ion-ios-body-outline:before {
	content: "\f3e3";
}
.ion-ios-bolt:before {
	content: "\f3e6";
}
.ion-ios-bolt-outline:before {
	content: "\f3e5";
}
.ion-ios-book:before {
	content: "\f3e8";
}
.ion-ios-book-outline:before {
	content: "\f3e7";
}
.ion-ios-bookmarks:before {
	content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
	content: "\f3e9";
}
.ion-ios-box:before {
	content: "\f3ec";
}
.ion-ios-box-outline:before {
	content: "\f3eb";
}
.ion-ios-briefcase:before {
	content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
	content: "\f3ed";
}
.ion-ios-browsers:before {
	content: "\f3f0";
}
.ion-ios-browsers-outline:before {
	content: "\f3ef";
}
.ion-ios-calculator:before {
	content: "\f3f2";
}
.ion-ios-calculator-outline:before {
	content: "\f3f1";
}
.ion-ios-calendar:before {
	content: "\f3f4";
}
.ion-ios-calendar-outline:before {
	content: "\f3f3";
}
.ion-ios-camera:before {
	content: "\f3f6";
}
.ion-ios-camera-outline:before {
	content: "\f3f5";
}
.ion-ios-cart:before {
	content: "\f3f8";
}
.ion-ios-cart-outline:before {
	content: "\f3f7";
}
.ion-ios-chatboxes:before {
	content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
	content: "\f3f9";
}
.ion-ios-chatbubble:before {
	content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
	content: "\f3fb";
}
.ion-ios-checkmark:before {
	content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
	content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
	content: "\f3fe";
}
.ion-ios-circle-filled:before {
	content: "\f400";
}
.ion-ios-circle-outline:before {
	content: "\f401";
}
.ion-ios-clock:before {
	content: "\f403";
}
.ion-ios-clock-outline:before {
	content: "\f402";
}
.ion-ios-close:before {
	content: "\f406";
}
.ion-ios-close-empty:before {
	content: "\f404";
}
.ion-ios-close-outline:before {
	content: "\f405";
}
.ion-ios-cloud:before {
	content: "\f40c";
}
.ion-ios-cloud-download:before {
	content: "\f408";
}
.ion-ios-cloud-download-outline:before {
	content: "\f407";
}
.ion-ios-cloud-outline:before {
	content: "\f409";
}
.ion-ios-cloud-upload:before {
	content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
	content: "\f40a";
}
.ion-ios-cloudy:before {
	content: "\f410";
}
.ion-ios-cloudy-night:before {
	content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
	content: "\f40d";
}
.ion-ios-cloudy-outline:before {
	content: "\f40f";
}
.ion-ios-cog:before {
	content: "\f412";
}
.ion-ios-cog-outline:before {
	content: "\f411";
}
.ion-ios-color-filter:before {
	content: "\f414";
}
.ion-ios-color-filter-outline:before {
	content: "\f413";
}
.ion-ios-color-wand:before {
	content: "\f416";
}
.ion-ios-color-wand-outline:before {
	content: "\f415";
}
.ion-ios-compose:before {
	content: "\f418";
}
.ion-ios-compose-outline:before {
	content: "\f417";
}
.ion-ios-contact:before {
	content: "\f41a";
}
.ion-ios-contact-outline:before {
	content: "\f419";
}
.ion-ios-copy:before {
	content: "\f41c";
}
.ion-ios-copy-outline:before {
	content: "\f41b";
}
.ion-ios-crop:before {
	content: "\f41e";
}
.ion-ios-crop-strong:before {
	content: "\f41d";
}
.ion-ios-download:before {
	content: "\f420";
}
.ion-ios-download-outline:before {
	content: "\f41f";
}
.ion-ios-drag:before {
	content: "\f421";
}
.ion-ios-email:before {
	content: "\f423";
}
.ion-ios-email-outline:before {
	content: "\f422";
}
.ion-ios-eye:before {
	content: "\f425";
}
.ion-ios-eye-outline:before {
	content: "\f424";
}
.ion-ios-fastforward:before {
	content: "\f427";
}
.ion-ios-fastforward-outline:before {
	content: "\f426";
}
.ion-ios-filing:before {
	content: "\f429";
}
.ion-ios-filing-outline:before {
	content: "\f428";
}
.ion-ios-film:before {
	content: "\f42b";
}
.ion-ios-film-outline:before {
	content: "\f42a";
}
.ion-ios-flag:before {
	content: "\f42d";
}
.ion-ios-flag-outline:before {
	content: "\f42c";
}
.ion-ios-flame:before {
	content: "\f42f";
}
.ion-ios-flame-outline:before {
	content: "\f42e";
}
.ion-ios-flask:before {
	content: "\f431";
}
.ion-ios-flask-outline:before {
	content: "\f430";
}
.ion-ios-flower:before {
	content: "\f433";
}
.ion-ios-flower-outline:before {
	content: "\f432";
}
.ion-ios-folder:before {
	content: "\f435";
}
.ion-ios-folder-outline:before {
	content: "\f434";
}
.ion-ios-football:before {
	content: "\f437";
}
.ion-ios-football-outline:before {
	content: "\f436";
}
.ion-ios-game-controller-a:before {
	content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
	content: "\f438";
}
.ion-ios-game-controller-b:before {
	content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
	content: "\f43a";
}
.ion-ios-gear:before {
	content: "\f43d";
}
.ion-ios-gear-outline:before {
	content: "\f43c";
}
.ion-ios-glasses:before {
	content: "\f43f";
}
.ion-ios-glasses-outline:before {
	content: "\f43e";
}
.ion-ios-grid-view:before {
	content: "\f441";
}
.ion-ios-grid-view-outline:before {
	content: "\f440";
}
.ion-ios-heart:before {
	content: "\f443";
}
.ion-ios-heart-outline:before {
	content: "\f442";
}
.ion-ios-help:before {
	content: "\f446";
}
.ion-ios-help-empty:before {
	content: "\f444";
}
.ion-ios-help-outline:before {
	content: "\f445";
}
.ion-ios-home:before {
	content: "\f448";
}
.ion-ios-home-outline:before {
	content: "\f447";
}
.ion-ios-infinite:before {
	content: "\f44a";
}
.ion-ios-infinite-outline:before {
	content: "\f449";
}
.ion-ios-information:before {
	content: "\f44d";
}
.ion-ios-information-empty:before {
	content: "\f44b";
}
.ion-ios-information-outline:before {
	content: "\f44c";
}
.ion-ios-ionic-outline:before {
	content: "\f44e";
}
.ion-ios-keypad:before {
	content: "\f450";
}
.ion-ios-keypad-outline:before {
	content: "\f44f";
}
.ion-ios-lightbulb:before {
	content: "\f452";
}
.ion-ios-lightbulb-outline:before {
	content: "\f451";
}
.ion-ios-list:before {
	content: "\f454";
}
.ion-ios-list-outline:before {
	content: "\f453";
}
.ion-ios-location:before {
	content: "\f456";
}
.ion-ios-location-outline:before {
	content: "\f455";
}
.ion-ios-locked:before {
	content: "\f458";
}
.ion-ios-locked-outline:before {
	content: "\f457";
}
.ion-ios-loop:before {
	content: "\f45a";
}
.ion-ios-loop-strong:before {
	content: "\f459";
}
.ion-ios-medical:before {
	content: "\f45c";
}
.ion-ios-medical-outline:before {
	content: "\f45b";
}
.ion-ios-medkit:before {
	content: "\f45e";
}
.ion-ios-medkit-outline:before {
	content: "\f45d";
}
.ion-ios-mic:before {
	content: "\f461";
}
.ion-ios-mic-off:before {
	content: "\f45f";
}
.ion-ios-mic-outline:before {
	content: "\f460";
}
.ion-ios-minus:before {
	content: "\f464";
}
.ion-ios-minus-empty:before {
	content: "\f462";
}
.ion-ios-minus-outline:before {
	content: "\f463";
}
.ion-ios-monitor:before {
	content: "\f466";
}
.ion-ios-monitor-outline:before {
	content: "\f465";
}
.ion-ios-moon:before {
	content: "\f468";
}
.ion-ios-moon-outline:before {
	content: "\f467";
}
.ion-ios-more:before {
	content: "\f46a";
}
.ion-ios-more-outline:before {
	content: "\f469";
}
.ion-ios-musical-note:before {
	content: "\f46b";
}
.ion-ios-musical-notes:before {
	content: "\f46c";
}
.ion-ios-navigate:before {
	content: "\f46e";
}
.ion-ios-navigate-outline:before {
	content: "\f46d";
}
.ion-ios-nutrition:before {
	content: "\f470";
}
.ion-ios-nutrition-outline:before {
	content: "\f46f";
}
.ion-ios-paper:before {
	content: "\f472";
}
.ion-ios-paper-outline:before {
	content: "\f471";
}
.ion-ios-paperplane:before {
	content: "\f474";
}
.ion-ios-paperplane-outline:before {
	content: "\f473";
}
.ion-ios-partlysunny:before {
	content: "\f476";
}
.ion-ios-partlysunny-outline:before {
	content: "\f475";
}
.ion-ios-pause:before {
	content: "\f478";
}
.ion-ios-pause-outline:before {
	content: "\f477";
}
.ion-ios-paw:before {
	content: "\f47a";
}
.ion-ios-paw-outline:before {
	content: "\f479";
}
.ion-ios-people:before {
	content: "\f47c";
}
.ion-ios-people-outline:before {
	content: "\f47b";
}
.ion-ios-person:before {
	content: "\f47e";
}
.ion-ios-person-outline:before {
	content: "\f47d";
}
.ion-ios-personadd:before {
	content: "\f480";
}
.ion-ios-personadd-outline:before {
	content: "\f47f";
}
.ion-ios-photos:before {
	content: "\f482";
}
.ion-ios-photos-outline:before {
	content: "\f481";
}
.ion-ios-pie:before {
	content: "\f484";
}
.ion-ios-pie-outline:before {
	content: "\f483";
}
.ion-ios-pint:before {
	content: "\f486";
}
.ion-ios-pint-outline:before {
	content: "\f485";
}
.ion-ios-play:before {
	content: "\f488";
}
.ion-ios-play-outline:before {
	content: "\f487";
}
.ion-ios-plus:before {
	content: "\f48b";
}
.ion-ios-plus-empty:before {
	content: "\f489";
}
.ion-ios-plus-outline:before {
	content: "\f48a";
}
.ion-ios-pricetag:before {
	content: "\f48d";
}
.ion-ios-pricetag-outline:before {
	content: "\f48c";
}
.ion-ios-pricetags:before {
	content: "\f48f";
}
.ion-ios-pricetags-outline:before {
	content: "\f48e";
}
.ion-ios-printer:before {
	content: "\f491";
}
.ion-ios-printer-outline:before {
	content: "\f490";
}
.ion-ios-pulse:before {
	content: "\f493";
}
.ion-ios-pulse-strong:before {
	content: "\f492";
}
.ion-ios-rainy:before {
	content: "\f495";
}
.ion-ios-rainy-outline:before {
	content: "\f494";
}
.ion-ios-recording:before {
	content: "\f497";
}
.ion-ios-recording-outline:before {
	content: "\f496";
}
.ion-ios-redo:before {
	content: "\f499";
}
.ion-ios-redo-outline:before {
	content: "\f498";
}
.ion-ios-refresh:before {
	content: "\f49c";
}
.ion-ios-refresh-empty:before {
	content: "\f49a";
}
.ion-ios-refresh-outline:before {
	content: "\f49b";
}
.ion-ios-reload:before {
	content: "\f49d";
}
.ion-ios-reverse-camera:before {
	content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
	content: "\f49e";
}
.ion-ios-rewind:before {
	content: "\f4a1";
}
.ion-ios-rewind-outline:before {
	content: "\f4a0";
}
.ion-ios-rose:before {
	content: "\f4a3";
}
.ion-ios-rose-outline:before {
	content: "\f4a2";
}
.ion-ios-search:before {
	content: "\f4a5";
}
.ion-ios-search-strong:before {
	content: "\f4a4";
}
.ion-ios-settings:before {
	content: "\f4a7";
}
.ion-ios-settings-strong:before {
	content: "\f4a6";
}
.ion-ios-shuffle:before {
	content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
	content: "\f4a8";
}
.ion-ios-skipbackward:before {
	content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
	content: "\f4aa";
}
.ion-ios-skipforward:before {
	content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
	content: "\f4ac";
}
.ion-ios-snowy:before {
	content: "\f4ae";
}
.ion-ios-speedometer:before {
	content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
	content: "\f4af";
}
.ion-ios-star:before {
	content: "\f4b3";
}
.ion-ios-star-half:before {
	content: "\f4b1";
}
.ion-ios-star-outline:before {
	content: "\f4b2";
}
.ion-ios-stopwatch:before {
	content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
	content: "\f4b4";
}
.ion-ios-sunny:before {
	content: "\f4b7";
}
.ion-ios-sunny-outline:before {
	content: "\f4b6";
}
.ion-ios-telephone:before {
	content: "\f4b9";
}
.ion-ios-telephone-outline:before {
	content: "\f4b8";
}
.ion-ios-tennisball:before {
	content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
	content: "\f4ba";
}
.ion-ios-thunderstorm:before {
	content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
	content: "\f4bc";
}
.ion-ios-time:before {
	content: "\f4bf";
}
.ion-ios-time-outline:before {
	content: "\f4be";
}
.ion-ios-timer:before {
	content: "\f4c1";
}
.ion-ios-timer-outline:before {
	content: "\f4c0";
}
.ion-ios-toggle:before {
	content: "\f4c3";
}
.ion-ios-toggle-outline:before {
	content: "\f4c2";
}
.ion-ios-trash:before {
	content: "\f4c5";
}
.ion-ios-trash-outline:before {
	content: "\f4c4";
}
.ion-ios-undo:before {
	content: "\f4c7";
}
.ion-ios-undo-outline:before {
	content: "\f4c6";
}
.ion-ios-unlocked:before {
	content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
	content: "\f4c8";
}
.ion-ios-upload:before {
	content: "\f4cb";
}
.ion-ios-upload-outline:before {
	content: "\f4ca";
}
.ion-ios-videocam:before {
	content: "\f4cd";
}
.ion-ios-videocam-outline:before {
	content: "\f4cc";
}
.ion-ios-volume-high:before {
	content: "\f4ce";
}
.ion-ios-volume-low:before {
	content: "\f4cf";
}
.ion-ios-wineglass:before {
	content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
	content: "\f4d0";
}
.ion-ios-world:before {
	content: "\f4d3";
}
.ion-ios-world-outline:before {
	content: "\f4d2";
}
.ion-ipad:before {
	content: "\f1f9";
}
.ion-iphone:before {
	content: "\f1fa";
}
.ion-ipod:before {
	content: "\f1fb";
}
.ion-jet:before {
	content: "\f295";
}
.ion-key:before {
	content: "\f296";
}
.ion-knife:before {
	content: "\f297";
}
.ion-laptop:before {
	content: "\f1fc";
}
.ion-leaf:before {
	content: "\f1fd";
}
.ion-levels:before {
	content: "\f298";
}
.ion-lightbulb:before {
	content: "\f299";
}
.ion-link:before {
	content: "\f1fe";
}
.ion-load-a:before {
	content: "\f29a";
}
.ion-load-b:before {
	content: "\f29b";
}
.ion-load-c:before {
	content: "\f29c";
}
.ion-load-d:before {
	content: "\f29d";
}
.ion-location:before {
	content: "\f1ff";
}
.ion-lock-combination:before {
	content: "\f4d4";
}
.ion-locked:before {
	content: "\f200";
}
.ion-log-in:before {
	content: "\f29e";
}
.ion-log-out:before {
	content: "\f29f";
}
.ion-loop:before {
	content: "\f201";
}
.ion-magnet:before {
	content: "\f2a0";
}
.ion-male:before {
	content: "\f2a1";
}
.ion-man:before {
	content: "\f202";
}
.ion-map:before {
	content: "\f203";
}
.ion-medkit:before {
	content: "\f2a2";
}
.ion-merge:before {
	content: "\f33f";
}
.ion-mic-a:before {
	content: "\f204";
}
.ion-mic-b:before {
	content: "\f205";
}
.ion-mic-c:before {
	content: "\f206";
}
.ion-minus:before {
	content: "\f209";
}
.ion-minus-circled:before {
	content: "\f207";
}
.ion-minus-round:before {
	content: "\f208";
}
.ion-model-s:before {
	content: "\f2c1";
}
.ion-monitor:before {
	content: "\f20a";
}
.ion-more:before {
	content: "\f20b";
}
.ion-mouse:before {
	content: "\f340";
}
.ion-music-note:before {
	content: "\f20c";
}
.ion-navicon:before {
	content: "\f20e";
}
.ion-navicon-round:before {
	content: "\f20d";
}
.ion-navigate:before {
	content: "\f2a3";
}
.ion-network:before {
	content: "\f341";
}
.ion-no-smoking:before {
	content: "\f2c2";
}
.ion-nuclear:before {
	content: "\f2a4";
}
.ion-outlet:before {
	content: "\f342";
}
.ion-paintbrush:before {
	content: "\f4d5";
}
.ion-paintbucket:before {
	content: "\f4d6";
}
.ion-paper-airplane:before {
	content: "\f2c3";
}
.ion-paperclip:before {
	content: "\f20f";
}
.ion-pause:before {
	content: "\f210";
}
.ion-person:before {
	content: "\f213";
}
.ion-person-add:before {
	content: "\f211";
}
.ion-person-stalker:before {
	content: "\f212";
}
.ion-pie-graph:before {
	content: "\f2a5";
}
.ion-pin:before {
	content: "\f2a6";
}
.ion-pinpoint:before {
	content: "\f2a7";
}
.ion-pizza:before {
	content: "\f2a8";
}
.ion-plane:before {
	content: "\f214";
}
.ion-planet:before {
	content: "\f343";
}
.ion-play:before {
	content: "\f215";
}
.ion-playstation:before {
	content: "\f30a";
}
.ion-plus:before {
	content: "\f218";
}
.ion-plus-circled:before {
	content: "\f216";
}
.ion-plus-round:before {
	content: "\f217";
}
.ion-podium:before {
	content: "\f344";
}
.ion-pound:before {
	content: "\f219";
}
.ion-power:before {
	content: "\f2a9";
}
.ion-pricetag:before {
	content: "\f2aa";
}
.ion-pricetags:before {
	content: "\f2ab";
}
.ion-printer:before {
	content: "\f21a";
}
.ion-pull-request:before {
	content: "\f345";
}
.ion-qr-scanner:before {
	content: "\f346";
}
.ion-quote:before {
	content: "\f347";
}
.ion-radio-waves:before {
	content: "\f2ac";
}
.ion-record:before {
	content: "\f21b";
}
.ion-refresh:before {
	content: "\f21c";
}
.ion-reply:before {
	content: "\f21e";
}
.ion-reply-all:before {
	content: "\f21d";
}
.ion-ribbon-a:before {
	content: "\f348";
}
.ion-ribbon-b:before {
	content: "\f349";
}
.ion-sad:before {
	content: "\f34a";
}
.ion-sad-outline:before {
	content: "\f4d7";
}
.ion-scissors:before {
	content: "\f34b";
}
.ion-search:before {
	content: "\f21f";
}
.ion-settings:before {
	content: "\f2ad";
}
.ion-share:before {
	content: "\f220";
}
.ion-shuffle:before {
	content: "\f221";
}
.ion-skip-backward:before {
	content: "\f222";
}
.ion-skip-forward:before {
	content: "\f223";
}
.ion-social-android:before {
	content: "\f225";
}
.ion-social-android-outline:before {
	content: "\f224";
}
.ion-social-angular:before {
	content: "\f4d9";
}
.ion-social-angular-outline:before {
	content: "\f4d8";
}
.ion-social-apple:before {
	content: "\f227";
}
.ion-social-apple-outline:before {
	content: "\f226";
}
.ion-social-bitcoin:before {
	content: "\f2af";
}
.ion-social-bitcoin-outline:before {
	content: "\f2ae";
}
.ion-social-buffer:before {
	content: "\f229";
}
.ion-social-buffer-outline:before {
	content: "\f228";
}
.ion-social-chrome:before {
	content: "\f4db";
}
.ion-social-chrome-outline:before {
	content: "\f4da";
}
.ion-social-codepen:before {
	content: "\f4dd";
}
.ion-social-codepen-outline:before {
	content: "\f4dc";
}
.ion-social-css3:before {
	content: "\f4df";
}
.ion-social-css3-outline:before {
	content: "\f4de";
}
.ion-social-designernews:before {
	content: "\f22b";
}
.ion-social-designernews-outline:before {
	content: "\f22a";
}
.ion-social-dribbble:before {
	content: "\f22d";
}
.ion-social-dribbble-outline:before {
	content: "\f22c";
}
.ion-social-dropbox:before {
	content: "\f22f";
}
.ion-social-dropbox-outline:before {
	content: "\f22e";
}
.ion-social-euro:before {
	content: "\f4e1";
}
.ion-social-euro-outline:before {
	content: "\f4e0";
}
.ion-social-facebook:before {
	content: "\f231";
}
.ion-social-facebook-outline:before {
	content: "\f230";
}
.ion-social-foursquare:before {
	content: "\f34d";
}
.ion-social-foursquare-outline:before {
	content: "\f34c";
}
.ion-social-freebsd-devil:before {
	content: "\f2c4";
}
.ion-social-github:before {
	content: "\f233";
}
.ion-social-github-outline:before {
	content: "\f232";
}
.ion-social-google:before {
	content: "\f34f";
}
.ion-social-google-outline:before {
	content: "\f34e";
}
.ion-social-googleplus:before {
	content: "\f235";
}
.ion-social-googleplus-outline:before {
	content: "\f234";
}
.ion-social-hackernews:before {
	content: "\f237";
}
.ion-social-hackernews-outline:before {
	content: "\f236";
}
.ion-social-html5:before {
	content: "\f4e3";
}
.ion-social-html5-outline:before {
	content: "\f4e2";
}
.ion-social-instagram:before {
	content: "\f351";
}
.ion-social-instagram-outline:before {
	content: "\f350";
}
.ion-social-javascript:before {
	content: "\f4e5";
}
.ion-social-javascript-outline:before {
	content: "\f4e4";
}
.ion-social-linkedin:before {
	content: "\f239";
}
.ion-social-linkedin-outline:before {
	content: "\f238";
}
.ion-social-markdown:before {
	content: "\f4e6";
}
.ion-social-nodejs:before {
	content: "\f4e7";
}
.ion-social-octocat:before {
	content: "\f4e8";
}
.ion-social-pinterest:before {
	content: "\f2b1";
}
.ion-social-pinterest-outline:before {
	content: "\f2b0";
}
.ion-social-python:before {
	content: "\f4e9";
}
.ion-social-reddit:before {
	content: "\f23b";
}
.ion-social-reddit-outline:before {
	content: "\f23a";
}
.ion-social-rss:before {
	content: "\f23d";
}
.ion-social-rss-outline:before {
	content: "\f23c";
}
.ion-social-sass:before {
	content: "\f4ea";
}
.ion-social-skype:before {
	content: "\f23f";
}
.ion-social-skype-outline:before {
	content: "\f23e";
}
.ion-social-snapchat:before {
	content: "\f4ec";
}
.ion-social-snapchat-outline:before {
	content: "\f4eb";
}
.ion-social-tumblr:before {
	content: "\f241";
}
.ion-social-tumblr-outline:before {
	content: "\f240";
}
.ion-social-tux:before {
	content: "\f2c5";
}
.ion-social-twitch:before {
	content: "\f4ee";
}
.ion-social-twitch-outline:before {
	content: "\f4ed";
}
.ion-social-twitter:before {
	content: "\f243";
}
.ion-social-twitter-outline:before {
	content: "\f242";
}
.ion-social-usd:before {
	content: "\f353";
}
.ion-social-usd-outline:before {
	content: "\f352";
}
.ion-social-vimeo:before {
	content: "\f245";
}
.ion-social-vimeo-outline:before {
	content: "\f244";
}
.ion-social-whatsapp:before {
	content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
	content: "\f4ef";
}
.ion-social-windows:before {
	content: "\f247";
}
.ion-social-windows-outline:before {
	content: "\f246";
}
.ion-social-wordpress:before {
	content: "\f249";
}
.ion-social-wordpress-outline:before {
	content: "\f248";
}
.ion-social-yahoo:before {
	content: "\f24b";
}
.ion-social-yahoo-outline:before {
	content: "\f24a";
}
.ion-social-yen:before {
	content: "\f4f2";
}
.ion-social-yen-outline:before {
	content: "\f4f1";
}
.ion-social-youtube:before {
	content: "\f24d";
}
.ion-social-youtube-outline:before {
	content: "\f24c";
}
.ion-soup-can:before {
	content: "\f4f4";
}
.ion-soup-can-outline:before {
	content: "\f4f3";
}
.ion-speakerphone:before {
	content: "\f2b2";
}
.ion-speedometer:before {
	content: "\f2b3";
}
.ion-spoon:before {
	content: "\f2b4";
}
.ion-star:before {
	content: "\f24e";
}
.ion-stats-bars:before {
	content: "\f2b5";
}
.ion-steam:before {
	content: "\f30b";
}
.ion-stop:before {
	content: "\f24f";
}
.ion-thermometer:before {
	content: "\f2b6";
}
.ion-thumbsdown:before {
	content: "\f250";
}
.ion-thumbsup:before {
	content: "\f251";
}
.ion-toggle:before {
	content: "\f355";
}
.ion-toggle-filled:before {
	content: "\f354";
}
.ion-transgender:before {
	content: "\f4f5";
}
.ion-trash-a:before {
	content: "\f252";
}
.ion-trash-b:before {
	content: "\f253";
}
.ion-trophy:before {
	content: "\f356";
}
.ion-tshirt:before {
	content: "\f4f7";
}
.ion-tshirt-outline:before {
	content: "\f4f6";
}
.ion-umbrella:before {
	content: "\f2b7";
}
.ion-university:before {
	content: "\f357";
}
.ion-unlocked:before {
	content: "\f254";
}
.ion-upload:before {
	content: "\f255";
}
.ion-usb:before {
	content: "\f2b8";
}
.ion-videocamera:before {
	content: "\f256";
}
.ion-volume-high:before {
	content: "\f257";
}
.ion-volume-low:before {
	content: "\f258";
}
.ion-volume-medium:before {
	content: "\f259";
}
.ion-volume-mute:before {
	content: "\f25a";
}
.ion-wand:before {
	content: "\f358";
}
.ion-waterdrop:before {
	content: "\f25b";
}
.ion-wifi:before {
	content: "\f25c";
}
.ion-wineglass:before {
	content: "\f2b9";
}
.ion-woman:before {
	content: "\f25d";
}
.ion-wrench:before {
	content: "\f2ba";
}
.ion-xbox:before {
	content: "\f30c";
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	height: auto;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}
#main-wrapper {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #878788;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	transition: all 0.3s ease;
}
a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-circle {
	border-radius: 50%;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.selectize-control,
.selectize-input {
	position: relative;
}
.h1,
.h2,
.h4,
.h5,
.h6,
h1,
h2,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	color: #3d3d3e;
	margin-top: 24px;
	margin-bottom: 24px;
	font-weight: 700;
}
[role="button"] {
	cursor: pointer;
}
.h1,
h1 {
	line-height: 48px;
	font-size: 48px;
}
.h3,
h3,
p {
	color: #47484a;
}
.h2,
h2 {
	font-size: 36px;
}
.h3,
h3 {
	font-size: 24px;
}
a,
p {
	font-family: Poppins, sans-serif;
}
.h4,
h4 {
	font-size: 18px;
}
.h5,
h5 {
	font-size: 14px;
}
.h6,
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 24px;
	font-weight: 500;
	line-height: 27px;
}
a {
	font-size: inherit;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.navbar,
.rq-btn,
.rq-main-footer .toggle-widget,
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.list-unstyled {
	list-style: none;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
}
.fq-newsletter-form,
.rq-btn {
	font-family: Poppins, sans-serif;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
	background: #fff;
	cursor: text;
	display: inline-block;
}
.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px;
}
.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default !important;
}
.selectize-input.focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.selectize-input > * {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.rq-btn,
.ui-button,
.ui-spinner,
.ui-spinner-input {
	vertical-align: middle;
}
.selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #f2f2f2;
	color: #303030;
	border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
	background: #e8e8e8;
	color: #303030;
	border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
	color: #7d7d7d;
	background: #fff;
	border: 0 solid #fff;
}
.selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 2px 0 0 !important;
	text-indent: 0 !important;
	border: 0 !important;
	background: 0 0 !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
	display: none;
}
.selectize-control.single .selectize-input:after,
.selectize-input.dropdown-active::before,
.selectize-input::after {
	content: " ";
	display: block;
}
.selectize-input > input:focus {
	outline: 0 !important;
}
.selectize-input::after {
	clear: left;
}
.selectize-input.dropdown-active::before {
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}
.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0;
	border-top: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
	padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default;
}
.selectize-dropdown .active {
	background-color: #f5fafd;
	color: #495c68;
}
.selectize-dropdown .active.create {
	color: #495c68;
}
.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
	cursor: text;
}
.selectize-control.single .selectize-input:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: grey transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px;
	border-color: transparent transparent grey;
}
.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}
.selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
	opacity: 0.5;
	background-color: #fafafa;
}
.rq-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	color: #000;
	background-color: #47484a;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	transition: all 0.3s ease;
}
.rq-btn i,
.rq-btn-normal i {
	top: 4px;
	font-size: 20px;
	position: relative;
}
.rq-btn.fluid-btn {
	width: 100%;
}
.rq-btn i {
	padding-left: 6px;
}
.rq-btn.border-radius {
	border-radius: 3px;
}
.rq-btn.active.focus,
.rq-btn.active:focus,
.rq-btn.focus,
.rq-btn:active.focus,
.rq-btn:active:focus,
.rq-btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
.rq-btn.focus,
.rq-btn:focus,
.rq-btn:hover {
	color: #333;
	text-decoration: none;
	outline: 0;
}
.rq-btn.active,
.rq-btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rq-btn:hover {
	background-color: #267303;
	color: #fff;
}
.rq-btn.disabled,
.rq-btn[disabled],
fieldset[disabled] .rq-btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.rq-btn.btn-medium {
	padding: 10px 25px;
}
.rq-btn.btn-small {
	padding: 7px 25px;
}
.rq-btn.btn-mini {
	padding: 5px 25px;
}
.rq-btn.border-radius-round {
	border-radius: 30px;
}
.rq-btn-dashed {
	background: 0 0;
	border: 1px dashed #ccc;
}
.rq-btn-default {
	font-weight: 500;
	background: #f0f0f0;
}
.rq-btn-default:hover {
	background: #e3e3e3;
}
.rq-btn-normal {
	background: 0 0;
	border: 0;
	color: #000;
	font-weight: 600;
}
.rq-btn-normal i {
	padding-left: 6px;
}
input[type="text"].rq-form-element {
	position: relative;
	width: 100%;
	outline: 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
}
input[type="text"].rq-form-element:focus {
	outline: 0;
}
input[type="text"].fq-newsletter-form {
	background: 0 0;
	border: 0;
	outline: 0;
	border-bottom: 1px solid #4a4848;
	width: 100%;
	padding: 10px 30px 10px 0;
}
.fq-newsletter-form::-webkit-input-placeholder {
	color: #fff;
}
.fq-newsletter-form:-moz-placeholder {
	color: #fff;
}
.fq-newsletter-form::-moz-placeholder {
	color: #fff;
}
.fq-newsletter-form:-ms-input-placeholder {
	color: #fff;
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.ui-helper-hidden {
	display: none;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 0.1s ease;
	-moz-transition: scale 0.1s ease;
	-ms-transition: scale 0.1s ease;
	-o-transition: scale 0.1s ease;
	transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
} /*! jQuery UI - v1.11.4 - 2016-04-16* http://jqueryui.com* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px* Copyright jQuery Foundation and other contributors; Licensed MIT */
*/ .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ui-front {
	z-index: 100;
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0;
	padding: 0.5em 0.5em 0.5em 0.7em;
	min-height: 0;
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons,
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: 0.1em;
	cursor: pointer;
	text-align: center;
	overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none;
}
.ui-button-icon-only {
	width: 2.2em;
}
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: 0.4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
input.ui-button {
	padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
	left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
	right: 0.5em;
}
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	padding: 0.2em 0.2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}
.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: 700;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0.4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: 0.1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0.3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0.5em 1em;
	background: 0 0;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin-top: 0.5em;
	padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
	bottom: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px 0.4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px;
}
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.2em;
	margin: auto 0;
}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}
.ui-slider-horizontal {
	height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
}
.ui-spinner-input {
	border: none;
	background: 0 0;
	color: inherit;
	padding: 0;
	margin: 0.2em 22px 0.2em 0.4em;
}
.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
	color: #333;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
.ui-widget,
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;
	padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
}
.daterangepicker.single .calendar,
.daterangepicker.single .ranges,
.ranges {
	float: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
} /*! * jQuery UI CSS Framework 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px */
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.rq-btn-primary,
.rq-btn-transparent {
	font-family: Poppins, sans-serif;
}
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}
.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	font-weight: 700;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	font-weight: 400;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: alpha(opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter: alpha(opacity=35);
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-icon-blank {
	background-position: 16px 16px;
}
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-on {
	background-position: -96px -144px;
}
.ui-icon-radio-off {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
	background: #aaa;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.ui-widget-shadow {
	margin: 0;
	padding: 5px;
	background: #666;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border-radius: 8px;
}
.header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 999 !important;
}
.header.index-two-header .header-body {
	height: 980px;
}
.header.index-two-header .header-body h1 {
	font-size: 48px;
	padding-top: 0;
	font-weight: 300;
}
@media (max-width: 600px) {
	.header.index-two-header .header-body h1 {
		font-size: 24px;
	}
}
.header.index-two-header .header-body p {
	font-size: 14px;
	max-width: 650px;
	margin: 15px auto 45px;
	font-weight: 600;
}
.header.index-two-header .header-body .group-car-image {
	position: relative;
	padding: 25px 0;
	top: 60px;
	margin-bottom: 30px;
}
.header.index-two-header .header-body .group-car-image img {
	width: 100%;
}
@media (max-width: 992px) {
	.header.index-two-header .header-body .group-car-image {
		display: none;
	}
}
.header.index-two-header .header-body .rq-search-container {
	box-shadow: none;
}
.header .header-body {
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
}
@media (max-width: 768px) {
	
	.header .header-body {
		height: auto;
		padding-top: 100px;
		background-size: cover !important;
		padding-bottom: 75px;
	}
}
.header .header-body .header-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
}
.header .header-body h1 {
	position: relative;
	z-index: 30;
	color: #fff;
	margin-bottom: 20px;
	font-size: 72px;
	line-height: 72px;
	padding-top: 75px;
}
@media (max-width: 768px) {
	.header .header-body h1 {
		font-size: 30px;
		padding-top: 0;
		margin-bottom: 10px;
		line-height: 41px;
	
}
.header .header-body p {
	position: relative;
	z-index: 30;
	color: #f3f3f3;
	font-size: 30px;
	margin-bottom: 45px;
}
@media (max-width: 992px) {
	.header .header-body p {
		line-height: 37.5px;
	}
}
@media (max-width: 768px) {
	.header .header-body p {
		line-height: 25px;
		font-size: 16px;
	}
}
.header.header-menu-signle-post {
	position: absolute;
	top: 0;
	left: 0;
}
.header.header-menu-signle-post .navbar.navbar-default {
	padding-bottom: 50px;
	background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
	);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.index-two {
	background: #f3f3f3;
}
.navbar {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
	z-index: 21;
}
.navbar.navbar-home {
	padding-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.navbar.navbar-home.navbar-default {
	background: 0 0;
}
.navbar.navbar-default {
	background: #fff;
	border: 0;
	margin-bottom: 0;
}
.navbar.navbar-default .navbar-collapse {
	border-color: transparent;
	border-bottom: 0;
	border-top: 0;
	box-shadow: none;
	height: 0;
	overflow: hidden;
}
.navbar.navbar-default .navbar-collapse.in {
	border-top: 0;
	border-color: transparent;
	height: auto;
	overflow: visible;
}
.navbar .navbar-brand {
	padding: 0;
	width: 320px;
	position: relative;
	top: 0;
	align-items: center;
}
.navbar .navbar-nav li + li {
	margin-left: 0;
}
.navbar .navbar-nav .dropdown-menu li:hover > a {
	color: #267303;
	font-weight: 600;
}
.navbar .navbar-nav li.dropdown.open > .dropdown-menu {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
	z-index: 99;
}
.navbar .navbar-nav li.active > a,
.navbar .navbar-nav li.active > a.dropdown-toggle,
.navbar .navbar-nav li.active > a:focus,
.navbar .navbar-nav li.active > a:hover,
.navbar .navbar-nav li.current > a,
.navbar .navbar-nav li.current > a.dropdown-toggle,
.navbar .navbar-nav li.current > a:focus,
.navbar .navbar-nav li.current > a:hover,
.navbar .navbar-nav li.open > a,
.navbar .navbar-nav li.open > a.dropdown-toggle,
.navbar .navbar-nav li.open > a:focus,
.navbar .navbar-nav li.open > a:hover {
	background: 0 0;
	color: #267303;
}
.navbar .navbar-nav li a {
	font-size: 16px;
	color: #47484a;
	font-weight: 500;
	transition: all 0.3s ease;
}
@media (min-width: 992px) {
	.navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		transform: translateY(0);
		opacity: 1;
		z-index: 99;
	}
	.navbar .navbar-nav li.right-side-link {
		top: 15px;
		margin: 0 10px;
	}
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover {
	color: #267303;
}
.navbar .navbar-nav li a span {
	font-size: 10px;
	padding-left: 3px;
}
@meida (min-width:@screen-md) {
	a {
		padding-right: 0;
		border-right: 0;
	}
}
@media (min-width: 992px) {
	.navbar .navbar-nav li.right-side-link > a {
		padding: 0 20px 0 0;
		line-height: 14px;
		border-right: 1px solid #fff;
	}
}
.navbar .navbar-nav li.login-register-link {
	margin-left: 180px;
}
@media (max-width: 1200px) {
	.navbar .navbar-nav li.login-register-link {
		margin-left: 100px;
	}
}
@media (max-width: 992px) {
	.navbar .navbar-nav li.login-register-link {
		text-align: left !important;
		top: 0;
		margin-left: 0;
	}
	.navbar .navbar-nav li.login-register-link a {
		padding: 15px 10px !important;
	}
}
.navbar .navbar-nav li.login-register-link i {
	padding-right: 5px;
	color: #a6a6a6;
}
.navbar .navbar-nav li.login-register-link a {
	border-bottom: 1px solid transparent;
	padding: 0 20px 0 0;
}
.navbar .navbar-nav li.login-register-link a:hover {
	border-bottom: 1px solid transparent;
	color: #efa80f;
}
.home-two-nav .navbar-nav li.active a.dropdown-toggle,
.home-two-nav .navbar-nav li.active a.dropdown-toggle:hover,
.home-two-nav .navbar-nav li.active > a,
.home-two-nav .navbar-nav li.active > a:hover,
.home-two-nav .navbar-nav li.login-register-link:hover a,
.home-two-nav .navbar-nav li:hover a,
.home-two-nav .navbar-nav li > a:hover {
	color: #fff;
}
.navbar .navbar-nav .dropdown-menu {
	background: #c9f1c9;
}
@media (min-width: 992px) {
	.navbar .navbar-nav .dropdown-menu {
		min-width: 210px;
		left: 0;
		display: block;
		z-index: -999;
		visibility: hidden;
		opacity: 0;
		transform: translateY(10px);
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition: all 0.3s ease;
		padding: 40px 20px;
		background: #c9f1c9;
		border-radius: 0;
	}
	.navbar .navbar-nav .dropdown-menu.with-language {
		min-width: 60px;
	}
	.navbar .navbar-nav .dropdown-menu.with-language a {
		padding: 5px 5px 5px 15px;
	}
	.navbar .navbar-nav .dropdown-menu.with-language a:hover {
		padding-left: 15px;
	}
	.navbar .navbar-nav .dropdown-menu .dropdown-menu {
		left: 100%;
		top: -1px;
		margin-top: 0;
		padding: 0;
	}
	.navbar .navbar-nav .website {
		padding-left: 0;
		display: block;
	}
	.navbar .navbar-nav .dropdown-menu li {
		margin: 0;
		list-style: none;
		margin-bottom: 10px;
	}
	.navbar .navbar-nav .dropdown-menu li a {
		font-weight: 400;
	}
	.navbar .navbar-nav .dropdown-menu li a:hover {
		font-weight: 600;
	}
	.navbar .navbar-nav .dropdown-menu li:last-child {
		border-bottom: 0;
	}
	.navbar .navbar-nav .dropdown-menu li.dropdown.open a,
	.navbar .navbar-nav .dropdown-menu li:hover a {
		border-bottom: 0;
	}
	.navbar .navbar-nav .dropdown-menu li.dropdown.open > .dropdown-menu {
		visibility: visible;
		transform: translateY(0);
		opacity: 1;
		z-index: 99;
	}
	.navbar .navbar-nav .dropdown-menu a {
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition: all 0.3s ease;
		padding: 10px 15px;
	}
	.navbar .navbar-nav .dropdown-menu a:active,
	.navbar .navbar-nav .dropdown-menu a:focus,
	.navbar .navbar-nav .dropdown-menu a:hover {
		background: 0 0;
		border-bottom: 0;
		padding-left: 15px;
	}
	.navbar .navbar-nav .dropdown-menu a span {
		float: right;
	}
	.home-two-nav.nav-two-bg {
		animation: opacity 0.5s;
	}
}
.home-two-nav {
	position: absolute;
	top: 0;
	left: 0;
}
.home-two-nav.nav-two-bg {
	background: #212020 !important;
	padding-bottom: 15px !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.home-two-nav.navbar.navbar-default {
	background: 0 0;
	padding: 0;
}
.home-two-nav.navbar.navbar-default .navbar-brand {
	display: none;
}
@media (max-width: 992px) {
	.home-two-nav.navbar.navbar-default {
		background: #212020;
		padding: 12px 0;
	}
	.home-two-nav.navbar.navbar-default .navbar-brand {
		display: block;
		padding-top: 10px;
	}
	.home-two-nav .navbar-nav li.logo {
		display: none;
	}
}
.home-two-nav .navbar-nav {
	width: 100%;
	position: relative;
}
.home-two-nav .navbar-nav li.logo {
	top: -7px;
	padding: 0 14%;
}
@media (max-width: 1200px) {
	.home-two-nav .navbar-nav li.logo {
		padding: 0 6%;
	}
}
.home-two-nav .navbar-nav li.login-register-link {
	margin: 0 15px;
	top: 0;
}
.home-two-nav .navbar-nav li.login-register-link a {
	padding: 25px 0 5px;
}
.home-two-nav .navbar-nav li > a {
	font-weight: 600;
}
@media (min-width: 992px) {
	.home-two-nav .navbar-nav li.logo:hover a {
		border-top: 3px solid transparent !important;
	}
	.home-two-nav .navbar-nav li.active a.dropdown-toggle,
	.home-two-nav .navbar-nav li.active > a {
		border-top: 3px solid #fff;
	}
	.home-two-nav .navbar-nav li > a {
		padding-top: 25px;
		border-top: 3px solid transparent;
	}
	.home-two-nav .navbar-nav li > a:hover {
		border-top: 3px solid #fff;
	}
	.nav-two-bg {
		animation: opacity 0.5s;
	}
}
.home-two-nav .navbar-nav li .dropdown-menu li a {
	border-top: 0;
}
.nav-two-bg {
	background: #212020 !important;
	padding-bottom: 15px !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 992px) {
	.navbar-default .navbar-nav {
		margin: 0;
		background: #47484a;
	}
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover {
		background: 0 0;
		color: #efa80f;
	}
	.navbar-default .navbar-nav > li {
		margin: 0;
		border-bottom: 1px solid #070707;
	}
	.navbar-default .navbar-nav > li.login-register-link {
		text-align: center;
		margin-left: 0;
	}
	.navbar-default .navbar-nav > li:hover a {
		border-bottom: 0;
	}
	.navbar-default .navbar-nav > li.active > a,
	.navbar-default .navbar-nav > li.open > a {
		border-bottom: 0;
		color: #efa80f;
	}
	.navbar-default .navbar-nav > li.active > a:focus,
	.navbar-default .navbar-nav > li.active > a:hover,
	.navbar-default .navbar-nav > li.open > a:focus,
	.navbar-default .navbar-nav > li.open > a:hover {
		color: #fff;
		background: 0 0;
	}
	.navbar-default .navbar-nav > li a {
		color: #fff;
		padding: 10px 20px;
	}
	.navbar-default .navbar-nav > li a span {
		float: right;
	}
	.navbar-default .navbar-nav > li a:hover {
		border-bottom: 0;
		color: #efa80f;
	}
	.navbar-default .navbar-nav ul.website > li a{
		color: #000;
	}
	.dropdown-menu .container{
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}
	.dropdown-menu .container .row{
		margin: 0px;
	}
	.navbar-default .navbar-nav ul.website{
		padding: 0px;
	}
	.navbar-default .navbar-nav ul.website > li a{
		display: inline-block;
		width: 100%;
		padding: 10px 40px;
		border-bottom: 1px solid #ddd;
	}
	.dropdown-menu .menu-contant p{
		max-width: 100%;
		padding: 20px;
		margin: 0px;
	}
	.navbar .navbar-nav .dropdown-menu ul.website li:hover > a{
		background-color: #267303;
		color: #fff;
	}
	.dropdown-menu .container [class*="col-"]{
		max-width: 100%;
		flex: 100%;
		padding: 0px;
	}
	.navbar-default .navbar-nav .open > .dropdown-menu {
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav .open > .dropdown-menu > li > a {
		color: #a6a6a6;
	}
	.navbar-default .navbar-nav .open > .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open > .dropdown-menu > li > a:hover {
		color: #fff;
		border-bottom: o;
	}
	.navbar-default .navbar-nav .open > .dropdown-menu > li .dropdown-menu {
		display: block;
	}
	.navbar-default
    .navbar-nav
    .open
    > .dropdown-menu
    > li
    .dropdown-menu
    > li
    a {
		color: #a6a6a6;
	}
	.navbar-default
    .navbar-nav
    .open
    > .dropdown-menu
    > li
    .dropdown-menu
    > li
    a:hover {
		color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle:hover {
		background: #267303;
	}
	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:focus {
		background: #267303;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.ion-chevron-right:before {
		content: "\f123" !important;
	}
}
.page-title {
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	float: left;
	color: #fff;
}
.page-title:after {
	position: absolute;
	content: "";
	left: 0;
	height: 5px;
	width: 25px;
	bottom: 0;
	background-color: #fff;
}
.page-title:before {
	position: absolute;
	content: "";
	left: 30px;
	height: 5px;
	width: 10px;
	bottom: 0;
	background-color: #fff;
}
.banner {
	padding: 5px 2px;
}
.rq-car-listing-tab .nav-tabs.parent-tab {
	border-bottom: 0;
	margin-top: 0;
	text-align: left;
	position: relative;
	z-index: 9;
}
.rq-car-listing-tab .nav-tabs.parent-tab li {
	float: none;
	display: inline-block;
	border: 0;
}
.rq-car-listing-tab .nav-tabs.parent-tab li a,
ul.investors-tab-list li a {
	border: 1px solid #47484a;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #47484a;
	padding: 13px 20px;
	border-radius: 50px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: #267303;
	color: #000 !important;
}
.rq-car-listing-tab .nav-tabs.parent-tab li + li {
	margin-left: 15px;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	width: 100%;
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.ui-helper-hidden {
	display: none;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 0.1s ease;
	-moz-transition: scale 0.1s ease;
	-ms-transition: scale 0.1s ease;
	-o-transition: scale 0.1s ease;
	transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.rq-secondary-slider {
	position: relative;
	padding: 22.5px 0 0;
}
.owl-next,
.owl-prev {
	display: inline-block;
	font-weight: 400;
	font-size: 0;
	position: absolute;
	top: 50%;
	line-height: 1;
	color: #267303;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #f3f3f3;
	border: 0 solid #267303;
}
.owl-next:after,
.owl-prev:after {
	position: absolute;
	left: 0;
	content: "";
	font: normal normal normal 30px/1 FontAwesome;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 35px;
}
.owl-next:after {
	content: "\f101";
}
.owl-prev:after {
	content: "\f100  ";
}
.owl-item,
.owl-item h5,
.owl-item.center {
	position: relative;
}
.owl-dots {
	display: none !important;
}
.owl-prev {
	left: 40px;
}
.owl-next {
	right: 40px;
}
.owl-loop .owl-item h5 {
	text-align: center;
	opacity: 0;
	margin-top: 60px;
}
.owl-loop .owl-item h5 a {
	font-weight: 600;
	color: #000;
	font-size: 22px;
}
.owl-loop .owl-item .item {
	opacity: 0.2;
}
.owl-loop .owl-item.center .item {
	position: relative;
	height: 350px;
	opacity: 1;
}
@media (min-width: 993px) {
	.owl-loop .owl-item.center .item {
		height: 600px;
	}
}
@media (max-width: 992px) {
	.owl-loop .owl-item.center .item {
		height: 490px;
	}
}
@media (max-width: 768px) {
	.owl-loop .owl-item.center .item {
		height: 490px;
	}
}
.owl-loop .owl-item.center .item img {
	top: 45px;
	width: 250px;
	min-height: 250px;
}
.owl-loop .owl-item.center .car-details-bg span {
	font-size: 24px;
	color: #fff;
	justify-content: flex-end;
	padding: 30px;
	display: flex;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 22.5px;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area h4 {
	width: 100%;
	margin: 0;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area h4 a {
	color: #fff;
	font-weight: 600;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area span {
	justify-content: center;
	padding: 0;
	font-size: 13px;
}
.owl-loop .owl-item.center .car-details-bg .owl-title-area span i {
	padding: 0 2px;
}
.owl-loop .owl-item.center h5 {
	opacity: 1;
}
.owl-dots {
	margin-top: 25px;
}
.owl-dot {
	position: relative;
	display: inline-block;
}
.owl-dot span {
	visibility: hidden;
}
.owl-dot.active:before {
	height: 3px;
}
.owl-dot:before {
	content: "";
	width: 15px;
	height: 1px;
	position: absolute;
	background: #000;
	top: 5px;
	left: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.details-slider {
	position: relative;
}
.details-slider .owl-next,
.details-slider .owl-prev {
	display: inline-block;
	font-weight: 400;
	font-size: 25px;
	position: absolute;
	top: 42%;
	color: #fff;
	width: 40px;
	background: rgba(0, 0, 0, 0.5);
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.details-slider .owl-prev {
	left: 40px;
}
.details-slider .owl-next {
	right: 40px;
}
@media (max-width: 600px) {
	.details-slider .owl-prev {
		left: 5px;
	}
	.details-slider .owl-next {
		right: 5px;
	}
}
.details-slider .owl-dots {
	display: none !important;
}
.m-p-g {
	max-width: 100%;
	margin: 0 auto;
}
.m-p-g__thumbs-img {
	margin: 0;
	float: left;
	vertical-align: bottom;
	cursor: pointer;
	z-index: 1;
	position: relative;
	opacity: 0;
	width: 33%;
	filter: brightness(100%);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: opacity, transform;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
	z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
	opacity: 1;
}
.m-p-g__thumbs-img.hide {
	opacity: 0;
}
.m-p-g__thumbs-img:hover {
	filter: brightness(110%);
}
.m-p-g__fullscreen {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
	will-change: background, visibility;
	backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
	transition: background 0.25s ease-out, visibility 0.01s 0s linear;
	visibility: visible;
	background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
	pointer-events: none;
	position: absolute;
	transform-origin: left top;
	top: 0;
	left: 0;
	max-height: 100vh;
	max-width: 100%;
	visibility: hidden;
	will-change: visibility;
	transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
	visibility: visible;
	opacity: 1 !important;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
	opacity: 0;
	transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: 20vh;
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
	opacity: 1;
	visibility: visible;
}
.m-p-g__controls-close,
.m-p-g__controls-arrow {
	appearance: none;
	border: none;
	background: none;
}
.m-p-g__controls-close:focus,
.m-p-g__controls-arrow:focus {
	outline: none;
}
.m-p-g__controls-arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 20%;
	height: 100vh;
	display: flex;
	align-items: center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 0;
}
.m-p-g__controls-arrow:hover {
	opacity: 1;
}
.m-p-g__controls-arrow--prev {
	left: 0;
	padding-left: 3vw;
	justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
	right: 0;
	padding-right: 3vw;
	justify-content: flex-end;
}
.m-p-g__controls-close {
	position: absolute;
	top: 3vh;
	left: 3vw;
	z-index: 5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
	background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
	position: fixed;
	z-index: 999;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
	color: grey;
}
.m-p-g__alertBox h2 {
	color: red;
}
.mt-0 {
	margin-top: 0px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-1 {
	margin-bottom: 0.8rem !important;
}
.rq-contact-us-grid-block {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
@media (max-width: 992px) {
	.rq-contact-us-grid-block {
		margin-bottom: 30px;
	}
}
.rq-contact-us-grid-block .row .col-md-4:last-child .grid-block-single {
	border-right: 0;
}
.rq-contact-us-grid-block .grid-block-single {
	position: relative;
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	.rq-contact-us-grid-block .grid-block-single {
		border-right: 0;
		margin-bottom: 45px;
	}
}
.rq-contact-us-grid-block .grid-block-single h3 {
	color: #fff;
	margin: 15px 0;
	padding-top: 10px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
}
.rq-contact-us-grid-block .grid-block-single p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.rq-contact-us-form-content {
	position: relative;
	text-align: center;
	max-width: 770px;
	margin: 0 auto;
}
.rq-contact-us-form-content h3 {
	color: #fff;
	line-height: 36px;
	margin: 0;
	font-family: Poppins, sans-serif;
	font-weight: 600;
}
.rq-contact-us-form-content form {
	position: relative;
	width: 100%;
	margin: 20px 0 50px;
}
.contact-form-input {
	width: 100%;
	margin-bottom: 15px;
	border-color: transparent;
	outline: 0;
	padding: 15px 25px;
	background: #f3f3f3;
	border-width: 1px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	transition: all 0.3s ease;
}
.rq-contact-us-map,
.rq-registration-content-single {
	margin-bottom: 90px;
	position: relative;
}
.listing-single,
.rq-form-control {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.contact-form-input:active,
.contact-form-input:focus {
	border-color: #267303;
}
textarea.contact-form-input {
	height: 210px;
	overflow: auto;
	resize: none;
}
.submit-btn {
	position: relative;
	margin-top: 10px;
}
.submit-btn .rq-btn {
	padding: 15px 25px;
	border-radius: 50px;
	color: #fff;
}
.rq-contact-us-map {
	margin-top: 25px;
	width: 100%;
	height: 400px;
}
.rq-contact-us-map #map {
	width: 100%;
	height: 100%;
}
.rq-registration-content-single.small-bottom-margin {
	margin-bottom: 25px;
}
.rq-registration-content-single h4 {
	margin: 0;
	text-transform: capitalize;
	font-weight: 600;
}
.rq-registration-content-single .subtitle {
	margin: 0;
}
.rq-registration-content-single h5 {
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	padding-top: 5px;
}
.rq-registration-content-single .rq-login-form {
	position: relative;
	padding: 0 0 60px;
	border-bottom: 1px solid #f3f3f3;
}
.rq-registration-content-single .rq-login-form.no-border {
	border-bottom: 0;
	padding-bottom: 0;
}
.rq-registration-content-single .rq-login-form .remember-me {
	position: relative;
}
@media (max-width: 992px) {
	.rq-registration-content-single .rq-login-form .remember-me {
		margin-top: 15px;
	}
}
.rq-registration-content-single .rq-login-form .remember-me .rq-checkbox {
	padding-right: 50px;
}
.rq-registration-content-single .rq-login-form .remember-me .rq-checkbox label {
	font-size: 13px;
	padding-left: 23px;
}
.rq-registration-content-single
.rq-login-form
.remember-me
.rq-checkbox
label:before {
	top: -1px;
	font-size: 14px;
}
@media (max-width: 400px) {
	.rq-registration-content-single .rq-login-form .remember-me .forgotpass {
		display: block;
	}
}
.rq-registration-content-single .rq-login-form .remember-me .forgotpass a {
	color: #3cc;
	font-size: 13px;
}
.rq-checkbox label:before,
.rq-radiobox label:before {
	font-family: ElegantIcons;
	font-size: 17px;
	left: 0;
}
.rq-registration-content-single form {
	position: relative;
	width: 100%;
	padding-top: 60px;
	margin-bottom: 50px;
}
.rq-registration-content-single form .rq-btn {
	height: 55px;
	padding-left: 40px;
	padding-right: 40px;
}
.rq-registration-content-single form .register-button {
	position: relative;
	width: 100%;
	margin-top: 22.5px;
	margin-bottom: 10px;
}
.rq-form-control {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	outline: 0;
	padding: 15px 20px;
	transition: 0.3s;
	transition: all 0.3s ease;
	color: #000;
	margin-bottom: 30px;
}
.rq-form-control.small {
	padding: 10px 20px;
}
.rq-form-control:active,
.rq-form-control:focus {
	border-color: #000;
}
.rq-form-control.reverse {
	background: #f3f3f3;
	border-color: #f3f3f3;
}
.contact-us-box {
	margin-top: 40px;
}
.contact-sec {
	padding: 40px 0;
	background: url(../img/bg-contact.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.contact-sec:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.7);
}
.rq-tabs.vertical .nav-tabs {
	border-bottom: 0;
	float: left;
	width: 30%;
	border-right: 1px solid #ccc;
	background-color: #bce0fd;
	margin-bottom: 50px;
}
.rq-tabs.vertical .nav-tabs li {
	display: block;
	border: 0;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #8f9eab;
}
.rq-tabs.vertical .nav-tabs li.active {
	border: 0;
}
.rq-tabs.vertical .nav-tabs li a {
	padding: 15px 30px;
	border-radius: 0;
	color: #47484a;
	position: relative;
}
.rq-tabs.vertical .nav-tabs li a:after {
	position: absolute;
	right: 16px;
	content: "\f054";
	font: normal normal normal 22px/1 FontAwesome;
}
.rq-tabs.vertical .tab-content {
	margin-left: 40%;
	border-bottom: 0;
	padding: 0px 0px;
}
.rq-tabs.vertical .nav-tabs > li > a {
	margin-right: 0;
	border: none;
	font-size: 16px;
}
.vertical .nav-tabs > li > a:hover,
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:focus,
.vertical .nav-tabs > li.active > a:hover {
	color: #fff !important;
}
.search-input.search-input.rq-form-control.reverse {
	margin-bottom: 0;
	margin-top: 40px;
	border-radius: 50px;
	background-color: #f3f3f3;
}
.search-btn {
	position: absolute;
	bottom: 0;
	right: 23px;
	color: #267303;
	padding: 2px 10px 15px 10px;
	background-color: transparent;
}
.search-btn:hover {
	color: #fff;
	background-color: transparent;
}
.search-btn i {
	font-size: 35px;
}
ul.investors-list {
	padding: 0;
	display: inline-block;
	width: 100%;
}
ul.investors-list.show-more-height {
	height: 490px;
}
.view-box .show-more,
.view-box .show-more:hover {
	color: #fff;
}
ul.investors-list li {
	width: 21%;
	margin: 5px 2%;
	float: left;
	list-style: none;
	min-height: 250px;
}
ul.investors-list li p {
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	margin-bottom: 0;
}
ul.investors-list li a {
	width: 100%;
	display: inline-block;
	background-color: #f3f3f3;
	font-size: 90px;
	padding: 20px;
	color: #267303;
	text-align: center;
	border: 1px solid #8f9eab;
}
ul.investors-list li a:hover {
	background-color: #267303;
	color: #fff;
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.viewAll-btn {
	width: 250px;
	color: #fff;
	font-size: 16px;
	text-transform: none;
}
.view-box {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.investors-tab .rq-tabs.vertical .nav-tabs > li > a:hover {
	background-color: #47484a;
}
ul.investors-tab-list li a:hover {
	border-color: #267303;
}
.investors-tab ul.investors-tab-list{
	background-color: #267303;
	padding: 50px 0px 0px;
	position: relative;
	margin-top: 0px;
	width: 100%;
	display: inline-block;
}
.investors-tab ul.investors-tab-list:after{
	position: absolute;
	left: 100%;
	height: 100%;
	width: 1000%;
	content: "";
	top: 0px;
	background-color: #267303;
}
.investors-tab ul.investors-tab-list:before{
	position: absolute;
	right: 100%;
	height: 100%;
	width: 1000%;
	content: "";
	top: 0px;
	background-color: #267303;
}
.investors-tab ul.investors-tab-list li a{
	border:none;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	border-bottom:none;
	padding: 13px 20px;
	border-radius: 0px;
}
.investors-tab ul.investors-tab-list li.active a, .investors-tab ul.investors-tab-list li:hover a{
	background-color: #fff;
	color: #267303 !important;
	font-weight: bold;
	border:none;
}


.investors-tab .rq-tabs.vertical .nav-tabs {
	border: none;
	background-color: #fff;
}
ul.investors-tab-list li + li {
	margin-left: 10px;
}
.rq-tabs.vertical {
	display: inline-block;
	width: 100%;
}
.media-tab .rq-tabs.vertical .nav-tabs {
	width: 25%;
	border-right: 1px solid #77797b;
	background-color: transparent;
}
.media-tab .rq-tabs.vertical .nav-tabs li a:after {
	display: none;
}
.media-tab .rq-tabs.vertical .nav-tabs > li > a {
	font-size: 21px;
	text-align: center;
}
.media-tab .rq-tabs.vertical .nav-tabs li a {
	padding: 20px 30px;
	position: relative;
}
.media-tab .rq-tabs.vertical .nav-tabs li:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.media-tab .rq-tabs.vertical .nav-tabs li:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #0468be;
	border-width: 15px;
	margin-top: -15px;
}
.media-tab .rq-tabs.vertical .nav-tabs li.active:after {
	opacity: 1;
}
.media-tab .nav-tabs > li.active > a,
.media-tab .nav-tabs > li.active > a:focus,
.media-tab .nav-tabs > li.active > a:hover {
	background-color: transparent;
	color: #0468be !important;
}
.media-tab .nav-tabs > li > a:hover {
	color: #47484a !important;
}
.icon-check {
	height: 80px;
	width: 100px;
	background: transparent;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 10px;
}
.prodect-catigery-box .icon-check {
	height: 100px;
}
.prodect-catigery-box ul.nav-tabs li .icon-check img.show-active {
	display: none;
}
.prodect-catigery-box ul.nav-tabs li.active .icon-check img.show-active, .prodect-catigery-box ul.nav-tabs li:hover .icon-check img.show-active {
	display: block;
}
.prodect-catigery-box ul.nav-tabs li .icon-check img.hide-active {
	display: block;
}
.prodect-catigery-box ul.nav-tabs li.active .icon-check img.hide-active, .prodect-catigery-box ul.nav-tabs li:hover .icon-check img.hide-active {
	display: none;
}
.media-tab .icon-check img {
	width: 56%;
}
/* .media-tab ul.nav-tabs li.active .icon-check img.hide-active {
	display: none;
} */
.media-tab ul.nav-tabs li.active .icon-check img.show-active {
	display: inline-block;
}
.media-tab ul.nav-tabs li .icon-check img.show-active {
	display: none;
}
.media-tab .rq-tabs.vertical .nav-tabs li.active img {
	filter: grayscale(0%);
}
.media-tab .rq-tabs.vertical .nav-tabs li {
	border-bottom: none;
}
.media-tab .nav-tabs > li.active > a .icon-check img,
.media-tab .nav-tabs > li.active > a:focus .icon-check img,
.media-tab .nav-tabs > li.active > a:hover .icon-check img {
	opacity: 1;
}
.media-tab .rq-tabs.vertical .tab-content {
	margin-left: 28%;
}
.media-item {
	display: contents;
	border: 1px solid #fdfdfd;
	border-radius: 50px;
	padding: 20px;
	max-height: 240px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	background-color: #fdfdfd;
}
.media-item a {
	color: #267303;
}
ul.list-source {
	margin-top: 0;
	padding-left: 0;
	color: #000;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
ul.list-source li {
	float: left;
	list-style: none;
}
ul.list-source li + li {
	margin-left: 20px;
}
.media-item .icon-arrow {
	font-size: 40px;
	color: #359265;
	line-height: 94px;
	text-align: center;
}
.press-release-img img {
	border-radius: 0px;
	transform: scale(0.9);
	transition: all 0.2s ease-out;
}

.press-release-img img:hover {
	transform: scale(1);
	transition: all 0.2s ease-out;
}
.media-tab .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.awards-box .row + .row {
	margin-top: -50px;
}
.awards-box h3 {
	line-height: 30px;
	margin-top: 90px;
}
.products-tab {
	margin-top: 100px;
	/* display: inline-block; */
}
.products-tab .rq-car-listing-tab .nav-tabs.parent-tab li a {
	min-width: 150px;
	text-align: center;
}
.prodect-catigery-box .nav-tabs > li {
	width: 25%;
}
.products-tab .nav-tabs > li > a {
	border: none;
	font-size: 17px;
	color: #47484a;
	text-align: center;
}
.prodect-catigery-box .nav-tabs > li.active > a,
.prodect-catigery-box .nav-tabs > li.active > a:focus,
.prodect-catigery-box .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
	color: #267303 !important;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a.active {
	background-color: transparent;
	color: #267303 !important;
	border-color: #267303 !important;
}
.prodect-catigery-box {
	margin-top: -140px;
}
/* .prodect-catigery-box .nav-tabs > li.active > a .icon-check,
	.prodect-catigery-box .nav-tabs > li.active > a:focus .icon-check,
	.prodect-catigery-box .nav-tabs > li.active > a:hover .icon-check {
	background-color: #2e8c02;
} */
.prodect-catigery-box .nav-tabs > li.active > a .icon-check img,
.prodect-catigery-box .nav-tabs > li.active > a:focus .icon-check img,
.prodect-catigery-box .nav-tabs > li.active > a:hover .icon-check img {
	opacity: 1;
}
ul.products-list li {
	width: 23%;
	margin: 0% 1% 05%;
	float: left;
	list-style-type: none;
}
.product-img {
	position: relative;
}
.img-wrap img {
	width: auto;
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 300px;
}
.product-img:hover img {
	opacity: 1;
	transform: scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.img-wrap .show-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition-delay: 0.15s;
}
.product-img:hover .show-hover {
	opacity: 1;
	transition-delay: 0.15s;
}
ul.products-list {
	padding-left: 0;
}
.products-bottom-detail {
	display: inline-block;
	width: 100%;
	margin-bottom: 150px;
}
.product-img .product-description {
	position: absolute;
	top: calc(100% - 85px);
	left: 50%;
	transform: translateX(-50%) scale(0);
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: #2e8c02;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	padding: 0 30px;
	padding-top: 140px;
	padding-bottom: 50px;
	text-align: center;
	transform-origin: center top;
	box-shadow: 0 0 24px 5px rgb(0 0 0 / 5%);
}
.products-list .product-img .product-description {
	padding-top: 110px;
}
.product-img:hover .product-description {
	top: calc(100% - 85px);
	transform: translateX(-50%) scale(1);
	z-index: 2;
}
.product-description .product-inner {
	position: relative;
	height: 100%;
}
.product-description .product-inner-abs {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.product-img:hover .product-description h4 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.35s;
}
.product-description h4 {
	font-size: 18px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	transform: translateY(-10px);
	opacity: 0;
	color: #fff;
	display: block;
	margin: 0 0 10px;
}
.product-img:hover .product-description p {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.45s;
}
.product-description p {
	font-size: 13px;
	margin-top: 5px;
	color: #fff;
	line-height: 1.31;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: block;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0 0 15px;
}
.product-img .show-hover {
	opacity: 1;
	transition: all 0.4s ease-out;
}
.product-img:hover .show-hover {
	transform: scale(1.15);
	transition: all 0.2s ease-out;
}
.product-img .img-wrap {
	position: relative;
	z-index: 1;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	text-align: center;
}
.product-img:hover .img-wrap {
	animation-name: bounce-1;
	animation-duration: 2s;
	z-index: 5;
	animation-timing-function: linear;
}
@keyframes bounce-1 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
.awards-box .row {
	display: inline-block;
	width: 100%;
}
.awards-box .float-right {
	float: right;
}
.products-detail h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #fff;
}
.products-detail h4:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #fff;
}
ul.domestic-products-list {
	padding-left: 0;
}
ul.domestic-products-list li {
	padding-left: 20px;
	list-style: none;
	padding-bottom: 5px;
	position: relative;
	color: #fff;
}
ul.domestic-products-list li a {
	color: #fff;
}
ul.domestic-products-list li:hover::after,
ul.domestic-products-list li:hover a {
	color: #000;
}
ul.domestic-products-list li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f101";
	font-family: "FontAwesome";
	font-weight: 900;
}
.productsDetail-img {
	text-align: center;
	padding: 5px 30px;
	min-height: 350px;
}
.productsDetail-img img {
	width: auto;
	max-width: 100%;
	height: 400px;
	object-fit: contain;
}
ul.detail-list {
	padding-left: 0;
}
ul.detail-list li {
	list-style: none;
	font-size: 16px;
	padding: 10px;
	color: #000;
	border-bottom: 1px solid #c2c2c2;
}
ul.detail-list li span {
	font-weight: 700;
	color: #14c5e8;
	display: inline-block;
}
.related-products-sec .owl-carousel .owl-item img {
	width: auto;
	height: 250px;
	opacity: 1;
	max-width: 100%;
	border-radius: 0;
}
.related-products-sec .owl-carousel .owl-item .car-details-bg {
	opacity: 1;
	text-align: center;
	padding: 15px 20px;
}
.related-products-sec .owl-carousel .owl-item .carousel-content {
	opacity: 1;
	font-size: 13px;
	text-align: center;
}
.related-products-sec .owl-carousel .owl-item .carousel-content h4 {
	margin-bottom: 8px;
}
.related-products-sec .owl-carousel .owl-item .carousel-content p {
	line-height: 22px;
	margin-bottom: 10px;
}
.related-products-sec {
	margin-bottom: 80px;
	margin-top: 80px;
}
.related-products-sec .owl-carousel .owl-item .item {
	border: 0 solid #dbdbdb;
	background-color: #fff;
}
.domestic-products-box {
	background-color: #359787;
	border-radius: 5px;
	padding: 20px;
}
.related-products-sec .owl-prev {
	left: -37px;
}
.related-products-sec .owl-next {
	right: -37px;
}
.board-directors-inner .item {
	margin: 0 20px;
	text-align: center;
}
.owl-carousel .owl-item img {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
}
.owl-carousel .owl-item.center img {
	height: 250px;
	width: 250px;
}
.owl-carousel .owl-item .car-details-bg {
	min-height: 150px;
	padding: 38px 20px;
	opacity: 0.3;
}
.owl-carousel .owl-item.center .car-details-bg {
	padding: 10px;
	opacity: 1;
}
.owl-carousel .owl-item .carousel-content {
	opacity: 0;
	height: 0;
}
.owl-carousel .owl-item.center .carousel-content {
	opacity: 1;
	width: 800px;
	height: auto;
	margin-left: -66%;
}
.owl-carousel .owl-item .carousel-content h4 {
	margin: 10px 0 5px;
}
.owl-carousel .owl-item .carousel-content h4 a {
	font-size: 18px;
	font-weight: 700;
	color: #267303;
	text-transform: capitalize;
}
.owl-carousel .owl-item .carousel-content h5 {
	margin: 0 0 10px 0;
	line-height: 20px;
	text-transform: uppercase;
}
.rq-car-listing-tab .nav-tabs.parent-tab.subTab {
	margin-top: 40px;
	margin-bottom: 40px;
}
.rq-car-listing-tab .nav-tabs.parent-tab.subTab li a {
	padding: 6px 9px;
	font-size: 13px;
	margin-bottom: 5px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e1e1e1;
}
.rq-car-listing-tab .nav-tabs.parent-tab.subTab li.active > a,
.rq-car-listing-tab .nav-tabs.parent-tab.subTab li.hover > a {
	color: #267303 !important;
	background: transparent;
	border-color: #267303;
}
.rq-car-listing-tab .nav-tabs.parent-tab.subTab li + li {
	margin-left: 0;
}
ul.contact-info li {
	list-style: none;
	color: #267303;
}
rs-layer#slider-12-slide-21-layer-0 {
	font-family: MonotypeNeuePlakCompressedRegular !important;
}
.pcl-tbl td,
.pcl-tbl th {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}
.pcl-tbl {
	border-collapse: collapse;
}
ul.list-simple {
	padding: 0;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
ul.list-simple li {
	list-style: none;
	width: 33.33%;
	float: left;
	padding-bottom: 8px;
	padding-left: 17px;
	position: relative;
	color: #000;
}
ul.list-simple.w-100 li {
	width: 100%;
}
ul.list-simple.w-50 li {
	width: 50%;
	text-align: left;
}
ul.list-simple li:after {
	position: absolute;
	left: 0;
	content: "\f105";
	font: normal normal normal 15px/1 FontAwesome;
	top: 4px;
}
/* ul.list-after-before li:nth-child(even) {
	background: #f2f2f2;
} */
/* ul.list-after-before li:nth-child(2n) {
	background-color: #f2f2f2;
} */
/* ul.list-after-before li:nth-child(4n+0) {
	background-color: #f2f2f2;
} */
ul.list-after-before {
	padding: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
ul.list-after-before li {
	padding: 10px 15px;
	list-style: none;
	color: #000;
	width: 50%;
	float: left;
	min-height: 93px;
	border-bottom: 1px solid #ddd;
	/* background: #f2f2f2; */
}
/* ul.list-after-before li span {
	float: left;
	margin-right: 10px;
} */
.navbar.navbar-default {
	background: #fff;
	border: 0;
	position: relative;
	margin-bottom: 0;
	box-shadow: 2px 6px 11px rgb(0 0 0 / 20%);
}
header:after {
	position: fixed;
	left: 0;
	top: 93px;
	content: "";
	content: "";
	width: 100%;
	z-index: -1;
	height: 3px;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	background: #0468be;
	background: -moz-linear-gradient(
    45deg,
    #0468be 0%,
    #217ba4 46%,
    #baf62a 100%
	);
	background: -webkit-linear-gradient(
    45deg,
    #0468be 0%,
    #217ba4 46%,
    #baf62a 100%
	);
	background: linear-gradient(45deg, #0468be 0%, #217ba4 46%, #baf62a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0468be',endColorstr='#baf62a',GradientType=1);
}
.top-alert {
	display: none !important;
	text-align: center;
	padding: 12px 20px;
	color: #fff;
	position: relative;
	background: url(../img/bg-img.gif) no-repeat center top;
	background-size: cover;
	z-index: 0;
}
.top-alert::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: -1;
	background-color: #315a5f;
}
.top-alert .close {
	opacity: 1;
	color: #fff;
	text-shadow: none;
}
footer {
	padding: 70px 0 40px;
	color: #fff;
	position: relative;
	margin-top: 40px;
	background-color: #2d2e33;
}
footer:after {
	position: absolute;
	left: 0;
	top: -26px;
	content: "";
	background: url(../img/footer_image.png) no-repeat 0 0;
	background-size: 100%;
	width: 100%;
	height: 60px;
}
@media (min-width: 1400px) {
	footer:after {
		height: 94px;
		top: -36px;
	}
}
@media (max-width: 3840px) {
	footer:after {
		height: 105px;
		top: -44px;
	}
}
footer p {
	color: #aaa;
	font-size: 13px;
	line-height: 22px;
}
footer h4 {
	color: #fff;
	text-transform: uppercase;
}
footer .logo h5 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
}
ul.footer-menu {
	padding-left: 0;
}
ul.footer-menu li a {
	color: #aaa;
}
ul.footer-menu li a:hover {
	color: #267301;
}
ul.footer-menu li {
	width: 50%;
	float: left;
	list-style: none;
	font-size: 15px;
	padding-bottom: 10px;
}
.footer-logo {
	width: 100%;
	display: inline-block;
}
.footer-logo img {
	width: 230px;
}
footer .rq-contact-us-grid-block .grid-block-single h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
}
footer .rq-contact-us-grid-block .grid-block-single h3 i {
	min-width: 20px;
	display: inline-block;
}
footer .rq-contact-us-grid-block .grid-block-single {
	margin-bottom: 15px;
}
footer .rq-contact-us-grid-block .grid-block-single p {
	color: #aaa;
}
ul.social-icon-list li {
	list-style: none;
	float: left;
	font-size: 18px;
}
ul.social-icon-list {
	margin: 0;
	padding: 0;
	float: left;
}
ul.social-icon-list li + li {
	margin-left: 10px;
}
ul.social-icon-list li a {
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: #111;
	line-height: 40px;
	text-align: center;
}
ul.social-icon-list li:first-child a {
	background-color: #3d53a9;
}
ul.social-icon-list li:nth-child(2) a {
	background: #f3bf1a;
	background: -moz-linear-gradient(
    45deg,
    #f3bf1a 0%,
    #d67296 39%,
    #d67296 39%,
    #533c8d 100%
	);
	background: -webkit-linear-gradient(
    45deg,
    #f3bf1a 0%,
    #d67296 39%,
    #d67296 39%,
    #533c8d 100%
	);
	background: linear-gradient(
    45deg,
    #f3bf1a 0%,
    #d67296 39%,
    #d67296 39%,
    #533c8d 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3bf1a',endColorstr='#533c8d',GradientType=1);
}
ul.social-icon-list li:nth-child(3) a {
	background-color: red;
}
ul.social-icon-list li:nth-child(4) a {
	background-color: #358ec6;
}
ul.social-icon-list li:nth-child(5) a {
	background-color: #00acee;
}
ul.social-icon-list li a:hover {
	color: #fff;
	background-color: #111;
}
@media (min-width: 1600px) {
	.owl-carousel .owl-item.center .carousel-content {
		margin-left: -32%;
	}
}
@media (max-width: 1199px) {
	.owl-carousel .owl-item.center .carousel-content {
		margin-left: -94%;
	}
}
@media (max-width: 1200px) {
	ul.list-source {
		font-size: 15px;
	}
	.awards-box h3 {
		margin-top: 60px;
	}
	.tab1 {
		padding: 0;
	}
	ul.investors-tab-list li a {
		font-size: 14px;
		padding: 13px 16px;
	}
	ul.investors-tab-list li + li {
		margin-left: 5px;
	}
}
@media (max-width: 991px) {
	.owl-carousel .owl-item.center .carousel-content {
		width: 635px;
	}
	ul.investors-tab-list li a {
		margin: 0;
		text-align: center;
	}
	ul.investors-tab-list li {
		width: 31.5%;
		margin: 5px 1%;
	}
	.investors-tab .rq-tabs.vertical .nav-tabs li {
		width: auto;
	}
	.investors-tab .rq-tabs.vertical .nav-tabs li a {
		padding: 8px 10px;
		font-size: 14px;
	}
	.owl-loop .owl-item .item p {
		width: 500px;
		left: 3%;
		margin-right: 0;
	}
	.infrastructure-inner [class*="col-"] + [class*="col-"] {
		margin-top: 30px;
	}
	.board-directors-inner {
		margin-bottom: 100px;
	}
	.navbar .navbar-brand {
		width: 220px;
		margin-left: 15px;
	}
	.navbar.navbar-default .navbar-collapse {
		position: absolute;
		left: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}
	.rq-tabs.vertical .nav-tabs {
		width: 100%;
	}
	.rq-tabs.vertical .nav-tabs li {
		width: 32.33%;
		border: none;
		margin: 0.5%;
	}
	.rq-tabs.vertical .nav-tabs li a:after {
		display: none;
	}
	.rq-tabs.vertical .nav-tabs li a {
		padding: 15px 11px;
		text-align: center;
		background-color: #bce0fd;
		border: 1px solid #267303;
		font-size: 15px;
	}
	.rq-tabs.vertical .nav-tabs {
		background-color: transparent;
	}
	.vertical .nav-tabs > li.active > a {
		background-color: #267303;
	}
	.search-input.search-input.rq-form-control.reverse {
		margin-top: 0;
	}
	.rq-tabs.vertical .tab-content {
		margin-left: 0;
	}
	.media-tab .rq-tabs.vertical .nav-tabs {
		width: 100%;
	}
	.media-tab .rq-tabs.vertical .nav-tabs,
	.rq-tabs.vertical .nav-tabs {
		border: none;
	}
	.media-tab .rq-tabs.vertical .nav-tabs > li > a {
		background-color: transparent;
		border: none;
		font-size: 18px;
	}
	.media-tab .rq-tabs.vertical .nav-tabs li a {
		padding: 15px;
	}
	.media-tab .rq-tabs.vertical .tab-content {
		margin-left: 0;
	}
	.rq-contact-us-grid-block {
		margin-top: 0;
	}
	textarea.contact-form-input {
		height: 150px;
	}
	.prodect-catigery-box {
		margin-top: 0;
		padding: 0px;
	}
	ul.products-list li {
		width: 31.33%;
	}
	.product-img .product-description {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: initial;
		border-radius: 0;
		padding-top: 0 !important;
		background: transparent !important;
		padding: 0 20px;
		box-shadow: none;
		margin-top: 20px;
		transform: translateX(0%) scale(1);
	}
	.product-description .product-inner-abs {
		position: relative;
		top: 0;
		transform: none !important;
	}
	.product-img:hover .product-description {
		top: 0;
		transform: translateX(0%) scale(1);
	}
	.product-description h4,
	.product-description p {
		opacity: 1;
		color: #267303;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li.active > a {
		background-color: #267303;
		color: #fff !important;
	}
}
@media (max-width: 768px) {
	.m-p-g__thumbs-img {
		width: 50% !important;
	}
	.infrastructure-inner [class*="col-"] + [class*="col-"] {
		float: left;
		width: 100%;
	}
	.owl-loop .owl-item .item p {
		width: 100%;
		left: 0;
	}
	.media-tab .rq-tabs.vertical .nav-tabs,
	.rq-tabs.vertical .nav-tabs {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.media-item {
		width: 100%;
		margin: 0%;
		float: left;
		max-height: 100%;
		text-align: center;
		border-radius: 20px;
	}
	.press-release-img img{
		max-width: 50%;
	}
	#press-release .media-item [class*="col-"]{max-width: 100%; flex: 100%; }
	ul.list-source {
		margin: 15px 0;
	}
	ul.list-source li {
		width: 100%;
		text-align: center;
	}
	.media-item .icon-arrow {
		display: none;
	}
	ul.list-source li + li {
		margin-left: 0;
	}
	.awards-box .float-right {
		width: 100%;
	}
	.awards-box h3 {
		margin-top: 30px;
		text-align: center;
	}
	.awards-box .row + .row {
		margin-top: 0;
	}
	.awards-box .row {
		margin-left: 0;
		margin-right: 0;
	}
	.rq-contact-us-grid-block .row {
		display: inline-block;
		width: 100%;
	}
	.rq-contact-us-grid-block .row [class*="col-"] {
		width: 50%;
		float: left;
	}
	.rq-contact-us-grid-block .grid-block-single {
		margin-bottom: 15px;
	}
	.tab1 {
		padding-left: 15px;
	}
}
@media (max-width: 720px) {
	ul.investors-tab-list li a {
		padding: 13px 7px;
	}
	.rq-tabs.vertical .nav-tabs li a {
		padding: 15px 6px;
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	ul.investors-tab-list li {
		width: 48%;
	}
	ul.investors-tab-list li + li {
		margin-left: 1%;
	}
}
@media (max-width: 660px) {
	.rq-tabs.vertical .nav-tabs li a {
		padding: 15px 6px;
		font-size: 13px;
	}
}
@media (max-width: 610px) {
	ul.products-list li {
		width: 48%;
	}
	ul.investors-list li {
		width: 29.3%;
	}
	.rq-tabs.vertical .nav-tabs li {
		width: 49%;
	}
	.rq-car-listing-tab .nav-tabs.parent-tab li + li {
		margin-left: 5px;
	}
}
@media (max-width: 600px) {
	ul.list-simple li{
		width: 50%;
	}
	ul.list-after-before li{
		width: 100%;
		min-height: auto;
	}
	footer:after{
		top: -12px;
	}
	.rq-car-listing-tab .nav-tabs.parent-tab li a {
		font-size: 13px;
		padding: 10px 10px;
	}
	.prodect-catigery-box .icon-check {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.prodect-catigery-box .icon-check img {
		width: 55px;
	}
	.products-tab .nav-tabs > li > a {
		font-size: 14px;
	}
}
@media (max-width: 550px) {
	.mySlides img{
		width: 100% !important;
	}
	.media-item {
		width: 100%;
		margin: 1% 0%;
		padding: 20px 0px;
	}
	.products-tab .nav-tabs > li > a {
		padding: 10px 5px;
	}
}
@media (max-width: 480px) {
	.media-tab .row{
		margin: 0px;
	}
	.rq-car-listing-tab .nav-tabs.parent-tab li {
		width: 47%;
		margin: 1%;
		text-align: center;
	}
	.rq-car-listing-tab .nav-tabs.parent-tab li + li {
		margin-left: 1%;
	}
	.prodect-catigery-box .nav-tabs > li {
		width: 50%;
	}
}
@media (max-width: 450px) {
	.investors-tab .rq-tabs.vertical .nav-tabs li a {
		font-size: 12px;
	}
	ul.investors-tab-list li a {
		padding: 10px 5px;
		font-size: 13px;
	}
	ul.investors-list li {
		width: 46%;
	}
	.rq-tabs.vertical .tab-content {
		padding: 0;
	}
	.rq-contact-us-grid-block .row [class*="col-"] {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.mySlides img{
		width: 100% !important;
	}
	header:after{
		top: 71px;
	}
	ul.investors-tab-list li + li {
		margin-left: 0;
	}
	ul.investors-tab-list li {
		width: 100%;
		margin: 5px 0;
	}
	ul.products-list li {
		width: 100%;
		margin: 0;
	}
	.owl-controls {
		opacity: 0;
	}
	.owl-loop {
		padding: 0;
	}
}
@media (min-width: 1600px) {
    .container {
        width: 100%;
        max-width: 1600px;
        background-color: mediumblue;
    }
}
@media (max-width: 360px) {
	.rq-car-listing-tab .nav-tabs.parent-tab li a {
		font-size: 12px;
	}
}
@media (max-width: 330px) {
	.rq-car-listing-tab .nav-tabs.parent-tab li a {
		padding: 10px 5px;
	}
}
.hover-img {
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.4s ease-out;
}
.hover-img:hover {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 0.4s ease-out;
}
#profile-description {
	max-width: 400px;
	margin-top: 50px;
	position: relative;
}
.text {
	margin-bottom: 5px;
	color: #777;
	padding: 0 15px;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	display: block;
}
.show-more,
.show-more a {
	color: #000;
	position: relative;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	cursor: pointer;
}
.show-more:hover {
	color: #267303;
}
.show-more-height {
	height: 55px;
	overflow: hidden;
}
.downlode-btn {
	padding: 10px;
	background-color: #359787;
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
.downlode-btn i {
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 9px;
}
.border-0 {
	border: none !important;
}
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
@keyframes animatezoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
.inline-photo {
	opacity: 0;
	transform: translateY(4em) rotateZ(-0deg);
	transition: transform 2s 0.25s cubic-bezier(0, 1, 0.3, 1),
    opacity 0.2s 0.25s ease-out;
	will-change: transform, opacity;
}
.inline-photo.is-visible {
	opacity: 1;
	transform: rotateZ(-0deg);
}
.event-gallery .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.event-gallery .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 1em;
	margin: 20px auto;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.event-gallery .sidenav a:hover {
	color: #d4af37;
}
.event-gallery .sidenav section {
	position: absolute;
	bottom: 2vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.event-gallery .sidenav section a {
	display: inline-block;
	padding: 8px 8px 8px 12px;
	margin: 0 10px;
	background-color: #1e1e1e;
	-webkit-transform: rotate(45deg) translate(0, 0);
	-ms-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
	list-style: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
}
.event-gallery .sidenav section a i {
	-webkit-transform: rotate(-45deg) translate(0, 0);
	-ms-transform: rotate(-45deg) translate(0, 0);
	transform: rotate(-45deg) translate(0, 0);
}
.event-gallery .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.event-gallery#main {
	transition: margin-left 0.5s;
	padding: 0;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
.event-gallery .row:after {
	content: "";
	display: table;
	clear: both;
}
.event-gallery .column {
	float: left;
	width: 25%;
	height: 50vh;
}
.event-gallery .column img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.event-gallery .modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #000;
}
.event-gallery .modal-content {
	position: relative;
	background-color: #000;
	margin: auto;
	padding: 0;
	width: 90%;
	height: 90%;
}
.event-gallery .close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: 700;
}
.event-gallery .close:hover,
.event-gallery .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.event-gallery .mySlides {
	display: none;
	height: auto;
	width: 100%;
	background-color: #000;
}
.event-gallery .mySlides img {
	background-color: #000;
	width: auto;
	margin: auto;
	display: flex;
	height: 80vh;
}
.event-gallery .cursor {
	cursor: pointer;
}
.event-gallery .prev,
.event-gallery .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.event-gallery .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.event-gallery .prev:hover,
.event-gallery .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.event-gallery .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.event-gallery img {
	margin-bottom: -4px;
}
.event-gallery .caption-container {
	text-align: center;
	background-color: #000;
	padding: 2px 16px;
	color: #fff;
}
.event-gallery .demo {
	opacity: 0.6;
}
.event-gallery .active,
.event-gallery .demo:hover {
	opacity: 1;
}
.event-gallery img.hover-shadow {
	transition: 0.3s;
}
.event-gallery .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.event-gallery .icons {
	padding: 10px 5px;
	background-color: rgba(1, 1, 1, 0.5);
	text-align: center;
	position: fixed;
	right: 0;
	top: 10vh;
	cursor: pointer;
}
.event-gallery #search {
	width: 0;
	border: 0;
	outline: none;
	background-color: rgba(1, 1, 1, 0.5);
	color: gray;
	font-weight: 700;
	transition: 0.5s;
}
.event-gallery .icons i {
	color: #fff;
	padding: 0 10px;
}
.event-gallery .icons:hover > #search {
	width: 250px;
	padding: 10px;
}
#event-gallery .row h4{
	margin-top: 14px;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}


@media (max-width: 800px) {
	.event-gallery .column {
		float: left;
		width: 50%;
		height: 50vh;
	}
	.event-gallery .sidenav .closebtn {
		display: none;
	}
}
.value-box {
	padding: 25px 15px;
	min-height: 340px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 1.4px 10px 43px 0 rgb(96 174 148 / 30%);
}
.value-box p {
	padding: 0;
	text-align: justify;
	margin: 0;
}
.value-box .icon img {
	width: 110px;
}
.value-box .icon {
	width: 100%;
	margin-bottom: 12px;
	display: inline-block;
	text-align: center;
}
.app-deatails-area .app_info {
	border-width: 1px;
	border-color: rgb(240, 240, 250);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 30px 80px 0 rgb(0 0 29 / 10%);
	padding: 60px 60px;
	position: relative;
	z-index: 1;
}
.rq-car-listing-tab .nav-tabs.parent-tab.subTab li + li {
	text-transform: capitalize;
}
#more3,
#more1,
#more2,
#more4,
#more5,
#more6,
#more7 {
	display: none;
}
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
span.rq-btn.viewAll-btn.btn-medium.border-radius-round.show-more {
	text-transform: capitalize;
}
div#annual-report-si p.view-box,
div#notice-board-meeting p.view-box {
	display: none;
}
.row.values-row .col-lg-4.col-md-4.col-sm-6:nth-child(3),
.row.values-row .col-lg-4.col-md-4.col-sm-6:nth-child(6) {
	margin-right: 0;
}
.row.values-row .col-lg-4.col-md-4.col-sm-6 {
	padding: 0;
	width: 31.7%;
	margin-right: 2.3%;
}
.row.values-row {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 1);
	z-index: 9999;
	text-align: center;
}
.percentage {
	z-index: 10000;
	border: 1px solid #ccc;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
.loader,
.percentage {
	height: 30px;
	max-width: 500px;
	border: 2px solid #69af23;
	border-radius: 20px;
	font-weight: 300;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.loader:after,
.percentage:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.trackbar {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	opacity: 0.99;
}
.loadbar {
	width: 0%;
	height: 100%;
	background: repeating-linear-gradient(
    45deg,
    #008737,
    #008737 10px,
    #69af23 10px,
    #69af23 20px
	);
	box-shadow: 0 0 14px 1px #008737;
	position: absolute;
	top: 0;
	left: 0;
	animation: flicker 5s infinite;
	overflow: hidden;
}
@keyframes animation {
	10% {
		opacity: 0.9;
	}
	30% {
		opacity: 0.86;
	}
	60% {
		opacity: 0.8;
	}
	80% {
		opacity: 0.75;
	}
}
div#soliloquy-container-6198 {
	width: 100% !important;
	max-width: 100% !important;
}
.menu-contant p {
	text-transform: none;
	float: right;
	font-weight: 400;
	font-size: 16px;
	max-width: 660px;
	line-height: 26px;
}
img.loader_image {
	width: 80px;
	text-align: center;
	top: 50%;
}
.vert-text.innerpage {
	position: fixed;
	bottom: 2rem;
	right: 0em;
	width: 15rem;
	display: flex;
	align-items: center;
	z-index: 10;
	background: #0468be;
	padding: 8px;
}
.vert-text.innerpage span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
	transform-origin: bottom left;
	font-size: 2.2rem;
}
.value-box h4.mb-0 {
	padding-bottom: 13px;
}
.prodect-catigery-box .offset-md-5 {
	margin-left: 41.66666667%;
}
.vert-text {
	display: none !important;
}
.navbar-header video#video {
	width: 100%;
}
div#sticker-sticky-wrapper, header#sticker
{
	height: 94px !important;
}
a.goog-logo-link img {
	display: none;
}
.navbar .navbar-nav .dropdown-menu.website {
	background: #c9f1c9;
	border: unset;
}
.sticky-wrapper nav.navbar.navbar-default .navbar-nav li ul.website a {
	color: #47484a;
}
.DesignationBlocks a p.NameTitle {
	font-size: 1.8rem;
	text-align: center;
	margin: 10px 0 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.DesignationBlocks a p.designations {
	text-align: center;
	color: #15181d;
	font-size: 1.4rem;
	color: #4b4b4c;
	text-transform: capitalize;
}
.DesignationBlocks a img {
	width: 100%;
	transform: scale(0.9);
	transition: all 0.2s ease-out;
}
.DesignationBlocks a img:hover {
	transform: scale(1);
	transition: all 0.2s ease-out;
}
.white-popup {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding: 4rem;
	background: rgba(255,255,255,.9);
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mfp-hide {
	display: none !important;
}
.DesignationBlocks .row .MobileSpaceing {
	margin-top: 15px;
}
.MobileSpaceing .modal
{
	background-color: rgb(21 19 19 / 35%);
}
.MobileSpaceing .modal-dialog
{
	margin-bottom: 2rem;
}
.modal-backdrop
{
	position: relative !important;
}
.MobileSpaceing .modal-dialog
{
	width: 800px;
}
.MobileSpaceing .modal-dialog .modal-content
{
	max-width: 800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding: 4rem;
	background: rgba(255,255,255,.9);
	position: relative;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.MobileSpaceing  .modal-header
{
	border: unset;
	padding: 0px;
}
.MobileSpaceing .modal-header h4 {
	margin: 0;
	padding-left: 14px;
}
.MobileSpaceing button.close {
	background: #16770a;
	border-radius: 0 10px 0 0;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
	transition: .6s all;
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
}
.container.DesignationBlocks {
	margin-top: 36px;
}

article { position: relative; }
aside { position: absolute;}

aside.fixed {position: fixed;}
.mb-5{
	margin-bottom: 25px;
}
ul.logo-list{
	display: inline-block;
	width: 100%;
	max-width: 400px;
}
ul.logo-list li{
	float: left;
	width: 50%;
	list-style: none;
	text-align: center;
}
ul.logo-list li span{
	display: block;
	margin-top: 15px;
} 
ul.logo-list li img{
	width: 80px;
	
}
.goog-logo-link img{
	width: auto;
}
.active img.hide-active {
	display: none;
}
table.commities tr td {
	border: 1px solid;
	padding: 10px;
	color: #47484a;
}
table.commities {
	width: auto;
	display: inline-block;
	margin-left: 1.3%;
}
.event-carousel-box .owl-carousel{
	display: block;
}
.event-carousel-box .owl-carousel .owl-item img{
	height: auto;
	width: 100%;
	border-radius: 0px;
}
.event-carousel-box .owl-carousel .owl-nav .owl-next span, .event-carousel-box .owl-carousel .owl-nav .owl-prev span{
	display: none;
}
.event1 .modal-dialog{
	max-width: 100%;  
	width: 100%;
	margin-top: 0px;
}
.event-carousel-box .owl-next:after, .event-carousel-box .owl-prev:after{
	top: 0px; 
}
.event-carousel-box .owl-carousel .owl-nav button.owl-next, .event-carousel-box .owl-carousel .owl-nav button.owl-prev, .event-carousel-box .owl-carousel button.owl-dot{
	background-color: #000;
}
.event1 h5{
	font-size: 25px;
	color: #fff;
}
.event1 .modal-header{
	border: none;
}
.event1 .modal-header .close {
	margin-top: -2px;
	position: absolute;
	/* top: 0; */
	font-weight: 400;
	color: #fff;
	opacity: 1;
}
.event1.modal{
	background-color: rgba(0,0,0,0.9);
}
/*********************************************************/
@media (max-width: 1199px) {
    .navbar .navbar-brand #video{ width: 330px;}
    .nav > li > a{ padding: 10px;}
    .navbar-nav > li{ margin-top: 15px;}
    .prodect-catigery-box .offset-md-5{ margin-left: 32%;}
    .products-tab .rq-car-listing-tab .nav-tabs.parent-tab li a{ min-width: 140px;}
}
@media (max-width: 991px) {
    .products-tab .rq-car-listing-tab .row{ margin: 0px;}
    .prodect-catigery-box .offset-md-5{ margin-left: 0%;}
    .rq-car-listing-tab .nav-tabs.parent-tab{ text-align: center;}
}
@media (max-width: 768px) {
    .prodect-catigery-box .offset-md-5{max-width: 100%;flex: 100%;}
    .rq-car-listing-tab .tab1 {padding-left: 0px; max-width: 100%;flex: 100%;}     
}
@media (max-width: 400px){
    .navbar-toggle{ margin-top: 5px;}
    .navbar .navbar-brand #video{ width: 230px;}
	div#home {
		height: auto !important;
	}
	.embed-container {
		position: absolute !important;
		padding-bottom: calc(70vh - 6.7em);
		height: 0;
		overflow: hidden;
		max-width: 100%;
		z-index: 9;
		top: -73%;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	div#home {
		height: 24vh !important;
		/* margin-top: -10%; */
	}
	.home-landing-section .embed-container embed, .home-landing-section .embed-container iframe, .home-landing-section .embed-container object {
		position: absolute;
		top: -4.6% !important;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}
}
.grey_btn
{
	background: #BABABA;
	cursor: none;
}
a.read_more {
    color: white;
}
.grey_btn:hover {
    color: #fff;
}


/********************************************************************/
.list-students {
	margin-left: -0px;
	margin-right: -0px;
}
.row.row-0 {
	margin-left: 0;
	margin-right: 0;
}
.row.row-0 > [class*='col-'], .row.row-0 > .table > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.list-students .top-press .illustration{
	padding: 0px;
}
.list-students .illustration {
	position: relative;
	padding: 0px 15px;
}
.list-students .top-press .illustration img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(0px, 0px);
	position: relative;
	top: 0px;
}
.list-students .illustration img {
	/* width: 100%;
		height: 100%;
	object-fit: cover; */
	transform: translate(0px, -50%);
	position: absolute;
	top: 50%;
	left: 0px;
	width: 80%;
	right: 0;
	margin: 0px auto;
}
/* .overlay {
	position: absolute !important;
	z-index: 20 !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	text-indent: -999em !important;
	text-align: left !important;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGN0IzNjk4QURERUYxMUU0OTI3RkREQzFBMTI5ODExOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGN0IzNjk4QkRERUYxMUU0OTI3RkREQzFBMTI5ODExOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY3QjM2OTg4RERFRjExRTQ5MjdGRERDMUExMjk4MTE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3QjM2OTg5RERFRjExRTQ5MjdGRERDMUExMjk4MTE5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAAEAAQAAAgJEAQA7) !important;
} */
.list-students .content.student-1 {
	padding: 15px 25px 0;
}
.list-students .content {
	padding: 50px 30px;
	min-height: 240px;
	background-color: #267303;
}
.list-students .content p{
	color: #fff;
	margin-bottom: 10px;
}
.list-students .content a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
}
.list-students .content a:hover{
	color: #000;
}
.h-100 {
	height: 100%!important;
}
.order-md-first {
	-ms-flex-order: -1;
	order: -1;
}
.list-students h3{
	margin: 0px 0px 10px;
	color: #fff;
	line-height: 22px;
	font-size: 20px;
}
.list-students h3 span{
	display: block;
	font-size: 12px;
	font-weight: 300;
}


.content.bg-top{
	position: absolute;
	bottom: 60px;
	max-width: 350px;
	padding: 25px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	text-align: center;
}
.list-students .content.bg-top:after{
	display: none;
}
.list-students .content:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.list-students .content:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #267303;
	border-width: 15px;
	margin-top: -15px;
}

.order-md-first .content:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.order-md-first .content:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #267303;
	border-width: 15px;
	margin-top: -15px;
} 
.list-students .content p{ line-height: 16px; font-size: 13px;}
@media (min-width: 1200px){
	.list-students .content p{ line-height: 16px;}
	.list-students .content{ padding: 40px 20px; }
}
@media (max-width: 1200px){
	.list-students>.row>[class*="col-"]{ width: 100%;}
}
@media (max-width: 991px){
	.migx_student>.row>[class*="col-"]{ width: 50%; float: left;}
}
@media (max-width: 500px){
	.migx_student>.row>[class*="col-"]{ width: 100%; float: left;}
	.order-md-first { -ms-flex-order: 0;  order: 0;}
	.list-students .content:after, .order-md-first .content:after{ display: none;}
	.migx_student>.row>[class*="col-"] + [class*="col-"]{ margin-bottom: 20px;}
	.top-press{ margin-bottom: 20px;}
}
#customers {
	border-collapse: collapse;
	width: 100%;
	font-size:12px;
}

#customers td, #customers th {
	border: 1px solid #ddd;
	padding: 5px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
	text-align: left;
	background-color: #04AA6D;
	color: white;
}
