/* custom.css */

/*
Gelb: #ffd200
Rot: #db071f

*/
h1:before {
    content: url('/images/design/stripes-44x31.png');
    display: inline-block;
    margin: 0 5px 0 0;
}
h2:before {
    content: url('/images/design/stripes-37x26.png');
    display: inline-block;
    margin: 0 5px 0 0;
}
h3:before {
    content: url('/images/design/stripes-30x22.png');
    display: inline-block;
    margin: 0 5px 0 0;
}
body.homepage h1:before,
body.homepage h2:before,
body.homepage h3:before {
	display: none;
}
.tm-headerbar-top {
	padding-top: 0px;
	padding-bottom: 0px;
}
.tm-toolbar {
	padding-top: 10px;
	padding-bottom: 0px;
}
.tm-toolbar .mlanguage .uk-subnav a {
    font-size: 13px;
}
.tm-toolbar-default {
	background: #000;
	color: #fff;
}
.tm-toolbar-default .uk-subnav > li > a {
	color: #fff;
	font-size: 14px !important;
	font-weight: 700;
	text-decoration: none;
}
.tm-toolbar-default .uk-subnav > .uk-active > a,
.tm-toolbar-default .uk-subnav > li > a:hover {
	color: #db071f;
}
div.mod-languages li {
	padding: 0;
}
.mod-languages .uk-subnav > * > :first-child {
	column-gap: 0;
}
.mlanguage li:nth-of-type(1) a:before {
    content: url('/images/design/flagge_de.png');
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
}
.mlanguage li:nth-of-type(2) a:before {
    content: url('/images/design/flagge_fr.png');
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
}
.tm-headerbar .mnavmeta .uk-subnav li a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none !important;
   }
  .tm-headerbar-top.tm-headerbar-default {
	background: #000;
}
.tm-headerbar-top .uk-subnav > .uk-active > a,
.tm-headerbar-top .uk-subnav > * > :first-child{
	color: #fff !important;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #000;
}
.uk-navbar-sticky {
	border-bottom: 4px solid #ffd200;
}
.uk-navbar-nav > li.uk-active > a {
	color: #fff;
}
.uk-search-icon svg {
	color: #fff;
	width: 29px;
}
html[lang="de-de"] .footer-main .uk-grid-margin.uk-container.uk-container-expand {
    margin-top: 60px;
}
.uk-search .uk-search-icon {
    left: auto;
    right: 0;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .awesomplete > .uk-search-input {
    padding-left: 10px;
}
.uk-search-default .uk-search-input {
	font-size: 30px;
}
body.homepage #product-lines .uk-panel {
    display: grid;
}

.uk-navbar-center {
    width: 100%;
}
.uk-navbar-item {
    width: 100%;
}

.heading-banner {
    color: #fff;
    font-weight: bold;
}
.banner-section .uk-panel {
    color: #fff;
}
.btn-custom a {
    background: #db071f;
    padding: 14px 20px;
    height: auto;
    line-height: 100%;
    font-size: 17px;
    border-radius: 90px;
    color: #fff;
    font-weight: 600;
    transition: 0.4s all ease-in-out;
}
.btn-custom a:hover {
    background: #fff;
    color: #db071f;
}
.banner-section .el-overlay {
    margin-left: 60px;
}

.custom-boxes {
    text-align: center;
}
.custom-boxes h1 {
    color: #fff;
    font-weight: bold;
}
.custom-boxes .uk-panel {
    color: #fff;
}
.btn-custom .el-item:nth-child(2) a, .btn-white a {
    background: #fff;
    color: #171922;
    border:none;
}
.btn-custom .el-item:nth-child(2) a:hover, .btn-white a:hover {
    background: #db071f;
    color: #fff;
}
.custom-boxes .uk-width-1-1 {
    padding: 160px 60px;
}
.teaser-sec {
    background: #000;
    padding: 0px;
}
.teaser-sec .tm-grid-expand {
    align-items: center;
    display: flex;
}
.about-column-custom h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.about-column-custom .uk-panel {
    color: #fff;
}
.about-column-custom {
    padding-right: 10%;
}
.home-main-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #171922;
}
.title-our-brands {
    color: #fff;
}
.offer-sec h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #171922;
    transition: 0.4s all ease-in-out;
}
.lslider {background: #db071f;}
.logo-slider .el-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.sec-slider-home {
	border-bottom: 8px solid #ffd200;
}
.product-lines {
	border-bottom: 8px solid #ffd200;
}
.news-sec1 .mnews {
	border-bottom: 8px solid #ffd200;
}
ul.mod-articles-grid img {
	width: 100%;
	border: 2px solid #db071f;
}
div#footer\#0 .uk-container {
    max-width: 1200px;
}

