body {
  	font-family: “Helvetica Neue”, -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, sans-serif;
    font-weight: 400;
  	color: #47494c;
  	-webkit-text-size-adjust: 100%;
  	background-color:#ffffff;
	-moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
}

html {
  scroll-behavior: smooth;
}

/*BASIC--------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1280px;
  }
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.section-padding-xs{
	padding:2vh 0;
	width: 100%;
}

.section-padding-s{
	padding:6vh 0;
	width: 100%;
}

.section-padding-m{
	padding:8vh 0;
	width: 100%;
}

.section-padding-l{
	padding:10vh 0;
	width: 100%;
}

.section-padding-xl{
	padding:12vh 0;
	width: 100%;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #e3e5e8;
}

.dotted {
    border-top: 1px dotted #e3e5e8;
}

.dashed {
    border-top: 1px dashed #e3e5e8;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.order-first {order: 1;}
.order-last {order: 2;}

.lightblue-bg{background-color:#f3f6f8;}
.lightgrey-bg{background:#f7f7f7;}

.border-bottom{
	border-bottom: 1px solid #e3e5e8;
}

.border-top{
	border-top: 1px solid #e3e5e8;
}

.btn{
	border-radius: 100em;
	padding: 1.15rem 2.25rem;
	font-weight: 700;
}

.btn-small{
	padding: .75rem 1.75rem;
	font-size: 1em;
}

.btn-orange{
	background-color: #f08d00;
	color: white !important;
}

.btn-orange:hover{
	background-color: #ce7900;
	color: white;
}

.btn-link{
	background: transparent;
	padding-left:0;
	padding-right: 0;
	color: #ce7900;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.link{
	color: #f08d00;
}

.link:hover{
	color: #ce7900;
}

.small{
	font-size: 80%;
}


/*NAV--------------------*/
.top{
	height: auto;
	width: 100%;
	top: 0;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	background-color: #ffffff;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.25);
}

.navbar{
	padding: 0 1rem;
	margin: 0 auto;
	background-color: #ffffff;
}

.navbar .navbar-brand img{
	max-height: 50px;
}

.nav-link {
    display: block;
    padding: 2.4em 10px 2.4em 10px;
    font-size: 1em;
    font-weight: 500;
    transition: all 0.3s ease 0s;
	margin: 0 0.25em;
	color: #47494c;
}

.phone{
	background: url(../img/euro/i-phone.svg) left center no-repeat;
	padding-left: 3rem !important;
	margin-right: 2em;
}

.mail{
	background: url(../img/euro/i-mail.svg) left center no-repeat;
	padding-left: 3rem !important;
  margin-right: 1rem;
}

.navbar .dropdown-menu .nav-link{
	padding: 0.3em 0 !important;
	margin: 0;
	text-transform: none;
}

.navbar .dropdown-menu .nav-link:hover {
    color: #fa6b39 !important;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #47494c;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #47494c;
}

.navbar-light .navbar-nav .nav-link {
    color: #47494c;
}

.navbar-text {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.dropdown-menu {
    position: absolute;
    top: 77px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #1e1c22;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 0;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fa6b39;
    text-decoration: none;
    background-color: transparent;
}

.navbar .btn{
	margin-left: 0.75em;
}

@media screen and (min-width: 992px) {
.navbar {
  	padding-top:0.35em;
  	padding-bottom:0.35em;
}
}

.search{
	float:right;
	width:40px;
	height:40px;
	line-height:32px;
	text-align:center;
	position:relative;
	z-index:99;
	transition: all 0.3s ease 0s;
	background: url(../img/euro/i-search.svg) center center no-repeat;
	text-indent:-999em;
	cursor:pointer;
	outline:none;
	border: none;
	top: 0px;
	margin-left:1em;
}

.search-result .title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
	color:#333333;
	line-height:1.3;
	display:block;
	background:none;
	padding-left:0;
	text-transform:none;
}

.search-result .title:hover{
	color:#e13d3d
}

