/*@charset "utf-8";*/
/* CSS Document */


/* titillium-web-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v17-latin-200.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v17-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v17-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v17-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-v17-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/titillium-web-v17-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v17-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v17-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-v17-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/titillium-web-v17-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/titillium-web-v17-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v17-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v17-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-v17-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/titillium-web-v17-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
body, .text-black {
  background: #fff;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
}

@media(max-width:768px) {
	body, .text-black {
  	font-size: 0.85rem;
}
}

a, label a{
  color: #9aa403;
  font-weight: bold;	
  text-decoration: none;	
}

#errore {
	color: red;
	font-weight: bold;
}

.container {
    max-width: 1460px;
}

.bg-blue {
	background-color: #7babd3;
}

.bg-verde {
	background-color: #9aa403;
}

.bg-verde-light {
	background-color: #e6e89a;
}

.bg-blue-dark {
	background-color: #042452 !important;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.form-container {
  max-width: 750px;
}
.form-head {
  background: #DAE6EF;
  display: block;
}
.form-main {
  background: #DAE6EF;
  display: block;
  padding-left: 10%;
  padding-right: 10%;
}

.form-note {
  color: #2966A6;
  font-size: 0.8em;
	font-family: 'Lato-light';
	text-align: center;
	padding-top:10px;
}

.form-control, .form-select {
    color: #212529;
	background-color: transparent;
    border: none;
    border-radius: 0rem;
	margin-bottom: 15px;
    margin-top: 5px;
	border-bottom: 1px solid #000000;

}

.form-group-s {
    padding: 0% 10%;

}

@media (max-width: 991px) {
	
	.form-group-s {
        padding: 0% 4%;

}

}
	

#menu {
	background: transparent;
}

#menu_list {
	background: transparent;
	
}



#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 3%;
    padding-right: 0%;
	/*position: relative;*/
}


#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 6px;
	color: #fff;
}

#menu_list li a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 6px;
	color: #fff;
	border-bottom: 2px solid #ffffff;
}



@media (max-width: 991px) {
	#menu > .row > .col-12.col-lg {
		background: #fff;
	}
	
	#menu_list li {
	float: none; 	
		color: #004289;
		background: #fff;
}
	#menu_list li a {
	text-align: right;
	color: #004289;
}

}

.menu {
	text-align:right;
	font-size: 1.2rem;
	text-decoration:none;
}

@media (max-width: 750px) {
	.menu {
	font-size: 1.2rem;
}
}


@media (max-width: 1199px) {

	#menu_list {
	margin-left: 45px;	
		transition: 0.55s ease;	
	}
}

@media (max-width:991px) {
	.menu {
	color:#000;
}
	#menu_list {
	margin-left: 0px;	
		transition: 0.55s ease;	
	}
}


.menu:hover {
	color:#000;
}

#menu_list li a.active {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 6px;
	color: #fff;
	border-bottom: 2px solid #ffffff;
}



.menu_bottom{
	margin-top: 0px;
	transition: 0.55s ease;
	
}

.menu_top{
	margin-top: 0px;
	transition: 0.55s ease;	

}

@media (max-width: 991px) {
	
	#menu_list li a:hover {
	display: block;
	text-decoration: none;
	padding: 15px 22px 6px;
	text-align: right;
	color: #004289;
	border: none;
}
	
	#menu_list li a.active {
	display: block;
	text-decoration: none;
	padding: 15px 22px 6px;
	text-align: right;
	color: #004289;
	border: none;
}

.menu_bottom{
	margin-top: 0px;
	margin-bottom: 50px;
	transition: 0.55s ease;
	
}

.menu_top{
	margin-top: -200px;
	transition: 0.55s ease;	

}

}


.active {
	color: #fff;
	border-bottom: 2px solid #ffffff;
}

.footer {
  background: #336c95;
  color: #ffffff !important;
  font-size: 1em;
  padding: 2% 2% 0%;
}
.footer a {
  color: #ffffff !important;
  text-decoration: none;
      font-size: 2em;
	    font-size: 1.5em;
}

@media (max-width: 991px) {
	.footer {
	  font-size: 0.7em;
		}
	.footer a {
	  font-size: 1.3em;
		}
	.form-consensi {
		font-size: 0.8em;
		}
}

.footer a:hover {
  color: #484848 !important;
  text-decoration: underline;
}

.effetto_scroll {
  justify-content: center !important;
}	

@media (max-width: 1199px) {
.effetto_scroll {
  	justify-content: left !important;
	overflow-x: auto !important;
	flex-wrap: nowrap !important;
}
}

