/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   FBI Video Widget
   ========================================================================== */

#fbi_video_widget{
    display: block;
    width: 570px;
    height: 420px;
    overflow: hidden;

    color: #f1f1f1;
    background: url(../img/dark-noise-bg.png) #333;

    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);

}

    .video_menu{
        width: 170px;
        height: 420px;
        float: left;
        overflow: hidden;
        position:relative;

        z-index:100;
    }
        .video_category_title{
            display: table-cell;
            width: 150px;
            height: 30px;
            padding:10px;
            vertical-align:middle;
            position:absolute;
            background: url(../img/dark-noise-bg.png) #333;
            top:0;
            left:0;

            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);

            z-index:900;
        }
            .video_category_title span{
                display:block;
                width:120px;
                font-size:11px;

                text-shadow: 1px 1px rgba(0,0,0,0.5);
            }

            .category_select{
                width: 28px;
                height: 28px;
                position: absolute;
                right: -1px;
                top: 10px;
                border: 1px solid #5c849d;
                background: url(../img/blue-noise-bg.png);

                -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
                box-shadow: 0 0 5px rgba(0,0,0,0.5);
            }

            .category_select .inactive{
                display: block;
                background:url(../img/video-widget-sprites.png) 0 -50px;;
                width: 11px;
                height: 11px;
                position: absolute;
                top: 8px;
                left: 8px;
                cursor: pointer;
            }



        #scroll_thumbs{
            margin-top:50px;
        }

        #scroll_thumbs .viewport{
            height:370px;
            width: 160px;
            float: left;
            overflow:hidden;
            position: relative;
        }

        #scroll_thumbs .overview{
            position: absolute;
            left: 0;
            top: 0;
            padding: 0;
            margin: 0;
            z-index:80;
            border-left:1px solid #363636;
            border-right:1px solid #363636;
        }
        #scroll_thumbs .overview ul{
            display: block;
            padding: 0 !important;
            margin: 0 !important;
            width: 158px;
        }

        #scroll_thumbs .overview ul .video_thumb{
            display: block;
            width: 138px;
            height: 140px;
            padding:10px;
            list-style: none;
            background-image: url(../img/video-thumb-bg.png);
            background-repeat: repeat-x;
            background-position: 0 50px;
            cursor: pointer;
        }

            .video_image{
                width:120px;
                height:90px;
                position:relative;

                -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
                box-shadow: 0 0 5px rgba(0,0,0,0.5);
            }

                .video_image .thumb_overlay{
                    width:120px;
                    height:90px;
                    position:absolute;
                    top:0;
                    left:0;
                    background-image: url(../img/video-thumb-overlay.png);

                    z-index:20;
                }

                .video_image img{
                    width:120px;
                    height:90px;

                    z-index:10;
                }

            .video_thumb_title{
                color:#f1f1f1;
                margin:10px 0 0 0;
                font-size:11px;
            }

        #scroll_thumbs .overview #btn-more{
            background:url(../img/blue-noise-bg.png) repeat center center;
            width: 158px;
            height: 46px;
            font-family: 'fbi_mediumregular';
            font-size: 12px;
            font-weight: 100;
            text-transform: uppercase;
            color:#fff;
            display: block;
            margin:0;
            padding:5px;
            /*border:1px solid #3f5c70;*/
            border:none;

            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);


        }

        #scroll_thumbs .overview #btn-more:hover{
            background:#3f5c70;
        }

        #scroll_thumbs .scrollbar{
            position: relative;
            float: right;

            width:10px;

            background:#1f1f1f;

            -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
            box-shadow: inner 0 0 5px rgba(0,0,0,0.5);
        }

        #scroll_thumbs .track {
            background: transparent;
            height: 100%;
            width:10px;
            position: relative;
            padding: 0 0;
        }

        #scroll_thumbs .thumb {
            background: #525252;
            height: 20px;
            width: 6px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 2px;

            -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
            box-shadow: 0 0 3px rgba(0,0,0,0.5);
        }

        #scroll_thumbs .thumb .end {
            background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
            overflow: hidden;
            height: 5px;
            width: 25px;
        }

        #scroll_thumbs .disable {
            display: none;
        }

        #scroll_playlists{
            position:absolute;
            top:40px;
            left: 170px;
            /*left:10px;*/
            width:158px;
            height:370px;
            background: url(../img/blue-noise-bg.png);
            border: 1px solid #59809a;

            z-index:910;

            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }

        #scroll_playlists ul{
            margin:0;
            padding:0;
        }

        #scroll_playlists .viewport{
            width: 158px;
            height: 370px;
            float: left;
            overflow:hidden;
            position: relative;
            border:none;
        }

        #scroll_playlists .overview{
            position: absolute;
            left: 0;
            top: 0;
            padding: 0;
            margin: 0;
            z-index:80;
        }

        #scroll_playlists .playlist li{
            display: block;
            width:128px;
            height:40px;
            padding:10px 20px 10px 10px;
            background-image:url(../img/playlist-divide.png);
            background-position:bottom;
            background-repeat: repeat-x;
            line-height: 14px;

        }

        #scroll_playlists .playlist li a{
            text-decoration: none;
            color:#fff;
            font-size:11px;
            text-shadow: 1px 1px rgba(0,0,0,0.5);
        }

        #scroll_playlists .playlist li a .video_count{
            color:#293d4c;
            text-shadow: none;
        }

        #scroll_playlists .playlist li a img{
            display: none;
        }

        #scroll_playlists .scrollbar{
            position: absolute;
            right:0;
            top:0;
            z-index:100;

            width:10px;

            background:#293d4c;

            -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
            box-shadow: inner 0 0 5px rgba(0,0,0,0.5);
        }

        #scroll_playlists .track {
            background: transparent;
            height: 100%;
            width:10px;
            position: relative;
            padding: 0 0;
        }

        #scroll_playlists .thumb {
            background: #59809a;
            height: 20px;
            width: 6px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 2px;

            -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
            box-shadow: 0 0 3px rgba(0,0,0,0.5);
        }

        #scroll_playlists .thumb .end {
            background: transparent url(../img/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
            overflow: hidden;
            height: 5px;
            width: 25px;
        }

        #scroll_playlists .disable {
            display: none;
        }

        .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }



    .video_area{
        width: 400px;
        height: 420px;
        float: right;
        overflow: hidden;
        position:relative;
        background: #FFF;
        font-size: 11px;

        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);

        z-index: 1000;
    }

        .video_title{
            display: table-cell;
            vertical-align: middle;
            width:360px;
            height:30px;
            padding: 10px 20px;
        }

        .video_title p{
            margin: 0;
            font-family: arial, sans-serif;
            font-weight: bold;
            font-size:11px;
            color:#333;
            letter-spacing:1px;
        }

        .video_container{
            width:400px;
            height:225px;
            background:#333;
        }

        .video_description {
            width: 360px;
            height:65px;
            padding:20px;
        }

            .video_description p{
                margin:0;
                font-family: arial, sans-serif;
                font-size:11px;
                color:#333;
            }

            .video_description .video_date{
                font-weight:bold;
            }

            .video_description .video_link{
                font-weight:bold;
            }

                .video_link a{
                text-decoration: none;
                color:#296691;
            }

        .fbi_share_bar{
            width:400px;
            height:40px;
            position:relative;
            background: url(../img/dark-noise-bg.png) #333;
        }
            .fbi_social{
                width:200px;
                height:40px;
                float:right;
                position:relative;
                background: url(../img/gray-1-noise-bg.png) #333;
            }
                .fbi_share_bar .fbi_gov_link{
                    display:block;
                    position:absolute;
                    width:60px;
                    height:11px;
                    top: 14px;
                    left: 20px;
                    background: url(../img/video-widget-sprites.png) 0 0;
                }

                .fbi_share_bar .fbi_social_add{
                    display:block;
                    position:absolute;
                    width:20px;
                    height:20px;
                    top: 12px;
                    right: 5px;
                    background: url(../img/video-widget-sprites.png) -125px -25px;
                }

                .fbi_share_bar .fbi_social_rss{
                    display:block;
                    position:absolute;
                    width:20px;
                    height:20px;
                    top: 12px;
                    right: 35px;
                    background: url(../img/video-widget-sprites.png) -100px -25px;
                }

                .fbi_share_bar .fbi_social_facebook{
                    display:block;
                    position:absolute;
                    width:20px;
                    height:20px;
                    top: 12px;
                    right: 65px;
                    background: url(../img/video-widget-sprites.png) -75px -25px;
                }

                .fbi_share_bar .fbi_social_twitter{
                    display:block;
                    position:absolute;
                    width:20px;
                    height:20px;
                    top: 12px;
                    right: 95px;
                    background: url(../img/video-widget-sprites.png) -50px -25px;
                }

                .fbi_share_bar .fbi_social_youtube{
                    display:block;
                    position:absolute;
                    width:20px;
                    height:20px;
                    top: 12px;
                    right: 125px;
                    background: url(../img/video-widget-sprites.png) -25px -25px;
                }

                .fbi_share_bar .fbi_social_itunes{
                    display:block;
                    position:absolute;
                    width:20px;
                    height:20px;
                    top: 12px;
                    right: 155px;
                    background: url(../img/video-widget-sprites.png) 0 -25px;
                }



