﻿@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Poppins:300,400,500,600,700);

/*
    Core: General style
----------------------------
*/

html,
body {
    font-family: 'Poppins',serif;
    font-weight: normal;
    font-size: 14px;
    background-color: #ffffff;
    color: #000;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 1px;
}

.weight-normal {
    font-weight: 400;
}


a {
    color: #000;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        color: #B11412;
    }

.successMsg {
    background: #d7ecd7;
    color: green;
    padding: 0.5rem;
    border: 1px solid green;
}

.alertMsg {
    color: #B11412;
    background-color: #f2dede;
    padding: 0.5rem;
    border: 1px solid #B11412;
}

.alert {
    margin: 1rem;
    margin-top: 0;
}

.msgDisplay .close .fa {
    margin-top: 0px;
    margin-right: 0;
    font-size: 19px;
}

.f_Val {
    color: #B11412;
}
/* Layouts */


/* H1 - H6 font */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    letter-spacing: 1px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

h1, h2 {
    margin-bottom: 2rem;
}

h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

p {
    line-height: 1.75;
    margin-bottom: 2rem;
}

ul {
    padding-top: 0;
}

    ul li {
        line-height: 1.75;
    }

h1 {
    font-family: 'Playfair Display';
    font-weight: normal;
    font-size: 3.09375rem;
}

/*upper*/
.upper {
    text-transform: uppercase;
}


.red {
    color: #901412;
}

.green {
    color: #0EC000;
}

.dark-grey {
    color: #373535;
}

.black {
    color: #000;
}



p {
    margin: 0 0 20px 0;
}

/* All images should be responsive */
img {
    max-width: 100% !important;
}


input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    border: 0;
    outline: 0;
}

.input-group a {
    color: #222;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #B11412 !important;
        box-shadow: none;
    }
    /* Select group */
    .form-control option {
        padding: 2px 5px 2px 15px;
    }
/* Input group */
.input-group .input-group-addon {
    background-color: #f4f4f4;
}

/* button groups */
.btn {
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 80ms ease-in;
    transition: all 0.3s ease-in;
    border-radius: 0;
    padding: .5rem;
    font-size: 0.9rem;
    line-height: 1.1;
    letter-spacing: 1px;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

    .btn:focus, .btn:hover {
        background-color: transparent;
        border: 1px solid #B11412;
        color: #B11412 !important;
        box-shadow: none;
        outline: none;
    }

/*.btn.grey, .btn.red:hover {
        background: #787878;
        color: #fff;
    }

    .btn.red:hover {
        background: #1D8534;
    }

    .btn.redg:hover {
        background: #787878;
    }

    .btn.red, .btn.grey:hover {
        background: #B11412;
    }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success li:hover > .dropdown-toggle.btn-success {
    background-color: #5996b2;
    border-color: #446c7e;
}*/

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
    padding-left: 0;
}
/* Error */
input.has-error {
    border-color: #f56954;
}

.error {
    color: #f56954;
    font-size: 14px;
    margin-bottom: -20px;
    position: relative;
    text-align: center;
    top: -1px;
}

.req {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 0;
}







/* Social Media */

.share {
    margin: 15px 0;
    position: relative;
}

    .share span {
        background: url('../img/social-media2.png');
        background: url('../img/social-media-outlines.png');
        background-size: auto 49px;
        display: inline-block;
        height: 25px;
        margin-right: 5px;
        margin-left: 5px;
        width: 25px;
        -moz-transition: background 0.5s; /* Safari 3.1 to 6.0 */
        -webkit-transition: background 0.5s; /* Safari 3.1 to 6.0 */
        transition: background 0.5s;
    }

.dark .share span {
    border-radius: 50%;
}



.share span.twitter {
    background-position: -25px 0;
    background-position: -33px 0;
}

.share span.instagram {
    background-position: -148px 0;
    background-position: -66px 0;
}

.share span.google-plus {
    background-position: -50px 0;
    background-position: -97px 0;
}

.share span.youtube {
    background-position: -75px 0;
    background-position: -129px 0;
}

.share span.googleplay {
    background-position: -99px 0;
}

.share span.appstore {
    background-position: -123px 0;
}



.share span:hover {
    background-position: 0 -25px;
}

.share span.twitter:hover {
    background-position: -25px -25px;
    background-position: -33px -25px;
}

.share span.instagram:hover {
    background-position: -148px -25px;
    background-position: -66px -25px;
}

.share span.google-plus:hover {
    background-position: -50px -25px;
    background-position: -97px -25px;
}

.share span.youtube:hover {
    background-position: -75px -25px;
    background-position: -129px -25px;
}

