/*
Theme Name: Dagecomoto
Theme URI: http://www.dagecomoto.ro
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: dagecomoto
*/

@font-face {
    font-family: "Longhaul";
    src: url("/wp-content/themes/dagecomoto/assets/fonts/Longhaul.ttf");
}

html {
    overflow-x: hidden;
}

body {
    background-color: #f4f4f4 !important;
    font-family: "Ubuntu" !important;
}

.page__content {
    background-color: #fff;
    max-width: 1335px;
    margin: auto;
    margin-top: 65px;
	overflow-x: hidden;
}

header {
    margin-top: 115px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

header .logo__col {
    max-width: 330px;
    width: 100%;

}

header .menu__col {
    max-width: 820px;
    width: 100%;
}

header .navbar-nav {
    display: flex;
    flex-direction: initial;
    align-items: center;
    justify-content: space-around;
}

header .navbar-nav li {
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
}

header .navbar-nav li a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

header .button__nr {
    margin-left: 5% !important;
    border-radius: 18px;
    background-color: #f4f4f4;
    padding: 6px 20px 6px 15px;
    border: 1px solid #f4f4f4;
}

header .button__nr:hover {
    background-color: #fff;
}

header .button__nr img {
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 100%;
    margin-right: 10px;
    margin-bottom: 2px;
}

header .button__contact {
    text-align: right;
}

header .logo {
    font-family: "Longhaul";
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 1;
    margin-right: 15px;
    margin-left: 1px;
}

header .logo span {
    color: #d1dc00;
    padding: 5px 10px 1px 10px;
    display: inline-block;
    position: relative;
    z-index: 5;
}

header .logo span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    left: 0;
    z-index: -1;
    top: 0;
}

header .social__header {
    font-size: 13px;
    text-decoration: none;
    color: #aeaeae;
}

header .facebook {
    border-right: 1px solid #aeaeae;
    padding-right: 3px;
    margin-right: 7px;
}

.hero {
    position: relative;
}

.hero .news__panel {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    max-width: 220px;
    margin: auto;
}

.hero .news__panel ul {
    text-align: center;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

.hero .news__panel ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 12px;
    line-height: 1;
}

.hero .news__panel ul .slick-active {
    background-color: #000;
    border-radius: 100%;
    color: #d1dc00;
}

.hero .news__arrow {
    position: absolute;
    top: 3px;
    z-index: 10;
}

.hero .news__arrow img {
    height: 13px;
    width: 13px;
}

.hero .news__arrow_dir_left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -5px;
    top: 8px;
}

.hero .news__arrow_dir_right {
    right: -5px;
}

.slider {
    width: 100%;
    position: relative;
    float: none;
}

.slider .slider__item {
    width: 100%;
    position: relative;
}

.slider .slider__item img {
    width: 100%;
    /* max-width: 900px;
    padding-top: 140px;
    padding-bottom: 110px;
    padding-left: 120px;
    margin: auto; */
}

.slider .slider__content {
    position: absolute;
    bottom: 17%;
    left: 8%;
    z-index: 2;
}

.slider .slider__content h2 {
    font-family: "Longhaul";
    font-size: 147px;
    line-height: 100px;
    color: #d1dc00;
    text-transform: uppercase;
}

.slider .slider__content h4 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.slider .slider__content p {
    font-size: 15px;
    line-height: 1;
}

.carousel__moto {
    width: 100%;
    height: 540px;
    position: relative;
}

.carousel__moto::before {
    content: "";
    position: absolute;
    width: 200%;
    left: -50%;
    height: 100%;
    max-height: 540px;
    background-color: #383434;
}

.carousel__moto .carousel {
    position: absolute;
    max-width: 1335px;
    padding-top: 35px;
    padding-bottom: 35px;
    top: 0;
}

