﻿
.text-white {
    color: white !important;
    font-weight: bold;
}




@media (min-width:320px) and (max-width:480px) { /* smartphones, iPhone, portrait 480x320 phones */
    .lp_button {
        margin-top: 0px;
        padding-left: 70px;
        min-height: 140px;
        padding: 30px;
    }

    .lp_arrow {
       display:none;
    }

    .lp_prod_name {
        margin-left: 35%;
    }

    .lp_prod_img {
        width: 100%;
        
        margin-top: -100px;
    }

    .lp_bar {
        display: none;
    }

    .lp_background {
        background-image: url(../images/designer/background.jpg) !important;
        min-height: 900px;
    }


}

@media (min-width:481px) and (max-width:640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .lp_arrow {
        display: none;
    }

    .lp_prod_name {
        margin-left: 30%;
    }

    .lp_bar {
        display: none;
    }
    .lp_prod_img {
        width: 80%;
        position: absolute;
        margin-top: 0px;
        margin-left:10%;
        min-height:200px;
    }

    .lp_background {
        background-image: url(../images/designer/background.jpg) !important;
        min-height: 900px;
    }


}

@media (min-width:641px) and (max-width:960px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .lp_arrow {
        display: none;
    }

    .lp_prod_name {
        margin-left: 30%;
    }

    .lp_bar {
        display: none;
    }

    .lp_prod_img {
        width: 50%;
        position: absolute;
        margin-top: 0px;
        margin-left: 25%;
        min-height: 200px;
    }

    .lp_background {
        background-image: url(../images/designer/background.jpg) !important;
        min-height: 1000px;
    }


}

@media (min-width:961px) and (max-width:1024px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

    .lp_button {
        margin-top: 0px;
        margin-left: 35%;
        min-width: 100%;
    }

    .lp_arrow {
        margin-left: 70%;
    }

    .lp_prod_name {
        margin-left: 30%;
    }

    .lp_prod_img {
        width: 20%;
        position: absolute;
        margin-top: -100px;
        z-index: 100;
    }

    .lp_bar {
        background-color: red;
        min-height: 150px;
    }

    .lp_background {
        background-image: url(../images/designer/background.jpg) !important;
        min-height: 500px;
    }

}

@media (min-width:1025px) and (max-width:1280px) { /* big landscape tablets, laptops, and desktops */

    .lp_button {
        margin-top: 0px;
        margin-left: 50%;
        min-height: 140px;
    }

    .lp_arrow {
        margin-left: 67%;
    }

    .lp_prod_name {
        margin-left: 40%;
    }

    .lp_prod_img {
        width: 30%;
        position: absolute;
        margin-top: -100px;
        z-index:100;
    }

    .lp_bar {
        background-color: red;
        min-height: 250px;
    }

    .lp_background {
        background-image: url(../images/designer/background.jpg) !important;
        min-height: 800px;
    }

}

@media  (min-width:1281px) { /* hi-res laptops and desktops */

    .lp_button {
        margin-top: 0px;
        margin-left: 70%;
        min-height: 140px; 
        padding: 30px;
    }

    .lp_arrow {
        margin-left: 73%;
        margin-top: -100px;
        position:absolute;
    }

    .lp_prod_name{
    margin-left:30%;
    margin-top:80px;

}

    .lp_prod_img {
        width: 20%;
        position: absolute;
        margin-top: -100px;
        z-index:1000;
    }

    .lp_bar {
        background-color: red;
        min-height: 250px;
        display: block;
    }
    .lp_background {
        background-image: url(../images/designer/background.jpg) !important;
        min-height: 700px;
    }

}




