
/*------------------------------------------------------------------
[ FORMS ]
-------------------------------------------------------------------*/

a.link2, 
a.link2:active,
a.link2:focus{
	color: #000000 !important;
	text-decoration: underline;
}


a.link2:hover {
	color: #000000 !important;
	text-decoration: none;

}



form,
label {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}


input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
  margin: 0;
}

a, input, textarea, button, .mask {
  transition: all .15s ease;
}
input, select, button, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}






 /* Customize the label (the container) */
.container_cb {
  position: relative;
  padding-left: 35px;
padding-right: 20px;
  padding-bottom: 19px;
	padding-top: 9px;
  margin-left: 0px;
	top: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 font-family: 'DM Sans', sans-serif;
	font-weight: normal;
font-size: 12.5px;
line-height: 16px;
	letter-spacing: 0.5px;
color: #000000 !important;
}


.container_cb_out {
  position: relative;
  padding-left: 0px;
padding-right: 0px;
  padding-bottom: 0px;
	padding-top: 10px;
  margin-left: 0px;
	top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
font-family: 'Arial', sans-serif;
	font-weight: normal;
font-size: 17px;
	letter-spacing: 0.5px;
line-height: 22px;
color: #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 90px !important;

}

.container_cb_out_2 {
  position: relative;
  padding-left: 0px;
padding-right: 0px;
  padding-bottom: 0px;
	padding-top: 0px;
  margin-left: 0px;
	top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
font-family: 'Arial', sans-serif;
	font-weight: normal;
font-size: 17px;
		letter-spacing: 0.5px;
color: #ffffff;
	background-color: #222222;
	border-bottom: 1px solid #ffffff;
}

.container_cb2 {
  position: relative;
  padding-left: 28px;
padding-right: 45px;
  padding-bottom: 10px;
	padding-top: 12px;
	left: 0px;
	top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
font-family: 'Arial', sans-serif;
	font-weight: normal;
font-size: 17px;
	letter-spacing: 0.5px;
color: #ffffff;
	width: auto !important;
}

.container_cb2.ccw {

color: #ff144b;
	width: 92px;
}


.container_cb2.ccw2 {

	width: 120px;
}


.container_cb3 {
	 position: relative;
 height:13px !important;
border-bottom: solid 1px #ffffff !important;
}

/* Hide the browser's default checkbox */
.container_cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_cb2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}



/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #A6A6A6;
	line-height: 0px !important;
	
}




.checkmark2 {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 15px;
  width: 15px;
  border: 1px solid #A6A6A6;
	
}

/* On mouse-over, add a grey background color */
.container_cb:hover input ~ .checkmark {
  background-color: #000000;
  border: 1px solid #000000;

}
.container_cb2:hover input ~ .checkmark2 {
  background-color: #000000;
  border: 1px solid #000000;
}



/* When the checkbox is checked, add a blue background */
.container_cb input:checked ~ .checkmark {
  background-color: #000000;
  border: 1px solid #000000;
		
}
.container_cb2 input:checked ~ .checkmark2 {
  background-color: #000000;
  border: 1px solid #000000;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_cb input:checked ~ .checkmark:after {
  display: block;
}
.container_cb2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_cb .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
.container_cb2 .checkmark2:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 


input:focus { 
    outline: none !important;
 }


textarea:focus { 
    outline: none !important;
 }


/* Selects any required <input> */
:required:focus {
 border: 1px solid #000000 !important;
}

:-moz-ui-invalid {
  box-shadow: none;
  border-bottom: 1px solid red !important;
}


form h3,
form h3 small {
	margin-bottom: 10px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=number],
