/*Global Styles*/
::selection { background-color: #333; color: white; }
::-moz-selection { background-color: #333; color: white; }
html,
body {
    height: 100%;
    background-color: #111111;
    font-family: 'Ubuntu', sans-serif;

}
.flex-direction-nav a {
    z-index: 1000000000 !important;
}
.background{
   /* background-image: url('/assets/img/image1.JPG');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;*/
}
h1{
    font-family: 'Playball', cursive;
}
.tagline{
    position: absolute;
    bottom: 46px;
    right: 0;
    font-size: 26px;
}

 #sanFran{
    max-width: 200px;
    margin-left: 25px;
}

#equalMargin {
    padding: 0 65px;
}
#mainContact{
    padding: 25px 35px;
    display:block;
}

#body {
    margin: 0 15px 0 15px;

}

.form-control, .btn{
    border-radius: 0 !important;
}
.clear{
    clear:both;
}

.navbar-default {
    margin: 0;
    background-color: #000000;
    border-color: transparent;
    /*position: fixed;*/
    z-index:100000;
    width:100%;
}
.navbar {
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
    transition: all ease-in-out .25s;
    font-size: 150%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333333;
    background-color: transparent;
    transition: all ease-in-out .25s;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #666666;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
}
.navbar-brand {
     padding: 0;
     font-size: 18px;
     line-height: 20px;
}
.navbar-brand img{
    max-width: 150px;
}
.navbar-nav>li {
    float: none;
}
.dropdown-menu {
    width: 100%;
    font-size: 18px;
}
.dropdown-menu>li{
    border-top: 2px solid rgba(0,0,0,.1);
}
.dropdown-menu>li>a {
    padding: 9px 20px;
}
.dropdown-menu>li:first-child{
    border-top:none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fdfdfd;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}
footer{
    padding: 10px 0;
    background-color:#000;
    color: #fff;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    /*height:80px;*/
}
footer a:link, footer a:visited{
    transition: all ease-in-out .25s;
}
footer a:hover{
    color: #333;
    text-decoration: none;
}
#footerInfo{
    text-align:center;
}
#footerSig {
    max-width: 120px;
    /*float:left;*/
}
#footerText{
    display: block;
    /*line-height: 40px;*/
}
/*Home Pages Styles*/
.galleryBox{
    display: block;
    background-color: rgba(255,255,255,1);
    /*height: 285px;*/
    overflow: hidden;
    margin: 30px 0;
    max-width: 350px;
}
.galleryBox img{
    /*height: 100%;*/
    width:100%;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 22px !important;
    margin: 14px 0 0;
    padding: 0;
    height: auto;
}
#sig{
    display: block;
    position: relative;
}

img#artzSig {
  /*  position: absolute;
    bottom: 0;
    right: 0;*/
}

#cupid{
    width:100%;
}
#daa{
  /* margin-top: -55px;*/
}

