﻿.sectionSamplePage {
    height: 100%;
    width: 100%;
    padding-top: 3%;
}

.samplepage {
    background-color: #6b6b6b14;
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
}

.samplepage h2{
    width: 100%;
    text-transform: uppercase;
    font: 30px "Barlow-Bold";
    color: black;
    text-align: center;
    padding-top: 75px;
}

.polaroid-sample {
    float: left;
    width: 28%;
    margin-left: 5%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    padding-bottom: 17px;
}

.container-sample {
    text-align: left;
    padding: 10px 20px;
}
    .container-sample h3 {
        font: 17px "Barlow-SemiBold";
        text-transform: uppercase;
        margin: 15px 0px 2% 0%;
        color: black;
        float: left;
        width:100%;
    }
    .container-sample p {
        float: left;
        font: 17px "Barlow-Regular";
        text-align: justify;
        margin-top: 1%;
        line-height: 22px;
    }


.sampleview {
    border-top: solid 1px black;
    float: left;
    padding: 3% 1% 0.5% 0%;
    margin: 5% 0px 0px 0;
    width: 100%;
    display: flex;
    font: 17px "Barlow-Regular";
}


.iconcalendar-sample {
    content: url(../../images/ico/calendar-gray.ico);
    width: 20px;
    margin: 0 7px 0 0;
}

.iconcmt-sample {
    margin: 0 7px 0 159px;
    width: 20px;
    content: url(../../images/ico/chat-gray.ico) !important;
}
.iconview-sample {
    margin: 0 7px 0 36px;
    width: 20px;
    content: url(../../images/ico/eye-gray.ico) !important;
}

.polaroid-sample a {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 260px;
}

.img-sample img {
    float: left;
    width: 100%;
}

@media (max-width: 479px){
    .iconcalendar-sample {
        width: 17px;
        margin: 3px 7px 1px 0;
    }
    .iconview-sample {
        margin: 5px 7px 3px 36px;
    }
    .polaroid-sample {
        float: left;
        width: 100%;
        margin-left: 0%;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 40px;
        padding-bottom: 17px;
    }
    .samplepage {
        background-color: #6b6b6b14;
        height: 150px;
        width: 100%;
        margin-bottom: 0;
    }
    .iconcmt-sample {
        margin: 2px 7px 2px 100px;
        width: 17px;
    }
    .container-sample p {
        float: left;
        font: 16px "Barlow-Regular";
        text-align: justify;
        margin-top: 1%;
        line-height: 22px;
    }

}
/*-------------reponsive iphone 6, 6plus, X---------------------------*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
    /* iPhone 6 Portrait */
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
    /* iPhone 6 landscape */
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
    /* iPhone 6+ Portrait */
}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
    /* iPhone 6+ landscape */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    /* iPhone 6 and iPhone 6+ portrait and landscape */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait) {
    /* iPhone 6 and iPhone 6+ portrait */
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape) {
    /* iPhone 6 and iPhone 6+ landscape */
}