/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1400px) {
    .lp-prof-img, .lp-prof-img2 {
        width: calc(100% - 900px);
    }
    .lp-how {
        margin-left: calc(100% - 800px);
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
      .l, .c, .r {
        font-size: 40px;
        text-align: center;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .mt {
        margin-top: 50px;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .row {
        margin: 0;
    }
    .lp-prof-img, .lp-prof-img2 {
        position: absolute;
        height: 980px;
        float: left;
        background-image: url(../img/equipment.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 5%;
    }
    .place-bottom  {
        position: relative;
        width: 320px;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        width: 100%;
    }
    .grey {
        background-color: #FFCF28;
    }
    .bounceINw-text {
        color: #474747 !important;
    }
    #wheelimg {
        display: none;
    }
    #wheelimg2 {
        display: inline-block;
    }
    .lp-contacts-link {
        background-color: #686868;
        color: #fafafa;
        margin: 0 auto;
    }
    .lp-contacts-link:hover {
        border-radius: 10px;
        font-size: 18px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        padding: 15px 30px;
    }
    .lp-contacts {
        padding: 40px 0px;
    }
    .scroll {
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }
    .post img {
        width: 150px;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .lp-how-item-size {
        margin-top: 20px;
    }
    .place-bottommenu {
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px);
    }
    .bar-list li {
        display: block;
    }
    .product-item:before {
        left: 82px;
    }
}   

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .lp-promo-intro {
        width: 600px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .lp-promo-intro .lp-h1,
    .lp-promo-intro h1 {
        font-size: 30px;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .lp-promo-intro p {
        font-size: 12px;
        width: 300px;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .l, .c, .r {
        font-size: 30px;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .menu-bar li {
        margin-bottom: 20px;
    }
    .lp-adv-item h3 {
        font-size: 18px;
    }
    .lp-adv-item p {
        max-height: 300px;
        font-size: 12px;
        padding: 0 10px;
    }
    .lp-how {
        margin-left: calc(100% - 700px);
    }
    .place-bottom, place-bottommenu  {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .lp-how-item {
        margin-bottom: 40px;
        z-index: 999;
    }
    .scroll {
        margin-bottom: 40px;
    }
    .post img {
        width: 100px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .post a {
        text-decoration:none;
    }
    .post {
        display: none;
    }
     .place-bottommenu {
        text-align: center;
        position: relative;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: #FFCF28;
    }
    footer {
        position: relative;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .bar-list li {
        display: inline-block;
    }
    .bar-list ul {
        list-style: none;
        text-align: center;
    }
    footer {
        margin-left: 0px;
        padding: 20px 0 20px 100px;
        width: 100%;
        background-color: #FFCF28;
    }
    .product-item:before {
        left: 285px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .energoteh-search .container.active {
        width: 500px !important;
    }

    .partners {
        padding: 0px;
    }

    .lp-promo-intro {
        width: 400px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .lp-promo-intro .lp-h1,
    .lp-promo-intro h1 {
        font-size: 30px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .lp-promo-intro p {
        font-size: 12px;
        width: 300px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .fullscreen-bg {
        background: url("../img/1.png") center center / cover no-repeat;
    }
    .fullscreen-bg_video {
        display: none;
    }
    .l, .c, .r {
        text-align: center;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .social .fa {
        margin-top: 5px;
        -webkit-transition: 2s;
        transition: 2s;
    }
     .lp-adv-item p {
        max-height: 500px;
    }
    .lp-how {
        width: 100%;
        margin: 0 auto;
    }
    .lp-how-item p {
        margin-bottom: 40px;
    }
    #noimap {
        display: none !important;
    }
    #iemap {
        display: inline-block;
    }
    .post {
        display: none;
    }
    .post2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .post2>div {
        display:inline-block;
    }
    .post-mail img {
        width: 150px;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .post2 {
        display: inline-block !important;       
    }
    .product-item:before {
        display: none;
    }
    .demo-text {
        height: 100%;    
    }
    .demo-text p {
        line-height: 40px;
        margin-left: 0px;
    }
}

@media only screen and (max-width : 500px) {
    .partners .com img {
        width: auto;
        height: 39px;
    }

    .search {
        margin-right: 0px !important;
        width: 290px !important;
    }

    #search-result {
        right: 0 !important;
    }

    .energoteh-search .container.active {
        width: 440px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .energoteh-search .container.active {
        width: 312px !important;
    }

    .lp-promo-intro {
        width: 300px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .lp-promo-intro .lp-h1,
    .lp-promo-intro h1 {
        font-size: 24px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .lp-promo-intro p {
        font-size: 12px;
        width: 200px;
        -webkit-transition: 2s;
        transition: 2s;
    }
    .lp-adv-item p {
        max-height: 400px;
        font-size: 12px;
        padding: 0 0px;
    }
    .lp-contacts {
        padding: 40px 0px;
    }
    .lp-contacts-link {
        margin-left: 0px;
        width: 100%;
    }
    header {
        height: 100%;
    }
    .hothot img {
        width: 80px;
        height: auto;
    }
    .cl-btn img {
        margin-top: 50px;
    }
    .price-item-price {
        padding: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    footer p a {
        text-decoration: none;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .post2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .post2>div {
        display:inline-block;
    }
    .post-mail img {
        width: 100px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 993px) {
    .post2 {
        display: none;
    }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/* Exclusive for ,ost popular resolutions */ 
@media only screen and (max-width : 1600px) {
    .lp-promo-intro {
        width: 85%;
    }
    .mt {
        margin-top: 150px;
    }
    .callme {
        left: calc(100% - 100px);
    }
}
@media only screen and (max-width : 1400px) {
    .lp-promo-intro {
        width: 75%;
        margin-bottom: 20px;
    }
    .lp-promo-intro h1 {
        font-size: 30px;
    }
    .callme {
        left: calc(100% - 85px);
    }
}
@media only screen and (max-width : 360px) {
    .lp-promo-intro {
        width: 100%;
    }
}







@media only screen and (min-width : 1900px) {
    header {
        height: 100%;
    }
}