* {
    margin: 0;
    padding: 0;
}
body {
    background: #940000 url('../img/main_bg.jpg');
    color: #fff;
    font-family: Franklin Gothic Medium, Franklin Gothic, News Gothic MT, Helvetica, sans-serif;
    font-size: 15px;
    width: 100%;
}

a {
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #fceaa0;
}

img {
    border: 0;
}

p {
    margin: 0 0 1em;
}
h1, .gallery-girl-name {
    font-size: 36px;
    margin-bottom: 0.25em;
}
h1 img {
    white-space: pre;
    max-width: 100%;
}

h1 {
    color: #fff;
}

h2 {
    font-size: 30px;
    padding-bottom: 5px;
}

#wrapper {
    max-width: 900px;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    background: transparent;
    margin: 0 auto;
}

#up, #main_page, #top_menu {        
    padding: 1em 15px;
    clear: both;
    background: #FFFFFF;
    background: rgba(255,255,255,0.35);
    filter: opacity(alpha=35);
}

#top_menu {
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;    
    background: #999999;
    background: rgba(200,50,50,0.75);
    filter: opacity(alpha=35);
    -webkit-box-shadow: 0 0 12px rgba(255,255,255,0.6);
    box-shadow: 0 0 12px rgba(255,255,255,0.6);
}

#top_menu a{
    padding-bottom: 5px;
    position: relative;

}

#menu {
    width: 100%;
    text-align: center;
}

.menu-account {
    float: left;
}

.menu-navigation {
    display: inline-block;
    width: 200px;
}

.menu-other {
    float: right;
}

#menu a{
    font-weight: bold;
}


#prev {
    background: url('../img/str_left.gif') no-repeat;
    padding-left: 30px;
}
#next {
    background: url('../img/str_right.gif') no-repeat 100%;
    padding-right: 30px;
}
#main_page {
    
}


#photo {
    overflow: hidden;
    font-weight: bold;
    font-size: 19px;
    padding: 15px 0;
    text-align: center;
}
#photo > div {
    display: inline-block;
    width: 29%;
    padding: 0;
    position: relative;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 4%;
}
#photo .gallery-girl-photo {
    border: #fff solid 2px;
    max-width: 230px;
    height: auto;
    box-sizing: content-box;
}
#photo .gallery-girl-name {
    color: #606060;
}

#photo span {
    position: absolute;
    width: 105px;
    height: 35px;
    right: 45px;
    top: 480px;
    white-space: nowrap;
}
#photo span img{
    border: 0;
}

.mobile-heading {
    display: none;
}

.gallery-girl-age, .gallery-girl-options {
    display: inline-block;
    vertical-align: middle;
}

.gallery-girl-options {
    float: right;
}

.gallery-girl-options a {
    text-decoration: none;
}

@media all and (max-width: 760px) {
    .mobile-heading {
        display: block;
    }
    h1 img {
        display: none;
    }
    #menu > div {
        float: none!important;
        width: 100%!important;        
        margin-bottom: 1em;
    }
    
    #menu {
        padding-bottom: 0;
    }
    
    #photo > div {        
        width: 45%;
    }
    
    .gallery-girl-options {
        float: none;
        width: 100%;
        margin-top: 1em;
    }
}

@media all and (max-width: 380px) {       
    #photo > div {        
        width: 100%;
        margin-right: 0;
    }
    
    .gallery-girl-options {
        float: none;
        margin-top: 1em;
    }
}