/** Generated: Tuesday, 1st of July 2025, 05:26:13 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
@font-face {
	font-family: Montserrat;
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('/files/fonts/Montserrat-Regular.woff2') format('woff2'),
		url('/files/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: Montserrat;
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('/files/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
		url('/files/fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap
}
* {
    vertical-align: top;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

*,
:after,
:before { box-sizing: border-box }

textarea,
select,
input:not([type=checkbox]):not([type=radio]),
button {
    -webkit-appearance: none;
    outline: none;
}

a:hover { transition: all .6s ease }

body {
    width: 100vw;
    overflow-x: hidden;
}

.rr { flex-direction: row-reverse }

.up { text-transform: uppercase }

img {
    max-width: 100%;
    height: auto
}

#hero,
.rel,
.video { position: relative }

.abs,
.video iframe { position: absolute }

.btn,
.tc { text-align: center }

.tr { text-align: right }

.tl,
th,
td {
    text-align: left
}

td,
th { padding: 8px 10px }

.text-white { color: #fff }

.text-black { color: #000 }

.text-dark { color: #222 }

.text-success { color: #28a745 }

.text-danger { color: #dc3545 }

.text-warning,
sup { color: red }

html { -ms-overflow-style: scrollbar }

.container { max-width: 1200px }

.container,
.container-fluid {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative    
}

#menu-toggler,
.hidden,
.tab-content,
[hidden],
input.hidden:not([type=checkbox]):not([type=radio]),
.sub-toggle { display: none }

#logo,
.block,
.nav-link,
.submenu li,
header a,
input:not([type=checkbox]):not([type=radio]),
label,
main,
select,
textarea,
.panel.show { display: block }

.inl,
.nav-item,
header li {
    display: inline-block;
    position: relative
}

.cell {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
strong { font-weight: bolder }
.vh-100 { min-height: 100vh }
.h-100 { height: 100% }
.vw-100 { width: 100vw }

h1,
h2 { line-height: 1.15em }

#details .item,
h1,
h2,
h3,
main ul,
ol,
p,
table { margin-bottom: 15px }

header .ui-title,
header ul,
main ul:last-child,
ol:last-child,
p:last-child,
.mb-0 { margin-bottom: 0 }

main ul,
ol { margin-left: 18px }

#hero img,
.w-100,
figure img,
header,
table { width: 100% }

.w-50 { width: 50% }

#menu-toggler {
    width: 45px;
    height: 45px;
    background: 0 0;
    border: none;
    z-index: 1500
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 45px;
    z-index: 900
}

.adminbar-loaded .fixed-top { top: 40px }

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.mid {
    vertical-align: middle
}

.bot {
    vertical-align: bottom
}

.btn,
.table td { vertical-align: middle }

.bg-white { background-color: #fff }

.bg-light { background-color: #f2f2f2 }

.btn {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 4px;
    font-size: 1rem;
    border: 1px solid #999;
    color: #000
}

#menu-toggler,
.accordion,
.btn,
a,
ul.tabs li,
button { cursor: pointer }

select.custom {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    width: 100%;
    font-size: 1rem;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    line-height: 1.4rem
}

.pt-2,
.pt-3,
.py-2,
.py-3 { padding-top: 1rem }

label { margin-bottom: 4px }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block { width: 100% }

.flex,
.cell,
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jr { justify-content: flex-end }

.pr-2,
.pr-3,
.px-2,
.px-3 {
    padding-right: 1rem
}

.pl-2,
.pl-3,
.px-2,
.px-3 {
    padding-left: 1rem
}

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

.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.video {
    padding-bottom: 56.25%;
    max-width: 100%
}

.video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.p-2,
.p-3 {
    padding: 1rem
}

.pb-2,
.pb-3,
.py-2,
.py-3 {
    padding-bottom: 1rem
}

.m-0 { margin: 0 }

.m-2 { margin: .5rem }

.mt-2,
.my-2 { margin-top: .5rem }

.mr-2,
.mx-2 {
    margin-right: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.ml-2,
.mx-2 {
    margin-left: .5rem
}

.m-3 {
    margin: 1rem
}

.mt-3,
.my-3 {
    margin-top: 1rem
}

.mr-3,
.mx-3 {
    margin-right: 1rem
}

.mb-3,
.my-3 {
    margin-bottom: 1rem
}

.ml-3,
.mx-3 {
    margin-left: 1rem
}

.m-4 {
    margin: 1.5rem
}

.mt-4,
.my-4 {
    margin-top: 1.5rem
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem
}

.m-5 {
    margin: 3rem
}

.mt-5,
.my-5 {
    margin-top: 3rem
}

.mr-5,
.mx-5 {
    margin-right: 3rem
}

.mb-5,
.my-5 {
    margin-bottom: 3rem
}

.ml-5,
.mx-5 {
    margin-left: 3rem
}

.p-1 { padding: .3rem }

.pt-1,
.py-1 { padding-top: .3rem }

.pr-1,
.px-1 { padding-right: .3rem }

.pb-1,
.py-1 { padding-bottom: .3rem }

.pl-1,
.px-1 { padding-left: .3rem }

.p-2 { padding: .6rem }

.pt-2,
.py-2 { padding-top: .6rem }

.pr-2,
.px-2 { padding-right: .6rem }

.pb-2,
.py-2 { padding-bottom: .6rem }

.pl-2,
.px-2 { padding-left: .6rem }

.p-3 { padding: 1rem }

.pt-3,
.py-3 { padding-top: 1rem }

.pr-3,
.px-3 { padding-right: 1rem }

.pb-3,
.py-3 { padding-bottom: 1rem }

.pl-3,
.px-3 { padding-left: 1rem }

.p-4 { padding: 1.5rem }

.pt-4,
.py-4 { padding-top: 1.5rem }

.pr-4,
.px-4 { padding-right: 1.5rem }

.pb-4,
.py-4 { padding-bottom: 1.5rem }

.pl-4,
.px-4 { padding-left: 1.5rem }

.p-5 {
    padding: 3rem
}

.pt-5,
.py-5 {
    padding-top: 3rem
}

.pr-5,
.px-5 {
    padding-right: 3rem
}

.pb-5,
.py-5 {
    padding-bottom: 3rem
}

.pl-5,
.px-5 {
    padding-left: 3rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mx-0,
main ul.carousel {
    margin-left: 0;
    margin-right: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.p-0 { padding: 0 }

.m-0 { margin: 0 }

.py-54 {
    padding-top: 3rem;
    padding-bottom: 1.5rem
}

.form-control,
.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.form-control {
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.border-bottom,
.table tr {
    border-bottom: 1px solid #ccc
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

@media screen and (max-width:1200px) {
    .r2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r22 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .r23 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
    .rh2 { display: none }
}

@media screen and (max-width:1000px) {
    .r1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .r13 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
    .rh1 { display: none }
}

@media screen and (max-width:750px) {
    .r7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r72 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .rh7 {
        display: none
    }
}

@media screen and (max-width:550px) {
    .r5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .r52 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .rh5 {
        display: none
    }
}

@media screen and (max-width:400px) {
    .r4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:360px) {
    .r3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#makers,
#makers a {
    color: #aaa;
    text-align: center;
    font-size: 14px
}

table { border-collapse: collapse }

.bg-dark,
.btn.bg-cancel,
.bg-danger,
.bg-dark,
.bg-success,
.bg-black { color: #fff }

.bg-success {
    background-color: #28a745;
    border-color: #28a745
}

.btn.bg-success:hover { background-color: #006400 }

.bg-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.bg-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn.bg-cancel,
.bg-dark {
    background-color: #343a40;
    border-color: #343a40
}

.bg-black,
.btn.bg-cancel:hover {
    background-color: #000;
    border-color: #000
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none
}

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

.config th,
.plain { padding: 5px }

.breadcrumb-item.active { color: #6c757d }

#pbCaption .title {
    font-size: 1.2rem;
    margin: 0
}

#cart { max-width: 300px }

.plain {
    border: none;
    background: 0 0
}

.config td.img {
    padding: 0 10px 0 0;
    width: 70px;
    height: 60px
}

.config td.name a { font-size: 1.1rem }

.config td.quantity {
    padding: 0 0 0 50px;
    width: 120px
}

.config td.min { width: 100px }

.config #action .btn {
    font-size: 1.4rem;
    padding: 10px 40px;
    height: 55px
}

.rounded-top,
#tabs li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

#tabs li {
    color: #495057;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-bottom: none;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 2px;
    height: 40px;
}

#tabs li.current {
    color: #000;
    min-height: 41px;
    margin-bottom: -1px;
}

#tabs {
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.tab-content.current { display: inherit }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label { color: #6c757d }

.form-check-label {  margin-bottom: 0 }

.accordion {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 5px;
}

.panel {
    padding: 10px 15px 15px;
    display: none;
    overflow: hidden;
}

.FormBuilderViewport { max-width: 400px }
@-ms-viewport{ width: device-width }
@font-face {
  font-family: 'fontello';
  src: url('/files/fonts/fontello.eot?33391367');
  src: url('/files/fonts/fontello.eot?33391367#iefix') format('embedded-opentype'),
       url('/files/fonts/fontello.woff2?33391367') format('woff2'),
       url('/files/fonts/fontello.woff?33391367') format('woff'),
       url('/files/fonts/fontello.ttf?33391367') format('truetype'),
       url('/files/fonts/fontello.svg?33391367#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before,.slick-prev:before,.slick-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before { content: '\e800'; } /* '' */
