/* body.error404 .fusion-header-wrapper {
	padding-top: 90px !important;
}
@media screen and (min-width:1200px) {
	body.error404 .fusion-header-wrapper {
		padding-top: 136px !important;
	}
} */

body.fusion-button_size-large .fusion-button-default-size,
body.fusion-button_size-large button.button {
	text-transform: capitalize !important;
}


/* c49b6c */

.customTogglesOpenBtn,
.customTogglesCloseBtn {
	text-transform: capitalize !important;
}

#optin_form {

}
.half-half {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}
@media screen and (min-width:992px) {
    .half-half {
        grid-row-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}
#optin_form .nl-form-body {
 
}
#optin_form .element {
	margin: 10px 0;
    color: #fff;
}
#optin_form .element label {
	font-family: "Work Sans";
    font-weight: 500;
    color: #fff;
}
#optin_form .element .validation {
	margin-top: 5px;
    margin-bottom: 5px;
	color: #fff;
    display: none;
}
#optin_form .element .first {
    margin-bottom: 5px;
}
#optin_form .element .first label {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
} 
#optin_form .element .first .descr {
    display: inline-block;
    font-size: 13px;
}
#optin_form .element .second .descr {
    display: none !important;
}
#optin_form .element .formassi_element_paragraph {
    color: #fff;
}
#optin_form .element input[type="text"],
#optin_form .element input[type="email"],
#optin_form .element select,
#optin_form .element textarea {
	width: 100%;
	color: #fff;
    border-color: #fff;
}
#optin_form .element input[type="checkbox"] {
    margin: 5px 10px 5px 0;
}
#optin_form .element textarea {
	min-height: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#optin_form .element button[type="submit"] {
	font-family: Helvetica Neue LT W05_45 Light;
    font-weight: 400;
	border-width: 1px;
    border-style: solid;
	padding: 12px 50px !important;
    line-height: 19px !important;
    font-size: 16px !important;
	background: #fff;
    color: #112239;
    border-color: #fff;
	width: 172px;
	display: block;
	margin: 30px auto 0 auto;
	transition: all .2s;
}
#optin_form .element button[type="submit"]:hover {
	background: transparent;
    color: #fff;
    border-color: #fff;
}

.nl-form-body .element {
	margin: 10px 0;
}
.nl-form-body .element label {
	font-family: "Work Sans";
    font-weight: 500;
}
.nl-form-body .element .validation {
	margin-top: 5px;
    margin-bottom: 5px;
	color: #112239;

}
.nl-form-body .element input[type="text"],
.nl-form-body .element input[type="email"],
.nl-form-body .element select,
.nl-form-body .element textarea {
	width: 100%;
	color: #112239;
    border-color: #112239;
}
.nl-form-body .element textarea {
	min-height: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nl-form-body .element button[type="submit"] {
	font-family: Helvetica Neue LT W05_45 Light;
    font-weight: 400;
	border-width: 1px;
    border-style: solid;
	padding: 12px 50px !important;
    line-height: 19px !important;
    font-size: 16px !important;
	background: rgba(255,255,255,0);
    color: #112239;
    border-color: #112239;
	width: 172px;
	display: block;
	margin: 0 auto;
	transition: all .2s;
}
.nl-form-body .element button[type="submit"]:hover {
	background: #112239;
    color: #ffffff;
    border-color: #112239;
}


.select-hidden {
    display: none;
    visibility: hidden;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: transparent;
}
.select-styled:active, .select-styled.active {
  background-color: transparent;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  color: #112239;
  border-top: 1px solid #112239;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:empty {
  display: none !important;
}
.select-options li:hover {
  background: rgba(0,0,0,0.05);
}
.select-options li[rel="hide"] {
  display: none;
}


body .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer .customToggles_item-body-footer-right a {
	background: rgba(255,255,255,0) !important;
    color: #fff !important;
    border-color: #fff !important;
}
body .customToggles_item .customToggles_item-inner .customToggles_item-body .customToggles_item-body-footer .customToggles_item-body-footer-right a:hover {
    background: #fff !important;
    color: #112239 !important;
}

/******* lang *****/
.desktop-langugages .lang-menu .lang-item  {
	margin-right: 0 !important;
}

.desktop-langugages .lang-menu .lang-item a {
	min-width: 65px !important;
}

.desktop-langugages .lang-menu .lang-item:first-child a {
	border-right-width: 0 !important;
}

.desktop-langugages .lang-menu .lang-item a:hover,
.desktop-langugages .lang-menu .lang-item.current-lang a { 
	background-color: #fff;
	border-right-width: 1px !important;
	color: #112239 !important;
}

/******* form **********/
.nl-form-body .element select option:not(:hover) {
	color: #112239 !important;
}