input[type=password],
input[type=search],
select,
textarea,
textarea.form-control {
	font-size: 17px;
	color: #000000 !important;
	width: 100%;
	height: 45px;
	border: 0;
	border-radius: 0;
 font-family: 'DM Sans', sans-serif;
	letter-spacing: 0.5px;
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	box-shadow: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

textarea,
textarea.form-control {
	height: 130px;
	line-height: 26px;
	overflow: auto;
	resize: none;
	padding: 10px 0px;
}

textarea.txt-big,
textarea.form-control.txt-big {
	height: 230px;
}

.radio img {
	margin: -2px 0 -7px 10px;
}

.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=url],
.has-error input[type=password],
.has-error input[type=search],
.has-error textarea {
	color: #F00;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #A6A6A6;
	padding-top: 1px;
	-webkit-font-smoothing: antialiased;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
	opacity: 1;
	color: #A6A6A6;
	padding-top: 1px;
	-moz-osx-font-smoothing: grayscale;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	opacity: 1;
	color: #A6A6A6;
	padding-top: 1px;
}

textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	opacity: 1;
	color: #A6A6A6;
	padding-top: 1px;
}

.has-error ::-webkit-input-placeholder {
	opacity: 1;
	color: #F00;
	padding-top: 1px;
}

.has-error ::-moz-placeholder {
	opacity: 1;
	color: #F00;
	padding-top: 1px;
}

.has-error input:-ms-input-placeholder {
	opacity: 1;
	color: #F00;
	padding-top: 1px;
}

.has-error textarea:-ms-input-placeholder {
	opacity: 1;
	color: #F00;
	padding-top: 1px;
}

.form-group {
	margin-bottom: 10px;
}

.form-group:before,
.form-group:after {
	content: "\0020";
	display: table;
}

.form-group:after {
	clear: both;
}

.form-group:focus {
	box-shadow: none;
}

.form-group > label {
	display: block;
	font-size: 17px;
	line-height: 28px;
	margin: 5px 0;
}

.form-wrap {
	border: none !important;
	margin: 0 0 29px;
}

.form-wrap.form-group > input,
.form-wrap.form-group > textarea {
	border: 0;
}

.form-wrap > .form-group:first-child input,
.form-wrap > .form-group:first-child input *:focus,
.form-wrap > .form-group:first-child textarea,
.form-wrap > .form-group:first-child textarea *:focus {
	border-top-width: 0;
}

.form-wrap > .form-group:last-child input,
.form-wrap > .form-group:last-child input:focus,
.form-wrap > .form-group:last-child textarea,
.form-wrap > .form-group:last-child textarea:focus {
	border-bottom-width: 0;
	float: left;
	width: 100%;
}

.form-wrap [class*=col-] {
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #ffffff;
}

.form-wrap [class*=col-]:first-child {
	border-left: 0;
}

.form-wrap .form-group {
	margin: 0;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea,
.form-wrap .chosen-container {
	border: 0;
	border-bottom: 1px solid #000000;
}

.form-wrap input.chosen-with-drop .chosen-single,
.form-wrap select.chosen-with-drop .chosen-single,
.form-wrap textarea.chosen-with-drop .chosen-single,
.form-wrap .chosen-container.chosen-with-drop .chosen-single {
	border-top: 1px solid #000000;
	border-left: 1px solid #e2d6cd;
	border-right: 1px solid #e2d6cd;
	border-bottom: 0;
	margin: -1px -1px 0;
	width: calc(100% + 2px);
}

.form-inline .form-group {
	margin-right: 6px;
}

.radio,
.checkbox {
	margin-bottom: 0;
}

.radio label,
.checkbox label {
	line-height: normal;
	padding-left: 25px;
}

.radio label input[type=radio],
.checkbox label input[type=radio],
.radio label input[type=checkbox],
.checkbox label input[type=checkbox] {
	margin-left: -25px;
}

.checkbox label,
.radio label {
	display: inline-block;
}

.checkbox + .checkbox,
.radio + .radio {
	margin-top: 11px;
}

.form-group {
	line-height: 1;
}

.form-group + .btn {
	margin-top: 30px;
}

form .btn + p {
	margin-top: 20px;
}

form fieldset {
	margin-bottom: 25px;
}

form fieldset + .checkbox {
	margin-top: -10px;
}

/* Newsletter Form */

#feedback-form {
	position: relative;
}

