﻿@charset "utf-8";


body {
    /*font-family:"Segoe UI", tahoma, SansSerif;*/
    font-family: 'Rubik', sans-serif;
    color: #222;
}


.navbar-default .navbar-brand {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    color: #222;
    padding-left: 0px;
}



.font-crimson {
    font-family: 'Crimson Text', serif;
}



.top-space {
    /*margin-top:15px;*/
}



.top-space2 {
    margin-top: 25px;
}



.bor-bottom {
    /*background: #43425D;*/
    border-bottom:1px solid #ddd;
}

.cust-nav {
    margin-bottom: 0px;
    background: inherit;
    border: 0px;
    padding: 5px 0;
}

    .cust-nav .navbar-nav > li > a {
        color: #8c8c8c !important;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: -2px;
        margin-left: 25px;
    }



    .cust-nav .nav > li > a:focus, .nav > li > a:hover, .cust-nav .nav > li.active > a {
        background: inherit;
        color: #000 !important;
        /*border-bottom:solid 	2px #1c1c1c;*/
    }

.c-circle {
    position: absolute;
    top: 4px;
    left: 25px;
    padding: 5px 4px;
    text-align: center;
    font-size: 10px;
    border-radius: 15px;
    height: 20px;
    width: 20px;
    background: #F58220;
}



.cust-nav .nav > li.cart-nobor > a:hover {
    border-bottom: solid 0px #1c1c1c;
}
.cust-nav .navbar-brand img{
    max-width:150px;
}
.carousel-control.right, .carousel-control.left {
    background-image: inherit;
}

.carousel-control {
    text-shadow: inherit;
    opacity: 0;
    width: 5%;
}
.carousel-inner {
    margin: 0;
}
/*.footer-cust {
    color: #101010;
    font-size: 14px;
    padding: 30px 50px;
    bottom: 0;
    background: #fafafa;
}*/
/*option 2*/
.footer-cust {
    color: #101010;
    font-size: 12px;
    padding: 10px 45px;
    border-top:1px solid #ddd;
    /*background: #F2F2F2;*/
   
}

    .footer-cust h5 {
        font-size: 12px;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .footer-cust p {
        
        font-size: 11px;
        /*max-width: 250px;*/
        font-weight: 400;
        margin: 0;
    }

    .footer-cust a {
        color: #000;
        text-decoration: none;
        font-size:11px;
    }
        .footer-cust a i {
            font-size: 22px;
            color: #888;
            padding-right: 5px;
        }

    .footer-cust input {
        font-size: 13px;
    }

    .footer-cust .btn {
        font-size: 13px;
    }



/*.carousel-caption {
    background: none;
    opacity: 0.7;
    text-align: right;
    padding: 10px 20px;

    float: right;
    right: 20px;
    top: 200px;
    left: 50%;
    color: #000;
    text-shadow: inherit;
    font-family: 'Montserrat', sans-serif !important;
}*/

    .carousel-caption h5 {
        font-weight: 400;
        font-size: 22px;
        color: #000000;
        margin:0;
    }
    .carousel-caption p {
        font-size: 14px;
       
    }
    .carousel-caption .capt {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        display: initial;
    }





.color-band-container {
    width: 100%;
    float: left;
    margin-bottom: -2px;
    opacity: 0.7;
}



.pink {
    background: #ec008c;
    width: 40%;
    height: 3px;
    float: left;
}



.green {
    background: #d4e15b;
    width: 20%;
    height: 3px;
    float: left;
}



.orange {
    background: #f58220;
    width: 18%;
    height: 3px;
    float: left;
}



.purple {
    background: #6c1b78;
    width: 22%;
    height: 3px;
    float: left;
}



.cust-inp {
    background: #fff;
    box-shadow: inherit;
}



.page-header h1 {
    font-weight: 300;
    font-size: 22px;
    color: #1c1c1c;
    margin:0;
}

.msmallt {
    font-size: 15px;
}



.list-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top:8px;
}

body .font-normal {
    font-weight: normal;
}



.left-side-list {
    font-size: 18px;
    margin-top: 30px;
}



    .left-side-list li {
        padding: 10px 0;
        font-weight: 400;
    }



        .left-side-list li a {
            color: #222;
            display: block;
        }



        .left-side-list li.active a {
            color: #337ab7;
            font-weight: normal;
        }





/*.page-header {
    background: #fafafa;
    padding: 18px 48px;
    border-bottom: 0;
}*/

/*Option 2*/
/*.page-header {
    padding: 40px 48px;
    border-bottom: 0;
}*/
.page-header {
    padding: 25px 0;
    /*border-bottom: 1px solid #f1f1f1;*/
}





