a {
    text-decoration:none;
}

.valign {
    display:table;
    width:100%;
    height:100%;
}

.valign > .middle {
    display:table-cell;
    vertical-align:middle;
}

.valign > .bottom {
    display:table-cell;
    vertical-align:bottom;
}

.centered {
    margin-left:auto;
    margin-right:auto;
}

img.centered {
    display:block;
}

button.centered {
    display:block;
}

.about .section-top {
    margin-bottom:35px;
}

.about .section-middle {
    margin:35px 0px;
}

.about .section-bottom {
    margin-top:35px;
}

.about .left {
    float:left;
    width: 421px;
}

.about .copy {
    width: 340px;
}

.about .right {
    float:right;
    width: 421px;
}

.about .thumbnail {
    width:400px;
    height:300px;
}

.about .valign > .container {
    height:384px;
}

.arrow-right {
    margin-right: -25px;
    margin-top:-28px;
    float:right;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
}

.logo {
    float:left;
    position:absolute;
    bottom:20px;
}

.logo img{
    width:430px;
    height:54px;
}

.menu {
    position:absolute;
    bottom:20px;
    right:0px;
    float:right;
    text-align:right;
    white-space:nowrap;
}

.content {
    overflow: hidden;
    padding: 13px 13px 13px 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 6px #555;
    -webkit-box-shadow: 0 2px 6px #555;
    -moz-box-shadow: 0 2px 6px #555;
    background-color:white;
    margin:0px 0px 60px 0px;
}

.inner-content {
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ccc;
    background-color:#f7f5f3;
    padding: 35px;
    margin:0px auto 0px auto;
}

.header-shadow {
    position:absolute; 
    top:0px; 
    left:0px; 
    right:0px; 
    height:90px;
    background-color:#333;
    background-image:url('/assets/1/img/bg-header.png');
}

.header-container {
    position:relative;
    height:90px; 
    width:100%;
    float:left;
}

.menu a {
    margin-left: 20px;
    vertical-align:bottom;
    text-transform:uppercase;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color:#EEE;
}

.about p {
    font-family: 'Josefin Slab', serif;
    font-size: 22px;
    line-height:1;
    font-weight: normal; 
    color:#333;   
/*    border-top: 1px dotted #A1A4B3;*/
    padding-top: 5px;
}

.contact p {
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
    font-weight: normal; 
    color:#333;   
    border-top: 1px dotted #A1A4B3;
    padding-top: 10px;
}

.faq {
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
    font-weight: normal; 
    color:#333; 
}

h1 {
    font-family: 'Josefin Slab', serif;
    font-size: 42px;
    font-weight: normal; 
    color:#62121f;
    margin-bottom:20px;
}

h1.big {
    font-family: 'Helvetica', sans-serif;
    font-size: 56px;
    color: #62121f;
}

h2 {
    font-family: 'Josefin Slab', serif;
    font-size: 36px;
    font-weight: normal; 
    color:#62121f;
    margin-bottom:10px;
}

.about h4 {
    font-family: 'Cabin', serif;
    font-size: 36px;
    font-weight: normal; 
    line-height:1;
    color:#62121f;
    margin-bottom:10px;  
}

.faq p {
    border-top: 1px dotted #A1A4B3;
    margin-top: 10px;
}

.faq h4 {
    font-family: 'Cabin', serif;
    font-size: 22px;
    font-weight: normal; 
    color:#444;   
}

.contact h4 {
    font-family: 'Cabin', serif;
    font-size: 22px;
    font-weight: normal; 
    color:#444;  
}

.contact .form-rows {
    float:left;
}

.gallery {
    position:relative;
    padding-left:165px;
}

#tattoo-gallery {
    width: 100%;            
    height: 100%;
}

#face-gallery {
    width: 100%;            
    height: 100%;
}

.albums {
    position:absolute;
    top: 0px;
    left: 0px;
}