/* ==========================================================================
   Small Widgets
   ========================================================================== */
.widget_container{
    display: block;
    width: 220px;
    height: 220px;
    overflow: hidden;
    background: url(../img/widget-bg.png);
}

.widget_container .top_banner{
    width: 220px;
    height: 110px;
}

.widget_container .bottom_info{
    clear: both;
    position:relative;
    width:220px;
    height: 110px;

    font-size:10px;
}

.widget_container .bottom_info ul{
    display: block;
    padding: 15px 0 0 20px;
    margin: 0;

    z-index:30;
}

.widget_container .bottom_info ul li{
    padding: 0 0 4px 0;
    margin: 0;
    list-style: none;

    z-index:30;
}

.widget_container .bottom_info a{
    color:#f1f1f1;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0,0,0,0.5);

    z-index:30;
}

.widget_container .bottom_info .shadow{
    display: none;
    position:absolute;
    top:0;
    right:0;
    width:220px;
    height: 110px;
    pointer-events:none;

    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);

    z-index:100;
}

.widget_container .bottom_info .fbi_social_bar{
    position:absolute;
    bottom:0;
    right:0;
    width:220px;
    height: 30px;
    background: url(../img/widget-social-bg.png) #999;

    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);

    z-index:40;
}

.fbi_social_bar .fbi_gov_link{
    display:block;
    position:absolute;
    width:90px;
    height:30px;
    top: 0;
    left: 0;
    background: url(../img/video-widget-sprites.png) 0 -100px;
}