.img-responsive {
    width: 100%;
}

.greyBar {
    /*border-bottom:dotted 1px #444;*/
}

    .greyBar h3 {
        font-weight: 400;
        font-size: 20px;
    }



.bot-space {
    margin-bottom: 30px;
}



.cust-pag {
    border-radius: 0px;
}



    .cust-pag > li:first-child > a, .cust-pag > li:first-child > span {
        border-radius: 0px;
    }



    .cust-pag > li:last-child > a, .cust-pag > li:last-child > span {
        border-radius: 0px;
    }





.my-gallery {
    width: 100%;
    float: left;
}

    .my-gallery img {
        width: 250px;
        height: 250px;
        border: 1px solid #eee;
    }

.my-gallery figure {
    display: block;
    float: left;
    margin: 0 24px 30px 0;
    }

    .my-gallery figcaption {
        display: none;
    }

body strong {
    font-weight: 500;
}



/*.btn, .form-control{
 border-radius:0px;

}*/


.form-horizontal {
    margin: 0;
}
.form-horizontal .form-group{
    margin-bottom: .5rem;
}
.form-horizontal .form-group input{
    height:calc(1.2em + .75rem + 2px);
}

    .form-horizontal .control-label {
        font-weight: normal;
        font-size: 11px;
        font-weight: 500;
        margin: 0;
    }

ol.head-tab {
    margin-top: 20px;
    margin-bottom: 0px;
}

    ol.head-tab li a.active {
        color: #222;
    }







.tt-query,
.tt-hint {
    width: 126px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}



.typeahead {
    background-color: #fff;
}



    .typeahead:focus {
        /*border: 2px solid #0097cf;*/
    }



.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



.tt-hint {
    color: #999
}



.tt-menu {
    width: 222px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}



.tt-suggestion {
    padding: 3px 20px;
    font-size: 16px;
    line-height: 24px;
}



    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }



    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }



    .tt-suggestion p {
        margin: 0;
    }



.smbox {
    padding: 9px 12px;
    background: #eee;
}



.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 0px;
}



.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-right: -1px;
}



.bot-space2 {
    margin-bottom: 10px;
}



body .navbar-fixed-bottom {
    font-size: 13px;
}



body .botspaceforfix {
    padding-bottom: 20px;
    
}



body .text-muted {
    color: inherit;
}



.dbtn {
    padding: 2px 7px;
    color: #555;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 15px;
    display: none;
}



.crop {
    width: 190px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

    .crop img {
        position: absolute;
        bottom: 0px;
    }


.lNav {
    list-style: none;
    padding: 0;
}
.lNav li a {
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
}

.lNav li {
        padding-top: 10px;
}

.lNav-mob{
    display:none;
}
.lNav-mob a{
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    /*color: var(--gray);*/
}



.bdy {
    margin: 20px 34px;
    min-height: 500px;
}

.abt {
    margin: 15px 0;
}

.abt p {
     font-size: 13px;
     text-align: justify;
     color: #464646;
     margin-bottom: 30px;
     line-height: 1.4;   
}

.abt h5 {
     font-size: 13px;
     color: #505050;
     margin-bottom: 15px;
}

.frm {
    background: #f9f9f9;
    padding: 20px 70px 85px 70px;
    margin-top: 20px;
}

.bck {
    padding-top: 18px;
}
.bck a{
    color:#888;
    text-decoration:none;
}
.bck i{
    color:#888;
    font-size:16px;
}
.dwnCat {
    float: right;
    padding-right: 35px;
    font-size: 14px;
}
.dwnCat a{
    text-decoration:none;
    font-size: 12px;
}
.pswp__top-bar{
    background:none!important;
}
.pswp__bg {
    background-color:#222;
    opacity: 0.95 !important;
}

.pswp__caption, .pswp__caption__center {
 /*   background-color: #111 !important;
    opacity: 0.95 !important;*/
    
}




.prsCard {
    text-decoration: none !important;
    display: inline-flex;
    color: #525252;
    font-size: 14px;
    /*width:100%;*/
}
.my-gallery .prsCard img {
    max-width: 90px;
    max-height: 90px;
}
.capDiv {
    padding: 20px;
}
.capDiv .ntitle{
    max-width:300px;
}
.navbar-toggler {
    background-color: #c3c3c3;
}
.left-icn {
    background: #c7c7c7;
    padding: 14px;
    position: relative;
    /*left: -36px;*/
    left: -110px;
    border-radius: 5px;
}
.left-icn .carousel-control-prev-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-weight: 300;
    position: absolute;
    top: 6px;
    left: 6px;
}
.right-icn {
    background: #c7c7c7;
    padding: 14px;
    position: relative;
    /*right: -36px;*/
    right: -110px;
    border-radius: 5px;
}
.right-icn .carousel-control-next-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-weight: 300;
    position: absolute;
    top: 6px;
    left: 6px;
}
.socialMed {
    display: inline;
}
.mediaDiv {
    float: right;
    padding-top: 38px;
}
.carousel-inner .carousel-caption {
    background: none;
    opacity: 0.7;
    padding: 0;
    text-align: right;
    float: right;
    right: 7px;
    top: 210px;
    left: 68%;
    color: #000;
    text-shadow: inherit;
    font-family: 'Montserrat', sans-serif !important;
}
.carousel-item {
    transition: transform .9s ease, opacity .9s ease-out
}
.linkp {
    font-size: 14px;
    position: absolute;
    top: 42px;
    right: 126px;
    color: var(--primary);
    cursor: pointer
}
#pnl_Notes h1 {
    font-size: 15px;
    color: #888;
    font-weight: 400;
}
#pnl_Notes p {
    font-size: 12px;
    color: #5f5f5f;
}
#pnl_ArtistNote p{
    font-size: 12px;
    color: #5f5f5f;
    margin-bottom: 8px;
}