.navbar-dark .navbar-nav .nav-link {
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Lato-black';
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Lato-black';

}
.navbar-dark .navbar-nav .nav-link span{
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'Lato-black';
}
.navbar-dark .navbar-nav .nav-link span:hover {
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Lato-black';
border-bottom: 2px solid #004289;
	padding-bottom: 6px;
}
.navbar-dark .navbar-nav .link-login span{
  color: #2966A6 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Lato-black';
}
.navbar-dark .navbar-nav .link-login span:hover {
  color: #2966A6 !important;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Lato-black';
border-bottom: 2px solid #2966A6;
	padding-bottom: 6px;
}

@media (max-width: 768px) {
.navbar-dark .navbar-nav .nav-link {
	text-align: left;
	padding: 10px;
}
	}

.navbar-dark .navbar-nav .link-login {
  color: #2966A6 !important;

}
.navbar-dark .navbar-nav .link-login:hover {
  color: #2966A6 !important;

}
.navbar-dark .navbar-toggler {
  color: #004289;
  border-color: #004289;
	float: right;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 66, 137, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 2em;
    height: 2em;
}
.nav-item:before {
  content: none;
}
.menubullet {
  margin-right: 1%;
  margin-top: -1%;
	max-height: 16px;
}
.footerfrozen {
  margin-left: 1%;
  margin-top: 0%;
}
h1, .h1 {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  font-size: 3em;
  color: #042452;
  text-align: center;
}

.form-head h1 {
      font-size: 1.5em;

}
h2 {
 font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-size: 2em;
  color: #042452;
  text-align: center;
}
h3 {
   font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  font-size: 1.5em;
  color: #9aa403;
}
h4 {
  font-family: 'Titillium Web';
	font-weight: 200;
      font-size: 1.5em;
  color: #333333;
}
h5 {
  font-family: 'Titillium Web';
    font-size: 1.3em;
	font-weight: 600;	
	color: #042452;
	text-align: center;
}
h6 {
      font-family: 'Lato';
    font-size: 1.5em;
    color: #2966a6;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px;
}

.text-blue {
	color: #042452 !important;
}

a.text-blue:hover {
	color: #9aa403 !important;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 1.5em;
  }
}


@media (max-width: 768px) {
  h1, .h1 {
		font-size: 2em;
		color: #004289;
		text-align: center;
	  }
  h2, .h2 {
		font-size: 1.2em;
	  }	
  h3, h4, .h3, .h4 {
		font-size: 1em;
	}	
  h5, h6, .h5, .h6 {
  		font-size: 0.85rem;
	}
}

@media (max-width: 575px) {
  h1, .h1 {
		font-size: 1.4em;
	  }
  h2, .h2 {
	  font-size: 1em;
	  padding-right: 0px !important;
	  padding-left: 0px !important;
	  }	
  h3, h4, .h3, .h4 {
		font-size: 0.9em;
	}	
  h5, h6, .h5, .h6 {
  		font-size: 0.75rem;
	}
}

hr {
  border-top: solid 1px #2966A6;
  max-width: 770px;
}

.list-group-item {
    position: relative;
    display: list-item;
    padding: 0.5rem 1rem;
    color: #212529;
    /* text-decoration: none; */
    background-color: transparent;
    list-style: inside;
    border: none;
}

