@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700&display=swap');

body {
  	font-size:16px;
  	font-weight: 400;
  	color: #212121;
	line-height:1.6;
  	-webkit-text-size-adjust: 100%;
  	background-color:#ffffff;
	font-family: 'Red Hat Display', sans-serif;
	-moz-osx-font-smoothing: grayscale;
}

/*BASIC--------------------*/
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}


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

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

.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: 20px;
  padding-left: 20px;
}

.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 #e8e8e8;
}

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

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

.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:#f7f8f9;}
.lightgrey-bg{background:#f7f7f7;}

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

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

.btn{
	padding: .95rem 1.65rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}

.btn-small{
	padding: .85rem 1.65rem;
	font-size: 0.8em;
}

.btn-blue{
	background-color: #0092fe;
	color: white;
}

.btn-blue:hover{
	background-color: #007cd7;
	color: white;
}

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

.btn-grey{
	background-color: #b5b5b5;
	color: white;
}

.btn-grey:hover{
	background-color: #8e8e8e;
	color: white;
}


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

.toptext{
	line-height: 50px;
}

.navbar{
	padding: 0rem 1rem;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}

.nav-link {
    display: block;
    padding: 25px 10px 22px 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.3s ease 0s;
	margin: 0 0.25em;
	border-bottom: 3px solid #ffffff;
}

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

.navbar .dropdown-menu .nav-link:hover {
    color: #0092fe !important;
	border-bottom: none !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: #212121;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #212121;
	border-bottom: 3px solid #0092fe;
}

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

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

.navbar .dropdown-menu div[class*="col"] {
   	margin-bottom:1rem;
}

.navbar .dropdown-menu {
  	border:none;
  	border-radius: 0;
  	padding: 2em 2em 0 2em;
}

.navbar .dropdown-menu h4{
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .55em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

nav.navbar.fixed-top {
    max-height: 100%;
    overflow-y: auto;
}

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

.navbar .dropdown-menu {
  	width:100%;
  	left:0;
  	right:0;
  	top:71px;
}
	
.navbar .dropdown {position:static;}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  	display:block!important;
}
  
.navbar .dropdown-menu {
    border: 1px solid #e6e6e6;
    background-color: #fcfdfd;
}
nav.navbar.fixed-top {
        overflow-y: visible;
}
}

.languages{
	float:right;
	margin-right:2em;
	margin-left:2em;
	margin-bottom: 0;
	width:auto;
	height:auto;
	position:relative;
	z-index:99;
	top: -1px;
}

.languages li{
	display:inline-block;
}

.languages li:last-child a{
	border-right:none;
	padding-right:0;
}

.languages li:first-child{
	padding-left:0;
}

.languages li a{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	padding: 1.5rem 0.7rem;
	color: rgba(0,0,0,.5) !important;
}

.languages li a:hover, .languages li.active a{
	color: rgba(0,0,0,.9) !important;
}

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

.search:hover{
	background-color: #eeeeee;
}

.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: rgba(0,0,0,0.8);
}

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

.search-form .form-control {
    padding: 0.5rem 1rem;
    height: 50px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,0.5);
    border-radius: 0;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0;
}

.form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 2px solid rgba(255,255,255,0.9);
    outline: 0;
    box-shadow: none;
}

#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---------------------*/
.header{
	width: 100%;
	height: 80vh;
	display: table;
	position: relative;
	background: #ffffff;
	background: url(../img/head.png) center center no-repeat;
	background-size: cover;
}

.product-list-header{
	width: 100%;
	height: 400px;
	display: table;
	position: relative;
	background: #ffffff;
	background: url(../img/product-list-header.jpg) center center no-repeat;
	background-size: cover;
	border-bottom: 1px solid #e3e3e3;
}

.header-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: rgba(0,0,0,0.2);
}

.page-header .header-overlay{
	background: rgba(0,0,0,0.3);
}

.header-inner {
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    position: relative;
    padding: 0 10vw;
    text-align: center;
}