div#footer\#0 .uk-subnav {
    display: block;
}

div#footer\#0 .uk-panel h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.inner-footer-content h4 {
    font-size: 15px !important;
    text-transform: initial;
    color: #c5c5c5 !important;
    margin-bottom: 0px;
}
.inner-footer-content p {
    font-size: 20px;
    color: #ffff;
    margin: 0px 0px 10px;
}
.inner-footer-content a {
    color: #fff;
    font-size: 18px;
}
.red-txt,
.red-txt a {
    font-size: 20px;
    color: #db071f;
    font-weight: bold;
}
.footer-social {
    display: flex;
    align-items: center;
}
.footer-social .uk-margin {
    margin: 0px 9px 0px 0px !important;
}

.main-footer-padd {
    padding-top: 60px;
}
.news-outer {
    max-width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 15px 15px 40px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #ccc;
    position: relative;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
}
.dot-span {
    padding-left: 9px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.dot-span:before {
    content: "";
    background: #a5a5a5;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -3px;
    top: 9px;
    border-radius: 10px;
}
.date-etc {
    color: #a5a5a5;
    margin: 0;
}
.black-txt {
    color: #000;
}
.news-outer h3 {
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}
.news-outer p {
    margin: 0px;
}
.btn-news {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.btn-news a {
    border: 1px solid #ccc;
}
.news-inner-box .uk-margin {
    margin: 0 !important;
}
.news-outer:hover {
    transform: translateY(-40px);
}
.news-outer:hover h3{
    color: #db071f;
}
.news-outer:hover a{
    background: #db071f;
    color: #fff;
    text-decoration: none;
}
.mnews .mod-articles-items li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mod-articles-title a {
	text-decoration: none;
}
.mnews p {
	min-height: 100px;
}
.mnews p.readmore {
	min-height: 0;
}
.uk-logo {
	margin-top: -40px;
}
.uk-drop.uk-navbar-dropdown {
	border: 2px solid rgba(0,0,0,0.5);
	border-top: 0;
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
}
.teaser-sec .uk-container {
    max-width: 100%;
    padding: 0px;
}
.teaser-sec img {
    width: 100%;
}
.news-sec .uk-section {
    background-size: cover !important;
}

.offer-sec .uk-width-1-2\@s{
    cursor: pointer;
}
.offer-sec .uk-width-1-2\@s:hover h3 {
    color: #db071f;
     transform: translateY(-10px);
}
body.homepage .uk-overlay {
	background: rgba(255,255,255,0.8);
}
.banner-section .el-overlay .el-title {
    color: #db071f;
    font-weight: bold;
    font-size: 32px;
}
.banner-section .el-overlay .el-content {
    color: #000;
    font-size: 22px;
}

.teaser-sec {
	margin-top: 10px;
}
.teaser-grid {
	padding-left: 60px;
}
.teaser-sec .uk-first-column .uk-grid-stack {
    max-width: 680px;
    margin-left: auto;
}
.teaser-sec h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
}
.teaser-sec .el-content {
    color: #fff;
}
.teaser-sec .el-link {
    background: #fff;
    padding: 14px 20px;
    height: auto;
    line-height: 100%;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.4s all ease-in-out;
    color: #171922;
    border: none;
}
.teaser-sec .el-link:hover {
    background: #db071f;
    color: #fff;
}
.teaser-sec2 .uk-width-1-2\@m:nth-child(2) .uk-first-column {
    padding: 70px;
    max-width: 620px;
}
.product-lines {
	background: #000;
}
.grid-article .el-image {
    width: 100%;
		outline: 10px solid #fff;
		outline-offset: -10px;
}
.grid-article .el-item.uk-panel {
    position: relative;
}
.grid-article .el-title {
	color: #fff;
	padding: 4px 0px 4px 0px;
	font-weight: 700;
	position:absolute;
	top:10px;
	font-size: 39px;
	display: block;
	width: 100%;
	background: #db071f;
}
.grid-article .el-content {
	color: #fff;
	font-size: 22px;
}
.grid-article .el-link {
	margin-top: 15px;
}
.grid-article .uk-grid-margin {
    margin-top: 40px;
}
.grid-article .el-content + .uk-margin-top {
    margin: 0px !important;
}
.offer .uk-grid {
    text-align: center;
}
.offer .el-title {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #171922;
    text-transform: uppercase;
}
.news-sec1 li {
    margin-top: 0px !important;
}
.news-sec1.uk-section {
	padding-left: 0;
	padding-right: 0;
}
.news-sec1 .cont-news {
	padding: 20px 0 20px 0;
}
.news-sec1 .el-title {
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}
.news-sec1 .el-item {
  text-align: center;
}

div#footer\#0 .uk-container {
    max-width: 1440px;
}
.cat-module {
    display: flex;
    flex-wrap: wrap;
}
.cat-module li {
    flex: 0 0 33%;
    padding: 0px 15px;
}
.cat-module img {
    width: 100%;
}
.content-div {
    max-width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 15px 15px 40px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #ccc;
    position: relative;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
	min-height: 300px;
}
.content-div:hover {
    transform: translateY(-40px);
}
.mod-articles-category-date {
    color: #a5a5a5;
}
.content-div h2 {
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #db071f;
}
.content-div p {
    margin: 0;
}
.read_more_btn {
    background: #db071f;
    text-decoration: none;
    border: none;
    padding: 14px 20px;
    height: auto;
    line-height: 100%;
    font-size: 17px;
    border-radius: 90px;
    color: #fff;
    font-weight: 600;
    transition: 0.4s all ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    bottom: -22px;
    cursor: pointer;
}
.mod-articles-category-title {
    text-decoration: none;
}
.read_more_btn:hover, .content-div:hover .read_more_btn{
    background: #db071f;
    color: #fff;
}
.content-div:hover h2{
    color: #db071f;
}
.Footer-logo-cls {
    width: 100%;
    padding: 0px;
}
.mobile-social-view .uk-width-1-3\@s, .mobile-social-view .uk-first-column:nth-child(2) {
    flex: auto;
    max-width: fit-content;
}
.mobile-social-view .uk-width-1-3\@s, .mobile-social-view .uk-first-column:nth-child(2) {
    flex: 0 0 25%;
    max-width: fit-content;
}
.mobile-social-view {
    display: none;
}

