@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}
input {
    -webkit-appearance: none;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
	background-color: #FFF;
}
a[href=""], a[href="#"] {
  display: none;
}
body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.MB {
	width: 100%;
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}
.MBS {
	width: 100%;
	max-width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}
.MBX {
	width: 100%;
	max-width: 1500px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}
.error {
	border-color: #F00!important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}


.checkboxx, .checkboxx1, .checkboxx2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
	width: 100%;
	text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 0px;
}
.checkboxx input, .checkboxx1 input, .checkboxx2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	width: 5px!important;
}
.checkmark, .checkmark1, .checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
	border: 1px solid #FFF;
}
.checmkarkdark, .checmkarkdark1 {
	border: 1px solid #5B3D3F;
}
.checkboxx:hover input ~ .checkmark, .checkboxx1:hover input ~ .checkmark1, .checkboxx2:hover input ~ .checkmark2 {
    background-color: rgba(255,255,255,0.2);
}
.checkboxx input:checked ~ .checkmark, .checkboxx1 input:checked ~ .checkmark1, .checkboxx2 input:checked ~ .checkmark2 {
    background-color: transparent;
}
.checkmark:after, .checkmark1:after, .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxx input:checked ~ .checkmark:after, .checkboxx1 input:checked ~ .checkmark1:after, .checkboxx2 input:checked ~ .checkmark2:after {
    display: block;
}
.checkboxx .checkmark:after, .checkboxx1 .checkmark1:after, .checkboxx2 .checkmark2:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkboxx .checmkarkdark:after, .checkboxx1 .checmkarkdark1:after {
    border: solid #5d4041;
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
	.AGBsBlink {
		background-color: #F00;
	}

@media only screen and (max-width:1023px){
	input,select,textarea{
		font-weight:100!important;
		border-radius:0;
		font-size:15px!important
	}
	select{
		background:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) 95% 50% no-repeat!important;-moz-appearance:none;-webkit-appearance:none;appearance:none;height:30px;width:auto;padding:5px}
	p{
		padding:0;
		margin:0;
	}
}
body,html{margin:0;font-family: 'Open Sans', sans-serif;font-weight: lighter;letter-spacing:0px;font-size:16px;line-height:auto}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.error{border:1px solid red}ul{list-style:url(img/ulsmall1.png);list-style-position: outside;}li{margin-left:20px}fieldset{border:0;padding: 0px; margin: 0px; margin-bottom: 5px;}fieldset label{float:left;width:30%}fieldset input,fieldset textarea{width:500px;float:left;background-color: #FFF;}fieldset input[type=submit]{width:auto;font-size:15px;padding:10px 20px}input,select,textarea{font-weight: 100; border:1px solid #CCC;padding:3px;color:#333;outline:0;background-color: #FFF;}
.DisplayBg{background-color:rgba(0,0,0,.8);position:fixed;left:0;top:0;width:100%;height:100%;z-index:900}

.Display{position:fixed;
	left:0px;top:0px;
	display: flex;
	right: 0px;
	bottom: 0px;
	align-items: center;
	justify-content: center;
	z-index:1000;background-color: rgba(91,61,63,0.8);
	color:#666}.br {display: block;}
.Display div {
	width: 80%;
	max-width: 500px;
	background-color: #FFF;
	padding: 30px;
	color: #000;
	text-align: center;
}
.Display a {
	background-color: #5B3D3F;
	color: #FFF;
	display: inline-block;
	padding: 5px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}

