/* Fonts */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('http://www.coalitionbrighton.com/themes/coalition/fonts/BebasNeue-webfont.eot');
    src: url('http://www.coalitionbrighton.com/themes/coalition/fonts/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
        url('http://www.coalitionbrighton.com/themes/coalition/fonts/BebasNeue-webfont.woff') format('woff'),
        url('http://www.coalitionbrighton.com/themes/coalition/fonts/BebasNeue-webfont.ttf') format('truetype'),
        url('http://www.coalitionbrighton.com/themes/coalition/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Page */

body
{
    font-family: Arial, Helvetica;
    font-size: 0.7em;
    color: #eee;
}

nav
{
    margin: 0 10px 0 10px;
}

#background
{
    background: #DCDCB6 url("http://www.coalitionbrighton.com/themes/coalition/images_mobile/background.jpg") no-repeat 50% 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: -1;
    width: 100%;
    background-size: cover;
}

.background_home
{
    background-image: url("http://www.coalitionbrighton.com/themes/coalition/images_mobile/background.jpg") !important;
}

a, a:visited
{
    color: #eee;
}

.top_nav
{
    width: 300px;
    padding: 5px 10px 10px 10px;
    height: 42px;
    position: relative;
}

/* Primary Elements */

.box
{
    background-image: url(http://www.coalitionbrighton.com/themes/coalition/images/box.png);
    background-size: 100% 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.inverted
{
    background-image: url(http://www.coalitionbrighton.com/themes/coalition/images_mobile/box_inverted.png) !important;
    color: #eee;
    text-align: center;
    font-size: 14px;
}

.boxtext
{
    margin: 0 10px 0 20px;
}

.contentwrapper
{
    width: 300px;
    padding: 0 10px 0 10px;
}

/* Main Navigation Elements */

.nav_button
{
    font-family: 'bebas_neueregular';
    font-size: 45px;
    color: #eee;
    background-image: url("http://www.coalitionbrighton.com/themes/coalition/images_mobile/nav_back_off.png");
    background-size: 100%, 100%;
    width: 300px;
    height: 45px;
    text-align: center;
    margin: 0 0 5px 0;
    cursor: pointer;
    line-height: 1;
}


.nav_button_tappable:active, .nav_button_inverted
{
    color: #fff;
    background-image: url("http://www.coalitionbrighton.com/themes/coalition/images_mobile/nav_back_off.png");
}

.sub_nav_buttons_container
{
    display: none;
}

#home
{
    height: 480px;
}

#social_buttons
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.social_button
{
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("http://www.coalitionbrighton.com/themes/coalition/images_mobile/sm_back.png");
}

.social_button img
{
    position: absolute;
    right: 5px;
    width: 40px;
    top: 10px;
}


#facebook_button
{
    top: 10px;
}

#twitter_button
{
    top: 70px;
}

#facebook_button img
{
    width: 30px;
    top: 10px;
    right: 10px
}

#nav_logo
{
    height: 35px;
    float: left;
    margin-top: 5px;
}

#nav_menu
{
    position: absolute;
    right: 10px;
    top: 8px;
    height: 25px;
    -webkit-filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.4));
}
#social-icons-mobile {
    float: right;
    width: 105px;
    margin-top: 10px;
}
a.social-link {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}
a.social-link img {
    width: 25px;
}

#nav_buttons_popup
{
    display: none;
    position: absolute;
    z-index: 5;
    top: 50px;
    left: -10px;
}

#contact_us_popup
{
    display: none;
    position: fixed;
    z-index: 5;
    bottom: -15px;
    left: -10px;
    width: 100%;
    height: 140px;
}

/* 'Standard Page' Elements */

.standard_entry_listing_box
{
    position: relative;
    color: #7d1034;
    padding-left: 20px;
    background-color: rgba(0,0,0,.5);
}

.standard_entry_listing_box p
{
    margin: 0 0 10px 0;
}

.standard_entry_listing_box a {
    color: #fff;
}



.listing_left
{
    width: 260px;
    float: left;
    clear: both;
    margin-right: 10px;
    padding-left: 10px;
}

.listing_left img
{
    width: 250px
}

.entry_description
{
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    color: #eee;
}

.entry_title
{
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}

.entry_subtitle
{
    font-size: 0.8em;
}

.students_head_box
{
    float: left;
    text-align: center;
    width: 129px;
    background-color: rgba(0,0,0,.5);
}

.students_head_box img
{
    width: 110px;
}

.backgrounded
{
    background-color: rgba(0,0,0,.5);
}

.box_title
{
    font-size: 30px;
    color: #eee;
    padding: 0;
    margin: 0;
}


.a_button
{
    float: left;
    font-size: 25px;
    color: #eee;
    width: 300px;
    height: 45px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 3px;
    background-image: url("http://www.coalitionbrighton.com/themes/coalition/images_mobile/nav_back_off.png");
    background-size: cover;
    line-height: 1.8;
}

.theme_form
{
    text-align: left;
}

.theme_form input
{
    width: 226px;
}

.theme_form select
{
    width: 240px;
}

.submit_button
{
    width: 240px !important;
}

/* Gallery */

.gallery_badge img, .gallery-item a img
{
    height: 98px;
    width: 147px;
}

.odd
{
    margin-right: 5px;
}

.gallery_badge, .gallery-item
{
    position: relative;
    height: 98px;
    width: 147px !important;
    color: #eee;
    margin-top: 5px;
    float: left;
    font-size: 0.6em;
}

.gallery_badge a
{
    color: #eee;
}

.caption
{
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 137px;
    opacity: 0.8;
    background-color: #333;
    padding: 5px;
}

.caption h3
{
    margin-top: 0;
}

.ps-caption, .ps-toolbar-play
{
    display: none !important;
}

.mobile-redirect-notice {
    background: #000000;
}