.form {
  font-family: 'Lato';
font-size: 1em;
  color: #00408D;
}
.form .row {
  margin-top: 16px;
}
.forminput {
  font-family: 'Lato';
  font-size: 1em;
  color: #00466b;
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  background: #fff;
  text-indent: 6px;
}
@media (max-width: 768px) {
	
	.form {
  color: #00408D;
  font-size: 1em;
}
  .forminput {
    font-size: 13px;
  }
}
.forminput_s {
  font-family: 'Lato';
  font-size: 1em;
  color: #00466b;
  border: none;
  width: 48%;
  height: 40px;
  color: #000;
  background: #fff;
  text-indent: 6px;
}
@media (max-width: 768px) {
  .forminput_s {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .forminput_s {
    width: 44%;
  }
}
.formselect {
  font-family: 'Lato';
  font-size: 1em;
  color: #00466b;
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url(../img/arrow.png) right top no-repeat;
  background-color: #fff;
}
@media (max-width: 750px) {
  .formselect {
    font-size: 1em;
  }
}
.formselect_s {
  font-family: 'Lato';
  font-size: 1em;
  color: #00466b;
  outline: none;
  border: none;
  width: 30%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: '';
  background: url(../img/arrow.png) right top no-repeat;
  background-color: #fff;
  margin-left: 1%;
}
@media (max-width: 768px) {
  .formselect_s {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .formselect_s {
    font-size: 1em;
  }
}
.formselect_sm {
  font-family: 'Lato';
  font-size: 1em;
  color: #00466b;
  outline: none;
  border: none;
  border-bottom: 1px solid #dd78a6;
  width: 48%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: '';
  background: url(../img/arrow.png) right top no-repeat;
  background-color: #fff;
}
.subs {
  font-family: 'Lato';
  font-size: 11px;
  text-align: left;
  margin: 0px;
  text-transform: none;
  text-indent: unset;
}
.note {
  font-family: 'Lato';
  font-size: 12px;
  color: #000;
  text-align: center;
  margin: 0px;
}

#login_panel {
  position: absolute;
  top: 100px;
  right: 12%;
  background-color: #fff;
  padding: 15px;
  width: 400px;
  z-index: 300;
  box-shadow: 7px 7px 0px rgba(0, 0, 0, .4);
}
@media (max-width: 768px) {
  #login_panel {
    position: relative;
    top: 10%;
    right: auto;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    z-index: 300;
    box-shadow: none;
  }
}
#login_panel:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 45px 55px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: 300;
}
.conferma {
  font-size: 25px;
  color: #fff;
  max-width: 80%;
}
.vincita {
  font-size: 25px;
  color: #000;
  text-align: center;
}
.confermabox {
  background: #cf2027;
  padding-right: 0px;
}
.confermabox:after, .confermabox:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: relative;
}
.confermabox:before {
  border-top: 25em solid #cf2027;
  border-left: 3em solid transparent;
  left: -3em;
}
#cookie-bar {
  padding: 15px;
  background: #004289;
  color: #fff;
  font-family: 'Lato';
  z-index: 1040;
  position: fixed;
  bottom: 0px;
  width: 100%;
	font-size: 0.8em;
}
.cb-enable {
  padding: 10px;
  background: #fff;
  color: #2966A6  !important;
  border-radius: 0px;
  display: table;
  font-family: 'Lato';
	  font-size: 0.8em;
	margin-top: 10px;
}
input:-internal-autofill-selected {
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
  background: transparent !important;
}
.purple {
  color: #a1176b;
}
.blue {
  color: #a1176b;
}
.bodywrap {
  max-width: 1440px;
}
@media (max-width: 768px) {
  .bodywrap {}
}
/*
ul {
  list-style: none;
}*/
/*li {
    position: relative;
}

li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #a1176b;
}*/
/*Modal*/
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
	background: #fff;
	border: 2px solid #004289;
	text-align: center;
	margin-top: 10%;
}



.modal-body h1{
	font-family: 'Lato';
  font-size: 32px;
	
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: transparent;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*padding: 4rem;*/
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}