.header-inner h1, .carousel-item h1{
	font-size: 3.3vw;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 0.5em;
	line-height: 1.2;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.product-list-header h1, .product-list-header p{
	color: inherit;
	max-width: 650px;
	display: block;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.carousel-item p{
	font-size: 1.3em;
	color: white;
	margin-bottom: 1.5em;
}

.header-inner p{
	margin-bottom: 0;
	color: white;
	font-weight: 500;
	font-size: 1.8em;
}

.page-header{
	width: 100%;
	background-color: #ffffff;
	position: relative;
	display: table;
}

.page-header {
	background: url(../img/page-h-bg.png) center center no-repeat;
}

.page-header .header-inner {
    z-index: 2;
    position: relative;
    padding: 6em 1em;
    width: 100%;
    display: block;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.product-list-header .header-inner {
    z-index: 2;
    position: relative;
    padding: 6em 1em;
    width: 100%;
    display: block;
	text-align: left;
	max-width: 1200px;
	margin: 0 auto;
}

.product-list-header .header-inner p{
	color: inherit;
	max-width: 650px;
	display: block;
}

.page-header .header-inner h1 {
    font-size: 3.4em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.4em;
    display: block;
    position: relative;
    z-index: 3;
}


/*SLIDER---------------------*/
.home-slider{
	margin-top: 73px;
	max-height: 700px;
}

.carousel-control-next, .carousel-control-prev {
	width: 7%;
}

.carousel-caption{
	top: 25%;
	max-width: 1200px;
	margin: 0 auto;
}

.carousel-indicators li {
    width: 60px;
}

.home-slider p{
	font-weight: 500;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 44px;
    height: 114px;
}

.carousel-control-next-icon {
    background: url("../img/arrow-r.svg") center center no-repeat;
}

.carousel-control-prev-icon {
    background: url("../img/arrow-l.svg") center center no-repeat;
}

.carousel-control-next, .carousel-control-prev {
    width: 44px;
}

.carousel-control-prev{
	justify-content: right;
	text-align: right;
	align-items: right;
}

.carousel-control-next{
	justify-content: left;
	text-align: left;
	align-items: left;
}

/*BREADCRUMB---------------------*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 0.85em;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 7em;
}

.breadcrumb a {
    color: #6c6c6c;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb-item.active {
    color: #0092fe;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #d5d5d5;
    content: "/";
}

/*TABLES--------------------*/
.table-content table{
	margin: 1.75em 0;
	width: 100%;
	font-size: 0.95em;
	font-weight: 500;
	border-top: 1px solid #e3e3e3;
}

.table-content table td{
	border-bottom: 1px solid #e3e3e3;
	padding: 1em 0;
	text-align: left;
}

.table-content table td:first-child{
	text-align: left;
}

.table-content table td span{
	display: block;
	color: #777777;
	padding-top: 0.2em;
}


/*PRODUCT SLIDER--------------------*/
.owl-carousel{
	margin-top: 4em;
}

.product-slider-item{
	display: block;
	background: #ffffff;
	padding: 1.45em 1em;
	transition: all 0.2s ease 0s;
	text-align: center;
	border: 1px solid #e8e8e8;
}

.product-slider-item:hover{
	border: 1px solid #0092fe;
}

.owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 3px;
    margin: 0px 5px;
    background: #bebebe;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.product-slider-item:hover .more{
	padding-right: 33px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #848484;
}

.product-slider-item .image-box{
	min-height: 220px;
}

/*PRODUCT LIST----------------------*/
.product-list, .product-data{
	margin-bottom: 5em;
}
.product-list-item{
	display: block;
	background: #ffffff;
	padding: 1.55em 1.75em;
	transition: all 0.2s ease 0s;
	text-align: center;
	border: 1px solid #e3e3e3;
	margin-bottom: 40px;
}

.product-list-item:hover{
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12)
}

.product-list-item .image-box{
	min-height: 155px;
}

.product-data .image-box{
	text-align: center;
}

.product-data .image-box img{
	margin-bottom: 1em;
}

.product-list-item p{
	margin-bottom: 0.5em;
	opacity: 0.7;
}

.product-list-item h4{
	margin-bottom: 1em;
	font-size: 1.45em;
}

.product-list-item h4 a{
	color: #0092fe;
}

.product-list-item h4 a:hover{
	color: #007cd7;
}

.product-list-item table{
	margin: 0.95em 0 1.75em 0;
	width: 100%;
	font-size: 0.95em;
}

.product-list-item table td{
	border-bottom: 1px solid #e3e3e3;
	padding: 0.75em 0;
}

.product-list-item table td:first-child{
	text-align: left;
}

.product-list-item table td:last-child{
	text-align: right;
	font-weight: 700;
	color: #212121;
}

/*NEWS--------------------*/
.news-item{
	margin: 1em 0 7em 0;
	display: block;
}

.news-item img{
	margin: 1em 0;
}

.news-item h3{
	margin-bottom: 0.75em;
	font-size: 1.8em;
}

.more{
	font-weight: 500;
	text-transform: uppercase;
	color: #0092fe;
	transition: padding 0.2s ease 0s;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 1.5em 0;
	display: inline-block;
	background: url(../img/more-arrow.svg) right center no-repeat;
	padding-right: 23px;
}

.more:hover{
	color: #0092fe;
	padding-right: 33px;
}

.search-item{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

.search-item h3{
	font-size: 1.6em;
}

/*CONTACT US-----------------*/
.contact-us{
	background:#ffffff url(../img/contact-us-bg.jpg) no-repeat center center scroll; 
	width: 100%;
	display: table;
	position: relative;
	background-size: cover;
	color: #ffffff;
}

.contact-us-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: rgba(0,0,0,0.75);
}

.contact-us-inner {
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    position: relative;
	padding: 12.5vh 0;
	text-align: center;
}

.contact-us h2{
	color: #ffffff;
}

.contact-us-form{
	margin-top: 4em;
}

.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + .75rem + 2px);
    padding: .475rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
	border-bottom: 2px solid #b1b2b4;
    border-radius: 0;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0;
}