.fbi_social_bar .fbi_social_links{
    width:100px;
    height:30px;
    float:right;
    position:relative;
}

.fbi_social_links .fbi_social_youtube{
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    top: 7px;
    right: 52px;
    background: url(../img/video-widget-sprites.png) -25px -25px;
}

.fbi_social_links .fbi_social_twitter{
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    top: 7px;
    right: 27px;
    background: url(../img/video-widget-sprites.png) -50px -25px;
}

.fbi_social_links .fbi_social_facebook{
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    top: 7px;
    right: 2px;
    background: url(../img/video-widget-sprites.png) -75px -25px;
}



/* ==========================================================================
   Most Wanted Widget
   ========================================================================== */
#fbi_mw_widget{
    position: relative;
    width:660px;
    height:410px;
    background: url(../img/mw-bg.png) #1a1a1a;
    overflow:hidden;
}

    .mw_menu{
        position: absolute;
        top: 0;
        left: 0;
        width: 160px;
        height: 280px;
        padding-top:130px;
        background: url(../img/mw-light-grey-bg.gif) #383838;

        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
        box-shadow: 0 0 5px rgba(0,0,0,0.8);

        z-index:20;
    }

        .mw_banner{
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            position: absolute;
            top: 0;
            left: 0;
            width:360px;
            height:90px;
            padding:20px;
            background: url(../img/mw-banner-bg.png) #74110d;

            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.9);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.9);
            box-shadow: 0 0 5px rgba(0,0,0,0.9);
        }

            .mw_banner .fbi_title {
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                font-family: 'fbi_blackregular';
                font-size:30px;
                color:#450705;
            }

            .mw_banner .mw_title {
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                font-family: 'fbibold';
                font-size: 35px;
                letter-spacing: 2px;
                color:#cecece;
                text-transform: uppercase;

                text-shadow: 0 0 2px rgba(0,0,0,0.5);
            }

            .mw_banner.short{
                width:120px;
            }

                .mw_banner.short .fbi_title{
                    font-size: 26px;
                }

                .mw_banner.short .mw_title{
                    font-size: 20px;
                }

        .mw_menu ul{
            margin: 0;
            padding: 0;
        }

            .mw_menu ul li a{
                display: block;
                height:48px;
                line-height: 48px;
                padding:0 0 0 20px;
                font-family: 'fbi_mediumregular';
                font-size: 10px;
                letter-spacing: 1px;
                color:#ddd;
                text-transform: uppercase;
                border-top: 1px solid #4e4e4e;
                border-bottom: 1px solid #1b1b1b;
                cursor: pointer;
                text-decoration: none;
                color:#ddd;

                text-shadow: 0 0 2px rgba(0,0,0,0.5);
            }

            .mw_menu ul li a.active{
                background: url(../img/mw-dark-grey-bg.gif);
            }

            .mw_menu ul li a{

            }

        .mw_banner_footer{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 160px;
            height: 80px;
            background: url(../img/mw-lighter-grey-bg.gif) #656565;
        }

            .half_footer{
                width:80px;
                float: left;
                text-align: center;
            }

            .half_footer.fbi{
                padding-top:5px;
            }

            .half_footer.ic3{
                padding-top:19px;
            }

            .half_footer a{
                text-decoration: none;
                text-transform: uppercase;
                color: #181818;
                font-size:10px;
            }

    .mw_wanted_content{
        position:absolute;
        right:0;
        top:0;
        width:500px;
        height:410px;
        background: url(../img/mw-grid-bg.png) transparent;
        z-index:10;
    }

        .mw_wanted_content.active{

        }
        .banner_area{
            float:left;
            width:240px;
            height:130px;
        }

        .mw_wanted {
            float:left;
            width:100px;
            height:110px;
            margin:20px 0 0 20px;
            background: #ff0000;
            position:relative;
            cursor:pointer;
        }

            .mw_wanted .mw_overlay{
                position:absolute;
                top:0;
                left:0;
                z-index:15;
            }

            .mw_wanted .mw_mugshot{
                position:absolute;
                top:0;
                left:0;
                z-index:5;
            }

            .mw_wanted .mw_caption{
                color:#fff;
                text-align: center;
                text-transform:uppercase;
                text-shadow:1px 1px 2px #333;
                text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
                letter-spacing: 1px;
                font-size: 10px;
                font-family: 'fbi_mediumregular', Arial, Helvetica, Verdana, sans-serif;

                background: #971a17;
                background: rgba(151, 26, 23, 0.8);
                position:absolute;
                bottom:0;
                left:0;
                z-index:10;
                width:100px;
                padding:5px 0;
            }

            .mw_wanted .mw_info{
                display: none;
            }

            .mw_wanted .mw_hover{
                display: none;
                position: relative;
                top:-2px;
                left:-2px;
                z-index: 20;
            }

        .mw_news{
            background:transparent;
            display: none;
        }

            .mw_breaking_news .mw_story .title{
                float:left;
                margin-right:5px;
            }

            .mw_news > header{
                color:#fff;
                text-transform: uppercase;
                padding:20px;
                font-size: 16px;
                font-family: 'fbi_mediumregular', Arial, Helvetica, Verdana, sans-serif;
            }

            .mw_list{

            }

                .mw_list .mw_story{
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    border-top:1px solid #2d2d2d;
                    padding:8px 20px;
                    font-size: 12px;
                    text-decoration: none;
                    display: block;
                }

                    .mw_list .mw_story:hover{
                        background:#2d2d2d;
                        background:rgba(0, 0, 0, 0.5);
                    }

                .mw_list .mw_story time{
                    color:#575757;
                    font-weight: bold;
                    display: block;
                }

                .mw_list .mw_story .title{
                    color: #971a17;
                    font-weight:bold;
                }

                .mw_list .mw_story .summary{
                    color:#8d8d8d;
                }

            .mw_btm_banner{
                line-height: 1;
                text-align: right;
                width:460px;
                height: 60px;
                line-height: 60px;
                padding:0 20px;
                background: transparent url('../img/mw-banner-bg-red.jpg') repeat-x 0 0;
                position: absolute;
                bottom:20px;
                left:0;
            }

               .mw_btm_banner a{
                    text-shadow:1px 1px 2px #333;
                    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
                    line-height: 1;
                    color:#fff;
                    font-family: 'fbi_mediumregular', Arial, Helvetica, Verdana, sans-serif;
                    text-transform: uppercase;
                    text-decoration: none;
                }

        .mw_single{
            display: none;
                line-height: 1.5;
        }
            .mw_single .mw_mugshot{
                position:absolute;
                top:20px;
                left:20px;
                width:220px;
                float:left;
            }

            .mw_single .mw_mugshot .mw_caption {
                position: absolute;
                bottom: 0;
                text-align: center;
                width: 220px;
                height: 60px;
                background: #971a17;
                background: rgba(151, 26, 23, 0.8);
                text-shadow: 1px 1px 2px #333;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
                line-height: 1;
                color: #fff;
                font-family: 'fbi_mediumregular', Arial, Helvetica, Verdana, sans-serif;
                text-transform: uppercase;
                text-decoration: none;
                line-height: 60px;
            }

            .mw_single .mw_mugshot img{
                width:inherit;
            }

            .mw_single .mw_info{
                float:left;
                width:215px;
                height:220px;
                position: absolute;
                top:20px;
                right:20px;
                color:#fff;
                font-size: 12px;
            }

            .mw_single .mw_btm_banner{
                bottom:90px;
                z-index: -1;
            }

            .mw_single .mw_name{
                text-shadow:1px 1px 2px #333;
                text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
                position: absolute;
                bottom:20px;
                left:20px;
                width:220px;
                text-align: center;
                padding:20px 0;
                color:#fff;
                font-size: 15px;
                font-family: 'fbi_mediumregular', Arial, Helvetica, Verdana, sans-serif;
                text-transform: uppercase;
            }

            .mw_single .mw_back{
                text-shadow:1px 1px 2px #333;
                text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
                position: absolute;
                right:20px;
                bottom:20px;
                padding:20px 0;
                text-align: center;
                width:220px;
                font-size: 14px;
                color:#ac961e;
                text-transform: uppercase;
                font-size: 15px;
                font-family: 'fbi_mediumregular', Arial, Helvetica, Verdana, sans-serif;
                cursor:pointer;
            }

            .mw_single .wanted_for{
                display: block;
                margin-bottom: 20px;
                font-size: 10px;
                font-weight:normal;
            }




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Fonts
   ========================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 29, 2013 */