.modal-body p{
font-family: 'Lato-light';
	color: #2966A6;
	font-size: 28px;
	
}
.modal-bodybg1 {
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}
.modal-bodybg1 {
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}
@media (max-width: 768px) {
	.modal-body h1{
	font-family: 'Lato';
  font-size: 1em;
	
}
	.modal-body p{
font-family: 'Lato-light';
	color: #2966A6;
	font-size: 0.8em;
	
}

	
  .modal-bodybg1 {
    background: url("../img/modal_bg_mobile1.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
  .modal-bodybg2 {
    background: url("../img/modal_bg_mobile2.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
}
.modal-backdrop.show {
  opacity: 0.6;
  background: #061F33;
}


/*Login Modal*/

.form_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.form_modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    /*padding: 1rem 1rem;*/
    border: none;
    background: transparent;
    text-align: right;
    font-size: 1.5rem;
}
.form_modal-header .btn-close {
    /*padding: 0.5rem 0.5rem;*/
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.closefm { 
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em 0.25em;
    color: #ffffff;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}


.form_modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
	border: none;
	text-align: left;
	margin-top: 3%;
	position: relative;
}


.form_modal-body h1{
	font-family: 'Lato';
  font-size: 32px;
	
}

.form_modal-body h5{
  font-size: 1.5em;
	
}

.form_modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #e5eff9;
  border: none;
  border-radius: 0rem;
  outline: 0;
	text-align: left;
	padding: 6% 10%;
}

.form_modal-content-sx {
  background: #ffffff;
    border: none;
    padding: 5%;
    padding-right: 10%;
    position: absolute;
    top: 210px;
        min-height: 380px;
}

.form_modal-content-dx {
      /* margin: 1.75rem auto; */
    background: #e5eff9;
    border: none;
    padding: 2%;
    position: absolute;
    top: 180px;
}

.banner-sx {
      /* margin: 1.75rem auto; */
    background-color: #e5eff9;
    padding: 2%;
	min-height: 300px;
    padding-right: 5%;
	    position: relative;
	top: 0px;
}

.banner-terminate {
    background-color: #f2f2f2;
    padding: 2%;
	min-height: 200px;
    padding-right: 5%;
	    position: relative;
	top: 0px;
	margin-bottom: 5%;
}

.banner-dx {
      /* margin: 1.75rem auto; */
    background-color: transparent ;
    padding: 0%;

}

.banner-sx img {
	    margin-right: -100%;
    margin-top: -10%;
}

.banner-terminate img {
	    margin-left: -100%;
    margin-top: 2%;
	margin-right: 5%;
	margin-bottom: -20%;
}


.form_modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*padding: 4rem;*/
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}

.form_modal-body p{
font-family: 'Lato-light';
	color: #2966A6;

	font-size: 1rem;
	
}
.form_modal-bodybg1 {
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}
.form_modal-bodybg1 {
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}

@media (max-width: 768px) {
	.form_modal-body h1{
	font-family: 'Lato';
  font-size: 1em;
	
}
	.form_modal-body p{
font-family: 'Lato-light';
	color: #2966A6;
	    font-size: 1rem;
	
}

	
  .form_modal-bodybg1 {
    background: url("../img/modal_bg_mobile1.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
  .form_modal-bodybg2 {
    background: url("../img/modal_bg_mobile2.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
	
	.form_modal-content-sx {
  margin: 1.75rem auto;
	border: none;
	margin-bottom: 0%;
	padding: 5%;
		position: relative;
		top: 0px;
}

.form_modal-content-dx {
  margin: 1.75rem auto;
	background: #e5eff9;
	border: none;
	margin-top: 1%;
	padding: 5%;
	position: relative;
	top: 0px;
}
	
}

@media (max-width: 991px) {
	.banner-sx img {
	    margin-right: 0%;
    margin-top: 0%;
}
	
	.banner-sx {

	    position: static;
}
	.banner-terminate {
		margin: 0rem auto;
}

	
}


.form_modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.form_modal-backdrop.show {
  opacity: 0.8;
  background: #061F33;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
      background-color: #80A2BC;
    background-clip: border-box;
    border-radius: 14px;
    opacity: .5;
    transition: opacity 0.6s ease;
    /* border-top: 5px solid transparent; */
    border-bottom: 10px solid transparent;
}
.main-text {
    position: absolute;
    top: 0%;
   	width: 55%;
    padding: 0% 3% 3% 8%;
	z-index: 99999999;
  backdrop-filter: blur(4px);
}

.main-text h1{
	text-align: left;
}

.main-text p{
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  backdrop-filter: blur(2px);
	
}

/*@media (max-width: 1199px) {
.main-text {
    backdrop-filter: blur(3px);
	}
}*/

@media (max-width: 768px) {
.main-text {
	width: 66%;
	padding: 0 1% 3% 8%;
  }
}
@media (max-width: 576px) {
.main-text {
	width: 100%;
	padding: 0 1% 3% 4%;
    backdrop-filter: blur(0px);
	/*background-color: rgba(213,213,213,0.85);*/
  }
.active {
	border-bottom: 0px solid #ffffff;
	}	
.bg {
	background-image: url("../img/bg_NEW.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: auto;
	/* background-color: rgba(213,213,213,0.85);*/
}	
}	

.payoff {
  color: #2966A6;
  border-bottom: 1px solid #2966A6;
}

.bannersd {
  max-width: 1300px;
  margin: 1.75rem auto;
	border: none;
	text-align: left;
	margin-top: 3%;
	position: relative;
}

.promorow{
	background: #f2f2f2;
}

.promorow img{
	max-width: 362px;
}

.carousel-banner {
    margin-top: 0;
}

.header {
    z-index: -1;
}

.banner-sx form_modal-body {
	color: #666666;
	font-size: 19px;
}
  

.banner-date{
  color: #2966a6 !important;
	font-size: 14px !important;
	font-family: 'Lato';
} 
.banner-note{
  font-size: 12px !important;
}


@media (max-width: 768px) {
.carousel-banner {
    margin-top: 0;
}
	
	.header {
    z-index: -1;
}
	
	.bannersd {
  color: #666666;
  border-bottom: none;
		font-size: 0.8em;
		
}
.bannersd img {
  border: none;
}
.banner-date {
  color: #2966A6;
	
    font-size: 0.8em;
}
.banner-note {
      font-size: 0.7em;
}
	
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 35%;
    z-index: 1000;
    display: none;
    float: left !important;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #004289 !important;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Lato-black';
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    border: none;
}

.navbar-brand {

    padding: 4px 15px;
}

.brands img {

    padding-left: 25%;
	padding-right: 25%;
}

.btn-primary {
    color: #fff;
    background-color: #9aa403;
    border-color: #9aa403;
    border-radius: 0px 20px 0px 0px;
    font-size: 1em;
    padding: 0.375rem 1.25rem;	
}

@media(max-width:991px) {
	.btn-primary {
	padding: 0.375rem 0.95rem;
}
}

@media(max-width:380px) {
	.btn-primary {
	padding: 0.375rem 0.55rem;
}
}

.btn-primary:hover, .bg-blue-dark:hover, .btn-primary:active, .bg-blue-dark:active {
    background-color: #7a7a62 !important;
    border-color: #7a7a62 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #042452;
    border-color: #042452;
    font-size: 1em;
    padding: 0.375rem 2.75rem;
	font-weight: 600;
}

.btn-image:before {
    content: "";
    width: 36px;
    height: 39px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

@media(max-width:768px) {
	.btn-image:before {
		display: block;
		margin: auto;
	}
}

@media(max-width:380px) {
	.btn-image:before {
    	content: none;
	}
}

.stock:before{
	background-image: url("../img/ico_stock.png");
}

.download:before{
	background-image: url("../img/ico_download.png");
}

.calc:before{
	background-image: url("../img/ico_calc.png");
}


.info:before{
	background-image: url("../img/ico_info.png");
}

.book {
	position: relative;
	width: 30%;	
	float: right;
    margin-right: -15px !important;
}
@media (max-width: 575px) {
	.book {
    margin-right: -8px !important;
}
}

@media (max-width: 768px) {
	
.brands img {

    padding-left: 0%;
	padding-right: 0%;
}
	
}


#menuToggle
{
  display: block;
  position: relative;
top: 10px;
  /*  left: 50px;*/
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
	padding: 5px;
    border: 2px solid #fff;

}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 5px;
	margin-top: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 1px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
  background: #004289;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
	 background: #004289;
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(45deg) translate(-10px, -10px);
	 background: #004289;
}


/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.collapse1
{
	background: url("../img/shadow.3cc7cf739a322142aa8b.png") center top no-repeat, #f5f5f5;

}

.collapse-contact-1
{
	background: url("../img/shadow.3cc7cf739a322142aa8b.png") center top no-repeat, #e8edf1;

}

.collapse-card {
	position: relative;
}

.collapse-card h2{
	z-index: 10;
}

.collapse-card p{
	z-index: 10;
}

.thumb {
	border-radius: 50%;
}

.disabled > img {
	filter: opacity(50%);
}

.triangle {
	/*width: 60px;
    height: 60px;
    transform: rotate(45deg);
    background: #ffffff;
    margin-top: -4%;
    position: absolute;
    left: 44%;
    z-index: 0;
	border-right: 4px solid #9aa403;
  	border-bottom: 4px solid #9aa403;
  	outline: 16px solid #fff;*/

	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	background: #ffffff;
	margin-bottom: -10%;
	position: relative;
	left: 44%;
	z-index: 0;
	border-right: 4px solid #9aa403;
	border-bottom: 4px solid #9aa403;
	outline: 16px solid #fff;
}

@media(max-width:1199px) {
	.triangle {
	width: 42px;
	height: 42px;
	outline: 12px solid #fff;
}
}

@media(max-width:768px) {
	.triangle {
	width: 32px;
	height: 32px;
	outline: 10px solid #fff;		
	left: 41%;
}
}

@media(max-width:575px) {
	.triangle {	
	left: 39%;
	margin-bottom: -14%;	
}
}

@media(max-width:450px) {
	.triangle {	
	left: 32%;
	margin-bottom: -16%;	
}
}

.card {
	border: 0px solid transparent;
	border-radius: 0px;
	padding: .95rem;
	margin: .75rem;
}

@media(max-width:767px) {
	.card {
	padding: .5rem;
	margin: .5rem;
}
}
