/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29 Mar, 2017, 11:49:01 AM
    Author     : Abraa
*/

  .popular-post {

        background: white;
        min-height: 270px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        padding: 10px;

    }

    #blog-landing {
        margin-top: 81px;
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .white-panel img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .white-panel {
        position: absolute;
        background: white;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        padding: 10px;
    }

    .white-panel h1 {
        font-size: 1em;
    }

    .white-panel h1 a {
        color: #A92733;
    }

    .white-panel:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        margin-top: -5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .texttitle {
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.5rem;
        color: white !important;
    }

    .contents {
        font-size: 0.8rem;
    }

    .hovertxt {
        position: absolute;
        width: 283px;
        height: 10px;
        bottom: 100px;
        left: 0px;
        color: #ffffff;
        background: #000;
        text-align: center;
        font-weight: bold;
        opacity: 0.7;
    }

    .captiontext {
        font-size: 36px;
        font-weight: bold;
        color: #1cb3f8;
        margin-left: 60%;
        margin-top: 10%;
    }

    .graytxt {
        font-weight: normal !important;
        color: #707070;
    }

    input[type=text] {
        background-color: white !important;
    }

    .btns {
        -webkit-border-radius: 8;
        -moz-border-radius: 8;
        border-radius: 8px;
        font-family: Arial;
        color: #ffffff;
        font-size: 20px;
        background: #f6b507;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }

    .btns:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

    .btnsr {
        -webkit-border-radius: 8;
        -moz-border-radius: 8;
        border-radius: 8px;
        font-family: Arial;
        color: #ffffff;
        font-size: 15px;
        background: #f6b507;
        padding: 8px 16px 8px 16px;
        text-decoration: none;
    }

    .btnsr:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

    .fullbord {
        border: 1px #fff solid !important;
    }

    .btn-apply {
        margin-left: 20%;
    }

    .mar-top4b {
        border-left: 150px solid #f6b507 !important;
    }

    .featuredheads {
        font-size: 24px;
        text-decoration: none !important;
        text-transform: none;
    }

    .featuredheads1 {
        font-size: 24px;
        color: #fff;
        text-decoration: none !important;
        text-transform: none;
    }

    .featuredheads2 {
        font-size: 14px;
        color: #fff !important;
        text-decoration: none !important;
        text-transform: none;
    }

    .featuredheads2 a {
        color: #fff !important;
    }

.col-md-12.jobrow-odd {
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
    border-top: 1px #eee solid;
}

.dlist-gotostore-btn {
    display: block;
    width: 100%;
    border-radius: 10px;
    border:solid 1px #ced9ee;
    padding:10px 20px;
    text-transform: uppercase;;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
    background:#FFF;
    color: #617083;
}
.dlist-gotostore-btn:hover {
    border:solid 1px #1180b0;
    background: #1180b0;
    color:#FFF;
}

    .job-lnk {
        text-transform: none !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }

    .smtxt {
        color: #fff;
        font-weight: lighter !important;
        font-size: 13px;
    }

    .smltxt {
        font-size: 11px;
        color: white;
    }

    [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
        visibility: visible !important;
        position: relative !important;
        left: 1px !important;
    }

    select {
        display: block !important;
    }
