@charset "utf-8";
body {
    font-family: 'Open Sans', sans-serif;
    color: #454946;
    background-color: #323740;
    font-size: 14px;
}
a {
    color: #df7776;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #df7776;
    text-decoration: none;
}

header {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #bfbfbf;
}
a#logo {
    display: block;
    width: 250px;
    height: 75px;
    background: url('../images/logo.png') center center no-repeat transparent;
    margin-left: 30px;
}
footer {
    padding: 20px;
}

footer a, footer a:hover, footer a:focus {
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
}
footer a:last-of-type {
    margin-right: 0;
}

.content {
    background: url('../images/bg-content.png') top left repeat #ebebed;
    padding: 70px 0 50px;
}

.left-content,
.right-sidebar {
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #fff;
    min-height: 480px;
    position: relative;
}

.light {
    background: #f2f2f0;
    margin: 20px -30px;
    padding: 10px 0;
}

.light p {
    margin: 2px 0;
}

.light .row {
    margin: 0;
}

.green-text p {
    color: #8aa52d;
}

.button-set {
    padding-top: 40px;
}

.button-set .btn {
    margin-right: 20px;
}
.button-set .btn:last-child {
    margin-right: 0;
}

h1, .h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 38px;
}

.btn {
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
}

a.btn, a.btn:hover, a.btn:focus {
    text-decoration: none;
}

.btn i.fa {
    margin-right: 10px;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background: #abb7c3;
    border-color: #abb7c3;
}

.btn-success {
    color: #fff;
    background: #92b956;
    border-color: #92b956;
}

.btn-lg {
    min-width: 120px;
    font-size: 18px;
}

.form-control {
    background: #f5f5f7;
    border: 1px solid #f5f5f7;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    max-width: 220px;
}
.btn-block {
    max-width: 220px;
}

p#price, p#description {
    padding-left: 25px;
}

label {
    font-weight: normal;
}

select {
    /*-webkit-appearance: textfield;*/
    /*-moz-appearance: textfield;*/
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    display: none;
    z-index: 999;
}
#popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 1000;
    display: none;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
}

#popup .close {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: url('../images/close.png') center no-repeat transparent;
    z-index: 1001;
    opacity: 1;
    margin: 10px 10px 0 0;
    position: relative;
}

#popup > h1 {
    display: block;
    padding: 10px 40px 10px 20px;
    margin: 0;
}

#popup .popup-content {
    border-bottom: 10px solid #fff;
    border-radius: 4px;
    overflow: auto;
    height: 85%;
    width: 100%;
    float: left;
    position: absolute;
    padding: 0 25px 0 20px;
    bottom: 0;
}

.row.member-header {
    background: #d4d4d5;
    padding: 0;
    margin-left: 0;
    margin-right: -5px;
}
.row.member-row {
    margin-left: 0;
    margin-right: -5px;
    background: #f5f5f7;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}
.row.member-row span, .row.member-header span {
    border-right: 1px solid #c0c0c0;
    padding: 5px;
}
.row.member-row:nth-child(odd) {
    background: #fff;
}
.row.member-row:hover {
    background: #ffa09f;
}
.checkbox.terms label {
    margin-left: -20px;
}

label.radio-inline {
    margin: 0 20px 0 10px;
}
label.radio-inline input[type='radio'] {
    visibility: hidden;
}
label.radio-inline span {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -25px;
    color: #a9a9a9;
    position: absolute;
    top: 10px;
}
label.radio-inline span:before {
    content: "\f1db";
    font-size: 2em;
    display: inline-block;
    margin-top: -8px;
    margin-left: -5px;
    visibility: visible;
    cursor: pointer;
}
label.radio-inline.checked span:before {
    content: "\f192";
}
label#is-member {
    text-align: left;
    padding-left: 15px;
}
.search-member {
    margin-top: 170px;
}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.ui-widget-header {
    color: #454946;
    border: 1px solid #ebebed;
    background: url('../images/bg-content.png') top left repeat #ebebed;
}

span.req {
    color: red;
}

/* MEDIA QUERIES */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 12px;
    }
    h1, .h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .btn-lg {
        font-size: 15px;
    }
    .content {
        padding: 40px 0 30px;
    }
    .left-content, .right-sidebar {
        min-height: 300px;
    }
    a#search_link {
        text-align: center;
    }
    .col-md-offset-0.text-center {
        text-align: left;
    }
    .checkbox.terms {
        position: absolute;
        right: 0;
        bottom: 30px;
        text-align: right;
    }
    .search-member {
        margin-top: 35px;
        margin-bottom: 0;
    }
    .form-control {
        max-width: 100%;
    }
}


@media (max-width: 767px) {
    body {
        font-size: 11px;
    }
    h1, .h1 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    a#logo {
        margin-left: 15px;
        width: 125px;
        height: 38px;
        background: url('../images/logo-mobile.png') center center no-repeat transparent;
    }
    .content {
        padding: 25px 0 15px;
    }
    .button-set {
        text-align: center;
        padding-top: 25px;
    }
    .button-set .btn {
        margin-right: 10px;
    }
    .btn-lg {
        font-size: 13px;
        min-width: 90px;
        padding: 10px;
    }
    .form-horizontal .control-label {
        padding-top: 10px;
    }
    .form-horizontal label[class^=col-xs-4] {
        text-align: right;
    }
    .form-control {
        font-size: 11px;
        color: #555;
        padding: 6px 15px;
    }
    .form-control, .btn-block {
        max-width: 100%;
    }
    .left-content, .right-sidebar {
        min-height: 300px;
        padding: 20px;
    }
    a#search_link {
        text-align: center;
    }
    
    #popup {
        border-radius: 0;
        position: absolute;
        left: -15px;
        width: calc(100% + 30px);
    }
    #popup h1, #popup .h1 {
        text-align: center;
        margin-bottom: 10px;
    }
    #popup .close {
        width: 10px;
        height: 10px;
        background: url('../images/close-mobile.png') center no-repeat transparent;
        margin-right: 5px;
    }
    .row.member-header, .row.member-row {
        width: calc(100% + 45px);
        margin-left: -20px;
    }
    .text-right, .col-md-offset-0.text-center {
        text-align: left;
    }
    .light {
        margin: 20px -20px;
    }
    .light .text-right {
        text-align: right;
    }
    .checkbox.terms label {
        margin-left: -20px;
    }
    label.col-xs-12.control-label {
        padding-left: 25px;
    }
    .search-member {
        margin-top: 35px;
        margin-bottom: 0;
    }

    select.form-control {
        text-indent: 5px;
    }
}

/* RETINA */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    a#logo {
        background: url('../images/logo@2x.png') no-repeat center center transparent;
        background-size: 250px 75px;
    }
    @media (max-width: 767px) {
        a#logo {
            background: url('../images/logo.png') no-repeat center center transparent;
            background-size: 125px 38px;
        }
        #popup .close {
            background: url('../images/close.png') center no-repeat transparent;
            background-size: 10px 10px;
        }
    }
}

@media print {
    body {
        width: 100%;
    }

    header,
    footer,
    .button-set,
    .right-sidebar {
        display: none !important;
        visibility: hidden !important;
    }
}