.form-control:focus {
    color: #212121;
    background-color: transparent;
    border-bottom: 2px solid #0092fe;
    outline: 0;
    box-shadow: none;
}

.contact-us-form .invalid{
	border-color: #c55a4e !important;
}

.contact-us-form textarea {
    overflow: auto;
    resize: none;
	width: 100%;
	color: #212121;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
	border-bottom: 2px solid #b1b2b4;
    border-radius: 0;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0 2em 0 !important;
	padding: .375rem .75rem;
	height: inherit !important;
}

.custom-control-label{
    font-size: 0.95em;
	color:#212121;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .15rem;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #b5b7b9;
    border: none;
}

.invalid .custom-control-label::before{
	background-color: #c55a4e !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0092fe;
    background-color: #0092fe;
}

#contact-us-form-thankyou p {
    display: inline;
    background: #dee2e6;
    padding: 0.75em 1em;
    border-radius: 0.5em;
}

#errors p {
    color: #c55a4e;
    font-weight: 500;
}

.contact-us-form .form-control::-webkit-input-placeholder { color:#7e7e7e; }
.contact-us-form .form-control:-moz-placeholder { color:#7e7e7e; }
.contact-us-form .form-control::-moz-placeholder { color:#7e7e7e; }
.contact-us-form .form-control:-ms-input-placeholder { color:#7e7e7e; }

.search-form .form-control::-webkit-input-placeholder { color:rgba(255,255,255,0.7); }
.search-form .form-control:-moz-placeholder { color:rgba(255,255,255,0.7); }
.search-form .form-control::-moz-placeholder { color:rgba(255,255,255,0.7); }
.search-form .form-control:-ms-input-placeholder { color:rgba(255,255,255,0.7); }

.inquiry-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25em + .75rem + 2px);
    padding: .475rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
	border: 1px solid #cbcbcb;
    border-radius: 0;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0;
}

.inquiry-form .form-control:focus, .custom-select:focus {
    background-color: transparent;
    border-color: #0092fe;
    outline: 0;
    box-shadow: none;
}

.inquiry-form textarea {
    overflow: auto;
    resize: none;
	width: 100%;
	color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0 2em 0 !important;
	padding: .375rem .75rem;
	height: inherit !important;
}

.inquiry-form .custom-control-label{
    font-size: 0.95em;
	color:#212121;
	padding-left: 0.25em;
}

.inquiry-form .custom-checkbox .custom-control-label::before {
    border-radius: .15rem;
}

.inquiry-form .custom-control-label::before {
    position: absolute;
    top: .15rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
}

.inquiry-form .custom-control-input:checked ~ .inquiry-form .custom-control-label::before {
    color: #fff;
    border-color: #cbcbcb;
    background-color: #0092fe;
}

.inquiry-form .btn{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.inquiry-form .custom-select{
	height: calc(2.25em + .75rem + 2px);
	border: 1px solid #cbcbcb;
    border-radius: 0;
    transition: border-color .15s ease-in-out;
	margin: 0.75em 0;
}

.border-box{
	border: 2px solid #0092fe;
	padding: 1em;
	margin:1em 0 3em 0;
}

.border-box p{
	margin-bottom: 0;
}

/*FOOTER--------------------*/
.footer{
	background-color: #161616;
	color: #a4a4a4;
	text-align: center;
}

.footer p{
	color: #a4a4a4;
}

.footer h3{
	font-size: 1.3em;
	font-weight: 900;
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}

.footer-menu, .footer-links {
	margin: 1.5em 0;
	padding: 0;
	list-style: none;
	display: block;
}

.footer-links-2{
	padding-top: 1.5em;
	font-size: 0.95em;
	color: #4e4e4e;
	text-align: right;
}

.footer-menu{
	margin-bottom: 3em;
}

.footer-menu li, .footer-links li, .footer-links-2 li{
	display: inline;
	color: #a4a4a4;
	font-weight: 500;
	font-size: 0.83em;
}

.footer-links-2 li a{
	color: #4e4e4e;
}

.footer-menu li::before, .footer-links li::before, .footer-links-2 li::before{
	content: "\00B7";
	padding: 0 5px;
	color: #424242;
}

.footer-menu li:first-child::before, .footer-links li:first-child::before, .footer-links-2 li:first-child::before{
	content: none;
	padding: 0;
}

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

	transition: all 0.2s ease 0s;
}

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

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

.copyright{
	text-align: left;
	padding-top: 1.5em;
	font-size: 0.75em;
	color: #4e4e4e;
	margin-bottom: -2.5em;
}

/*TYPOGRAPHY--------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    line-height: 1.2;
    color: #161616;
	font-weight: 700;
}

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: #0092fe;
	text-decoration: none;
}

h1{
	font-size: 3rem;
	line-height:1.35;
}

h2{
	font-size: 2.75rem;
	line-height:1.3;
}

h3, .h3 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    line-height:1.2;
}

h4, .h4{
	font-size: 1.35rem;
	margin-bottom: 0.5rem;
	line-height:1;
}

h5{
	font-size: 1rem;
	margin-bottom: 0.45rem;
}

p{
	margin-bottom:1.5rem;
	color:#212121;
	line-height:1.45;
	font-weight: 400;
}

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

a:hover{
	text-decoration: none;
	color: #007cd7;
}

b, strong{font-weight:500;}

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

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

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

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

.plus-list li{
	background: url(../img/i-plus.svg) left center no-repeat;
	padding: 0.4em 0 0.4em 1.2em !important;
}

.plus-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/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
}

/*MEDIA QUERIES--------------------*/
@media (max-width:992px){
.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{
	padding: 1.25em 0;
}
.navbar-nav{
	border-top: 1px solid #e5e5e5;
}
.navbar-collapse .nav-item{
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.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;
}
.header-inner h1 {
    font-size: 2.8em;
    font-weight: 900;
    margin-bottom: 0.4em;
    line-height: 1.1;
}
.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{
	display: none;
}
}

@media (max-width: 767px) {
.top {
    height: auto;
    padding: 20px 0;
    text-align: center !important;
}
.toptext{
	display: none;
}
.news-item {
    margin: 2em 0 3em 0;
    float: left;
}
.product-menu {
    border-bottom: none;
}
.product-menu li {
    width: 100%;
    display: inline-block;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-right: 0px;
}
.product-menu li a {
    background-color: #f5f5f5;
    display: block;
    padding: 1.25em 0 1em 0;
    transition: all 0.3s ease 0s;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
}
.product-menu li a:hover {
    background-color: #ed1c24;
    border-right: none;
    border-bottom: 1px solid #ed1c24;
}
.product-menu li a span {
    margin-top: 1em;
}
.product-list-header{
	height:auto;
}
.news-img {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 30px;
}
.news-content {
    width: 100%;
    float: left;
}
.news h2 {
    margin: 1em 0px 1em 0px;
}
.img-product{
	margin-bottom: 2em;
}
.news-item{
	text-align: center;
}
.footer-links li{
	display: block !important;
	padding: 0.5em 0;
}
.page-header .header-inner h1 {
    font-size: 2.4em;
}
.header-inner p {
    font-size: 1em;
}
.copyright{
	text-align: center;
	margin-bottom: 1em;
}
.footer-links-2{
	text-align: center;
}
}
@media (max-width: 480px){
.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.15rem;
	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;
}
.custom-control-label {
	text-align: left;
}
.header-inner{
	padding: 2vh 0;
}
.header-inner h1 {
    font-size: 2.15em;
}
}