.uk-modal-full .uk-modal-dialog {
    align-items: normal !important;
}
.uk-search-large .uk-search-input {
    border: 1px solid #ccc;
    max-width: 100%;
    margin-top: 20px;
    font-size: 20px;
    width: 100%;
    margin-left: 20px;
    height: 50px;
}

.footer-main .el-item , .footer-main .el-content a {
    font-size: 20px;
    color: #ffff;
    margin: 0px 0px 4px;
    line-height: 100%;
}
.footer-main .uk-panel h5 {
    font-size: 15px !important;
    text-transform: initial;
    color: #c5c5c5 !important;
    margin-bottom: 0px;
}
.footer-main h4 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.left-footer-link a {
    font-size: 15px !important;
    font-weight: normal !important;
    text-transform: initial !important;
    margin-bottom: 20px;
    color: #fff;
}
.footer-main .mnavmeta .uk-subnav {
    display: flex !important;
    justify-content: space-between;
}

.footer-main .mnavmeta .uk-subnav a {
    font-size: 17px;
    color: #fff;
	text-decoration: underline;
}
.footer-copyright {
    color: #fff;
    font-size: 14px;
}
.bloggrid .el-content.uk-panel.uk-margin-top {
	min-height: 170px;
	padding: 0 12px 0px 12px;
}

.bloggrid .el-item.uk-panel.uk-tile-default img {
	min-height: 320px;
}

.bloggrid h3.uk-card-title {
	padding: 0 0 0 12px;
}
.bloggrid .el-item {
	padding: 0 15px 0 15px;
}
.red-title {
	padding: 12px 0 8px 10px;
	color: #db071f;
	font-weight: 700;
	background: #fff;
}
.blogintro h1 {
	padding: 12px 0 8px 10px;
	color: #fff;
	font-weight: 700;
	background: rgba(0,0,0,0.4);
}
.blogmain img,
.blogmain video {
	border: 2px solid #fff;
}
.sec-models .el-item {
	box-shadow: 0px 0px 44px 8px rgba(10,9,9,1);
}
.el-link.uk-button.uk-button-default,
.el-content.uk-button.uk-button-default {
	position: relative;
	display: inline-block;
}

.blogintro .el-item .uk-margin-top {
	padding: 10px;
}
.blogintro .el-link.uk-button {
	margin-bottom: 10px;
}

.actionbutton a {
	min-width: 240px;
}