.albums ul li {
    width: 125px;
    padding: 10px;
    background-color:white;
    margin-bottom:10px;
    border-radius:2px;
    border:1px solid #DDD;
    cursor:pointer;
    box-shadow: 0 2px 6px #555;
    -webkit-box-shadow: 0 2px 6px #555;
    -moz-box-shadow: 0 2px 6px #555;
}

.albums ul li h4 {
    font-family: 'Cabin', serif;
    font-size: 22px;
    font-weight: normal; 
    color:#444;  
}

.albums ul li img {
    max-width:125px;
    max-height:90px;
    margin-top:10px;
}

.separator {
    background: #CEE1F4;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #BFD6ED), color-stop(.4, #f7f5f3), color-stop(.6, #f7f5f3),color-stop(1, #BFD6ED));
    background: -moz-linear-gradient(0deg, #BFD6ED 0%, #f7f5f3 40%, #f7f5f3 60%,#BFD6ED 100%);    
    background: -ms-linear-gradient(top, #BFD6ED 0%, #f7f5f3 40%, #f7f5f3 60%,#BFD6ED 100%);
    background: -o-linear-gradient(left, #f7f5f3, #BFD6ED);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f3', endColorstr='#BFD6ED',GradientType=1 );
}

.price-box {
    margin-left: 50px;
    padding-top:20px;
    float:left;
    width:400px;
}

@media (min-width:1200px) {
    .about .left {
        width: 536px;
    }

    .about .right {
        width: 536px;
    }

    .about .thumbnail {
        width:512px;
        height:384px;
    }
}

@media (max-width: 1200px) {
    .about .left {
        float:left;
        width: 421px;
    }

    .about .right {
        float:right;
        width: 421px;
    }

    .about .thumbnail {
        width:400px;
        height:300px;
    }

    .about .valign > .container {
        height:300px;
    }

}  

@media (max-width: 979px) {
    .gallery {
        padding-left:0px;
    }

    .albums {
        margin-top:20px;
        position:static;
        left: 0px;
    }

    .albums ul li {
        display:inline-block;
        margin-right:10px;
        margin-bottom:0px;
    }

    .logo img {
        width:380px;
        height:48px;
    }

    .menu a {
        margin-left: 7px;
        font-size: 16px;
    }

    .about .left {
        float:none;
        width: 100%;
    }

    .about .right {
        float:none;
        width: 100%;
    }

    .about .thumbnail {
        width:512px;
        height:384px;
    }

    .about .section-top {
        margin-bottom:0px;
    }

    .about .section-middle {
        margin-bottom:0px;
    }

    .price-box {
        margin-left: 40px;
        width:300px;
    }
}

@media (max-width: 760px) {
    .about .thumbnail {
        max-width:100%;
        width:auto;
        height:auto;
    }

    .logo {
        float:none;
        position:static;
    }

    .logo img {
        margin-top:10px;
        margin-bottom:5px;
    }

    .menu {
        position:static;
        float:none;
        text-align:right;
    }

    .menu a {
        margin-left: 7px;
        font-size: 14px;
    }

    .contact .form-rows {
        float:none;
    }

    .no-760 {
        display:none;
    }

}

@media (max-width: 480px) { 
    .about h4 {
        font-size:28px;
    }

    .about p {
        font-size:18px;
    }

    .about .copy {
        width:100%;
    }

    .logo img {
        margin-top:15px;
        margin-bottom:10px;
        width:280px;
        height:35px;
    }

    .inner-content {
        padding: 20px;
    }

    .albums {
        margin:0px auto;
        position:absolute;
        top:0px;
        width:100%;
    }

    .albums ul {
        margin:0px;
    }

    .albums ul li {
        text-align:center;
        padding:5px;
        margin-right:0px;
        width:43%;
    }

    .albums ul li img{
        display:none;
    }

    .gallery {
        padding-top:40px;
    }
}