.icon-left-open:before,
.slick-prev:before { content: '\e801'; } /* '' */
.icon-right-open:before,
.slick-next:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-music:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e805'; } /* '' */
.icon-ok:before { content: '\e806'; } /* '' */
.icon-check:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
body {
	font-size: 16px;
	color: #000;
}

body,
.title {
	font-weight: 400;
	font-family: 'Montserrat'
}

h1,
h2,
h3,
main a {
	color: #eb1d24
}

h1,
h2,
h3,
.nav-item a {
	text-transform: uppercase
}

h1,
h2,
h3,
strong {
	font-weight: 700
}

h1 {
	font-size: 2em
}
h2 {
	font-size: 1.5em
}
h3 {
	font-size: 1.2em
}

.title {
	font-size: 3em;
	margin: 25px 0;
}

.subtitle {
	font-size: 2rem;
	margin-bottom: 2rem
}

.nav-item a {
	padding: 15px;
	padding-top:5px;
	padding-bottom: 5px;
}

#menu li {
	position: relative
}

#menu ul ul li {
	display: block;
	text-align: left;
}

#menu li:hover ul {
	display: block
}

.bg-primary,
#menu-toggler {
	background: linear-gradient(to bottom,#eb1d24,#750c0f)
}

#menu a,
.btn,
.bg-primary {
	color: #fff
}