.text-in-box-01 :where(.uk-tile-primary:not(.uk-preserve-color)) > * {
	color: rgba(255,255,255,1.0) !important;
	font-size: 22px;
}
.el-link.uk-button {}
.fcontact,
.fcontact p,
.fcontact a  {
	color: #fff;
}
.oh-special-times {
	margin-top: 20px;
}
.oh-special-times a {
	text-decoration: underline;
}
h5.oh-weekdays,
h5.oh-weekend {color: #fff;font-weight: 700;}

.fsocial svg {width: 46px;}
.fsocial svg:hover {color: #db071f;}
.footer-metanav ul {
	text-align: justify;
	text-align: center;
}
.footer-metanav ul li {
	display: inline-block;
}
.footer-metanav .uk-nav-default a {
	font-size: 15px;
	color: #fff !important;
	padding: 0 10px 0 10px;
}
.footer-mainnav ul li {
	display: inline-block;
}
.footer-mainnav ul {
	text-align: justify;
	text-align: center;
}
.footer-mainnav .uk-nav-default a {
	font-size: 15px;
	color: #fff !important;
	padding: 0 10px 0 10px;
}
.footer-mainnav .uk-nav-default a:hover {
	color: #eee !important;
}
.footer-copyright,
.footer-copyright a {
	color: #fff;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
	color: rgba(255,255,255,1);
	}
.uk-offcanvas-bar .uk-nav-default li.uk-parent {margin-bottom: 0;padding-bottom: 0;}
ul.uk-nav-sub {
	padding: 5px 0 0px 15px;
	margin-top: -10px;
}
.uk-offcanvas-close.uk-icon.uk-close svg {color: #fff;width: 36px;}

.link-special-oh {margin-top: 20px;}

a.standard-button {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #db071f;
	border: 1px solid #db071f;
	border-radius: 90px;
	padding: 10px 15px 10px 15px;
	margin: 0 10px 0px 0;
}
a.standard-button:hover {
	color: #db071f;
	background: #fff;
}
body.offroad .sec-prod {
	background: url("/images/off-road/hg-bild-off-road.jpg") no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}





























/* Responsive */
@media screen and (max-width:1600px){
    .uk-container {
    max-width: 1200px;
}
.uk-subnav>* {
    padding-left: 15px;
}
.banner-section .uk-section {
    padding: 100px 0;
    background-size: cover !important;
}
.h1, .uk-h1, h1 {
    font-size: 35px;
}
.banner-section .el-overlay {
    max-width: 1200px;
}
.teaser-sec .uk-first-column .uk-grid-stack {
    max-width: 560px;
}
div#footer\#0 .uk-container {
    max-width: 1250px;
}
.uk-logo img {
    position: relative;
    left: 70px;
}
}

@media screen and (max-width:1160px){
.tm-headerbar .mnavmeta .uk-subnav li a {
    font-size: 12px;
    letter-spacing: 0;
}

.about-column-custom h1 {
    font-size: 30px;
}
.about-column-custom {
    padding-right: 0;
}
.about-column-custom .uk-panel {
    font-size: 13px;
}
.btn-custom a {
    font-size: 14px;
}
.main-title {
    font-size: 30px;
}
.offer-sec h3 {
    font-size: 18px;
}
div#footer\#0 .uk-panel h4 {
    font-size: 17px;
}
.inner-footer-content p {
    font-size: 14px;
}
.logo-icon-outer img {
    max-width: 260px;
}
.footer-social img {
    max-width: 50px;
}
.uk-logo img {
    max-width: 200px;
    position: initial;
}
.grid-article .el-title {
    font-size: 28px;
}
.grid-article .el-link {
    top: 57%;
}
.teaser-sec h3, .banner-section .el-overlay .el-title {
    font-size: 30px;
}
.banner-section .uk-button, .offer .el-link, .news-sec1 .el-link, .teaser-sec .el-link {
    font-size: 15px;
}
.teaser-sec .uk-first-column .uk-grid-stack {
    max-width: 470px;
}
}

@media screen and (max-width:1024px){
.teaser-sec .uk-first-column .uk-grid-stack {
    max-width: 440px;
}
.teaser-sec2 .uk-width-1-2\@m:nth-child(2) .uk-first-column {
    padding: 50px;
}
}

@media screen and (max-width:959px){
.btn-custom .el-item:nth-child(2) {
    display: none;
}
.teaser-sec .uk-container {
    padding: 0px;
}
.about-column-custom {
    padding: 30px 50px  !important;
}
.offer-sec .uk-width-1-2\@s {
    width: 50%;
}
.news-sec img {
    width: 100%;
}
.news-inner-box {
    margin: 40px 0px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}
.tm-header-mobile .uk-navbar-right {
    position: relative;
    left: -40px;
    width: fit-content;
}

html body {
    padding-top: 0px !important;
}

.tm-header-mobile .uk-navbar-right a svg {
    background: #db071e;
    width: 40px;
    padding: 7px;
    border-radius: 40px;
    color: #fff;
}
.banner-section .el-overlay {
    padding: 20px 10px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 38%);
}
ul.uk-slideshow-items {
    min-height: 580px !important;
}
.banner-section:after {
    background: #000;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    filter: blur(1px);
}
div#footer\#0 .uk-width-1-3\@m {
    flex: 0 0 33%;
}
.logo-icon-outer {
    text-align: center;
}
.footer-social {
    justify-content: center;
}