.share span.googleplay:hover {
    background-position: -99px -25px;
}

.share span.appstore:hover {
    background-position: -123px -25px;
}



/* 
    Footer 
*/

#footer {
    border-top: 1px solid #DDDDDD;
    padding: 40px 0;
    position: relative;
}

    #footer a {
        display: inline-block;
    }

@media screen and (max-width:500px) {
    #footer .col-xs-6 {
        width: 100%;
        text-align: center;
        padding: 0;
    }

        #footer .col-xs-6 .credits.text-right {
            text-align: center;
        }
}


/*Artist Page*/

.Artistcontent {
    margin-top: 10px;
}

    .Artistcontent p {
        text-align: justify;
    }

    .Artistcontent p, .Artistcontent a, .Artistcontent .form-control, .Artistcontent ul {
        font-weight: normal;
    }

    .Artistcontent .lname {
        display: block;
    }

    .Artistcontent .artist-name {
        margin-top: 0;
    }

    .Artistcontent .artist-img {
        margin-bottom: 25px;
        width: 100%;
    }

    .Artistcontent .artist-info ul {
        margin-bottom: 20px;
    }

    .Artistcontent .pagetitle {
        padding-bottom: 0;
        font-size: 27px;
    }

.widget-top {
    min-height: 145px;
}

.artist-details {
    min-height: 145px;
}

    .artist-details .artist-name {
        font-size: 36px;
        margin-bottom: 5px;
    }

#auction-records tr th, #auction-records tr td {
    text-align: center;
}

#rightCol .widget-top .logo {
    margin-bottom: 10px;
}

#rightCol .widget, .Artistcontent .widget {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px;
}

#rightCol .widget {
    margin-top: 0;
}

.Artistcontent .widget {
    margin-top: 10px;
}

#rightCol .widget-top p {
    text-align: center;
}

#rightCol .widget:last-child .form-group:last-child {
    margin-bottom: 0;
}

.form-group img {
    margin-bottom: 13px;
}

button:focus {
    outline: none;
}



#rightCol .widget p {
    margin-bottom: 10px;
}


#rightCol .widget ul {
    margin-bottom: 0;
}

#rightCol .widget li.active a {
    text-decoration: none;
    color: #B11412;
}

#rightCol .widget .btn, .Artistcontent .widget .btn {
    width: 100%;
    display: block;
}

/*#rightCol .widget .btn.grey:focus {
        background: #0EC000;
        color: #fff;
    }*/

#rightCol .artist-name {
    margin-bottom: 10px;
    font-family: 'Playfair Display';
}



.modal-dialog .artiana-close {
    background: none repeat scroll 0 0 #B11412;
    border-radius: 30px;
    clear: both;
    color: #fff;
    height: 30px;
    position: absolute;
    right: -10px;
    text-shadow: none;
    top: -10px;
    width: 30px;
    z-index: 1;
    opacity: 1;
    line-height: 30px;
}

.terms-policy .wrap p {
    font-weight: normal;
}

.terms-policy .wrap .caps {
    font-size: 12px;
}

#footer #termspolicy {
    background: rgba(0,0,0,0.3);
}

@media screen and (min-width:992px) {
    .affix-top, .affix {
        position: fixed;
    }


    #right-sidebar.affix-top {
        top: 10px;
    }

    #right-sidebar.affix-bottom {
        position: relative;
    }

    #right-sidebar {
        transition: .5s all linear;
        width: 262px;
    }

        #right-sidebar.affix {
            top: -358px;
        }
}


@media screen and (min-width:992px) and (max-width:1199px) {
    #right-sidebar.affix,
    #right-sidebar.affix-top,
    #right-sidebar.affix-bottom {
        width: 200px;
    }

    #right-sidebar.affix {
        top: -408px;
    }
}

@media screen and (max-width:991px) {
    .artist-details, .artist-details p {
        text-align: center;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 9;
        background: #fff;
        padding: 15px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

        #header img {
            max-height: 17px;
            margin: 5px 0;
        }

        #header p {
            font-size: 11px;
            margin-bottom: 0;
        }

    .Artistcontent {
        margin-top: 120px;
    }
}

#msgSell, #msgNotify {
    font-weight: normal;
}

    #msgSell a {
        color: #3c763d;
    }

/*textbox fixes*/

@media screen and (max-width:991px) {
    #rightCol #work {
        z-index: 1041;
        position: fixed;
    }

    html, body {
        -webkit-overflow-scrolling: touch !important;
        overflow: auto !important;
        height: 100% !important;
    }
}