.carousel__moto .carousel .carousel__item {
    text-align: center;
    position: relative;
    background-color: #f4f4f4;
    margin-right: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.carousel__moto .carousel .carousel__item:hover a {
    visibility: visible;
    transition: 0.6s;
    top: 0;
}

.carousel__moto .carousel .carousel__item:hover h4 {
    top: 20%;
    transition: 0.6s;
}

.carousel__moto .carousel .carousel__item .carousel__image {
    max-width: 312px;
    width: 100%;
    margin: auto;
    padding: 30px;
    margin-bottom: 10px;
}

.carousel__moto .carousel .carousel__item .carousel__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 152px;
}
.carousel__moto .slick-track {
  display: flex !important;
}

.carousel__moto .slick-slide {
  height: auto;
}
.carousel__moto .carousel .carousel__item h2 {
    font-size: 90px;
    line-height: 72px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d1d1d1;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.carousel__moto .carousel .carousel__item h4 {
    font-size: 47px;
    font-weight: bold;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transition: 0.6s;
}

.carousel__moto .carousel .carousel__item a {
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    background-color: #d1dc00;
    padding: 12px 30px;
    border-radius: 19px;
    position: relative;
    visibility: hidden;
    top: 20px;
    transition: 0.4s;
}

.carousel__moto .carousel .carousel__item a img {
    height: 9px;
    width: 9px;
    position: absolute;
    right: 12px;
    top: 16px;
}

.carousel__moto .carousel .carousel__arrow_dir_right {
    left: 85%;
    top: 40%;
    position: absolute;
}

.carousel__moto .carousel .carousel__arrow_dir_right img {
    z-index: 99;
    width: 93px;
    height: 93px;
    background-color: #d1dc00;
    border-radius: 100%;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carousel__moto .carousel .slick-prev {
    display: none !important;
}

.carousel__moto .carousel .slick-list {
    padding: 0 8% 0 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.service__row {
    max-width: 960px;
    margin: auto;
    background-color: #fff;
    padding-top: 35px;
    position: relative;
}

.page__race .title {
    position: absolute;
    font-size: 237px;
    color: #efefef;
    left: 0!important;
    right: 0!important;
    text-align: center;
    top: 135px;
    text-transform: lowercase;
}
.service__row .title{
  position: absolute;
  font-size: 237px;
  color: #efefef;
  left: 0;
  right: 0;
  text-align: center;
  top: -15px;
  text-transform: lowercase;
}
.page__race .service__row .service__info{
  margin-top: 105px!important;
}
.page__race .service__row{
  background: transparent;
  z-index: 9

}

.service__row .service__img {
    padding-left: 0;
}

.service__row .service__img img {
    max-width: 400px;
    width: 100%;
    border-radius: 40px;
    min-height: 480px;
    object-fit: cover;
}

.service__row .service__content {
    padding-left: 50px;
}

.service__row .service__content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.service__row .service__content .service__text {
    font-size: 16px;
    line-height: normal;
    color: #919191;
    max-width: 365px;
    font-weight: 100;
    margin-bottom: 30px;
}

.service__row .service__content .service__item {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: normal;
    margin-top: 15px;
}

.service__row .service__content .service__item img {
    width: 29px;
    margin-right: 10px;
}

.service__row .service__info {
    position: initial;
    margin-top: 135px;
    padding: 0;
    align-items: center;
}

.service__row .service__info a{
	color: #000;
}

.service__row .service__info .btn_avt {
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    background-color: #d1dc00;
    padding: 10px 40px;
    border-radius: 19px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.service__row .service__info .btn_avt img {
    height: 9px;
    width: 9px;
    position: absolute;
    right: 13px;
    top: 13px;
}

.leasing__row {
    max-width: 960px;
    margin: auto;
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.leasing__row .title {
    position: absolute;
    font-size: 237px;
    color: #efefef;
    left: 0;
    top: 25px;
    text-align: center;
    text-transform: lowercase;l
}

.leasing__row .leasing__img {
    padding-right: 0;
}

.leasing__row .leasing__img img {
    max-width: 400px;
    width: 100%;
    border-radius: 40px;
    margin-left: 35px;
    min-height: 480px;
    object-fit: cover;
}

.leasing__row .leasing__content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.leasing__row .leasing__content .leasing__text {
    font-size: 16px;
    line-height: normal;
    color: #919191;
    max-width: 365px;
    font-weight: 100;
    margin-bottom: 30px;
}

.leasing__row .leasing__content .leasgin__item{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: normal;
    margin-top: 15px;
}

.leasing__row .leasing__content .leasing__item img {
    width: 29px;
    margin-right: 10px;
}

.leasing__row .leasing__info {
    position: initial;
    margin-top: 135px;
    padding: 0;
}

.leasing__row .leasing__info a, .news .more__news {
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    background-color: #d1dc00;
    padding: 10px 40px;
    border-radius: 19px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.news .more__news{
  float: right;
    margin-right: 70px;
    margin-top: 0;
}

.leasing__row .leasing__info a img, .news .more__news img {
    height: 9px;
    width: 9px;
    position: absolute;
    right: 13px;
    top: 13px;
}

.news {
    max-width: 1335px;
    margin: auto;
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 75px;
}

.news .news__title {
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.news .news__row {
    max-width: 1230px;
    width: 100%;
    margin: auto;
}

.news .news__item {
    padding: 1rem;
}
.news__single .news__list{
  margin-top: 40px;
}
.news__single .news__list .news__img{
  width: 100%;
}
.news .news__item img {
    max-width: 390px;
    width: 100%;
}
.news .news__item .news__img{
  min-height: 250px;
    object-fit: cover;
    object-position: center right;
    max-height: 250px;
}
.news .news__item span {
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #b9b9b9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news .news__item h4 {
    font-size: 19px;
    line-height: normal;
    margin-bottom: 20px;
}

.news .news__item p {
    font-size: 15px;
    line-height: normal;
    color: #686868;
    margin-bottom: 20px;
}

.news .news__item a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.news .news__item a img {
    height: 9px;
    width: 9px;
}
.news__single{
  padding-top: 100px;
}
.news__single h1{
   font-size: 32px;
}
.news__list{
  padding-top: 90px;
  flex-wrap: wrap;
}
.news__list .news__item{
  margin-top: 40px;
}
.news__list .news__item a{
  text-decoration: none;
}
.news__list .news__item h3{
  font-size: 18px;
  color: #222222;
  margin-top: 10px;
}
.news__list .news__item .date{
  color: #afafaf;
  font-size: 13px;
}
.news__list .news__item p{
  font-size: 15px;
  color: #222222;
}
.news__list .news__item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center right;
  margin-bottom: 10px;
}




footer {
    padding-top: 140px;
    padding-bottom: 120px;
    background: #383434;
}

footer .footer {

    width: 100%;
    margin: auto;
}

footer .footer .logo {
    font-family: "Longhaul";
    font-size: 17px;
    color: #000;
    text-decoration: none;
    line-height: 1;
    margin-right: 15px;
}

footer .footer .logo span {
    color: #d1dc00;
    padding: 5px 10px 1px 10px;
    display: inline-block;
    position: relative;
    z-index: 5;
}

footer .footer .logo span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    left: 0;
    z-index: -1;
    top: 0;
}

footer .footer .social__footer img {
    width: 16px;
    margin-bottom: 4px;
}

footer .footer .facebook {
    margin-right: 60px;
    position: relative;
}

footer .footer .facebook::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #fff;
    top: 8px;
    left: 30px;
}

footer .footer__nav {
    margin-top: 20px;
    color: #fff;
}

footer .footer__nav a, footer .footer__nav span {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

footer .footer__copy {
    margin-top: 20px;
}

footer .footer__copy a {
    color: #909090;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.page {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.detalii {
    text-align: left;
    color: #000;
    margin-top: 40px;
    width: 100%;
}

.detalii td {
    width: 50%;
    padding: 35px;
    font-size: 18px;
    color: #737373;
    font-weight: 200;
}

.detalii td b {
    color: #000;
    font-weight: bold;
}

.detalii tr {
    border-bottom: 1px solid #fff;
    background-color: #f4f4f4;
}

.detalii tr:nth-child(2n) {
    background-color: #e5e5e5;
}
.tabel__detalii{

}

.tabel__detalii .detalii div div {
    width: 50%;
    padding: 35px;
    font-size: 18px;
    color: #737373;
    font-weight: 200;
}

.tabel__detalii .detalii div b {
    color: #000;
    font-weight: bold;
}

.tabel__detalii .detalii .d-flex {
    border-bottom: 1px solid #fff;
    background-color: #f4f4f4;
}

.tabel__detalii .detalii .d-flex:nth-child(2n) {
    background-color: #e5e5e5;
}

.moto__info {
    margin-top: 50px;
    text-align: left;
}

.moto__info p {
    font-size: 35px!important;
    font-weight: bold;
    color: #000!important;
    padding-bottom: 0;
    margin-bottom: 5px!important;
}

.moto__info p span {
    font-size: 24px;
}

.moto__info p sub {
    font-size: 18px;
}

.moto__info p sup {
    font-size: 24px;
}

.moto__info .desc {
    font-size: 13px!important;
    text-transform: uppercase;
    color: #919191!important;
}

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 30px;
    z-index: 9;
    position: relative;
}

.breadcrumbs p {
    font-size: 22px;
    font-weight: bold;
    color: #a4a4a4;
}
.breadcrumbs p a{
  font-size: 22px;
  font-weight: bold;
  color: #a4a4a4;
}
.breadcrumbs p .active {
    color: #000;
}

.breadcrumbs p img {
    width: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: -1px;
}

.slider__thumb .slick-nav {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0 15px;
}

.slider__thumb .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    bottom: auto;
    padding: 10px 0;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__thumb .slick-dots li {
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 5px;
}

.slider__thumb .custom-thumb__bg {
    width: 100%;
    height: 100%;
    z-index: 99;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider__thumb .custom-thumb {
    position: relative;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease-in-out;
}

.slider__thumb .custom-thumb:before {
    display: none;
}

.slider__thumb .custom-thumb:after {
    content: "";
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    box-shadow: inset 0 0 0 0 #fff;
    transition: all 0.3s ease-in-out;
}

.slider__thumb .custom-thumb:hover, .slider__thumb .custom-thumb:focus {
    background: #b4d455;
}

.slider__thumb .custom-thumb:hover .custom-thumb__bg, .slider__thumb .custom-thumb:focus .custom-thumb__bg {
    opacity: 0.6;
}

.button-y {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 16px;
    background: #d1dc00;
    border: 1px solid #d1dc00;
    text-decoration: none;
    transition: 0.6s;
    color: #000;
    display: inline-block;
	text-decoration: none;
}

.button-y:hover {
    background-color: white;
    transition: 0.6s;
}

/*** Modele ***/
.page__models {
    padding-top: 110px;
    padding-bottom: 100px;
}

.page__models .models {
    padding-top: 50px;
}
.moto__category{
  position: relative;
}

.page__models .models .model__item {
    margin-bottom: 50px;
}

.page__models .models .model__item img {
    width: 100%;
    max-width: 775px;
    margin: auto;
}

.page__models .models .model__item .model__content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page__models .models .model__item .model__content h2 {
    font-size: 165px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #cfcfcf;
    line-height: 90px;
    text-transform: lowercase;
}

.page__models .models .model__item .model__content h3 {
    font-size: 60px;
    font-weight: bold;
    color: #383434;
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
}

.page__models .models .model__item h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.page__models .models .model__item h4 span {
    background: #d1dc00;
    padding: 3px 10px;
}

.page__models .slick-dots {
    left: 0;
    right: 0;
    position: absolute;
}

.page__models .slick-dots {
    bottom: 10px;
    left: 0;
    padding-left: 0;
    list-style: none;
}

.page__models .slick-dots:nth-child(2) {

}

.page__models .slick-dots li {
    width: auto;
}

.page__models .slick-dots li button {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
}

.page__models .slick-dots li button:before {
    display: none;
}

.page__models .slick-dots li.slick-active .visually-hidden {
    background: #d1dc00;
}

.page__models .slick-dots .visually-hidden {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 0px;
    z-index: 9;
    position: relative;
}

.page__models .carousel__arrow_dir_right {
    right: 5%;
    top: 30%;
    position: absolute;
}

.page__models .carousel__arrow_dir_right img {
    z-index: 99;
    width: 45px;
    height: 45px;
    background-color: #d1dc00;
    border-radius: 100%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.page__models .carousel__arrow_dir_left {
    left: 5%;
    top: 30%;
    position: absolute;
    z-index: 99;
}

.page__models .carousel__arrow_dir_left img {
    z-index: 99;
    width: 45px;
    height: 45px;
    background-color: #d1dc00;
    border-radius: 100%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*** Model ***/
.model__single .slider__row {
    position: absolute;
    max-width: 1920;
    width: 100%;
    height: 100%;
    max-height: 800px;
    left: 0;
    right: 0;
    margin: auto;
}

.model__single .slider__row .single__slider {
    width: 100%;
}

.model__single .slider__row .single__item img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.model__single .single__content {
    margin-top: 840px;
    color: #000;
}

.model__single .single__content .title {
    font-size: 58px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.model__single .single__content .subtitle {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}

.model__single .single__content p {
    font-size: 14px;
    line-height: normal;
    color: #919191;
    max-width: 670px;
    margin: auto;
    margin-bottom: 20px;
}

.model__single .single__content img {
    width: 100%;
    max-width: 775px;
}

/*** Stoc ***/
.stoc__content {
    position: relative;

}

.page__stoc h1 {
  position: relative;
  margin-top: -30px;
  line-height: 1;
}
.page__stoc .breadcrumbs{
  margin-top: 60px;
}

.page__stoc .content {
    max-width: 660px;
    margin: auto;
    font-size: 17px;
    color: #919191;
    margin-bottom: 50px;
    margin-top: 35px;
}

.page__stoc .stoc__slider .slider__item img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
}
.stoc__slider .slick-dots{
  position: absolute;
  bottom: 0;
}
.stoc__post{
  position: relative;
}

.post__item{
  margin-bottom: 80px;
}

.page__stoc .slider__thumb{
  position: relative;
}

.stoc__info {
    text-align: left;
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.stoc__info div {
    margin-right: 40px;
}

.stoc__info p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    line-height: normal;
}

.stoc__info .stoc__desc {
    font-size: 13px;
    font-weight: bold;
    color: #949494;
    text-transform: uppercase;
}

.stoc__info .info__button {
    position: absolute;
    right: 0px;
    text-decoration: none;
}
.stoc__info .info__button:hover, .button-y:hover{
  background: #000;
  color: #d1dc00;
transition: 0.5s;
	text-decoration: none;
}
.stoc__info .info__button.descarca_brosura{
  right: 200px;
}

.model__single .stoc__info p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    line-height: normal;
    color: #000;
}

.model__single .stoc__info .stoc__desc {
    font-size: 13px;
    font-weight: bold;
    color: #949494;
    text-transform: uppercase;
}

.discount_text{
	color: #ff0000;
	display: none;
}

.model__single .discount_text p, .model__single .discount_text .stoc__desc {
	color: #ff0000;
}

.descarca_brosura{
  right: 200px;
}

.tabel__detalii {
    transition: 0.5s;
}
.tabel__detalii .detalii{
  height: 300px;
  overflow-y: hidden;
  transition: 0.5s;
}
.tabel__detalii.active .detalii{
    height: auto;
    transition: 0.5s;
    transition: 0.5s;
}
.button__more{
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  text-transform: lowercase;
  display: inline-block;
  margin-top: 20px;
  margin-right: 30px;
  float: right;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}
.button__more:hover{
	text-decoration: none;
	color: #d1dc00;
	transition: 0.5s;
}
.button__more:after{
  content: '';
  position: absolute;
  background: url('/wp-content/themes/dagecomoto/assets/images/next-bl.svg');
  width: 11px;
  height: 11px;
  right: -20px;
  top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: 0.5s;
}
.button__more.active:after{
  transform: rotate(-90deg);
  transition: 0.5s;
}
.page__title {
    font-size: 237px;
    font-weight: bold;
    color: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-transform: lowercase;
}

/*** Service ***/
.page__service {
    padding-top: 40px !important;
}

.page__service .service__bottom {
    margin-top: 70px;
}

.page__service .service__bottom p {
    font-size: 16px;
    font-weight: 200;
    color: #919191;
}

/*** Race ***/
.page__race .service__content {
    margin-top: 50px;
}

.page__race .title {
    left: -130px;
}

/*** Leasing ***/
/*** Contact ***/
.page__contact .title {
    font-size: 237px;
    line-height: 175px;
    color: #efefef;
    text-align: center;
    text-transform: lowercase;
}

.contact__info {
    margin-top: 80px;
}

.contact__info .contact__content h4 {
    font-size: 20px;
    font-weight: bold;
}

.contact__info .contact__content p {
    font-size: 16px;
    font-weight: 200;
    color: #919191;
}

.contact__info .contact__content ul {
    margin-top: 20px;
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #dadada;
}

.contact__info .contact__content ul li {
    font-size: 15px;
    margin-top: 10px;
}

.contact__info .contact__content ul li a {
    color: #000;
    text-decoration: none;
}

.contact__info .contact__content form {
    margin-top: 30px;
}

.contact__info .contact__content form input {
    width: 100%;
    border-radius: 20px;
    background: #efefef;
    padding: 18px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    border: none;
    margin-bottom: 15px;
}

.contact__info .contact__content form input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form input::-moz-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form input::placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form textarea {
    width: 100%;
    border-radius: 20px;
    background: #efefef;
    padding: 18px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    border: none;
    margin-bottom: 10px;
}

.contact__info .contact__content form textarea::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form textarea::-moz-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form textarea:-ms-input-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form textarea::-ms-input-placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form textarea::placeholder {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.contact__info .contact__content form .submit__form {
    width: auto;
    background: #d1dc00;
    text-align: right;
    padding: 14px 32px;
    float: right;
}
.acf-map {
    height: 700px;
    width: 500px;
    border-radius: 15px;
  }
.contact__map{
  position: relative;
}
.acf-map img {
   max-width: inherit !important;
}
/*** Responsiv ***/
.burger__menu {
    display: none;
}
@media(max-width: 1355px){
  .model__single .slider__row{
   position: relative;
  }
  .model__single .single__content{
    margin-top: 10px;
  }
  .slider__thumb .custom-thumb{
    width: 50px;
    height: 50px;
  }
  .slider__thumb .slick-dots li{
    margin: 0;
  }
}
@media (max-width: 1200px) {
    .menu__col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
        border-left: 4px solid #d1dc00;
        -webkit-transform: translate(100%);
        transform: translate(100%);
        opacity: 0;
        transition: 0.7s;
    }

    .menu__col .navbar-nav {
        width: 100%;
        padding-left: 30px;
        position: relative;
        padding-bottom: 70px;
        flex-direction: column;
        align-items: flex-start;
        z-index: 999;
    }

    .menu__col .navbar-nav li {
        display: block;
        margin-bottom: 20px;
    }

    .menu__col .button__nr {
        position: absolute;
        bottom: 0px;
        margin-left: 0 !important;
    }

    .menu__col .button__contact {
        text-align: left;
    }

    .burger__menu {
        display: block;
        position: absolute;
        height: 85px;
        width: 80px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        right: 0;
        top: -20px;
        z-index: 999;
        background: #d1dc00;
        border-radius: 100% 0% 0% 100%/45% 50% 50% 55%;
        transition: 0.5s;
    }
	.burger__menu .logo{
		margin-left: -50px;
	}
    .burger__menu .logo__col {
        display: none;
    }

    .burger__menu .menutext {
        position: absolute;
        top: 35%;
        left: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
    }

    .burger__menu:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 8px 25px;
        width: 110px;
        transition: 0.5s;
        cursor: pointer;
    }
    header.active{
      z-index: 999;
    }
    header.active .burger__menu {
        border-radius: 100%;
        height: 50px;
        width: 50px;
        transition: 0.5s;
        top: -10px;
    }
    header.active .header__menu .logo__col{
      transform: translateX(-400px);
      transition: 0.5s;
    }
    header.active .burger__menu .menutext {
        display: none;
    }

    header.active .burger__menu .menuline {
        position: absolute;
        height: 6px;
        border-radius: 10px;
        width: 30px;
        background: #000;
        top: 23px;
        left: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: 0.5s;
    }

    header.active .burger__menu .menuline:nth-child(2) {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    header.active .burger__menu .logo__col {
        display: block;
        position: absolute;
        width: 200px;
        left: -175px;
        top: 0px;
    }

    header.active .menu__col {
        max-width: 320px;
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: 0.7s;
        transition-delay: 0.3s;
        opacity: 1;
    }
    .page__content{
      margin-top: 0px;
    }
    header{
      margin-top: 50px;
    }
    .slider .slider__content h2{
      font-size: 125px;
      line-height: 90px;
    }
    .carousel__moto .carousel{
      position: relative;
    }
    .carousel__moto .carousel .carousel__arrow_dir_right{
      left: inherit;
      right: 5%;
    }

    footer{
      padding-left: 30px;
    }
    .page__models .slick-dots .visually-hidden{
      padding: 3px 5px;
      font-size: 16px;
    }
    .page__models .carousel__arrow_dir_right{
      right: -5%;
    }
    .page__models .carousel__arrow_dir_left{
      left: -5%;
    }

    .moto__info p{
      font-size: 28px!important;
    }
}

@media(max-width: 900px){
    .service__row .title{
      font-size: 180px;
    }
    .service__row .service__info{
      margin-top: 115px;
    }
    .leasing__row .title{
      font-size: 180px;
      left: 50px;
    }
    .leasing__row .leasing__info{
      margin-top: 115px;
    }
    .page__race .title{
       font-size: 150px;
       left: -40px;
    }
    .page__contact .title, .page__title{
      font-size: 180px;
    }
    .stoc__content{

    }
    .breadcrumbs{
      margin-bottom: 70px;
    }
    .acf-map{
      width: 400px;
    }
    .carousel__moto::before{
      width:  100%;
      left: 0;
    }
}


@media(max-width: 768px) {
  header {
    margin-top: 65px;
    padding-left: 15px;
  }
  .slider .slider__content h2{
    font-size: 80px;
    line-height: 55px;
  }
  .slider .slider__item img{
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .slider .slider__content{
    bottom: inherit;
    top: 15%;
  }
  .service__row .title{
    font-size: 140px;

  }
  .service__row .service__info{
    margin-top: 85px;
  }
  .service__row .service__img img{
    max-width: 350px;
    margin-left: 20px;
  }
  .service__row .service__content{
    padding-left: 20px;
    margin-top: 30px;
  }
  .leasing__row .title{
    font-size: 140px;
    left: 20px;
  }
  .leasing__row .leasing__info{
    margin-top: 125px;
  }
  .leasing__content{
    padding-left: 20px;
  }
  .leasing__row .leasing__img img{
    max-width: 350px;
    margin-left: 20px;
    margin-top: 40px;
    min-height: 400px;
    object-fit: cover;
  }
  .page__models .models .model__item .model__content{
    margin-bottom: 35px;
  }
  .page__models .models .model__item .model__content h2{
    font-size: 120px;
  }
  .page__models .models .model__item .model__content h3{
    font-size: 50px;
  }
  .page__models .carousel__arrow_dir_right img, .page__models .carousel__arrow_dir_left img{
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .page__models .carousel__arrow_dir_right{
    right: 1%;
  }
  .page__models .carousel__arrow_dir_left{
    left: 1%;
  }
  .page{
    padding-top: 90px;
  }
	.page__stoc{
		padding-top: 60px;
	}
  .model__single .breadcrumbs{
    margin-bottom: 35px;
  }
  .model__single .slider__row .single__item img{
    height: 300px;
    object-fit: cover;
  }
  .slider__thumb .custom-thumb{
    width: 45px;
    height: 45px;
    padding: 3px!!important
  }
  .moto__info{
    flex-wrap: wrap;
  }
  .moto__info div{
    width: 33%;
  }
  .moto__info p {
    font-size: 20px!important;
  }
  .moto__info .desc{
    font-size: 10px!important;
  }
  .detalii td{
    padding: 10px 25px;
  }
  .detalii tr td:nth-child(2n){
    padding: 5px 10px;
  }
  .detalii td{
    font-size: 14px;
  }

  .tabel__detalii .detalii div{
    padding: 10px 25px!important;
  }
  .tabel__detalii .detalii div div:nth-child(2n){
    padding: 5px 10px!important;
  }
  .tabel__detalii .detalii {
    font-size: 14px!important;
  }
  .page__contact .title, .page__title{
    font-size: 140px;
  }
  .stoc__content{

  }
  .page__stoc .breadcrumbs{
    margin-bottom: 100px;
  }
  .stoc__info{
    flex-wrap: wrap;
    padding-left: 15px;
  }
  .stoc__info div{
    width: 100%;
    margin-bottom: 20px;
  }
  .moto__info div{
    padding-left: 15px;
  }
  .stoc__content .stoc__slider .slider__item img{
    height: 300px;
    object-fit: cover;
  }

  .page__race .title{
    font-size: 80px;
    left: -10px;
  }
  .page__race .service__info{
    margin-top: 55px;
  }
  .news .news__item p{
    width: 100%;
    font-size: 14px;
  }


  footer .footer__nav a{
    font-size: 11px;
  }
  .news .news__item img{
    max-width: 100%;
  }
  .news .news__item .news__img{
	width: 100%;
  }
	.news__content {
		padding-left: 15px;
	}
  .acf-map{
    width: 100%;
  }
  .social__header{
    display: none;
  }
  .carousel__arrow{
    display: none!important;
  }
  .stoc__info .info__button{
    position: relative;
    margin: auto;
	width: 230px;
	  text-align: center;
	  margin-bottom: 20px!important;
  }
  .descarca_brosura{
    right: 0px!important;
	  
  }
  .tabel__detalii .detalii{
    height: 310px;
	padding-left: 15px;
	  padding-right: 15px;

  }
	.contact__content{
		padding-left: 1.5rem!important;
		padding-right: 1.5rem!important;
	}
	.tabel__detalii .detalii div{
		padding: 10px!important;
	}
  .button__more{
    font-size: 14px;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
	.page__stoc .stoc__slider .slider__item img{
		max-height: 300px;
	}
	.news__list .news__item, .news__single{
		padding-left: 1.5rem!important;
		padding-right: 1.5rem!important;
	}
}
@media(max-width: 640px){
  .slider .slider__content{
    top: 28%;
  }
  .slider .slider__content h2{
    font-size: 60px;
    line-height: 40px;
  }
  .slider .slider__content h4{
    font-size: 16px;
  }
  .slider .slider__content p{
    font-size: 13px;
  }
  header .social__header{
    font-size: 11px;
  }
  .carousel__moto .carousel .carousel__item h2, .page__models .models .model__item .model__content h2{
    font-size: 50px;
    line-height: 56px;
  }
  .carousel__moto .carousel .carousel__item h4, .page__models .models .model__item .model__content h3{
    font-size: 27px;
    top: 37%;
  }
  .service__row .title{
    font-size: 100px;
    text-transform: lowercase;
  }
  .service__row .service__info{
    margin-top: 48px;
  }
  .service__row .service__img img{
    max-width: 100%;
  }
  .service__row .service__content .service__text, .leasing__row .leasing__content .leasing__text{
    font-size: 14px;
  }
  .service__row .service__content .service__item, .leasgin__item{
    font-size: 13px;
  }
  .service__row .service__content .service__item img, .leasgin__item img {
    width: 24px;
    margin-right: 5px;
  }
  .leasing__row .title{
    font-size: 100px;
  }
  .leasing__row .leasing__img img{
    max-width: 100%;
    margin-left: 0;
    padding-right: 15px;
    min-height: 350px;
    object-fit: cover;
  }
  .model__single .single__content .title{
    font-size: 46px;
  }
  .model__single .single__content .subtitle{
    font-size: 20px;
  }
  .service__row .service__img img{
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page{
      padding-top: 110px;
  }
  .page__contact .title, .page__title{
    font-size: 100px;
  }
  .contact__info{
    margin-top: 40px;
  }
  .breadcrumbs p{
    font-size: 18px;
  }
  .page__service{
    padding-top: 110px!important;
  }
}