.teaser-sec h3, .banner-section .el-overlay .el-title {
    font-size: 24px;
}
.cat-module li {
    flex: 0 0 100%;
    margin: 35px 0px;
    padding: 0;
}
.desktop-social-view {
    display: none;
}
.mobile-social-view {
    display: flex;
    padding: 20px 0px 30px 20px;
}
}

@media screen and (max-width:800px){
.teaser-sec .uk-first-column .uk-grid-stack {
    max-width: 100%;
    padding: 40px;
}
.offer .uk-grid > div {
    width: 50%;
}  
.teaser-sec h3, .banner-section .el-overlay .el-title {
    font-size: 16px;
}
.banner-section p {
    font-size: 13px;
    line-height: 13px;
    display: none;
}

.banner-section .uk-button, .offer .el-link, .news-sec1 .el-link, .teaser-sec .el-link {
    font-size: 11px;
    padding: 8px 10px;
}
.banner-section .el-overlay {
    padding: 10px 10px 10px;
    height: 100%;
}
ul.uk-slideshow-items {
    min-height: 159px !important;
}
}

@media screen and (max-width:799px){
.grid-article .el-title {
    top: 22%;
}
.grid-article .el-link {
    top: 66%;
}
.grid-article .el-link {
    top: 66%;
    font-size: 14px;
}
.offer .uk-grid > div {
    width: 100%;
    margin: 20px 0px;
}
div#footer\#0 .uk-width-1-3\@m {
    flex: 0 0 100%;
}
.main-footer-padd {
    padding-top: 0;
}
}

@media (min-width: 116px) { 
div.tm-toolbar.tm-toolbar-default.uk-visible\@m {
    display: block !important;  
    }
}




/* Manuals */
.mdocpath ul.uk-breadcrumb {
	margin-top: 20px;
	padding: 10px 0 10px 0;
}
#edocman-category-page-default {
	padding-top: 30px;
}
h1.edocman-page-heading,
i.edicon.edicon-folder-open {
	color: #111;
}
.edocman-page-sub-heading,
.edocman-page-sub-box,
#massDownloadDiv {
	display: none !important;
}
.edocman-document.uk-width-1-1 {
	width: 33.33%;
}
.edocman-description {
	display: none;
}
#edocman-categories .edocman-box-heading, #edocman-documents .edocman-box-heading, #edocman-document-page .edocman-box-heading {
	border-radius: 5px 5px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding: 12px 12px;
}
#edocman-documents h3.edocman-document-title .sizeinformation,
#edocman-documents h3.edocman-document-title .downloadinformation, #edocman-documents h3.edocman-document-title .dateinformation, #edocman-documents h3.edocman-document-title .ratinginformation, #table-document .ratinginformation {
	font-size: 18px;
	color: #333;
}
#edocman-documents h3.edocman-document-title.pull-left {
	float: none;
	display: inline-block;
	width: 100% !important;
	padding: 0px 0 10px 0;
}
#edocman-documents h3.edocman-document-title .clearfix {
	margin-bottom: 2px;
}
#edocman-documents h3 a.edocman-document-title-link {
	display: inline-block;
	width: 100%;
	padding: 20px 0 20px 0;
	line-height: 28px;
}

#edocman-categories .uk-container.uk-grid  {
	width: 50% !important;
}

@media screen and (max-width: 980px) {
	
#edocman-category {
	padding-left: 20px;
}
	
}

@media screen and (max-width: 800px) {
.edocman-document.uk-width-1-1 {
	width: 50%;
}
}
@media screen and (max-width: 800px) {
.edocman-document.uk-width-1-1 {
	width: 100%;
}
}

body.manuals .tm-top.uk-section {
	padding-top: 0px;
	padding-bottom: 0px;
	max-height: 40px;
}
body.manuals #tm-main.uk-section {
	padding-top: 0px;
}