.btn{
	border-radius: 25px;
}

header {
	z-index: 300;
	position: fixed;
	top:0;
}

.adminbar-loaded header{
	top:50px;
}


#topbar {
	padding: 15px 2%;
	display: grid;
	grid-template-columns:150px 1fr;

}


#menu{
	align-items: center;
	display: grid;
	justify-items: flex-end;
}

#menu a{
	color:#fff;
	font-weight: 700;
}

#toplogos {
	align-items: center
}

#toplogos img {
	width: auto;
	height: 73px;
}

#logos img,
#pdf a {
	margin: 0 15px 15px 0
}

#logos img:last-child,
#pdf a:last-child {
	margin-right: 0
}

#logos {
	padding-top: 15px;
	margin-top: 15px
}

.cell.tl {
	align-items: flex-start;
}

main {
	display: block;
	margin: 0px auto 30px;
}

#news .left {
	width: 65%
}
#news .right {
	width: 30%
}

.news {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #eee;
}

.news:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.news h3.sub {
	margin-top: 15px;
	font-size: 1.3em
}

.align_right {
	float: right
}

.social {
	width: 35px;
	height: 35px;
	background: transparent;
	color: #fff;
	border-radius: 50%;
	font-size: 1.4rem
}

.social .icon-facebook {
	margin: 2px 0 0 1px
}

.result {
	border-top: 1px solid #999
}

.color {
	width: 100%;
	border: 1px solid #999
}

.color:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

img {
	display: inline-block
}

figcaption {
	margin-top: 8px;
	color: #000
}

footer a{
	color:#00aaf0;
}

#hero .caption,#subhero .caption{
	position: absolute;
	top:0;
	color:#fff;
	text-shadow: 1px 1px #4a4a4a;
	font-size: clamp(1rem, 1vw, 1.3rem);
}


#hero .caption h1,#subhero .caption h1{
	color:#fff;
	font-size:clamp(1.5rem, 2.5vw, 3rem);

}

#hero img,#subhero img{
	filter:brightness(80%);
}

