/*css*/
@import url('reset.css');
@import url('skeleton.css');
@import url('superfish.css');
@import url('flexslider.css');
@import url('ui.totop.css');
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
body{
	background: #2e323e url('../images/bg_footer.jpg') 0 0 repeat;
	font: 14px/24px  Arial, Helvetica, sans-serif;
	color: #aeaeae;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
html,body{
	height:100%;
}
img{
	max-width: 100%;
}
a{
	color:#ef4f33;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	color: #333745;
}
h2{
	font-size: 30px;
	margin: 7px 0 53px;
	text-transform: uppercase;
}
h3{
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
}
.title{
	color: #ff7f66;
	font-weight: bold;
}
.marg_1{
	margin-bottom: 23px;
}
.marg_2{
	margin-bottom: 99px;
}
.marg_3{
	margin-bottom: 55px;
}
.marg_4{
	margin-bottom: 29px;
}
.marg_5{
	margin-bottom: 126px;
}
.marg_6{
	margin-bottom: 69px;
}
.marg_7{
	margin-bottom: 84px;
}


/*=======================================================
  17. Placeholder
========================================================*/

.g-placeholder-white::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.g-placeholder-white::-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

.g-placeholder-white::placeholder {
	opacity: 1;
	color: #fff;
}

.g-placeholder-white::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.g-placeholder-primary::-webkit-input-placeholder {
	color: #fff;
}

.g-placeholder-primary::-ms-input-placeholder {
	color: #fff;
}

.g-placeholder-primary::placeholder {
	color: #fff;
}

.g-placeholder-inherit::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

.g-placeholder-inherit::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

.g-placeholder-inherit::placeholder {
	color: inherit;
	opacity: 1;
}

.g-placeholder-inherit::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

.g-placeholder-inherit::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

@media (min-width: 768px) {
	.g-offset-md-1 {
		margin-left: 8.333333%;
	}
}

@media (min-width: 992px) {
	.g-offset-lg-1 {
		margin-left: 8.333333%;
	}

	.g-offset-lg-4 {
		margin-left: 33.333333%;
	}
}

/*=======================================================
  18. Colors
========================================================*/

.g-color-inherit {
	color: inherit !important;
}

.g-color-main {
	color: #555 !important;
}

.g-color-main--hover:hover {
	color: #555 !important;
}

.g-color-primary {
	color: #111111 !important;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
	color: #111111 !important;
}

.g-parent:hover .g-color-primary--parent-hover {
	color: #111111 !important;
}

.g-color-primary-opacity-0_3 {
	color: rgba(17, 17, 17, 0.3) !important;
}

.g-color-primary-opacity-0_4 {
	color: rgba(17, 17, 17, 0.4) !important;
}

.g-color-primary--active.active {
	color: #111111 !important;
}

.active .g-color-primary--parent-active {
	color: #111111 !important;
}

.g-color-primary--before::before, .g-color-primary--after::after {
	color: #111111;
}

.g-color-secondary {
	color: #e74b3c !important;
}

.u-block-hover:hover .g-color-secondary--hover, .g-color-secondary--hover:hover {
	color: #e74b3c !important;
}

.g-parent:hover .g-color-secondary--parent-hover {
	color: #e74b3c !important;
}

.g-color-black {
	color: #000 !important;
}

.g-color-black--hover:hover {
	color: #000 !important;
}

.g-parent:hover .g-color-black--parent-hover {
	color: #000 !important;
}

.g-color-black--active.active {
	color: #000 !important;
}

.g-color-black-opacity-0_1 {
	color: rgba(0, 0, 0, 0.1) !important;
}

.g-color-black-opacity-0_3 {
	color: rgba(0, 0, 0, 0.3) !important;
}

.g-color-black-opacity-0_5 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.g-color-black-opacity-0_6 {
	color: rgba(0, 0, 0, 0.6) !important;
}

.g-color-black-opacity-0_7 {
	color: rgba(0, 0, 0, 0.7) !important;
}

.g-color-black-opacity-0_8 {
	color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_8--child * {
	color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_9 {
	color: rgba(0, 0, 0, 0.9) !important;
}

.g-color-white {
	color: #fff !important;
}

.g-color-white--opened-menu:not(.collapsed) {
	color: #fff !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
	color: #fff !important;
}

.g-parent:hover .g-color-white--parent-hover {
	color: #fff !important;
}

.g-color-white--active.active {
	color: #fff !important;
}

.active .g-color-white--parent-active {
	color: #fff !important;
}

.g-color-white--child * {
	color: #fff !important;
}

.g-color-white-opacity-0_1 {
	color: rgba(255, 255, 255, 0.1) !important;
}

.g-color-white-opacity-0_2 {
	color: rgba(255, 255, 255, 0.2) !important;
}

.g-color-white-opacity-0_3 {
	color: rgba(255, 255, 255, 0.3) !important;
}

.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
	color: rgba(255, 255, 255, 0.5) !important;
}

.g-color-white-opacity-0_6 {
	color: rgba(255, 255, 255, 0.6) !important;
}

.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
	color: rgba(255, 255, 255, 0.6) !important;
}

.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-white-opacity-0_75 {
	color: rgba(255, 255, 255, 0.75) !important;
}

.g-color-white-opacity-0_8 {
	color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_8--child * {
	color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
	color: rgba(255, 255, 255, 0.9) !important;
}

.u-block-hover:hover .g-color-white-opacity-0_7--hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-gray-light-v1 {
	color: #bbb !important;
}

.g-color-gray-light-v1--hover:hover {
	color: #bbb !important;
}

.g-color-gray-light-v2 {
	color: #ccc !important;
}

.g-color-gray-light-v2--hover:hover {
	color: #ccc !important;
}

.g-color-gray-light-v3 {
	color: #ddd !important;
}

.g-color-gray-light-v3--hover:hover {
	color: #ddd !important;
}

.g-color-gray-light-v4 {
	color: #eee !important;
}

.g-color-gray-light-v4--hover:hover {
	color: #eee !important;
}

.g-color-gray-light-v4-opacity-0_6 {
	color: rgba(238, 238, 238, 0.6) !important;
}

.g-color-gray-light-v5 {
	color: #f7f7f7 !important;
}

.g-color-gray-light-v5--hover:hover {
	color: #f7f7f7 !important;
}

.g-color-gray-dark-v1 {
	color: #111 !important;
}

.g-color-gray-dark-v1--hover:hover {
	color: #111 !important;
}

.g-color-gray-dark-v2 {
	color: #333 !important;
}

.g-color-gray-dark-v2--hover:hover {
	color: #333 !important;
}

.g-color-gray-dark-v2-opacity-0_75 {
	color: rgba(51, 51, 51, 0.75) !important;
}

.g-color-gray-dark-v3 {
	color: #555 !important;
}

.g-color-gray-dark-v3--hover:hover {
	color: #555 !important;
}

.g-color-gray-dark-v4 {
	color: #777 !important;
}

.g-color-gray-dark-v4--hover:hover {
	color: #777 !important;
}

.g-color-gray-dark-v5 {
	color: #999 !important;
}

.g-color-gray-dark-v5--hover:hover {
	color: #999 !important;
}

.g-parent:hover .g-color-gray-dark-v5--parent-hover {
	color: #999 !important;
}

.g-color-green {
	color: #72c02c !important;
}

.g-color-green--hover:hover {
	color: #72c02c !important;
}

.g-color-blue {
	color: #3398dc !important;
}

.g-color-blue--hover:hover {
	color: #3398dc !important;
}

.g-color-blue-dark-v1 {
	color: #175a88 !important;
}

.g-color-lightblue {
	color: #edf2f8 !important;
}

.g-color-lightblue--hover:hover {
	color: #edf2f8 !important;
}

.g-color-lightblue-v1 {
	color: #d6e2ee !important;
}

.g-color-lightblue-v1--hover:hover {
	color: #d6e2ee !important;
}

.g-color-darkblue {
	color: #009 !important;
}

.g-color-darkblue--hover:hover {
	color: #009 !important;
}

.g-color-indigo {
	color: #4263a3 !important;
}

.g-color-indigo--hover:hover {
	color: #4263a3 !important;
}

.g-color-red {
	color: #f00 !important;
}

.g-color-red--hover:hover {
	color: #f00 !important;
}

*:hover > .g-color-red--parent-hover {
	color: #f00 !important;
}

.g-color-lightred {
	color: #e64b3b !important;
}

.g-color-lightred--hover:hover {
	color: #e64b3b !important;
}

.g-color-darkred {
	color: #a10f2b !important;
}

.g-color-darkred--hover:hover {
	color: #a10f2b !important;
}

.g-color-purple {
	color: #9a69cb;
}

.g-color-purple--hover:hover {
	color: #9a69cb !important;
}

.g-color-purple-dark-v1 {
	color: #552c7e !important;
}

.g-color-darkpurple {
	color: #6639b6 !important;
}

.g-color-darkpurple--hover:hover {
	color: #6639b6 !important;
}

.g-color-pink {
	color: #e81c62;
}

.g-color-pink--hover:hover {
	color: #e81c62 !important;
}

.g-color-pink-dark-v1 {
	color: #6f0b2d !important;
}

.g-color-orange {
	color: #e57d20 !important;
}

.g-color-orange--hover:hover {
	color: #e57d20 !important;
}

.g-color-deeporange {
	color: #fe541e !important;
}

.g-color-deeporange--hover:hover {
	color: #fe541e !important;
}

.g-color-yellow {
	color: #ebc71d !important;
}

.g-color-yellow--hover:hover {
	color: #ebc71d !important;
}

.g-color-aqua {
	color: #29d6e6;
}

.g-color-aqua--hover:hover {
	color: #29d6e6 !important;
}

.g-color-aqua-dark-v1 {
	color: #11848e !important;
}

.g-color-cyan {
	color: #00bed6 !important;
}

.g-color-cyan--hover:hover {
	color: #00bed6 !important;
}

.g-color-teal {
	color: #18ba9b !important;
}

.g-color-teal--hover:hover {
	color: #18ba9b !important;
}

.g-color-brown {
	color: #9c8061 !important;
}

.g-color-brown--hover:hover {
	color: #9c8061 !important;
}

.g-color-bluegray {
	color: #585f69 !important;
}

.g-color-bluegray--hover:hover {
	color: #585f69 !important;
}


/*=======================================================
  4.17. Form Elements
========================================================*/

.u-form-control {
	padding: .8rem 1rem .6rem;
}

	.u-form-control::-webkit-input-placeholder {
		color: inherit;
		opacity: .3;
	}

	.u-form-control::-ms-input-placeholder {
		color: inherit;
		opacity: .3;
	}

	.u-form-control::placeholder {
		color: inherit;
		opacity: .3;
	}

	.u-form-control::-moz-placeholder {
		color: inherit;
		opacity: .3;
	}

	.u-form-control::-webkit-input-placeholder {
		color: inherit;
		opacity: .3;
	}

.u-form-control-sm {
	padding: .4rem .5rem .1rem;
	font-size: .875rem;
}

.u-form-control-lg {
	padding: .75rem 1.5rem .55rem;
	font-size: 1.25rem;
}

.u-form-control-shadow--focus:focus {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.u-textarea-expandable {
	max-height: 42px;
	-webkit-transition-property: max-height;
	-o-transition-property: max-height;
	transition-property: max-height;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

	.u-textarea-expandable:focus {
		max-height: 90px;
	}

.u-input-group-addon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.form-control + .u-input-group-addon:not(:first-child) {
	border-left: 0;
}

/*=======================================================
  4.18. Form States
========================================================*/

.u-has-success-v1-1 .form-control,
.u-has-success-v1-1 [class*="input-group-"],
.u-has-success-v1-1 [class*="u-select"] {
	background-color: #f0fff0;
	border-color: #111111;
}

	.u-has-success-v1-1 .form-control[readonly],
	.u-has-success-v1-1 [class*="input-group-"][readonly],
	.u-has-success-v1-1 [class*="u-select"][readonly] {
		background-color: #f0fff0;
	}

.u-has-success-v1-1 .form-control-feedback {
	color: #111111;
}

.u-has-success-v1-1 [class*="u-check-icon"] {
	color: #f0fff0;
	background-color: #f0fff0;
}

	.u-has-success-v1-1 [class*="u-check-icon"] i {
		color: rgba(17, 17, 17, 0.2);
	}

.u-has-success-v1-1 [class*="input-group-"],
.u-has-success-v1-1 [class*="input-group-"]:last-child,
.u-has-success-v1-1 .chosen-single div b {
	color: #111111;
}

.u-has-success-v1-2 {
	position: relative;
}

	.u-has-success-v1-2 .form-control,
	.u-has-success-v1-2 [class*="input-group-"],
	.u-has-success-v1-2 [class*="u-select"] {
		background-color: #f0fff0;
		border-color: #111111;
	}

		.u-has-success-v1-2 .form-control[readonly],
		.u-has-success-v1-2 [class*="input-group-"][readonly],
		.u-has-success-v1-2 [class*="u-select"][readonly] {
			background-color: #f0fff0;
		}

	.u-has-success-v1-2 .form-control-feedback {
		color: #111111;
	}

	.u-has-success-v1-2 [class*="u-check-icon"] {
		color: #f0fff0;
		background-color: #f0fff0;
		border-radius: 50%;
	}

		.u-has-success-v1-2 [class*="u-check-icon"] i {
			color: rgba(17, 17, 17, 0.2);
		}

	.u-has-success-v1-2 [class*="input-group-"],
	.u-has-success-v1-2 [class*="input-group-"]:last-child,
	.u-has-success-v1-2 .chosen-single div b {
		color: #111111;
	}

		.u-has-success-v1-2 [class*="input-group-"],
		.u-has-success-v1-2 [class*="input-group-"]:last-child {
			color: #fff;
			background-color: #111111;
		}

	.u-has-success-v1-2 .form-control-feedback::before {
		content: "";
		position: absolute;
		bottom: -3px;
		right: 18px;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 3px 0 3px;
		border-color: #111111 transparent transparent transparent;
	}

.u-has-error-v1 .form-control,
.u-has-error-v1 [class*="input-group-"],
.u-has-error-v1 [class*="u-select"] {
	background-color: #fff0f0;
}

	.u-has-error-v1 .form-control[readonly],
	.u-has-error-v1 [class*="input-group-"][readonly],
	.u-has-error-v1 [class*="u-select"][readonly] {
		background-color: #fff0f0;
	}

.u-has-error-v1 .form-control-feedback {
	color: #f00;
}

.u-has-error-v1 [class*="u-check-icon"] {
	background-color: #fff0f0;
}

.u-has-error-v1-2 .form-control,
.u-has-error-v1-2 [class*="input-group-"],
.u-has-error-v1-2 [class*="u-select"] {
	background-color: #fff0f0;
	border-color: #f00;
}

	.u-has-error-v1-2 .form-control[readonly],
	.u-has-error-v1-2 [class*="input-group-"][readonly],
	.u-has-error-v1-2 [class*="u-select"][readonly] {
		background-color: #fff0f0;
	}

.u-has-error-v1-2 .form-control-feedback {
	color: #f00;
}

.u-has-error-v1-2 [class*="u-check-icon"] {
	background-color: #fff0f0;
}

.u-has-error-v1-2 [class*="input-group-"]:last-child,
.u-has-error-v1-2 .chosen-single div b {
	color: #f00;
}

.u-has-error-v1-2 .error {
	display: block;
}

.u-has-error-v1-3 {
	position: relative;
}

	.u-has-error-v1-3 .form-control,
	.u-has-error-v1-3 [class*="input-group-"],
	.u-has-error-v1-3 [class*="u-select"] {
		background-color: #fff0f0;
		border-color: #f00;
	}

		.u-has-error-v1-3 .form-control[readonly],
		.u-has-error-v1-3 [class*="input-group-"][readonly],
		.u-has-error-v1-3 [class*="u-select"][readonly] {
			background-color: #fff0f0;
		}

	.u-has-error-v1-3 .form-control-feedback {
		color: #f00;
	}

		.u-has-error-v1-3 .form-control-feedback::before {
			content: "";
			position: absolute;
			bottom: -3px;
			right: 18px;
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 3px 3px 0 3px;
			border-color: #f00 transparent transparent transparent;
		}

	.u-has-error-v1-3 [class*="u-check-icon"] {
		background-color: #fff0f0;
	}

	.u-has-error-v1-3 [class*="input-group-"]:last-child,
	.u-has-error-v1-3 .chosen-single div b {
		color: #f00;
	}

	.u-has-error-v1-3 .error {
		display: block;
	}

	.u-has-error-v1-3 [class*="input-group-"],
	.u-has-error-v1-3 [class*="input-group-"]:last-child {
		color: #fff;
		background-color: #f00;
	}

.u-has-error-v2:after {
	content: '\f00d';
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: 'FontAwesome', sans-serif;
	color: #f00;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.u-has-error-v2 input,
.u-has-error-v2 textarea {
	border-color: #f00;
}

.u-has-disabled-v1 label,
.u-has-disabled-v1 .form-control,
.u-has-disabled-v1 [class*="input-group-"],
.u-has-disabled-v1 [class*="u-select"] {
	background-color: #fff;
	opacity: .5;
}

	.u-has-disabled-v1 label:disabled,
	.u-has-disabled-v1 .form-control:disabled,
	.u-has-disabled-v1 [class*="input-group-"]:disabled,
	.u-has-disabled-v1 [class*="u-select"]:disabled {
		background-color: #fff;
		opacity: .5;
	}

input[type="checkbox"]:checked + .g-color-white--checked,
input[type="radio"]:checked + .g-color-white--checked,
input[type="checkbox"]:checked + * .g-color-white--checked,
input[type="radio"]:checked + * .g-color-white--checked {
	color: #fff !important;
}

.g-color-white--checked.g-checked,
.g-checked .g-color-white--checked {
	color: #fff !important;
}

.g-color-primary:focus {
	color: #111111;
}

.g-color-black--focus:focus {
	color: #000;
}

.g-color-white--focus:focus {
	color: #fff !important;
}

.g-color-gray-light-v4:focus {
	color: #eee !important;
}

input[type="checkbox"]:checked + .g-bg-primary--checked,
input[type="radio"]:checked + .g-bg-primary--checked,
input[type="checkbox"]:checked + * .g-bg-primary--checked,
input[type="radio"]:checked + * .g-bg-primary--checked {
	background-color: #111111 !important;
}

.g-bg-primary--checked.g-checked,
.g-checked .g-bg-primary--checked {
	background-color: #111111 !important;
}

input[type="checkbox"]:checked + .g-bg-black--checked,
input[type="radio"]:checked + .g-bg-black--checked,
input[type="checkbox"]:checked + * .g-bg-black--checked,
input[type="radio"]:checked + * .g-bg-black--checked {
	background-color: #000 !important;
}

.g-bg-black--checked.g-checked,
.g-checked .g-bg-black--checked {
	background-color: #000 !important;
}

input[type="checkbox"]:checked + .g-bg-white--checked,
input[type="radio"]:checked + .g-bg-white--checked,
input[type="checkbox"]:checked + * .g-bg-white--checked,
input[type="radio"]:checked + * .g-bg-white--checked {
	background-color: #fff !important;
}

.g-bg-white--checked.g-checked,
.g-checked .g-bg-white--checked {
	background-color: #fff !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v1--checked {
	background-color: #111 !important;
}

.g-bg-dark-dark-v1--checked.g-checked,
.g-checked .g-bg-dark-dark-v1--checked {
	background-color: #111 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v2--checked {
	background-color: #333 !important;
}

.g-bg-dark-dark-v2--checked.g-checked,
.g-checked .g-bg-dark-dark-v2--checked {
	background-color: #333 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v3--checked {
	background-color: #555 !important;
}

.g-bg-dark-dark-v3--checked.g-checked,
.g-checked .g-bg-dark-dark-v3--checked {
	background-color: #555 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v4--checked {
	background-color: #777 !important;
}

.g-bg-dark-dark-v4--checked.g-checked,
.g-checked .g-bg-dark-dark-v4--checked {
	background-color: #777 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v5--checked {
	background-color: #999 !important;
}

.g-bg-dark-dark-v5--checked.g-checked,
.g-checked .g-bg-dark-dark-v5--checked {
	background-color: #999 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + .g-bg-dark-light-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v1--checked {
	background-color: #bbb !important;
}

.g-bg-dark-light-v1--checked.g-checked,
.g-checked .g-bg-dark-light-v1--checked {
	background-color: #bbb !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + .g-bg-dark-light-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v2--checked {
	background-color: #ccc !important;
}

.g-bg-dark-light-v2--checked.g-checked,
.g-checked .g-bg-dark-light-v2--checked {
	background-color: #ccc !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + .g-bg-dark-light-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v3--checked {
	background-color: #ddd !important;
}

.g-bg-dark-light-v3--checked.g-checked,
.g-checked .g-bg-dark-light-v3--checked {
	background-color: #ddd !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + .g-bg-dark-light-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v4--checked {
	background-color: #eee !important;
}

.g-bg-dark-light-v4--checked.g-checked,
.g-checked .g-bg-dark-light-v4--checked {
	background-color: #eee !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + .g-bg-dark-light-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v5--checked {
	background-color: #f7f7f7 !important;
}

.g-bg-dark-light-v5--checked.g-checked,
.g-checked .g-bg-dark-light-v5--checked {
	background-color: #f7f7f7 !important;
}

input[type="checkbox"]:checked + .g-bg-transparent--checked,
input[type="radio"]:checked + .g-bg-transparent--checked,
input[type="checkbox"]:checked + * .g-bg-transparent--checked,
input[type="radio"]:checked + * .g-bg-transparent--checked {
	background-color: transparent !important;
}

.g-bg-transparent--checked.g-checked,
.g-checked .g-bg-transparent--checked {
	background-color: transparent !important;
}

input[type="checkbox"]:checked + .g-bg-red--checked,
input[type="radio"]:checked + .g-bg-red--checked,
input[type="checkbox"]:checked + * .g-bg-red--checked,
input[type="radio"]:checked + * .g-bg-red--checked {
	background-color: #f00 !important;
}

.g-bg-red--checked.g-checked,
.g-checked .g-bg-red--checked {
	background-color: #f00 !important;
}

input[type="checkbox"]:checked + .g-color-primary--checked,
input[type="radio"]:checked + .g-color-primary--checked,
input[type="checkbox"]:checked + * .g-color-primary--checked,
input[type="radio"]:checked + * .g-color-primary--checked {
	color: #111111 !important;
}

.g-color-primary--checked.g-checked,
.g-checked .g-color-primary--checked {
	color: #111111 !important;
}

.g-bg-black--focus:focus {
	background-color: #000 !important;
}

.g-bg-black-opacity-0_2--focus:focus {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_4--focus:focus {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-gray-dark-v1--focus:focus {
	background-color: #111 !important;
}

.g-bg-gray-dark-v2--focus:focus {
	background-color: #333 !important;
}

.g-bg-gray-dark-v3--focus:focus {
	background-color: #555 !important;
}

.g-bg-gray-light-v4--focus:focus {
	background-color: #eee !important;
}

.g-bg-gray-light-v5--focus:focus {
	background-color: #f7f7f7 !important;
}

.g-bg-transparent--focus:focus {
	background-color: transparent;
}

input[type="checkbox"]:checked + .g-brd-primary--checked,
input[type="radio"]:checked + .g-brd-primary--checked,
input[type="checkbox"]:checked + * .g-brd-primary--checked,
input[type="radio"]:checked + * .g-brd-primary--checked {
	border-color: #111111 !important;
}

.g-brd-primary--checked.g-checked,
.g-checked .g-brd-primary--checked {
	border-color: #111111 !important;
}

input[type="checkbox"]:checked + .g-brd-black--checked,
input[type="radio"]:checked + .g-brd-black--checked,
input[type="checkbox"]:checked + * .g-brd-black--checked,
input[type="radio"]:checked + * .g-brd-black--checked {
	border-color: #000 !important;
}

.g-brd-black--checked.g-checked,
.g-checked .g-brd-black--checked {
	border-color: #000 !important;
}

input[type="checkbox"]:checked + .g-brd-white--checked,
input[type="radio"]:checked + .g-brd-white--checked,
input[type="checkbox"]:checked + * .g-brd-white--checked,
input[type="radio"]:checked + * .g-brd-white--checked {
	border-color: #fff !important;
}

.g-brd-white--checked.g-checked,
.g-checked .g-brd-white--checked {
	border-color: #fff !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v1--checked {
	border-color: #111 !important;
}

.g-brd-gray-dark-v1--checked.g-checked,
.g-checked .g-brd-gray-dark-v1--checked {
	border-color: #111 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v2--checked {
	border-color: #333 !important;
}

.g-brd-gray-dark-v2--checked.g-checked,
.g-checked .g-brd-gray-dark-v2--checked {
	border-color: #333 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v3--checked {
	border-color: #555 !important;
}

.g-brd-gray-dark-v3--checked.g-checked,
.g-checked .g-brd-gray-dark-v3--checked {
	border-color: #555 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v4--checked {
	border-color: #777 !important;
}

.g-brd-gray-dark-v4--checked.g-checked,
.g-checked .g-brd-gray-dark-v4--checked {
	border-color: #777 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v5--checked {
	border-color: #999 !important;
}

.g-brd-gray-dark-v5--checked.g-checked,
.g-checked .g-brd-gray-dark-v5--checked {
	border-color: #999 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + .g-brd-gray-light-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v1--checked {
	border-color: #bbb !important;
}

.g-brd-gray-light-v1--checked.g-checked,
.g-checked .g-brd-gray-light-v1--checked {
	border-color: #bbb !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + .g-brd-gray-light-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v2--checked {
	border-color: #ccc !important;
}

.g-brd-gray-light-v2--checked.g-checked,
.g-checked .g-brd-gray-light-v2--checked {
	border-color: #ccc !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + .g-brd-gray-light-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v3--checked {
	border-color: #ddd !important;
}

.g-brd-gray-light-v3--checked.g-checked,
.g-checked .g-brd-gray-light-v3--checked {
	border-color: #ddd !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + .g-brd-gray-light-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v4--checked {
	border-color: #eee !important;
}

.g-brd-gray-light-v4--checked.g-checked,
.g-checked .g-brd-gray-light-v4--checked {
	border-color: #eee !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + .g-brd-gray-light-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v5--checked {
	border-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5--checked.g-checked,
.g-checked .g-brd-gray-light-v5--checked {
	border-color: #f7f7f7 !important;
}

input[type="checkbox"]:checked + .g-brd-transparent--checked,
input[type="radio"]:checked + .g-brd-transparent--checked,
input[type="checkbox"]:checked + * .g-brd-transparent--checked,
input[type="radio"]:checked + * .g-brd-transparent--checked {
	border-color: transparent !important;
}

.g-brd-transparent--checked.g-checked,
.g-checked .g-brd-transparent--checked {
	border-color: transparent !important;
}

input[type="checkbox"]:checked + .g-brd-red--checked,
input[type="radio"]:checked + .g-brd-red--checked,
input[type="checkbox"]:checked + * .g-brd-red--checked,
input[type="radio"]:checked + * .g-brd-red--checked {
	border-color: #f00 !important;
}

.g-brd-red--checked.g-checked,
.g-checked .g-brd-red--checked {
	border-color: #f00 !important;
}

.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
	border-color: #111111 !important;
}

.g-brd-black--focus:focus,
.g-brd-black--focus.g-state-focus *,
.g-brd-black--focus.g-state-focus *:focus {
	border-color: #000 !important;
}

.g-brd-white--focus:focus,
.g-brd-white--focus.g-state-focus *,
.g-brd-white--focus.g-state-focus *:focus {
	border-color: #fff !important;
}

.g-brd-gray-dark-v1--focus:focus,
.g-brd-gray-dark-v1--focus.g-state-focus *,
.g-brd-gray-dark-v1--focus.g-state-focus *:focus {
	border-color: #111 !important;
}

.g-brd-gray-dark-v2--focus:focus,
.g-brd-gray-dark-v2--focus.g-state-focus *,
.g-brd-gray-dark-v2--focus.g-state-focus *:focus {
	border-color: #333 !important;
}

.g-brd-gray-dark-v3--focus:focus,
.g-brd-gray-dark-v3--focus.g-state-focus *,
.g-brd-gray-dark-v3--focus.g-state-focus *:focus {
	border-color: #555 !important;
}

.g-brd-gray-dark-v4--focus:focus,
.g-brd-gray-dark-v4--focus.g-state-focus *,
.g-brd-gray-dark-v4--focus.g-state-focus *:focus {
	border-color: #777 !important;
}

.g-brd-gray-dark-v5--focus:focus,
.g-brd-gray-dark-v5--focus.g-state-focus *,
.g-brd-gray-dark-v5--focus.g-state-focus *:focus {
	border-color: #999 !important;
}

.g-brd-gray-dark-light-v1--focus:focus,
.g-brd-gray-dark-light-v1--focus.g-state-focus *,
.g-brd-gray-dark-light-v1--focus.g-state-focus *:focus {
	border-color: #bbb !important;
}

.g-brd-gray-dark-light-v2--focus:focus,
.g-brd-gray-dark-light-v2--focus.g-state-focus *,
.g-brd-gray-dark-light-v2--focus.g-state-focus *:focus {
	border-color: #ccc !important;
}

.g-brd-gray-dark-light-v3--focus:focus,
.g-brd-gray-dark-light-v3--focus.g-state-focus *,
.g-brd-gray-dark-light-v3--focus.g-state-focus *:focus {
	border-color: #ddd !important;
}

.g-brd-gray-dark-light-v4--focus:focus,
.g-brd-gray-dark-light-v4--focus.g-state-focus *,
.g-brd-gray-dark-light-v4--focus.g-state-focus *:focus {
	border-color: #eee !important;
}

.g-brd-gray-dark-light-v5--focus:focus,
.g-brd-gray-dark-light-v5--focus.g-state-focus *,
.g-brd-gray-dark-light-v5--focus.g-state-focus *:focus {
	border-color: #f7f7f7 !important;
}

.g-brd-transparent--focus:focus,
.g-brd-transparent--focus.g-state-focus *,
.g-brd-transparent--focus.g-state-focus *:focus {
	border-color: transparent !important;
}

.g-brd-red--focus:focus,
.g-brd-red--focus.g-state-focus *,
.g-brd-red--focus.g-state-focus *:focus {
	border-color: #f00 !important;
}

input[type="checkbox"]:checked + .u-shadow-v1-5--checked,
input[type="radio"]:checked + .u-shadow-v1-5--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-5--checked,
input[type="radio"]:checked + * .u-shadow-v1-5--checked {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.u-shadow-v1-5--checked.g-checked,
.g-checked .u-shadow-v1-5--checked {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"]:checked + .u-shadow-v1-v6--checked,
input[type="radio"]:checked + .u-shadow-v1-v6--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-v6--checked,
input[type="radio"]:checked + * .u-shadow-v1-v6--checked {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.u-shadow-v1-v6--checked.g-checked,
.g-checked .u-shadow-v1-v6--checked {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"]:checked + .g-opacity-1--checked,
input[type="radio"]:checked + .g-opacity-1--checked,
input[type="checkbox"]:checked + * .g-opacity-1--checked,
input[type="radio"]:checked + * .g-opacity-1--checked {
	opacity: 1;
}

.g-opacity-1--checked.g-checked,
.g-checked .g-opacity-1--checked {
	opacity: 1;
}

input[type="checkbox"]:checked + .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_5--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_5--checked::after {
	background-color: rgba(0, 0, 0, 0.5);
}

input[type="checkbox"]:checked + .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_7--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_7--checked::after {
	background-color: rgba(0, 0, 0, 0.7);
}

input[type="checkbox"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-gradient-v1--checked::after {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000));
	background-image: -webkit-linear-gradient(top, transparent 40%, #000 100%);
	background-image: -o-linear-gradient(top, transparent 40%, #000 100%);
	background-image: linear-gradient(to bottom, transparent 40%, #000 100%);
}

input[type="checkbox"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_5--checked::after {
	background-color: rgba(17, 17, 17, 0.5);
}

.g-overlay-primary-0_5--checked.g-checked::after,
.g-checked .g-overlay-primary-0_5--checked::after {
	background-color: rgba(17, 17, 17, 0.5);
}

input[type="checkbox"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_9--checked::after {
	background-color: rgba(17, 17, 17, 0.9);
}

.g-overlay-primary-0_9--checked.g-checked::after,
.g-checked .g-overlay-primary-0_9--checked::after {
	background-color: rgba(17, 17, 17, 0.9);
}

/*=======================================================
  4.19. Form Fields
========================================================*/

[data-capitalize] {
	text-transform: uppercase;
}

label.error {
	color: #d9534f;
	margin-top: .25rem;
	margin-bottom: 0;
}

input:not([type="checkbox"]):not([type="radio"]).error,
textarea.error,
select.error {
	border-color: #d9534f !important;
}

.js-autocomplete--ajax {
	position: relative;
	z-index: 10;
}

.u-input-group-v1 {
	position: relative;
}

	.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]),
	.u-input-group-v1 textarea,
	.u-input-group-v1 [class*="u-select"] {
		line-height: 1.75rem;
		padding: 40px 15px 10px;
	}

		.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
		.u-input-group-v1 textarea:focus + label,
		.u-input-group-v1 textarea[value] + label,
		.u-input-group-v1 textarea[placeholder] + label,
		.u-input-group-v1 textarea.g-state-not-empty + label,
		.u-input-group-v1 [class*="u-select"]:focus + label,
		.u-input-group-v1 [class*="u-select"][value] + label,
		.u-input-group-v1 [class*="u-select"][placeholder] + label,
		.u-input-group-v1 [class*="u-select"].g-state-not-empty + label {
			top: 20px;
			font-size: 90%;
		}

	.u-input-group-v1 label {
		position: absolute;
		top: 50%;
		left: 15px;
		-webkit-transition-property: top, font-size;
		-o-transition-property: top, font-size;
		transition-property: top, font-size;
		-webkit-transition-duration: .2s;
		-o-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-bottom: 0;
	}

.u-input-group-v2 {
	position: relative;
}

	.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]),
	.u-input-group-v2 textarea,
	.u-input-group-v2 [class*="u-select"] {
		line-height: 1.75rem;
		padding: 10px 15px;
	}

		.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
		.u-input-group-v2 textarea:focus + label,
		.u-input-group-v2 textarea[value] + label,
		.u-input-group-v2 textarea[placeholder] + label,
		.u-input-group-v2 textarea.g-state-not-empty + label,
		.u-input-group-v2 [class*="u-select"]:focus + label,
		.u-input-group-v2 [class*="u-select"][value] + label,
		.u-input-group-v2 [class*="u-select"][placeholder] + label,
		.u-input-group-v2 [class*="u-select"].g-state-not-empty + label {
			top: 0;
			font-size: 90%;
		}

	.u-input-group-v2 label {
		position: absolute;
		top: 50%;
		left: 10px;
		background-color: #fff;
		padding: 0 5px;
		margin-bottom: 0;
		-webkit-transition-property: top, font-size;
		-o-transition-property: top, font-size;
		transition-property: top, font-size;
		-webkit-transition-duration: .2s;
		-o-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.u-input-group-v2 textarea + label {
		top: 20px;
	}

.u-input-group-v3 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v3 textarea,
.u-input-group-v3 [class*="u-select"] {
	margin-top: -5px;
	border-color: rgba(204, 204, 204, 0.5);
	border-style: solid;
	border-width: 0 0 1px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

	.u-input-group-v3 input:not([type="checkbox"]):not([type="radio"]):focus,
	.u-input-group-v3 textarea:focus,
	.u-input-group-v3 [class*="u-select"]:focus {
		border-color: rgba(17, 17, 17, 0.5);
		-webkit-box-shadow: 0 1px 0 0 #111111;
		box-shadow: 0 1px 0 0 #111111;
	}

.u-input-group-v3 label {
	margin-bottom: 0;
}

.u-input-group-v4 {
	position: relative;
}

	.u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]),
	.u-input-group-v4 textarea,
	.u-input-group-v4 [class*="u-select"] {
		background-color: transparent;
		border-color: rgba(204, 204, 204, 0.5);
		border-style: solid;
		border-width: 0 0 1px;
	}

		.u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]):focus, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[value], .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[placeholder], .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty,
		.u-input-group-v4 textarea:focus,
		.u-input-group-v4 textarea[value],
		.u-input-group-v4 textarea[placeholder],
		.u-input-group-v4 textarea.g-state-not-empty,
		.u-input-group-v4 [class*="u-select"]:focus,
		.u-input-group-v4 [class*="u-select"][value],
		.u-input-group-v4 [class*="u-select"][placeholder],
		.u-input-group-v4 [class*="u-select"].g-state-not-empty {
			background-color: transparent;
			border-color: rgba(17, 17, 17, 0.5);
			-webkit-box-shadow: 0 1px 0 0 #111111;
			box-shadow: 0 1px 0 0 #111111;
		}

			.u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v4 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
			.u-input-group-v4 textarea:focus + label,
			.u-input-group-v4 textarea[value] + label,
			.u-input-group-v4 textarea[placeholder] + label,
			.u-input-group-v4 textarea.g-state-not-empty + label,
			.u-input-group-v4 [class*="u-select"]:focus + label,
			.u-input-group-v4 [class*="u-select"][value] + label,
			.u-input-group-v4 [class*="u-select"][placeholder] + label,
			.u-input-group-v4 [class*="u-select"].g-state-not-empty + label {
				top: 0;
				font-size: 90%;
			}

	.u-input-group-v4 label {
		position: absolute;
		top: 50%;
		left: 0;
		margin-bottom: 0;
		background-color: transparent;
		color: #999;
		-webkit-transition-property: top, font-size;
		-o-transition-property: top, font-size;
		transition-property: top, font-size;
		-webkit-transition-duration: .2s;
		-o-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.u-input-group-v4 textarea + label {
		top: 20px;
	}

/*=======================================================
  4.20. Checkboxes
========================================================*/

.u-check {
	position: relative;
	cursor: pointer;
}

.u-check-icon-font {
	display: inline-block;
	font-size: 0;
	padding-left: 1px;
	padding-right: 1px;
}

	.u-check-icon-font i {
		font-size: 22px;
		color: #ccc;
	}

		.u-check-icon-font i::before {
			content: attr(data-uncheck-icon);
		}

.u-check-icon-checkbox, .u-check-icon-radio {
	display: inline-block;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-font i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
.u-check input[type="radio"]:checked + .u-check-icon-font i,
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
	color: #111111;
}

	.u-check input[type="checkbox"]:checked + .u-check-icon-font i::before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-font i::before,
	.u-check input[type="radio"]:checked + .u-check-icon-font i::before,
	.u-check input[type="radio"]:checked + * .u-check-icon-font i::before {
		content: attr(data-check-icon);
	}

.g-hide-check {
	display: block !important;
}

.g-checked > * .g-hide-check,
input[type="checkbox"]:checked + .g-hide-check,
input[type="radio"]:checked + .g-hide-check,
input[type="checkbox"]:checked + * .g-hide-check,
input[type="radio"]:checked + * .g-hide-check {
	display: none !important;
}

.g-show-check {
	display: none !important;
}

.g-checked > * .g-show-check,
input[type="checkbox"]:checked + .g-show-check,
input[type="radio"]:checked + .g-show-check,
input[type="checkbox"]:checked + * .g-show-check,
input[type="radio"]:checked + * .g-show-check {
	display: block !important;
}

.u-check-icon-checkbox-v1, .u-check-icon-radio-v1 {
	background-color: #fff;
	border: solid 1px #ccc;
}

.u-check-icon-checkbox-v1 {
	border-radius: 1px;
}

.u-check-icon-radio-v1 {
	border-radius: 50%;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1 {
	color: #fff;
	background-color: #111111;
	border-color: #111111;
}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1::before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1::before,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1::before,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1::before {
		content: attr(data-check-icon);
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 12px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v1 {
	border-width: 4px;
	border-color: #111111;
}

.u-check-icon-checkbox-v2, .u-check-icon-radio-v2 {
	width: 20px;
	height: 20px;
	border: solid 1px #111111;
}

.u-check-icon-checkbox-v2 {
	border-radius: 1px;
}

.u-check-icon-radio-v2 {
	border-radius: 50%;
}

.u-check-icon-checkbox-v3, .u-check-icon-radio-v3 {
	width: 40px;
	height: 40px;
	border: solid 1px #111111;
	border-radius: 50%;
}

.u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
	width: 18px;
	height: 18px;
	font-size: 12px;
	border: solid 1px #ccc;
}

	.u-check-icon-checkbox-v4 i::before, .u-check-icon-radio-v4 i::before {
		content: attr(data-uncheck-icon);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.u-check-icon-radio-v4 {
	border-radius: 50%;
}

	.u-check-icon-radio-v4 i {
		border-radius: 50%;
	}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
	color: #111111;
	border-color: #111111;
}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4 i::before,
	.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4 i::before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4 i::before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4 i::before,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4 i::before,
	.u-check input[type="radio"]:checked + .u-check-icon-radio-v4 i::before,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4 i::before,
	.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 i::before {
		content: attr(data-check-icon);
	}

.u-check-icon-checkbox-v5, .u-check-icon-radio-v5 {
	width: 18px;
	height: 18px;
}

	.u-check-icon-checkbox-v5 i, .u-check-icon-radio-v5 i {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border: solid 1px #ccc;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.u-check-icon-checkbox-v5 {
	border-radius: 1px;
}

.u-check-icon-radio-v5 {
	border-radius: 50%;
}

	.u-check-icon-radio-v5 i {
		border-radius: 50%;
	}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v5 i {
	border-width: 4px;
	border-color: #111111;
}

.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
	width: 18px;
	height: 18px;
	font-size: 12px;
}

	.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 100%;
		height: 100%;
		border: solid 1px #ccc;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

		.u-check-icon-checkbox-v6 i::before, .u-check-icon-radio-v6 i::before {
			content: attr(data-uncheck-icon);
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

.u-check-icon-radio-v6 {
	border-radius: 50%;
}

	.u-check-icon-radio-v6 i {
		border-radius: 50%;
	}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
	color: #fff;
	background-color: #111111;
	border-color: #111111;
}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i::before,
	.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i::before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i::before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i::before,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i::before,
	.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i::before,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i::before,
	.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i::before {
		content: attr(data-check-icon);
	}

.u-check-icon-checkbox-v7, .u-check-icon-radio-v7 {
	cursor: pointer;
	display: block;
	width: 43px;
	height: 22px;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	color: #ddd;
	border: solid 1px #ddd;
	border-radius: 12px;
}

	.u-check-icon-checkbox-v7 i::before, .u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::before, .u-check-icon-radio-v7 i::after {
		content: "";
		display: block;
		position: absolute;
	}

	.u-check-icon-checkbox-v7 i::before, .u-check-icon-radio-v7 i::before {
		content: attr(data-uncheck-icon);
		top: 0;
		left: 0;
		width: 100%;
		height: 22px;
		line-height: 18px;
		text-transform: uppercase;
		text-align: right;
		padding: 2px 7px;
	}

	.u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::after {
		top: 50%;
		left: 4px;
		width: 16px;
		height: 16px;
		background-color: #ddd;
		border-radius: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition-property: left;
		-o-transition-property: left;
		transition-property: left;
		-webkit-transition-duration: .1s;
		-o-transition-duration: .1s;
		transition-duration: .1s;
		-webkit-transition-timing-function: ease-in;
		-o-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 {
	color: #fff;
	background-color: #111111;
	border-color: #111111;
}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i:before,
	.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i:before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i:before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i:before,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i:before,
	.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i:before,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i:before,
	.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i:before {
		content: attr(data-check-icon);
		text-align: left;
	}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::after,
	.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::after,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::after,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::after,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::after,
	.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::after,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::after,
	.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::after {
		left: calc(100% - 19px);
		background-color: #fff;
	}

.u-check-icon-checkbox-v8, .u-check-icon-radio-v8 {
	cursor: pointer;
	display: block;
	width: 43px;
	height: 22px;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	color: #ddd;
	border: solid 1px #ddd;
	border-radius: 12px;
}

	.u-check-icon-checkbox-v8 i::before, .u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::before, .u-check-icon-radio-v8 i::after {
		content: "";
		display: block;
		position: absolute;
	}

	.u-check-icon-checkbox-v8 i::before, .u-check-icon-radio-v8 i::before {
		content: attr(data-uncheck-icon);
		top: 0;
		left: 0;
		width: 100%;
		height: 22px;
		line-height: 18px;
		text-transform: uppercase;
		text-align: right;
		padding: 2px 7px;
	}

	.u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::after {
		top: 50%;
		left: 4px;
		width: 16px;
		height: 16px;
		background-color: #ddd;
		border-radius: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition-property: left;
		-o-transition-property: left;
		transition-property: left;
		-webkit-transition-duration: .1s;
		-o-transition-duration: .1s;
		transition-duration: .1s;
		-webkit-transition-timing-function: ease-in;
		-o-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 {
	color: #111111;
	border-color: #111111;
}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i:before,
	.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i:before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i:before,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i:before,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i:before,
	.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i:before,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i:before,
	.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i:before {
		content: attr(data-check-icon);
		text-align: left;
	}

	.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i::after,
	.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i::after,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i::after,
	.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i::after,
	.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i::after,
	.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i::after,
	.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i::after,
	.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i::after {
		left: calc(100% - 19px);
		background-color: #111111;
	}

[class*="u-checkbox-v1"] {
	display: none;
}

	[class*="u-checkbox-v1"] + label {
		cursor: pointer;
	}

.u-checkbox-v1--checked-color-primary:checked + label {
	color: #111111 !important;
}

.u-checkbox-v1--checked-brd-primary:checked + label {
	border-color: #111111 !important;
}

/*=======================================================
  4.21. File Attachments
========================================================*/

.u-file-attach-v1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

	.u-file-attach-v1 input[type="file"] {
		position: absolute;
		top: -25%;
		left: -25%;
		z-index: 10;
		width: 150%;
		height: 150%;
		opacity: 0;
		cursor: pointer;
	}

	.u-file-attach-v1 input[readonly] {
		background-color: transparent;
	}

.u-file-attach-v2 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

	.u-file-attach-v2 input[type="file"] {
		position: absolute;
		top: -25%;
		left: -25%;
		z-index: 10;
		width: 150%;
		height: 150%;
		opacity: 0;
		cursor: pointer;
	}

.u-file-attach-v3 {
	cursor: pointer;
	position: relative;
	text-align: center;
	background-color: #f7f7f7;
	overflow: hidden;
	border: 1px dashed #ccc;
	padding: 60px;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

	.u-file-attach-v3 input[type="file"] {
		position: absolute;
		top: -25%;
		left: -25%;
		z-index: 10;
		width: 150%;
		height: 150%;
		opacity: 0;
		cursor: pointer;
	}

	.u-file-attach-v3:hover {
		background-color: #eee;
	}

/*=======================================================
  4.22. Selects
========================================================*/

.input-group select {
	-webkit-appearance: none;
}

.u-select-v1 {
	position: relative;
	max-width: 100%;
	font-size: 1rem;
	color: rgba(85, 85, 85, 0.3);
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: .4rem 1rem;
}

	.u-select-v1 .chosen-single {
		position: static;
		height: auto;
		color: inherit;
		background-image: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		line-height: inherit;
	}

		.u-select-v1 .chosen-single span {
			margin-right: 0;
		}

			.u-select-v1 .chosen-single span img {
				position: relative;
				top: -2px;
				margin-right: 4px;
			}

		.u-select-v1 .chosen-single div {
			width: 40px;
		}

			.u-select-v1 .chosen-single div b {
				background: none !important;
			}

				.u-select-v1 .chosen-single div b i {
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}

					.u-select-v1 .chosen-single div b i:first-child {
						display: inline-block;
					}

					.u-select-v1 .chosen-single div b i:last-child {
						display: none;
					}

		.u-select-v1 .chosen-single:focus {
			outline: 0 none;
		}

	.u-select-v1 .chosen-drop {
		width: calc(100% + 2px);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-width: 1px;
		border-style: solid;
		border-color: inherit;
		border-radius: 0;
		margin-left: -1px;
	}

	.u-select-v1 .chosen-results {
		padding: 0;
		margin: 0;
	}

		.u-select-v1 .chosen-results > li {
			position: relative;
			font-size: inherit;
			color: #999;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #ccc;
			padding: 12px 16px;
		}

			.u-select-v1 .chosen-results > li img {
				position: relative;
				top: -2px;
				margin-right: 4px;
			}

			.u-select-v1 .chosen-results > li div {
				position: absolute;
				top: 0;
				right: 0;
				width: 40px;
				height: 100%;
			}

				.u-select-v1 .chosen-results > li div b {
					display: block;
					width: 100%;
					height: 100%;
				}

					.u-select-v1 .chosen-results > li div b i {
						position: absolute;
						top: 50%;
						left: 50%;
						display: none;
						-webkit-transform: translate(-50%, -50%);
						-ms-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
					}

			.u-select-v1 .chosen-results > li:last-child {
				border-bottom-width: 0;
			}

			.u-select-v1 .chosen-results > li.highlighted {
				color: #999;
				background-image: none;
				background-color: rgba(17, 17, 17, 0.2);
				border-bottom-color: rgba(17, 17, 17, 0.2);
			}

				.u-select-v1 .chosen-results > li.highlighted.g-color-white--active {
					color: #fff !important;
				}

				.u-select-v1 .chosen-results > li.highlighted.g-bg-primary--active {
					background-color: #111111 !important;
				}

			.u-select-v1 .chosen-results > li.result-selected {
				color: #999;
				background-color: rgba(17, 17, 17, 0.2);
				border-bottom-color: rgba(17, 17, 17, 0.2);
			}

				.u-select-v1 .chosen-results > li.result-selected div b i {
					display: inline-block;
				}

	.u-select-v1.chosen-container-active .chosen-single {
		background-image: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.u-select-v1.chosen-with-drop .chosen-single {
		border: none;
		border-radius: 0;
	}

		.u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
			display: none;
		}

		.u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
			display: inline-block;
		}

	.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
		background-image: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

		.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
			font-size: 12px;
			color: #999;
			background-image: none;
			background-color: #fff;
			border-color: #ccc;
			border-radius: 0;
			padding: 5px 20px 5px 5px;
		}

		.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
			height: 22px;
		}

			.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
				height: 22px;
				margin: 0;
			}

	.u-select-v1.u-select-multiple-custom .chosen-choices {
		display: none;
	}

	.u-select-v1.u-select-multiple-custom .chosen-drop {
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		z-index: 3;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
	}

	.u-select-v1.u-dropdown-sm {
		padding: .1rem .5rem;
		font-size: .875rem;
	}

		.u-select-v1.u-dropdown-sm .chosen-results > li {
			padding: 6px 8px;
		}

	.u-select-v1.u-dropdown-lg {
		padding: .55rem 1.5rem;
		font-size: 1.25rem;
	}

		.u-select-v1.u-dropdown-lg .chosen-results > li {
			padding: 14px 18px;
		}

.u-select-v2 {
	position: relative;
	max-width: 100%;
	font-size: 1rem;
	color: rgba(85, 85, 85, 0.3);
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: .4rem 1rem;
}

	.u-select-v2 .chosen-single {
		position: static;
		height: auto;
		color: inherit;
		background-image: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		line-height: inherit;
	}

		.u-select-v2 .chosen-single span {
			margin-right: 0;
		}

			.u-select-v2 .chosen-single span img {
				position: relative;
				top: -2px;
				margin-right: 4px;
			}

		.u-select-v2 .chosen-single div {
			width: 50px;
		}

			.u-select-v2 .chosen-single div b {
				background: none !important;
			}

				.u-select-v2 .chosen-single div b i {
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
				}

					.u-select-v2 .chosen-single div b i:first-child {
						display: inline-block;
					}

					.u-select-v2 .chosen-single div b i:last-child {
						display: none;
					}

		.u-select-v2 .chosen-single:focus {
			outline: 0 none;
		}

	.u-select-v2 .chosen-drop,
	.u-select-v2 .chosen-results {
		border-radius: 3px;
	}

	.u-select-v2 .chosen-drop {
		width: calc(100% + 2px);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		-webkit-box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
		box-shadow: 0 6px 15px -6px rgba(0, 0, 0, 0.1);
		margin-left: -1px;
		margin-top: 7px;
	}

	.u-select-v2 .chosen-results {
		padding: 0;
		margin: 0;
	}

		.u-select-v2 .chosen-results > li {
			position: relative;
			font-size: inherit;
			color: #999;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #ccc;
			padding: 12px 16px;
		}

			.u-select-v2 .chosen-results > li img {
				position: relative;
				top: -2px;
				margin-right: 4px;
			}

			.u-select-v2 .chosen-results > li div {
				position: absolute;
				top: 0;
				right: 0;
				width: 40px;
				height: 100%;
			}

				.u-select-v2 .chosen-results > li div b {
					display: block;
					width: 100%;
					height: 100%;
				}

					.u-select-v2 .chosen-results > li div b i {
						position: absolute;
						top: 50%;
						left: 50%;
						display: none;
						-webkit-transform: translate(-50%, -50%);
						-ms-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
					}

			.u-select-v2 .chosen-results > li:last-child {
				border-bottom-width: 0;
			}

			.u-select-v2 .chosen-results > li.highlighted {
				color: #999;
				background-image: none;
				background-color: rgba(17, 17, 17, 0.2);
				border-bottom-color: rgba(17, 17, 17, 0.2);
			}

				.u-select-v2 .chosen-results > li.highlighted.g-color-white--active {
					color: #fff !important;
				}

				.u-select-v2 .chosen-results > li.highlighted.g-bg-primary--active {
					background-color: #111111 !important;
				}

			.u-select-v2 .chosen-results > li.result-selected {
				color: #999;
				background-color: rgba(17, 17, 17, 0.2);
				border-bottom-color: rgba(17, 17, 17, 0.2);
			}

				.u-select-v2 .chosen-results > li.result-selected div b i {
					display: inline-block;
				}

	.u-select-v2.chosen-container-active .chosen-single {
		background-image: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.u-select-v2.chosen-with-drop .chosen-single {
		border: none;
		border-radius: 0;
	}

		.u-select-v2.chosen-with-drop .chosen-single div b i:first-child {
			display: none;
		}

		.u-select-v2.chosen-with-drop .chosen-single div b i:last-child {
			display: inline-block;
		}

	.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
		background-image: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

		.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
			font-size: 12px;
			color: #999;
			background-image: none;
			background-color: #fff;
			border-color: #ccc;
			border-radius: 0;
			padding: 5px 20px 5px 5px;
		}

		.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
			height: 22px;
		}

			.u-select-v2.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
				height: 22px;
				margin: 0;
			}

	.u-select-v2.u-select-multiple-custom .chosen-choices {
		display: none;
	}

	.u-select-v2.u-select-multiple-custom .chosen-drop {
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		z-index: 3;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
	}

	.u-select-v2.u-dropdown-sm {
		padding: .1rem .5rem;
		font-size: .875rem;
	}

		.u-select-v2.u-dropdown-sm .chosen-results > li {
			padding: 6px 8px;
		}

	.u-select-v2.u-dropdown-lg {
		padding: .55rem 1.5rem;
		font-size: 1.25rem;
	}

		.u-select-v2.u-dropdown-lg .chosen-results > li {
			padding: 14px 18px;
		}








/************Header************/
header {
	width: 100%;
	height: 150px;
	background: url('../images/bg_header.jpg') 0 0 repeat-x;
}
.top_line{
	position: absolute;
	display: block;
	width: 100%;
	height: 12px;
	background: url('../images/top_line.png') 0 0 repeat-x;
}
.logo {
	display:block; 
	width: 480px; 
	height: 135px; 
	text-indent: -5000px; 
	background: url('../images/MLogo_24PNT.png') 0 0 no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	padding-right: 20px;
}
.extra-wrap {
	overflow: hidden;
}
/************End Header************/
.slog_box{
	position: relative;
	display: inline-block;
	height: 380px;
	width: 100%;
	background: #1f212b url('../images/bg_slog.jpg') center 0 no-repeat;
	text-align: center;
}
.txt_1{
	font: 300 40px/39px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 102px 0 4px;
}
.txt_2{
	font: 300 30px/39px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #666c81; 
	margin-bottom: 28px;
}
.button1 {
	font: 600 14px/14px 'Open Sans', sans-serif;
    background: url("../images/more_bg1.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 17px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button1:hover {
	background-position:0 -70px;
	text-decoration:none;
}

/************Content***********/
#content{
	padding-top: 49px;
	background: #fff;
}
.txt_3{
	font: 300 30px/35px 'Open Sans', sans-serif;
	color: #333745;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.list_1{
	position: relative;
	display: inline-block;
	margin: 0 0 55px;
}
.list_1 h2{
	text-transform: none;
	margin: 0 0 21px;
}
.list_1 p{
	margin-bottom: 58px;
}
.list_1 img{
	margin-bottom: 25px;
}
.sliderHolder{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 227px;
	background: #1f212b url('../images/bg_slider.jpg') center 0 no-repeat;
	margin-bottom: 49px;
}
.list_2{
	position: relative;
	display: inline-block;
	margin: 0 0 65px;
}
.list_2 li{
	margin-bottom: 22px;
}
.img_poz{
	position: relative;
	display: inline-block;
	float: left;
	margin: 7px 20px 0 0;
}
.list_3{
    margin: 0;
    list-style: none;
}
.list_3>li {
    overflow: hidden;
    margin-bottom: 24px;
}
.list_3>li>p{
	overflow: hidden;
}
.list_3 > li.last {
    margin-bottom: 0;
}
.list_3>li> .badge {
	font: 300 30px/30px 'Open Sans', sans-serif;
	width: 49px;
	height: 49px;
    margin: 6px 11px 0 0;
    padding-top: 9px;
    float: left;
    color: #fff;
    text-align: center;
    background: url('../images/patternbg1.png') center top no-repeat;
}
.link_1{
	color: #ff7f66;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_1:hover{
	color: #aeaeae;
	text-decoration: none;
}
.list_4{
	position: relative;
	display: inline-block;
	margin: 7px 0 0;
}
.list_4 img{
	position: relative;
	margin-bottom: 13px;
}
.list_4 li{
	margin-bottom: 25px;
}
.list_5{
	position: relative;
	display: inline-block;
	margin: 7px 0 67px;
}
.list_5 li{
	background: #f7f7f7;
	border: 1px solid #ececec;
	margin-bottom: 20px;
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.list_5 li .thumbnail {
	display: block;
	padding: 0;
	margin: 19px 19px 12px;
	border: none;
}
.list_5 li .thumbnail .caption{
	padding: 13px 0 0;
}
.magnifier {
	position:relative;
	display:block
}
.magnifier:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	background:url('../images/magnifier.png') center center no-repeat;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear
}
.magnifier:hover:after {
	opacity:.8;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear
}
.list-blog {
	margin: 0;
}
.list-blog li{
	margin-bottom: 31px;
}
.list-blog li .date {
	padding-bottom: 5px;
}
.list-blog li .badge {
	font: 600 20px/16px 'Open Sans', sans-serif;
	width: 49px;
	height: 49px;
    margin: 5px 11px 0 0;
    padding-top: 9px;
    float: left;
    color: #fff;
    text-align: center;
    background: url('../images/patternbg1.png') center top no-repeat;
}
.list-blog li .badge span {
	display: block;
	font: 600 14px/16px 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.list-blog img{
	position: relative;
	margin-top: 7px;
}
.list-blog .text-info1{
	position: relative;
	display: inline-block;
	float: left;
}
.list-blog .text-info2{
	position: relative;
	display: inline-block;
	float: right;
	margin-right: 3px;
}
.link_2{
	color: #aeaeae;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_2:hover{
	color: #ff7f66;
	text-decoration: none;
}
.block_2{
	position: relative;
	display: inline-block;
	margin-bottom: 84px;
}
.list_6{
	position: relative;
	display: inline-block;
	margin: 0 0 9px;
	overflow: hidden;
}
.list_6 li{
	width: 100%;
	position: relative;
	display: inline-block;
	float: left;
	background: url('../images/marker.png') 0 9px no-repeat;
	padding: 0 0 0 20px;
	min-height: 18px;
	margin: 0 0 6px;
}
.list_6 a{
	color: #aeaeae; 
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list_6 a:hover{
	color: #ff7f66;
	text-decoration: none;
}
.figure iframe {
	width: 100%;
	height: 298px;
	margin: 7px 0 13px;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:77px;
}
.link_3{
	color: #ff7f66;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_3:hover{
	color: #aeaeae;
	text-decoration: underline;
}
.block_3, .block_4{
	position: relative;
	margin-bottom: 15px;
}
/***** contact form *****/
#form {
	padding-top: 5px;
}
#form input {
	border: 1px solid #cfcfcf;
	font-size:14px;
	color:#aeaeae;
	line-height: 18px;
	padding: 6px 9px;
	outline: medium none;
	width: 100%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
#form textarea {
	border: 1px solid #cfcfcf;
	font-size:14px;
	color:#aeaeae;
	height: 242px;
	outline: medium none;
	overflow: auto;
	padding: 6px 9px;
	line-height: 18px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 42px;
	width: 100%;
	float: left;
}
#form .error, #form .empty {
	color: #ff7f66;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 13px;
	float:left;
}
#form .error-empty {
	display:none;
	float:left;
}
.btns {
	position:relative;
	padding-top: 36px;
	text-align: left;

}
.btns a{
	margin-right: 15px;
}
#form .message {
	width: 100%;
}
.message br {
	height: 0;
	line-height: 0;
}
#form .success {
	color: #aeaeae;
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	border: 1px solid #cfcfcf;
	text-align: center;
	padding: 34px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
.success_wrapper {
	position: relative;	
}

/************End Content***********/


/************Footer************/
footer {
	display: block;
	text-align: center;
	padding: 52px 0 19px;
}
footer h3{
	margin-bottom: 27px;
}
footer p{
	color: #666c81;
}
.soc-links a {
	display:block;
	width:49px;
	height:49px;
}
.soc-links a:hover {
	background-position:0 -50px;
}
.soc-links li {
	display:block;
	float:left;
	margin: 0 50px
}
.soc-links {
	position: relative;
	display: inline-block;
	text-align: center;
	overflow:hidden;
	margin-bottom: 64px;
}
.soc-link1 {background:url('../images/icon_1.png') no-repeat 0 0 ;
}
.soc-link2 {background:url('../images/icon_2.png') no-repeat 0 0 ;
}
.soc-link3 {background:url('../images/icon_3.png') no-repeat 0 0 ;
}
.soc-link4 {background:url('../images/icon_4.png') no-repeat 0 0 ;
}
.link{
	color: #666c81;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link:hover{
	color: #ff8c70;
	text-decoration: none;
}
/************End Footer************/


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {

	.block_3, .block_4{
		width: 220px!important;
	}

}
@media only screen and (max-width: 767px) {
	.txt_1 {
		margin: 25px 0 4px;
	}
	.list_1 img, .list_2 img{
		width: 100%;
	}
	.menuHolder {
		margin-top: 20px;
	}
	.soc-links li {
		margin: 0 25px
	}
	.block_1{
		margin-bottom: 50px;
	}
	.block_1 img{
		width: 100%;
		margin-bottom: 15px;
	}
	.list_4 li{
		width: 200px!important;
		margin-right: 10px;
	}
	.list_4 li img{
		width: 100%;
	}
	.list_5 li .thumbnail img {
		width: 100%;
	}
	.block_3, .block_4{
		width: 210px!important;
		margin-bottom: 50px;
	}
	.block_5{
		position: relative;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 479px) {
	.txt_1 {
		font: 300 30px/30px 'Open Sans', sans-serif;
		margin: 40px 0 4px;
	}
	.txt_2{
		font: 300 25px/30px 'Open Sans', sans-serif;
		margin-bottom: 28px;
	}
	.soc-links li {
		margin: 0 10px
	}
	.list_4 li{
		width: 300px!important;
	}
	h2{
		line-height: 30px;
	}
	.block_3{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 320px) {

}