#feedback-form input[type=email] {
	border: 1px solid #D9D9D9;
	padding: 0 80px 0 20px;
	height: 53px;
}

#feedback-form .btn {
	width: 60px;
	height: 53px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}

#feedback-form .validatr-message {
	font-size: 17px;
	line-height: 28px;
	color: #E84646 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	border: 0 !important;
	padding: 0 !important;
}

/* Login */

.login {
	padding-top: 60px;
	padding-bottom: 50px;
}


/*------------------------------------------------------------------
[ CHOSEN ]
-------------------------------------------------------------------*/


.chosen-container input:required {
  box-shadow: none;
  border-bottom: 1px solid red !important;
}




.chosen-container {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	font-size: 11px;
	border: 1px solid #EBEBEB;
	height: 45px;
}

.chosen-container .chosen-drop {
	position: absolute;
	left: -9999px;
	z-index: 1010;
	width: calc(100% + 2px);
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	border-top: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: -1px;
	margin-top: 2px;
}

.chosen-results {
	max-height: 200px !important;
}


.chosen-container a {
	cursor: pointer;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	height: 45px !important;
	background-clip: padding-box;
	text-decoration: none;
	white-space: nowrap;
	line-height: 16px;
	padding: 15px 0px 0px 0px;
	transition: color .15s ease;
	color: #000000 !important;
font-family: 'Arial', sans-serif;
	letter-spacing: 0.5px;
	font-size: 17px !important;

}

.chosen-container-single .chosen-single.chosen-default {
	color: #A6A6A6;

}

.has-error .chosen-container-single .chosen-single {
	color: #E84646;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
	
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

.chosen-search {
	display: none;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 15px;
	height: 100%;
	text-align: center;
}

.chosen-container-single .chosen-single div:before {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 15px;
		height: 100%;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 19px;
	color: #000000;
}

.chosen-container-single .chosen-single div:after {
	position: absolute;
	right: 75px;
	top: 14px;
	width: 15px;
		height: 100%;
	content: "";
	color: #A6A6A6;
font-family: 'Arial', sans-serif;
	font-weight: 500;
  font-size: 14px !important;
	line-height: 16px;
}


.chosen-container-single .chosen-drop {
	background-clip: padding-box;
}

.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 520px;
	margin: 0 4px 4px 0;
}

.chosen-container .chosen-results li {
	display: none;
	list-style: none;
	text-indent: 0;
	line-height: 28px;
	white-space: nowrap;
	margin: 0;
	color: #000000 !important;
	padding: 8px 0px 0 1px !important;
	transition: color .15s ease;
font-family: 'Arial', sans-serif;
	letter-spacing: 0.5px;
	font-size: 17px !important;
}

.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li:hover {
	color: #000000;
}