button:focus {
    outline: none;
}

#searchModal{
	background: #eff0f4;
}

#searchModal .modal-content{
	background-color: transparent;
	border: none;
}

.search-form .form-control {
    padding: 0.5rem 1rem;
    height: 50px;
    color: #3c3d40;
	background-color: white;
	border: 1px solid #dedfe4;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0;
}

.form-control:focus {
    color: #3c3d40;
    outline: 0;
    box-shadow: none;
    background-color: white;
}

#searchModal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  #searchModal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/*HEADER---------------------*/
.hero-wrap{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero{
	width: 100%;
	height: 80vh;
	position: relative;
	z-index: 1;
	background-image: url(../img/euro/header-bg-3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(33,34,35,0.2);
}

.hero-container {
  position: relative;
  width: 75%;
  right: 0;
  top: -150px;
  background: #eff2f5;
  z-index: 3;
  float: right;
}

.hero-container .container{
  margin-left: 0;
}

.hero-container-left{
  background-color: #343537;
  color: #ffffff;
}

.hero-container-left p{
  color: #ffffff;
  font-size: calc(1.25rem + 0.5vw);
  margin: 0;
}

.hero-container-left .text-box, .hero-container-right .text-box{
  padding: 4rem 3rem 4rem 3rem;
}

.hero-container-right .text-box{
  display: block;;
  width: 100%;
  background: url(../img/euro/hero-h-bg.svg) left center no-repeat;
}

.hero-container h2 {
  font-size: calc(2.0rem + 1vw);
  background-color: #eff2f5;
  padding: 0 15px 0 0px;
  display: inline-block;
}

.icon-box{
	border-bottom: 5px solid #eff2f5;
	padding-bottom: 1em;
	min-height: 188px;
	transition: all 0.3s ease 0s;
  display: block;
  height: 100%;
}

.icon-box:hover{
	border-bottom: 5px solid #f18e00;
}

.icon-box p{
	font-size: 97.5%;
	line-height: 1.3;
}

.half-bg{
	height: 100vh;
	max-height: 970px;
	background-image: linear-gradient(90deg,#fff 25%,#343537 0);
	position: relative;
	color: #ffffff;
}

.half-bg .half-bg-image {
    position: absolute;
    bottom: 0;
}

.half-bg-content{
	padding-top: 3em;
}

.half-bg-content h2, .half-bg-content p{color: white}

.half-bg-content ul{
	margin-left: 20px;
	margin-bottom: 2em;
}

.half-bg-content ul li{
	font-size: 110%;
	padding: 0.5em 0;
	list-style: disc;
}

.price-section h3{
	min-height: 75px;
}

.price-section ul{
	margin-bottom: 2em;
}

.price-section ul li{
	padding: 0.75em 0 0.75em 30px;
	background: url(../img/euro/i-check.svg) left center no-repeat;
	border-bottom: 1px solid #e3e5e8;
}

.price-section ul li:last-child{
	border-bottom: none;
}

.price-box{
	background: #f3f6f8 url(../img/euro/i-arrow.svg) right center no-repeat;
	border-radius: 100em;
	padding: 1em 2em;
}

.mb-10, .my-10 {
    margin-bottom: 5.5rem !important;
}

.help-section{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	background-image: url(../img/euro/landing-bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: scroll;
	margin-top: 3em;
	padding: 11em 0 10em 0;
}

.help-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
}

.help-section-content{
	position: relative;
	z-index: 4;
	color: #ffffff;
	text-align: right;
}

.help-section-content h2, .help-section-content p{
	color: #ffffff;
}

/*FOOTER--------------------*/
.footer{
	background-color: #343537;
	color: #6a6c6f;
	padding-left: 1em;
	padding-right: 1em;
}

.footer .border-top{
	border-top-color: #444548 !important;
}

.footer-menu, .footer-links {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
}

.footer-menu li, .footer-links li{
	display: inline;
	color: #9c9ea2;
	font-size: 0.9em;
	margin: 0.75em;
}

.footer-menu li:first-child, .footer-links li:first-child{
	margin-left: 0;
}

.footer-menu li a, .footer-links li a{
	display: inline-block;
	padding: 0.25em 0;
	color: #9c9ea2;
	font-weight: 500;

	transition: all 0.2s ease 0s;
}

.footer-menu li a:hover, .footer-links li a:hover{
	color: #f18e00;
}

.copyright{
	font-size: 0.85em;
	color: #6a6c6f;
	line-height: 40px;
}

/*TYPOGRAPHY--------------------*/
h1, h2, h3, h4,.h1, .h2, .h3, .h4 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	letter-spacing: -0.03rem;
	text-indent: -0.05rem;
	font-weight: 700;
	color: #343537;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
	transition: all 0.2s ease 0s;
	margin-bottom: 0.75em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #fa6b39;
	text-decoration: none;
}

h1, .h1 {font-size: calc(1.6rem + 1.8vw); letter-spacing: -0.05rem; line-height: 1.15; margin-bottom: 2.4rem; font-weight: 700;}
h2, .h2 {font-size: calc(1.6rem + 1vw);}
h3, .h3 {font-size: calc(1.4rem + 0.4vw);}
h4, .h4 {font-size: calc(1.2rem + 0.3vw);}

p {
  	margin-top: 0;
  	margin-bottom: 1rem;
  	font-weight: normal;
  	line-height: 1.5;
  	color: #585562;
}

a{
	color: inherit;
	transition: color 0.2s ease 0s;
}

a:hover{
	text-decoration: none;
	color: #582eff;
}

b, strong{font-weight:600; color: #1e1c22;}

ul, ol{margin: 0 0 1.25em 0; padding: 0; list-style: none;}

.large{
	font-size: 1.6em;
	margin: 1.5em 0 2.5em 0;
}

.contact ul li{
	padding: 0.3em 0;
}

.simple-list{
	margin-bottom: 3em;
}

.simple-list li{
	padding: 0.25em 0;
}

.simple-list li:first-child{
	font-weight: 700;
	font-size: 110%;
}

.simple-list li ul li{
	background: url(../img/euro/i-dot2.svg) 0px 8px no-repeat;
}

.simple-list li strong{
	margin-right: 10px;
}

.search-title{
	width: 100%;
	display: block;
	background-color: #f5f5f5;
	padding: 40px 90px;
	font-size: 2em;
	font-weight: 900;
}

.p-text-left p{
	text-align: left;
}

.page-title{
	background: url(../img/euro/page-title-bg.svg) left bottom no-repeat;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.5em;
}

h3.page-title{
	font-size: 2em !important;
	margin-bottom: 2em;
	padding-bottom: 0.95em;
}

.blue{
	color: #0092fe
}

.site-lead{
	border-bottom: 1px solid #e3e5e8;
	padding-bottom: 1.2em;
}

.subpage h2, .subpage h3, .subpage h4{
	margin-top: 1.5em;
}

/*FORM--------------------*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.95em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #585562;
    background-color: #f3f6f8;
    background-clip: padding-box;
    border: 1px solid #cfd2d6;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #f6bd6d;
}

.offer-form{
	margin-top: 2.5em;
}

.offer-form label {
    font-weight: 600;
    display: block;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-check .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7-form .form-check {
  position: relative;
  display: block;
  padding-left: 0;
}

.form-check .wpcf7-list-item-label{
  font-weight: normal;
  font-size: 82%;
}

.wpcf7-form .form-check a {
  color: #f08d00;
}

/*MEDIA QUERIES--------------------*/
@media (max-width:1280px){
  .hero-container {
    position: relative;
    width: 85%;
    right: 0;
    top: -150px;
    background: #eff2f5;
    z-index: 3;
    float: right;
  }
}
@media (max-width:992px){
  .hero-container {
    position: relative;
    width: 90%;
    right: 0;
    top: -150px;
    background: #eff2f5;
    z-index: 3;
    float: right;
  }
.navbar {
    padding: 1rem 1rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}
.navbar {
    padding: 1rem 1rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}
.navbar-collapse {
    text-align: center;
    position: relative;
    top: 20px;
}
.navbar .dropdown-menu h4{
	text-align: center;
}
.navbar .dropdown-menu{
	text-align: center;
	border: none;
}
.dropdown-item{padding: .35rem 1.5rem; font-size: 0.9em;}
.navbar-collapse .nav-item{
    text-align: center;
}
.navbar-nav .nav-link:hover .nav-item{
	border-bottom: 1px solid #0092fe;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.phone{
	background: none;
	padding-left: 0 !important;
	margin-right: 0;
}

.mail{
	background: none;
	padding-left: 0 !important;
}
.navbar .btn{display: block; margin-left: 0; margin-bottom: 2em;}
.languages{
	margin: 0;
	padding: 0;
}
.languages li a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    transition: all 0.3s ease 0s;
    padding: 1.5rem 0.75em 1.5em 0.75em;
}
.languages li:last-child a {
    border-right: none;
    padding-right: 0.75em;
}
.search{
	margin-bottom: 1em;
}
}

@media (max-width: 767px) {
  .hero{
  	width: 100%;
  	height: 80vh;
  	position: relative;
  	z-index: 1;
  	background-image: url(../img/euro/header-bg-mobile-3.jpg);
  	background-position: center top;
  	background-repeat: no-repeat;
  	background-size:cover;
  	background-attachment: scroll;
  }
  .hero-container-left .text-box, .hero-container-right .text-box {
  padding: 3rem 1rem 3rem 1rem;
}

.hero-container {
  position: relative;
  width: 100%;
  top: 75%;
  right: 0;
  content: '';
  background: #eff2f5;
  z-index: 3;
}
.icon-section .col{
	width: 100%;
	flex-basis: auto;
}
.icon-box{
	min-height: inherit;
}
.top {
    height: auto;
    padding: 0;
}
.half-bg{
    height: auto;
    max-height: none;
    background-image: none;
    background-color: #343537;
}

.half-bg .half-bg-image {
    position: relative;
    bottom: 0;
    padding: 0 !important;
}
.half-bg-content{
	padding-top: 3em;
	padding-bottom: 3em;
}
.copyright{
	text-align: center;
	margin-bottom: 2em;
}
.footer-menu{
	text-align: center;
}
.footer .social {
    margin: 0 0 2em 0;
    text-align: center;
}
.price-section h3{
	min-height:inherit;
}
}
@media (max-width: 480px){
.footer{
	padding-left: 0; padding-right: 0;
}
.btn-sm-block{width: 100%; display: block;}
.table-responsive table td{
	vertical-align: middle;
}
.page-header .header-inner {
    padding: 30px 20px;
}
.product-data-table .float-right {
    float: left !important;
    width: 100%;
    display: block;
}
.breadcrumb{
	display:none;
}
.product-icon{
	display: none;
}
h1{
	font-size: 2.35rem;
	line-height:1.2;
}

h2{
	font-size: 1.85rem;
	line-height:1.2;
}

h3, .h3 {
    font-size: 1.45rem;
    line-height:1.2;
}
.product-list-header, .page-header{
	margin-bottom:1.5em;
}
.carousel-control-prev, .carousel-control-next, .carousel-indicators{
	display:none;
}
#menuhover{
	display: none;
}
.dropdown-menu .col-md-4:last-child{
	margin-bottom: 0 !important;
}
.item p {
    font-size: 100%;
    line-height: 1.3;
    color: #585562;
}
.header-background{
	background-attachment: scroll;
}
}
@supports ( -webkit-touch-callout : none) {
.selector {
background-attachment:scroll
}
}

@supports not ( -webkit-touch-callout : none) {
.selector {
background-attachment: fixed;
}
}