.about, .media, .testimonials, .contact, .gallery {
    background: rgba(0,0,0,.7);
    /*height: 100%;*/
    padding: 50px 0 95px;
    color: #fff;
    font-size: 125%;
    text-align:justify;
    /*margin-bottom: 75px;*/
    min-height: 100%;
    /*margin-top: -50px !important;*/
}
.about h1, .media h1, .testimonials h1, .contact h1, .gallery h1{
    border-bottom: 1px solid rgba(255,255,255,.8);
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.quote{
    font-size: 140%;
}

.quote:before{
    content:'\f10d';
    font-family: FontAwesome;
    color: rgba(255,255,255,.6);
    margin-right: 10px;
}

.quote:after{
    content:'\f10e';
    font-family: FontAwesome;
    color: rgba(255,255,255,.6);
    margin-left: 10px;
}

.news-container h3{
    background-color: rgba(255,255,255,.5);
    margin: -25px 0 25px -25px;
    padding: 8px;
    color: #222222;
}

.news-container {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 25px 0 25px 25px;
    border-left: 1px solid rgba(255,255,255,.5);
    margin: 25px 0;
    border-radius: 0 0 0 4px;
}
.news-container:first-of-type{
    margin: 0 0 25px;
}
.testimonial{
    border: 1px solid rgba(255,255,255,.5);
    padding: 15px 45px;
    margin: 12.5px 0;
}
.testimonial p:before{
    content: '\f10d';
    font-family: FontAwesome;
    color: rgba(255,255,255,.1);
    font-size: 160px;
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
}
.testimonial h3{
    background-color: rgba(255,255,255,.5);
    display: block;
    color: #222222;
    margin: -15px -45px 25px;
    padding: 8px;
    font-size: 18px;
}
.gallery-container {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 25px 0 25px 25px;
    border-left: 1px solid rgba(255,255,255,.5);
    margin: 25px 0;
    border-radius: 0 0 0 4px;
}
.gallery-container h3{
    background-color: rgba(255,255,255,.5);
    margin: -25px 0 25px -25px;
    padding: 8px;
    color: #222222;
}
.caption {
    background-color: rgba(0,0,0,.75);
    display: block;
    padding: 8px;
    /* border: 1px solid rgba(255,255,255,.25); */
    /* border-left: 12px solid rgba(255,255,255,.5); */
    margin: 2.5px 14px;
    position: absolute;
    width: 95%;
    top: 0;
    left: 0;
}
.bottom{
    bottom: 75px;
    top: inherit;
}
#contemporaryRow .row, #dAArtRow .row, #trompRow .row{
    max-height: 390px;
    overflow: hidden;
}
#fineRow, #theaterRow{
    max-height: 800px;
    overflow:hidden;
}
#red{
    border:6px solid #9B3620;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#blue{
    border:6px solid #88B4D4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#yellow{
    border:6px solid #DFCA87;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#yellow, #blue, #red{
    transition: all ease-in-out .25s;
}
#yellow:hover{
    box-shadow: 0px 0px 20px #DFCA87;
}
#blue:hover{
    box-shadow: 0px 0px 20px #88B4D4;
}
#red:hover{
    box-shadow: 0px 0px 20px #9B3620;
}
.gallery img{
    cursor:pointer;
}
#img-holder{
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,.9);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
#img-holder img{
    display:block;
    margin: 0 auto;
    max-height: 100%;
}
p.sent {
    font-size: 165%;
    text-align: center;
    padding: 20%;
}
#sending{
    height: 100%;
}
.input-lg {
    height: 69px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.lb-data .lb-caption {
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1em;
}
.logo{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
@media(max-width:1521px){
    .background{
        height: 100%;
    }
}
@media(max-width:1440px){
    .tagline{
        bottom: 0;
    }
}
@media(max-width:1281px){
    .galleryBox {
        display: block;
        background-color: rgba(255,255,255,1);
        overflow: hidden;
        margin: 30px 0;
        max-width: 350px;
    }
}
@media(max-width:1024px){
    .background{
        background-position: center center;
    }
    .galleryBox {
        display: block;
        background-color: rgba(255,255,255,1);
        overflow: hidden;
        margin: 30px 0;
        max-width: 210px;
    }
    #contemporaryRow .row, #dAArtRow .row, #trompRow .row{
        max-height: initial;
        overflow: hidden;
    }
    .thumb{
        width: 100% !important;
        margin: 0 -15px 0;
        display: block;
    }
    .caption{
        margin-left:0;
    }
    .tagline {
        font-size: 16px;
        color: #f5f5f5;
        bottom: 0;
        right: 0;
    }
}

@media(max-width:768px){
    #footerInfo{
        text-align: left;
    }
    #quote h1 > .large{
        font-size: 35px;
    }
    #quote h1 > small{
        font-size: 14px;
    }
   /* #soScottsdaleCover{
        max-width: inherit;
        margin-left: inherit;
    }*/

    .galleryBox img {
        width: 100%;
    }

}
@media(max-width:425px){
    .about h1, .media h1, .testimonials h1, .contact h1, .gallery h1 {
        border-bottom: 1px solid rgba(255, 255, 255, .8);
        padding: 0 0 15px;
        margin-bottom: 15px;
        margin-top: 65px;
    }

}