#hero .caption.cell{
	align-items: flex-start;
	padding-left: 100px;
}

.lift{
	border:1px solid #a2a2a2;
	color:#000;
	padding-bottom: 40px;
}

.lift:hover img{
	filter:brightness(80%);
}

.grid-three{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
	grid-gap: 1rem;
}

.btn.block.absolute{
	display: block;
	width: max-content;
	margin-top:20px;
	position: absolute;
	bottom:10px;
}

#topbar .contact_some p{
	margin-bottom: 0px;
}

#topbar .contact_some{
	color: #fff;
	position: absolute;
	right: 40px;
	top: 10px;
}

#topbar .contact_some a{
	color:#fff;
}

#topbar .contact_some p{
	display: inline-block;
	margin-right: 5px;

}

#topbar .contact_some a:hover{
	text-decoration: underline;
}

footer{
	background-color: #1b171c;
	color:#fff;
}

.introduction{
	background-color: #1b171c;
	color:#fff;
	font-size: 18px;
	padding: 30px 30px
}

.introduction h1{
	color:#fff;
}


.title.top_0{
	margin-top:0px;
}

.container.mini{
	max-width: 1000px;
}

.w-100 img{
	width: 100%;
}


@media screen and (min-width: 1200px){
	#menu .nav-item:hover a {
		background-color: #fff;
		color: #1b171c;
	}
	#menu .nav-item ul li a {
		padding: 5px 15px;
		text-transform: none;
		font-weight: 400;
	}
	#menu ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 240px;
		border: 1px solid #ddd;
		background-color: #000 !important;
	}
	#menu .nav-item li a:hover {
		color: #eb1d24
	}

	header.small #topbar{
		background: linear-gradient(to bottom,#eb1d24,#750c0f);
		
	}
}

@media screen and (max-width: 1200px){
	#menu li,
	#menu ul ul {
		display: block;
		background: none;
		position: relative;
		top: inherit;
		width: 100%;
	}
	#menu a,
	#menu ul ul a {
		border-top: 1px solid rgba(255,255,255,.2);
		padding: 10px 15px;
		text-align: left
	}
	#menu ul ul a {
		padding-left: 45px
	}
	#menu-toggler {
		display: block;
		font-size: 1.5rem;
		width: 40px;
		text-align: right;
		padding: 0 0%;
		color: #fff;
		position: absolute;
		top: 60px;
		right: 12px;
		background: transparent;

	}
	#menu {
		display: none;
	}
	/*
	header {
		position: relative
	}*/
	#product {
		padding-top: 1rem
	}
	.title {
		font-size: 6vw
	}
	header.fixed-top {
		position: relative
	}
	.home main {
		margin-top: 104px;
	}
	main {
		margin-top:104px;
	}
	.adminbar-loaded .fixed-top {
		top: 0
	}
	#menu.show{
		display: block;
	}

	#topbar{
		display: block;
		padding-top:50px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}

	#menu{
		display: none;
		background: linear-gradient(to bottom,#eb1d24,#750c0f);
		height: calc(100vh - 120px);
		overflow: auto;
		position: relative;
		top:15px;
	}

	header{
		background: linear-gradient(to bottom,#eb1d24,#750c0f);
	}
	
	#toplogos img{
		height: 50px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 1000px){
	#news .left,
	#news .right {
		width: 100%;
		float: none;
	}
	#pdf {
		margin-top: 0
	}
	.align_right {
		float: none
	}
	#toggle,
	#nav li {
		display: block
	}
	.r1,
	.r22 {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 750px){
	.title {
		font-size: 1.8rem
	}
	
	#topbar .contact_some{
		margin-left: 15px;
		right: 0px;
		font-size: 14px;
	}
	
	#hero .caption.cell{
		padding-left: 20px;
		align-items: center;
	}
}

@media screen and (min-width:640px){
	#topbar .cell {
		position: absolute;
		top: 0;
		left: 0;
	}
	#toplogos .jr {
		flex-grow: 1
	}
}

@media screen and (max-width:640px){
	/*
	#toplogos {
		display: block;
		text-align: center;
		margin-bottom: 15px
	}
	#toplogos div {
		display: inline-block;
		padding: 0 10px
	}*/
}

@media screen and (max-width: 550px){
	.grid-three{
		grid-template-columns: minmax(0,1fr);
	}
}
