a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a[href^="tel"]{
    color: inherit !important;
    text-decoration:none;
	font-size: inherit !important;
}
.checkagb .wdform-ch-rad-label {
    display: inline-block !important;
    font-size: 12px !important;
    width: calc(100% - 50px) !important;
}
@media only screen and (min-width: 800px) {
.spl {
    padding-right: 40px;
}
.spr {
    padding-left: 40px;
}
.spm {
    padding-left: 20px;
	padding-right: 20px;
}
}
p {
	margin-bottom: 20px !important;
}
td, th {
    padding: 5px;
}
.logo-menu img {
    width: 250px !important;
    position: relative;
    top: -5px !important;
}
.icon-ok, .icon-cancel, .icon-eye {
    display: none !important;
}
input[type="text"], input[type="password"], input[type="email"], select {
    padding: 0px 5px 0px 5px;
    height: 40px !important;
	border-radius: 0px !important;
}
input, select, textarea {
    padding-left: 5px;
}
select, select.form-control, select:focus, select.form-control:focus {
    border: 1px solid #3A444D !important;
}
/*F2C*/
.inputbox[type="number"] {
    height: 38px;
    padding: 5px;
}
.control-group input[type="checkbox"] {
    visibility: visible;
}
input[type="checkbox"] {
    visibility: hidden;
    width: 15px;
}

/*EU-Cookie*/
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 13px 0px !important;
}
.cc-revoke, .cc-window {
    line-height: inherit !important;
}
div.cc-window.cc-floating {
    padding: 13px !important;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    text-decoration: none !important;
	text-align: center !important;
    font-size: inherit !important;
    font-weight: inherit !important;
	font-family: inherit !important;
}
.cc-btn.cc-deny:hover, .cc-btn.cc-allow:hover {
    text-align: center !important;
    font-size: inherit !important;
    font-weight: inherit !important;
	font-family: inherit !important;
}
.cc-btn.cc-deny, .cc-btn.cc-allow {
    text-align: center !important;
    font-size: inherit !important;
    font-weight: inherit !important;
	font-family: inherit !important;
}/*login*/
#lp-popup {
    width: 400px;
}
.lp-field-wrapper input[type="checkbox"] + label {
    padding: 0 0 0 14px;
	width: 15px !important;
    float: left;
    display: inline-block;
    position: absolute;
    margin-top: 2px;
}
.lp-field-wrapper label {
    display: inline-block;
    margin: 8px 2px;
}
.lp-field-wrapper input[type="checkbox"] {
    float: none;
}
.lp-button-wrapper ul.lp-link-wrapper li a {
    font-size: 13px;
}
.lp-button-wrapper button {
    background: #2C414D;
}
.lp-button-wrapper button:hover {
    background-color: #8DA6B2;
}

/*Buttons*/
.btn-default, .button-submit, .button-reset, .backbutton {
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.btn-default, .button-submit, .button-reset, .backbutton {
	border-radius: 0px 0px 0px 0px;
	border-width: 0px;
	box-shadow: none;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	box-sizing: inherit;
	clear: none;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	background: #959595;
	color: #fff;
	font-family: "IBM Plex Serif","Open Sans","Arial";
}
.btn-default:hover, .button-submit:hover, .button-reset:hover, .backbutton:hover {
	border-radius: 0px 0px 0px 0px;
	border-width: 0px;
	box-shadow: none;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	box-sizing: inherit;
	clear: none;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	background: #EFC062;
	color: #fff;
	font-family: "IBM Plex Serif","Open Sans","Arial";
}
.button-submit {
    margin-right: 15px;
}