@font-face {
    font-family: 'fbi_blackregular';
    src: url('../fonts/fbi_black-webfont.eot');
    src: url('../fonts/fbi_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbi_black-webfont.woff') format('woff'),
         url('../fonts/fbi_black-webfont.ttf') format('truetype'),
         url('../fonts/fbi_black-webfont.svg#fbi_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fbibold';
    src: url('../fonts/fbi_bold-webfont.eot');
    src: url('../fonts/fbi_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbi_bold-webfont.woff') format('woff'),
         url('../fonts/fbi_bold-webfont.ttf') format('truetype'),
         url('../fonts/fbi_bold-webfont.svg#fbibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fbi_lightregular';
    src: url('../fonts/fbi_light-webfont.eot');
    src: url('../fonts/fbi_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbi_light-webfont.woff') format('woff'),
         url('../fonts/fbi_light-webfont.ttf') format('truetype'),
         url('../fonts/fbi_light-webfont.svg#fbi_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fbi_mediumregular';
    src: url('../fonts/fbi_medium-webfont.eot');
    src: url('../fonts/fbi_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbi_medium-webfont.woff') format('woff'),
         url('../fonts/fbi_medium-webfont.ttf') format('truetype'),
         url('../fonts/fbi_medium-webfont.svg#fbi_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fbiregular';
    src: url('../fonts/fbi-webfont.eot');
    src: url('../fonts/fbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbi-webfont.woff') format('woff'),
         url('../fonts/fbi-webfont.ttf') format('truetype'),
         url('../fonts/fbi-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