.chosen-container .chosen-results li:before {
	display: none !important;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.no-results {
	display: list-item;
	padding: 0 18px 8px !important;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 35px !important;
}

.search-choice {
	margin-top: 9px;
}

.chosen-container .chosen-results .level-1 {
	padding-left: 45px !important;
}

.chosen-container .chosen-results .level-2 {
	padding-left: 75px !important;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto !important;
	cursor: text;
	margin: 0 25px 0 0;
	padding: 0;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
	padding-left: 18px !important;
	line-height: 24px;
}

.chosen-container-multi .chosen-choices li:before {
	display: none !important;
}

.search-field input {
	border: 0;
	padding-right: 0;
	padding-left: 0 !important;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-disabled {
	opacity: .5 !important;
	cursor: default;
}

.btn {
		color: #000000;
 font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 13.5px;
	line-height: 11px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 0px 35px;
	position: relative;
	outline: none !important;
	margin-top: 5px;
 	letter-spacing: 0.5px;
	height: 50px;
	border-radius: 0px !important;
	border-color: transparent !important;
}

.btn i {
	margin-right: 5px;
}

.btn.btn-default {
	background-color: transparent;
	border: 1px solid #000000 !important;
	color: #000000;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
background-color: #000000;
	border: 1px solid #000000 !important;
  color: #e2d6cd;
}













@media screen and (min-width: 1250px) and (max-width: 1499px){

	.container_cb2 {
	width: auto !important;
			padding-right: 35px !important;

}


}

@media screen and (min-width: 1080px) and (max-width: 1249px) {

	.container_cb_out {
		height: 135px !important;
		padding-left: 0px !important;
	}

	
		.container_cb2 {
	width: 40% !important;

}
	
	
	
}


@media screen  and (max-width: 1249px) {
	.container_cb2 {
			padding-right: 0px !important;

}
}



@media screen and (min-width: 1025px) and (max-width: 1079px){

	.container_cb_out {
		height: 135px !important;
	}
	
		}


@media screen and (min-width: 970px) and (max-width: 1079px){

	
	
		.container_cb2 {
	width: 49% !important;
}
}
	

@media screen and (min-width: 1001px) and (max-width: 1024px){

	.container_cb_out {
		height: 160px !important;
	}
	
		}



@media screen and (min-width: 970px) and (max-width: 1000px){

	.container_cb_out {
		height: 160px !important;
	}
	
	
		}

@media screen and (min-width: 768px) and (max-width: 969px){

	.container_cb_out {
		height: 200px !important;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}
	
		.container_cb2 {
	width: 100% !important;
			margin-left: 0px !important;
		

}

	
		}


@media screen and (max-width: 767px) {
	.form-group [class*=col-] + [class*=col-] {
		margin-top: 0;
		text-align: inherit;
	}
	}


@media screen and (min-width: 671px) and (max-width: 767px){

.container_cb2 {
	width: auto !important;
	padding-right: 45px !important;
}
	
	

	}



@media screen and (min-width: 600px) and (max-width: 670px){

.container_cb2 {
	width: 32.5% !important;
}
	
	}





@media screen and (min-width: 571px) and (max-width: 599px) {

		.container_cb_out {
		height: 135px !important;
	}
	
			.container_cb2 {
	width: 49% !important;
			
}
	
	
	
}


@media screen and (min-width: 504px) and (max-width: 588px) {


	
		.container_cb_out {
		height: 160px !important;
	}
	
	
}




	@media screen and (max-width: 570px) {
	
			.container_cb_out {
		height: 135px;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}
		
		.container_cb2 {
	width: 49% !important;
}
		
		
}



	@media screen and (max-width: 544px) {

				.container_cb_out {
		height: 130px;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}
			
	}	




@media screen and (max-width: 540px) {
		.container_cb2 {
	width: 49% !important;
}
	}	



@media screen and (min-width: 476px) and (max-width: 503px) {
	
	
	.container_cb_out {
		height: 155px !important;
	}
	
	
	}	


@media screen and (min-width: 469px) and (max-width: 475px) {
	
	
	.container_cb_out {
		height: 155px !important;
	}
	
	
	}	
	

@media screen and (max-width: 479px) {
	.form-wrap [class*="col-xs-"] {
		width: 50%;
	}
	}	



@media screen and (max-width: 468px) {

.container_cb_out {
		height: 155px !important;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}

	}


@media screen and (max-width: 430px) {
	
	
	.container_cb_out {
		height: 155px !important;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}
	
	
	}
	

@media screen and (max-width: 414px) {
.container_cb_out {
		height: 200px !important;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}
	
		.container_cb2 {
	width: 100% !important;
		

}
		.container_cb2.ccw {
	width: 24.4% !important;

}
	
	
		}
	
	
	

	
@media screen and (max-width: 379px) {

	
	.container_cb_out {
		height: 200px !important;
		padding-left: 0px !important;
		padding-top: 15px !important;
	}
	
		.container_cb2 {
	width: 100% !important;
			margin-left: 0px !important;
		

}
	
		.container_cb2.ccw {
	width: 40% !important;

}
	
	
	
		}
	
	