.carousel-control .glyphicon-menu-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

    .carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }



@media only screen and (max-width: 1024px) {
    .carousel-inner .carousel-caption {
        background: none;
        padding: 0;
        text-align: right;
        float: right;
        right: 7px;
        top: 170px;
        left: 72%;
        color: #000;
        text-shadow: inherit;
        font-family: 'Montserrat', sans-serif !important;
    }
}


@media only screen and (max-width: 767px) {
    .navbar-nav {
        float: inherit !important;
    }

    .carousel-control .glyphicon-menu-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .lNav {
        display: block;
    }
    .lNav li {
        padding-right: 10px;
        display: inline-block;
    }

    /*.lNav-mob {
        display: block !important;
        padding: 25px 10px;
    }*/

    .botspaceforfix .bck {
        padding: 18px 6px;
    }

    .botspaceforfix .page-header {
        padding: 25px 0px;
        /*border-bottom: 1px solid #f1f1f1;*/
    }

    .container-fluid .bdy {
        margin: 20px 24px;
        min-height: 500px;
    }

    .no-gutters .card-body {
        padding: 0;
        margin-bottom: 30px;
    }

    .botspaceforfix .dwnCat {
        float: left;
        font-size: 14px;
    }

    #nlForm {
        margin-top: 30px;
    }

    .bdy .frm {
        padding: 20px 35px 40px 35px;
    }

    .leftp {
        padding-left: 5px;
    }

    .bdy .prsCard {
        display: block;
        text-align: left;
    }

    .cust-nav .navbar-nav > li > a {
        margin-left: 0px;
    }

    .my-gallery .prsCard img {
        width: 180px;
        height: 180px;
    }

    .capDiv {
        padding: 5px 0;
    }

    .navbar-toggler {
        font-size: 10px;
    }

    .footer-cust {
        padding: 20px 0;
        min-height: 100% !important;
    }

    .mediaDiv {
        float: left;
        padding-top: 50px;
    }

    .carousel-control-next {
        display: none;
    }

    .carousel-control-prev {
        display: none;
    }

    .bdy {
        min-height: 200px;
    }

    .carousel-caption h5 {
        font-size: 8px;
        font-weight: 600;
    }

    .carousel-caption p {
        font-size: 7px;
    }

    .carousel-caption .capt {
        font-size: 8px;
    }

    

    .leftp .card {
        padding: 8px;
    }

    /*.list-title {
        padding-left: 5px;
    }*/
}











@media only screen and (max-width: 768px) {
    .carousel-inner .carousel-caption {
        background: none;
        padding: 0;
        text-align: right;
        float: right;
        right: 7px;
        top: 110px;
        left: 68%;
        color: #000;
        text-shadow: inherit;
        font-family: 'Montserrat', sans-serif !important;
    }

    .carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .linkp {
        display:block;
    }
}




@media only screen and (max-width: 414px) {
    .carousel-inner .carousel-caption {
        background: none;
        padding: 0;
        text-align: right;
        float: right;
        right: 7px;
        top: 42px;
        left: 68%;
        color: #000;
        text-shadow: inherit;
        font-family: 'Montserrat', sans-serif !important;
    }
}