/*=============================
==  GLOBAL CSS               ==
=============================*/

body { 
    margin: -25px 0 0 0; 
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.clearfix { clear: both; }

a {
    text-decoration: none;
    color: #0193cf;
    transition: color 300ms;
    -o-transition: color 300ms;
    -moz-transition: color 300ms;
    -webkit-transition: color 300ms;
}

    a:hover {
        color: #027699;
    }

a img {
     border:0px;
}

*:focus {
    outline: 0;
}

#page {
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}

#wp-admin-bar {
    display: none;
}

.center-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

h1 {
    margin-top: 0;
}

.width-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

input {
    -webkit-appearance: none !important;
}

/*=============================
==  MOBILE MENU              ==
=============================*/

#mobile-menu {
    height: 50px;
    background-color: #191919;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
}

    #mobile-menu span {
        color: #fff;
    }

    #mobile-menu-left {
        float: left;
        z-index: 2;
        position: relative;
    }
    
        #mobile-menu-left img {
            width: 30px;
            height: 30px;
        }
    
        #mobile-menu-left:hover {
            cursor: pointer;
        }
    
    #mobile-menu-right {
        float: right;
        z-index: 2;
        position: relative;
    }
    
        #mobile-menu-right a:first-child {
            margin-right: 25px;
        }
    
        #mobile-menu-right span {
            font-size: 24px;
            color: #595959;
            margin-top: 3px;
        }
        
        #mobile-menu-right .unread {
            padding-right: 25px;
        }
    
        #mobile-menu-right .unread span {
            color: #0193cf;
        }
        
        #mobile-menu-right p {
            display: inline-block;
            position: absolute;
            color: #fff;
            font-size: 10px;
            border-radius: 10px;
            margin: 6px 0 0 10px;
            background-color: #0193cf;
            padding: 3px 7px;
        }

.mobile-menu-border {
    background: url('../images/mobile-menu-border.png') repeat-x;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 47px;
    position: fixed;
    z-index: 5;
}


#mobile-dropdown {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    background-color: #333333;
    z-index: 999;
    font-family: 'Bree serif', sans-serif;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
}

    #mobile-dropdown #mobile-menu-close {
        padding: 10px 0 0 20px;
        text-align: left;
    }
    
        #mobile-dropdown #mobile-menu-close:hover {
            color: #0193cf;
            cursor: pointer;
        }

        #mobile-dropdown #mobile-menu-close .close {
            font-size: 24px;
        }
        
        #mobile-dropdown #mobile-menu-close .close-title {
            font-size: 14px;
            margin: -22px 0 0 25px;
            text-transform: uppercase;
        }
        
    #mobile-dropdown .title {
        padding: 0 0 0 20px;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: -5px;
        text-align: left;
    }
    
    #mobile-dropdown .fbLoginButton {
        margin: 10px 0 10px 20px;
    }

    #mobile-dropdown ul {
        padding-left: 0;
        left: 0;
        list-style: none;
        font-size: 12px;
        text-align: left;
    }
    
        #mobile-dropdown ul li:first-child {
            border-top: 1px solid #424242;
        }
    
        #mobile-dropdown ul li {
            border-bottom: 1px solid #424242;
        }
        
            #mobile-dropdown ul li p {
                display: inline-block;
                position: absolute;
                color: #fff;
                font-size: 10px;
                border-radius: 8px;
                background-color: #0193cf;
                padding: 2px 6px;
            }
            
                #mobile-dropdown ul li .messages {
                    margin: -1px 0 0 90px;
                }
                
                #mobile-dropdown ul li .count {
                    margin: -1px 0 0 71px;
                }
        
            #mobile-dropdown ul .selected a, #mobile-dropdown ul .current_page_item a {
                color: #0193cf;
            }
        
            #mobile-dropdown ul li a {
                display: block;
                color: #fff;
                padding: 5px 0 5px 20px;
            }
            
                #mobile-dropdown ul li a:hover {
                    color: #0193cf;
                }
                
            #dropdown-avatar {
                margin: 40px 50px 0 0;
                display: none;
            }
            
                #dropdown-avatar div {
                    border: 1px solid #5b5b5b;
                }
                
                    #dropdown-avatar div img {
                        display: block;
                    }
            
                #dropdown-avatar span {
                    font-family: 'Open Sans', sans-serif;
                    font-size: 12px;
                }
            
                
    .mobile-dropdown-border {
        background: url(../images/mobile-dropdown-border.png) repeat-x;
        position: absolute;
        width: 100%;
        height: 10px;
        margin-top: 7px;
    }


/*=============================
==  MOBILE HEADER            ==
=============================*/

#mobile-menu .mobile-logo {
    width: 100%;
    position: absolute; 
    left: 0;  
    z-index: 0;
}

    #mobile-menu .mobile-logo-wrap {
        width: 100px;
        margin: 0 auto;
    }

    #mobile-menu .mobile-logo img {
        max-width: 100px;
        height: auto;
    }

#mobile-wrap .mobile-adv {
    position: relative;
    z-index: 5;
    background-color: #fff;
    margin-top: 70px;
    padding: 0 20px 10px 20px;
    width: 100%;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}

    #mobile-wrap .mobile-adv img {
        width: 100%;
        height: auto;
        max-height: 60px;
        margin: 0 auto;
        border: 1px solid #cdcdcd;
        z-index: 3;
        position: relative;
    }
    
    #mobile-wrap .mobile-adv .placeholder {
        border: 0;
        position: absolute;
        z-index: 2;
    }

    #mobile-wrap .mobile-adv .center {
        position: relative;
        width: 468px;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
        min-height: 25px;
        margin-bottom: 15px;
    }

/*=============================
==  DESKTOP MENU             ==
=============================*/

#desktop-wrap {
    display: none;
}


    #desktop-header {
        width: 100%;
        background-color: #191919;
        position: fixed;
        top: 0;
        z-index: 4000;
        padding: 20px 0;
        transition: padding 300ms;
        -moz-transition: padding 300ms;
        -webkit-transition: padding 300ms;
        -o-transition: padding 300ms;
        height: 60px;
    }
    
        #desktop-header.shrink {
            padding: 12px 0 10px 0;
            height: 50px;
        }
        
        #desktop-header.shrink #desktop-logo {
            width: 150px;
        }

    #desktop-logo {
        width: 180px;
        height: auto;
        display: block;
        transition: width 300ms;
        -moz-transition: width 300ms;
        -webkit-transition: width 300ms;
        -o-transition: width 300ms;
    }
    
        #desktop-logo img {
            width: 100%;
            height: auto;
            opacity: 1;
            display: block;
            filter: alpha(opacity=100);
            ms-filter: alpha(opacity=100);
        }
        
        #desktop-logo img:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            ms-filter: alpha(opacity=80);
        }
        
    #desktop-menu {
        position: absolute;
    }
        
        #desktop-menu ul {
            list-style: none;
            left: 0;
            padding-left: 0;
            position: relative;
            margin: -44px 0 0 215px;
            transition: margin 300ms;
            -moz-transition: margin 300ms;
            -webkit-transition: margin 300ms;
            -o-transition: margin 300ms;
        }
        
        #desktop-header.shrink #desktop-menu ul {
            margin: -40px 0 0 190px;
        }
        
            #desktop-menu ul li:last-child {
                border-right: 0;
                padding-right: 0;
            }
            
            #desktop-menu ul li:first-child {
                padding-left: 0;
            }
        
            #desktop-menu ul li {
                font-family: 'Bree Serif', sans-serif;
                font-size: 18px;
                float: left;
                padding: 0 20px;
                border-right: 1px solid #424242;
                line-height: 14px;
                text-transform: uppercase;
            }
            
                #desktop-menu ul li a {
                    color: #6d6d6d;
                    text-shadow: 1px 1px 1px #000;
                }
                
                    #desktop-menu ul li a:hover {
                        color: #b7b7b7;
                    }
                    
            #desktop-menu ul .selected a, #desktop-menu ul .current_page_item a {
                color: #b7b7b7;
            }
            
    .support {
        position: absolute; 
        margin: -23px 0 0 215px;
        color: #6d6d6d;
        font-size: 11px;
        font-weight: 300;
        transition: margin 300ms;
        -moz-transition: margin 300ms;
        -webkit-transition: margin 300ms;
        -o-transition: margin 300ms;
    }
    
    #desktop-header.shrink .support {
        margin: -20px 0 0 190px;
    }


#desktop-icon-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

#desktop-icon-menu {
    list-style: none;
    position: relative;
    left: 0;
    padding-left: 0;
    float: right;
    margin-top: -40px;
    transition: margin 300ms;
    -moz-transition: margin 300ms;
    -webkit-transition: margin 300ms;
    -o-transition: margin 300ms;
    vertical-align: bottom;
}

#desktop-header.shrink #desktop-icon-menu {
    margin-top: -35px;
}

    #desktop-icon-menu li {
        display: inline-block;
        position: relative;
        z-index: 3;
    }
    
    #desktop-icon-menu .subnoti {
        position: inherit;
    }
    
        #desktop-icon-menu li .fa-user {
            color: #6b6b6b;
        }
        
            #desktop-icon-menu li .fa-user:hover {
                color: #424242;
            }
    
        #desktop-icon-menu li a .noti-count, #desktop-icon-menu li a .mess-count {
            position: absolute;
            color: #fff;
            margin: -42px 0 0 25px;
            background-color: #0193cf;
            padding: 1px 6px;
            border-radius: 40px;
            font-size: 12px;
        }
        
            #desktop-icon-menu li a .noti-count:hover, #desktop-icon-menu li a .mess-count:hover {
                background-color: #027699;
            }
        
        #desktop-icon-menu .noti-list {
            padding-left: 10px;
        }
        
            #desktop-icon-menu .noti-list:hover {
                padding-bottom: 36px;
            }
            
            #desktop-header.shrink #desktop-icon-menu .noti-list:hover {
                padding-bottom: 22px;
            }
        
        #desktop-icon-menu li .unread span {
            color: #0193cf;
            padding-top: 6px;
        }
        
            #desktop-icon-menu li .unread span:hover {
                color: #027699;
            }
        
        #desktop-icon-menu li a .noti-count {
            margin-left: 15px;
        }
    
        #desktop-icon-menu li span {
            font-size: 24px;
            color: #424242;
            margin-right: 30px;
        }
        
            #desktop-icon-menu li span:hover {
                color: #353535;
            }
        
.noti-wrap {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}        

#desktop-header.shrink .notifications-sub {
    margin-top: -43px;
}

.fa-user {
    cursor: pointer;
}

.notifications-sub {
        list-style: none;
        padding-left: 0;
        font-size: 12px;
        display: none;
        float: right;
        margin: -33px 0 0 0;
        padding: 55px 0 10px 0;
}

    .notifications-sub li {
        display: block;
        background-color: #494949;
        transition: 300ms background-color;
        -moz-transition: 300ms background-color;
        -webkit-transition: 300ms background-color;
        -o-transition: 300ms background-color;
    }

        .notifications-sub li a {
            color: #fff;
            padding: 10px 20px;
            display: block;
        }
        
        .notifications-sub li:hover {
            background-color: #2b2b2b;
        }
        
#desktop-header.shrink #desktop-menu-border {
    margin-top: 7px;
}
        
#desktop-menu-border {
    background-image: url(../images/desktop-menu-border.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    position: absolute;
    margin-top: 17px;
    z-index: 0;
    
}


/*=============================
==  DESKTOP DROPDOWN         ==
=============================*/

#desktop-dropdown-wrap {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

    #desktop-dropdown-wrap ul {
        list-style: none;
        padding-left: 0;
        left: 0;
        margin: 0;
    }

#desktop-dropdown {
    background-color: #353535;
    max-width: 1300px;
    width: 100%;
    margin: -400px auto 0 auto;
    position: relative;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    transition: margin 1000ms;
    -moz-transition: margin 1000ms;
    -webkit-transition: margin 1000ms;
    -o-transition: margin 1000ms;
} 

    #desktop-dropdown.shrink .dropdown-list {
        padding-top: 120px;
    }
    
    .dropdown-list {
        padding-top: 150px;
        transition: padding 300ms;
        -moz-transition: padding 300ms;
        -webkit-transition: padding 300ms;
        -o-transition: padding 300ms;
        text-align: center;
    }
    
        /* Justify dropdown elements
        .dropdown-list:after {
            content: "";
            width: 100%;
            display: inline-block;
        }*/
    
    .dropdown-block {
        display: inline-block;
        width: 220px;
        vertical-align: top;
        text-align: left;
        margin-right: 40px;
    }
    
    .dropdown-last {
        margin-right: 0;
    }

    .dropdown-avatar {
        width: 150px;
        color: #fff;
        font-size: 12px;
        background: 0;
    }
    
        .dropdown-avatar img {
            border: 1px solid #565656;
            max-width: 150px;
            height: auto;
        }
    
    .dropdown-title {
        font-family: 'Bree Serif', sans-serif;
        color: #fff;
        font-size: 21px;
        margin-bottom: 10px;
        text-transform: uppercase;
        line-height: 18px;
    }
    
    #desktop-dropdown ul li ul li {
        border-bottom: 1px solid #494949;
    }
    
        #desktop-dropdown ul li ul li:first-child {
            border-top: 1px solid #494949;
        }
    
        #desktop-dropdown ul li ul li a {
            color: #fff;
            display: block;
            padding: 10px 0;
            font-family: 'Bree Serif', sans-serif;
            line-height: 12px;
            font-size: 14px;
        }
        
            #desktop-dropdown ul li ul li a:hover {
                color: #0193cf;
            }
            
    .dropdown-search {
        margin-bottom: 30px;
    }
            
        .dropdown-search [type=text] {
            background-color: #515151;
            width: 150px;
            border: 0;
            color: #afafaf;
            padding: 10px 10px;
            box-sizing: border-box;
            font-weight: bold;
            font-size: 12px;
        }
        
        .dropdown-search [type=submit] {
            width: 50px;
            font-weight: bold;
            color: #fff;
            background-color: #262626;
            border: 0;
            padding: 9px 0;
            font-size: 14px;
            cursor: pointer;
            display: block;
            float: right;
            margin-right: 13px;
            transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            -webkit-transition: background-color 300ms;
            -o-transition: background-color 300ms;
        }
    
        .dropdown-search [type=submit]:hover {
            background-color: #0193cf;
        }
        
    .dropdown-social .social_icons {
        display: block;
    }
        
    .dropdown-social .social_icons li {
        float: left;
        width: 60px;
        border-bottom: 0 !important;
        text-align: center;
    }
    
        .dropdown-social .social_icons li:first-child {
            border-top: 0 !important;
        }
    
        .dropdown-social .social_icons li a {
            width: 60px;
            display: inline-block;
            padding: 0;
        }
        
            .dropdown-social .social_icons li a:hover {
                color: #fff;
            }
        
        .dropdown-social .social_icons li {
            font-size: 12px;
            color: #fff;
            margin-right: 13px;
        }
        
            .dropdown-social .social-icons li:last-child {
                margin-right: 0;
            }
        
        .dropdown-social .social_icons li a i {
            font-size: 36px;
            color: #fff;
            background-color: #515151;
            width: 60px;
            padding: 15px 0 13px 0;
            margin-bottom: 5px;
            line-height: 32px;
            transition: background-color 300ms;
            -webkit-transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            -o-transition: background-color 300ms;
        }
        
            .dropdown-social .social_icons li a i:hover {
                background-color: #0193cf;
                color: #fff;
            }
            
    .desktop-dropdown-border {
        width: 100%;
        height: 10px;
        position: absolute;
        background-image: url(../images/desktop-dropdown-border.png);
        margin: 46px 0 0 -20px;
    }
    
    .dropdown-login form {
        color: #fff;
        font-size: 14px;
    }
    
        .dropdown-login form [type=text], .dropdown-login form [type=password] {
            background-color: #515151;
            border: 0;
            width: 100%;
            color: #afafaf;
            padding: 10px 10px;
            box-sizing: border-box;
            font-weight: bold;
            font-size: 12px;
            display: block;
            margin-bottom: 10px;
        }
        
        .dropdown-login form [type=checkbox] {
            margin: 0;
        }
        
        .dropdown-login form label {
            margin-bottom: 5px;
            display: block;
        }
        
        .dropdown-login form [type=submit] {
            color: #fff;
            background-color: #262626;
            border: 0;
            letter-spacing: 1px;
            font-weight: 600;
            padding: 7px 20px;
            font-size: 12px;
            margin-top: 10px;
            margin-bottom: 20px;
            cursor: pointer;
            display: block;
            transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            -webkit-transition: background-color 300ms;
            -o-transition: background-color 300ms;
            text-transform: uppercase;
        }
        
            .dropdown-login form [type=submit]:hover {
                background-color: #0193cf;
            }
            
        .dropdown-register span {
            color: #e2e2e2;
            font-size: 14px;
        }
            
        .dropdown-register p {
            color: #fff;
            background-color: #262626;
            border: 0;
            letter-spacing: 1px;
            font-weight: 600;
            padding: 7px 20px;
            font-size: 12px;
            cursor: pointer;
            display: block;
            transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            -webkit-transition: background-color 300ms;
            -o-transition: background-color 300ms;
            text-transform: uppercase;
            display: inline-block;
        }
        
            .dropdown-register p a {
                color: #fff;
            }
            
                .dropdown-register p a:hover {
                    color: #fff;
                }
        
        .dropdown-register p:hover {
            background-color: #0193cf;
        }
        
        .dropdown-login p {
            position: absolute;
            margin: -21px 0 0 20px;
            color: #e2e2e2;
        }

/*=============================
==  CONTENT                  ==
=============================*/

#wp-admin-bar { display: none; }

#content {
    position: relative;
    padding: 20px 20px 0 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 600px;
}

.view-more {
    font-size: 12px;
    margin: 0 0 50px 0;
    display: inline-block;
    background-color: #9b9b9b;
    padding: 5px 15px;
    color: #fff;

    transition: 300ms background-color;
    -o-transition: 300ms background-color;
    -moz-transition: 300ms background-color;
    -webkit-transition: 300ms background-color;
    text-transform:uppercase;
}

    .view-more:hover {
        background-color: #0193cf;
        color: #fff;
    }

.entry-title {
    font-family: 'Bree Serif', sans-serif;
    text-transform: uppercase;
    color: #0193cf;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 23px;
}

.sub-title {
    margin: 0;
    font-size: 18px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-family: 'Bree Serif', sans-serif;
    font-weight: 400;
    line-height: 18px;
}

/*==================================
== LANDING PAGE (SLIDERS + NEWS)  ==
==================================*/

.home-adv {
    width: 468px;
    height: 60px;
    display: none;
    float: right;
    margin-top: -50px;
    margin-right: 5px;
}

.single-adv { display: none; }
.page-adv { display: none; }

.article-adv {
    position: absolute;
    right: 20px;
    margin-top: -35px;
    margin-right: 5px;
}

/* Latest slider */

.uns_error { font-weight: 300; color: #d83232}

#latest_slider {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.panels, .overview {
    list-style: none;
    padding-left: 0;
    left: 0;
}
    
    .aspect-wrap .panel .hover {
        visibility: hidden;
        display: table;
    }

    .aspect-wrap {
        position: relative; 
        width: 100%;
        padding-bottom: 75%;
        float: left;
        margin-bottom: 5px;
    }

    .aspect-wrap .panel {
        width: 100%;
        top: 0; left: 0; right: 0; bottom: 0;
        position: absolute;
        display: block;
        border: 1px solid #cdcdcd;
        box-sizing: border-box;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;

    }
    
        .aspect-wrap .panel .post_type { 
            position: absolute; 
            z-index: 4; 
            left: 0;
            top: 0;
            padding: 5px 10px; 
            color: #737373;
            background-color: #fff;
            border-bottom: 1px solid #cdcdcd;
            border-right: 1px solid #cdcdcd;
            text-transform: uppercase;
            font-size: 11px;
            box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.2);
            -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.2);
            -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.2);
        }
    
        .aspect-wrap .panel .post_title { 
            position: absolute; 
            z-index: 4; 
            bottom: 20px;
            left: 0;
            max-width: 85%;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 0.5px;
            background-color: #0193cf;
            background-color: rgba(1,147,207,0.9);
            padding: 5px 10px;
        }
    
        .aspect-wrap .panel a {
            position: absolute;
            top: 0; right: 0; bottom: 0; left: 0;
        }
            
        .aspect-wrap .panel .hover { 
            width: 100%; 
            height: 100%; 
            position: absolute; 
            background-color: rgba(0,0,0,0.9);
            opacity: 0; 
            filter: alpha(opacity=0);
            -ms-filter: alpha(opacity=0);
            transition: opacity 300ms;
            -o-transition: opacity 300ms;
            -moz-transition: opacity 300ms;
            -webkit-transition: opacity 300ms;
            z-index: 5; 
            
        }
        
            .aspect-wrap .panel .hover:hover {
                opacity: 1;
                filter: alpha(opacity=100);
                -ms-filter: alpha(opacity=100);
            }
            
            .aspect-wrap .panel a .hover .excerpt { 
                color: #fff;
                text-align: center;
                padding: 10px 20px;
                font-size: 0.75em;
                margin-top: -15px;
            }
            
            .aspect-wrap .panel a .hover .hover-center {
                display: table-cell;
                vertical-align: middle;
            }
            
            .aspect-wrap .panel a .hover .meta_info {
                color: #0193cf; 
                text-align: center;
                width: 100%;
            }
        
        .owl-controls {
            position: absolute;
            top: -48px;
            left: 0;
        }
        
        .owl-dots {
            visibility: hidden;
        }
        
/* Latest News */


#latest_news {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin-bottom: 15px;
}

    #latest_news .submitnews {
        position: absolute;
        right: 0;
        margin-top: -35px;
        font-size: 14px;
        margin-bottom: 20px;
        display: none;
    }

.aspect-wrap2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .aspect-wrap2:after {
        clear:both;
    }

    .aspect-wrap2 .background {
        display: none;
    }
    
    #latest_news .news-featured {
        background-color: #f9f9f9;
        border-radius: 2px;
        -o-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        text-transform: uppercase;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px;
        transition: background-color 300ms;
        -o-transition: background-color 300ms;
        -moz-transition: background-color 300ms;
        -webkit-transition: background-color 300ms;
    }
    
        #latest_news .news-featured:hover {
            background-color: #eaeaea;
        }
    
    
        #latest_news .news-featured a {
            color: #2b2b2b;
            height: 100%;
            transition: background-color 300ms;
            -o-transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            -webkit-transition: background-color 300ms;
        }
        
        #latest_news .news-featured a .featured-date {
            color: #0193cf;
            margin-right: 5px;
            line-height: 21px;
            font-weight: 600;
        }
    
    
        #latest_news .news-right {
            display: none;
        }


/*==================================
== ARTICLE OVERVIEW               ==
==================================*/

.page-id-31917 .entry-header {
    display: none;
}

.page-id-31917 #comments {
    display: none;
}

.article-overview {
    margin: 25px 0 10px 0;
}

.article-menu-wrap {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    margin: 0 -20px;
}

.articles-menu-list {
    padding: 0 20px;
    left: 0;
    list-style: none;
    font-weight: 300;
    margin: 0;
}

    .articles-menu-list a {
        color: #686868;
        cursor: pointer;
    }
    
        .articles-menu-list a:hover {
            color: #0193cf;
        }
    
        .articles-menu-list .active a {
            color: #0193cf;
        }


.articles-menu {
    margin: 0 0 20px 0;
    display: block;
}


    .articles-menu li {
        width: 30px;
        text-align: center;
        margin-bottom: 10px;
    }  
    
        .articles-menu li a {
            display: block;
        }
    
        .articles-menu .desktop {
            display: none;
        }
    
        .articles-menu li i {
            font-size: 24px;
        }
        
        .articles-menu li p {
            margin: -25px 0 0 40px;
            text-transform: uppercase;
            position: absolute;
            font-size: 18px;
            font-weight: 400;
        }


.categories-menu {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: -10px;
    display: none;
}
    
        .categories-menu a {
            padding: 5px 0 5px 40px;
            letter-spacing: 0.75px;
            display: block;
        }


.post-type-archive-news .article-menu-wrap {
    display: none;
}


body.single-news #page #content .article-menu-wrap {
    display: none;
}

/*==================================
== ARCHIVE PAGES                  ==
==================================*/

.archive-adv {
    margin: 30px auto -20px auto;
    display: block;
    width: 470px;
}

.page-id-31917 .entry-title {
    display: none;
}

    .page-id-31917 .entry-title.archive {
        display: block;
    }

.post-type-archive-news .archive-adv {
    margin-top: -10px;
}

.post-type-archive-news .articles-list {
    display: none;
}

.entry-title.archive {
    margin-top: 30px;
}

.wp-pagenavi {
    margin: 30px 0;
}

    .wp-pagenavi span, .wp-pagenavi a {
        border: 0 !important; 
        background-color: #e8e8e8;
        color: #828282;
        padding: 5px 10px 5px 10px !important;
        transition: background-color 300ms color 300ms;
        display: inline-block;
    }
    
        .wp-pagenavi a:hover {
            color: #fff;
            background-color: #0193cf;
        }
    
    .wp-pagenavi .current {
        color: #fff;
        background-color: #0193cf;
        font-weight: 400 !important;
    }
    
    .wp-pagenavi .pages {
        margin: 0 3px 0 0;
    }
    
#submit-notice {
    margin: 12px 0 -12px 0;
}
    
.archives-list {
    list-style: none;
    padding-left: 0;
    left: 0;
}

    .archives-list li {
        margin-bottom: 20px;
        position: relative;
    }
    
        .archives-list li .post-title {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 18px;
            color: #fff;
            max-height: 80%;
            overflow: hidden;
        }
        
        .archives-list li .meta-info {
            display: none;
            position: absolute;
            color: #fff;
            background-color: rgb(1,147,207);
            background-color: rgba(1,147,207,0.9);
            opacity: 0;
            filter: alpha(opacity=90);
            -ms-filter: alpha(opacity=90);
            transition: opacity 300ms;
            -moz-transition: opacity 300ms;
            -webkit-transition: opacity 300ms;
            top: 0; left: 0; right: 0; bottom: 0;
            text-align: center;
            padding-top: 100px;
            font-family: 'Bree serif', sans-serif;
        }
        
        .archives-list li .excerpt {
            font-size: 14px;
            color: #5b5b5b;
            display: none;
        }
        
        .archives-list li .image {
            width: 100%;
            padding-bottom: 75%;
            background-size: cover;
            -o-background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            position: relative;
            z-index: 2;
        }
        
        .archives-list li .right {
            position: absolute;
            bottom: 20px;
            max-width: 80%;
            left: 0;
            background-color: #0193cf;
            padding: 8px 20px 10px 10px;
            z-index: 3;
        }
        
        .archives-list li .publish-info {
            display: none;
            color: #828282;
            font-size: 11px;
            margin-bottom: 5px;
        }
        
        .archives-list a:hover {
            color: inherit;
        }
        
        .archives-list a:hover .meta-info {
            opacity: 1;
        }
        
        .archives-list li .cutoff {
            background-image: url(../images/cutoff.png);
            background-repeat: repeat-x;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 40px;
            z-index: 1;
        }
    
/*=============================
==  SINGLE PAGE              ==
=============================*/
   
/* Sidebar section */
    
.post-wrap {
    display: table;
    margin-top: 0;
}

    .blog-single .total-count {
        display: none !important;
    }
    
    .blog-single .back-button {
        background-color: #9b9b9b;
        color: #fff;
        padding: 5px 15px;
        margin: 10px 0;
        font-size: 14px;
        transition: background-color 300ms;
        -o-transition: background-color 300ms;
        -moz-transition: background-color 300ms;
        -webkit-transition: background-color 300ms;
        text-transform:uppercase !important;
    }
        
        .blog-single .back-button:hover {
            background-color: #0193cf;
        }
    
    .blog-single .sidebar {
        box-sizing: border-box;
        background-repeat: repeat-y;
    }
    
        .blog-single .sidebar img {
            max-width: 100%;
        }
        
    .blog-single .sidebar h3 {
        font-family: 'Bree Serif', sans-serif;
        color: #0193cf;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    
        .blog-single .sidebar h3.first {
            margin: 40px 0 20px 0;
        }
    
    .blog-single .sidebar .post-info {
        display: block;
    }
    
    .blog-single .sidebar #rating {
        border: 1px solid #0193cf;
        max-width: 500px;
    }
    
        .blog-single .sidebar #rating .rating_score {
            background-color: #0193cf;
            color: #fff;
            width: 75px;
            padding: 8px 0;
            font-size: 36px;
            text-align: center;
            float: left;
        }
        
        .blog-single .sidebar #rating .rating_info .rating_bar {
            width: 70%;
            width: calc(100% - 110px);
            background-color: #cdcdcd;
            height: 20px;
            margin: 12px 10px 10px 90px;
        }
        
            .blog-single .sidebar #rating .rating_info .rating_bar .rating_bar_score {
                background-color: #0193cf;
                height: 20px;
            }
            
            .blog-single .sidebar #rating .rating_info .rating_description {
                margin: -4px 0 5px 90px;
                color: #0193cf;
            }
    
    .blog-single .sidebar .related-posts {
        margin-top: 30px;
    }
        
    .blog-single .sidebar .related-posts ul {
        list-style: none;
        left: 0;
        padding-left: 0;
    }
    
        .blog-single .sidebar .related-posts ul li {
            margin-bottom: 20px;
            border: 1px solid #969696;
        }
    
            .blog-single .sidebar .related-posts ul li .related-img {
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                -o-background-size: cover;
                -moz-background-size: cover;
                -webkit-background-size: cover;
                width: 100%;
                padding-bottom: 75%;
                position: relative;
                transition: opacity 300ms;
                -moz-transition: opacity 300ms;
                -webkit-transition: opacity 300ms;
            }
            
            .blog-single .sidebar .related-posts ul li .title {
                position: absolute;
                right: 0;
                left: 0;
                bottom: 20px;
                background-color: rgb(255,255,255);
                background-color: rgba(255,255,255,0.9);
                padding: 10px;
                color: #494949;
            }
            
            .blog-single .sidebar .related-posts ul li:hover .related-img {
                opacity: 0.8;
                ms-filter: alpha(opacity=80);
                filter: alpha(opacity=80);
            }
            
    .blog-single .printfriendly {
        margin-bottom: 20px;
    }
            
    .blog-single .sidebar {
        color: #494949;
    }
    
        .blog-single .sidebar a {
            color: #494949;
        }
        
            .blog-single .sidebar a:hover {
                color: #0193cf;
            }
    
        .blog-single .sidebar strong {
            font-weight: 300;
        }
        
        .blog-single .sidebar .ssb-share {
            margin: 0 0 20px 0;
        }
        
        .blog-single .sidebar .ssb-share .defualt-box-fb {
            max-width: 86px;
        }
            
/* Content section */  
    
    .blog-single .post {
        padding-bottom: 20px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px;
    }
    
    .blog-single .post p, .blog-single .post em, .blog-single .post strong {
        line-height: 1.6;
    }
    
    .blog-single .entry-title.single {
        margin: 30px 0;
    }
    
        .blog-single .post img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 500px;
            box-sizing: border-box;
            background-color: #e8e8e8;
            padding: 15px;
            margin: 30px auto;
            display: block;
        }
        
        .blog-single .post .printfriendly img {
            margin: 0;
            padding: 0;
            display: inline-block;
            background-color: transparent;
            margin-top: 20px;
        }
        
        .blog-single .post iframe {
            max-width: 95%;
            border: 15px solid #e8e8e8;
            margin: 40px auto;
            display: block;
        }
        
        .blog-single .post p {
            font-size: 15px;
        }
        
        .blog-single .post-image, {
            margin: 0 0 20px 0;   
        }
        
            .blog-single .post-image img {
                margin: 0;
            }
            
            .single-adv {
                margin: 30px auto;
                height: 60px;
                width: 468px;
            }
            
.single-reviews #content blockquote p, .single-interviews #content blockquote p { font-size:1.5em; }            
            
.desktop-adv {
    display: none;
    height: 60px;
    width: 468px;
    background-image: url(../images/placeholder.jpg);
}

    .desktop-adv img {
        padding: 0 !important;
        border: 1px solid #cdcdcd;
    }
      
/* Comment Section */
        
#comments {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

    #comments ol, #comments ul {
        list-style: none;
        padding-left: 0;
        left: 0;
    }
    
    #comments .children {
        margin-left: 10px;
    }
    
    #comments .comment-avatar-box {
        display: inline-block; 
        vertical-align: top;
        padding: 10px;
        background-color: #f7f7f7;
        margin-right: 10px;
        display: none;
    }
    
        #comments .comment-avatar-box img {
            display: block;
        }
    
    #comments .comment-content {
        display: inline-block;
        width: 100%;
        padding: 20px; 
        box-sizing: border-box;
        background-color: #f7f7f7;
        margin-bottom: 20px;
    }
    
        #comments .comment-content p {
            color: #494949;
        }
    
    #comments .comment-meta {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 300;
    }
    
    
    #comments .comment-edit-link {
        visibility: hidden;
    }
    
    #comments .comment-edit-link:before {
        float: right;
        content: '\f040';
        font-family: FontAwesome;
        font-size: 18px;
        color: #a3a3a3;
        visibility: visible;
        transition: color 300ms;
        -moz-transition: color 300ms;
        -webkit-transition: color 300ms;
    }
    
        #comments .comment-edit-link:hover:before {
            color: #0193cf;
        }
    
    #comments .comment-reply-link {
        color: #a3a3a3;
        font-size: 14px;
    }
    
    #comments .comment-reply-link:before {
        content: '\f064';
        font-family: FontAwesome;
        font-size: 14px;
        margin-right: 10px;
        color: #a3a3a3;
        transition: color 300ms;
        -moz-transition: color 300ms;
        -webkit-transition: color 300ms;
    }
    
        #comments .comment-reply-link:hover:before, #comments .comment-reply-link:hover {
            color: #0193cf;
        }
        
    #comments .comment-content .spoiler {
        margin: 10px 0 10px 0;
        border: 1px solid #cdcdcd;
        padding: 10px;
    }
    
        #comments .comment-content .spoiler strong {
            margin: 0 10px 0 0;
            color: #494949;
        }
        
    #comments .comment-content blockquote {
        margin: 0;
        padding: 15px; 
        border: 1px dashed #cdcdcd;
    }
      
/* Comment Reply Section */
        
#respond {
    padding: 20px 0;
    margin-bottom: 20px;
}

    #respond .form-allowed-tags, #respond label, #respond .logged-in-as {
        display: none;
    }
    
    #respond #reply-title {
        font-family: 'Bree Serif', sans-serif;
        text-transform: uppercase;
        color: #0193cf;
        font-size: 24px;
        margin: 0;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 10px;
    }
    
        #respond #reply-title small a {
            font-size: 14px; 
            color: #5e5e5e;
            display: block;
            margin: 5px 0;
        }
        
            #respond #reply-title small a:hover {
                color: #b7b7b7;
            }
            
    #respond small i {
        margin-right: 5px;
        font-size: 16px;
    }
    
    #respond textarea {
        background-color: #e5e5e5;
        border: 0;
        padding: 20px;
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 0 10px 0;
        font-family: 'Open Sans', sans-serif;
    }
    
    .comment-form-comment {
        margin: 10px 0 4px 0;
    }
    
    #respond .form-submit {
        margin: 0;
    }
    
        #respond .form-submit input {
            border: 0;
            color: #fff;
            padding: 8px 15px;
            background-color: #0193cf;
            font-size: 12px;
            cursor: pointer;
            transition: background-color 300ms;
            -moz-transition: background-color 300ms;
            -webkit-transition: background-color 300ms;
            text-transform: uppercase;
            font-weight: 300;
        }
        
            #respond .form-submit input:hover {
                background-color: #494949;
            }
        
    #post-toolbar div {
        max-width: 100%;
    }
        
            #post-toolbar input {
                max-width: 300px;
                margin-bottom: 10px;
                width: 100% !important;
                box-sizing: border-box;
                padding: 6px 15px;
                display: inline-block;
            }
            
    .page-adv {
        width: 468px; 
        height: 60px;
        margin: 0 auto 20px auto;
    }
    
    .page-id-31917 .page-adv {
        display: none;
    }
            
/*==================================
== INFO PAGE                      ==
==================================*/

#info-boxes {
    list-style: none;
    left: 0;
    padding-left: 0;
    margin-top: 30px;
}

    #info-boxes li {
        width: 100%;
        margin-bottom: 30px;
        vertical-align: top;
        position: relative;
    }
    
        #info-boxes li .icon {
            width: 110px;
            margin: 0 auto;
        }

            #info-boxes li i {
                background-color: #0193cf;
                color: #fff;
                padding: 25px;
                font-size: 56px;
                border-radius: 1000px;
                margin: 0 auto;
            }
            
        #info-boxes li .content-box {
            width: 100%;
            box-sizing: border-box;
            background-color: #f4f4f4;
            margin-top: -50px;
            padding: 65px 20px 60px 20px;
            border: 1px solid #dddddd;
        }
        
            #info-boxes li .content-box .title {
                text-align: center;
                margin-top: 0;
            }
        
            #info-boxes li .content-box .title a {
                font-family: 'Bree Serif', sans-serif;
                font-size: 24px;
                color: #9b9b9b;
                text-align: center;
                margin: 0;
            }
            
                #info-boxes li .content-box .title a:hover {
                    color: #0193cf;
                }
            
            #info-boxes li .content-box .text {
                color: #494949;
            }
            
                #info-boxes li .content-box .button {
                    background-color: #0193cf;
                    color: #fff;
                    font-size: 16px;
                    padding: 6px 15px;
                    margin: 10px 0 0 0;
                    font-weight: 600;
                    text-align: center;
                    text-transform: uppercase;
                    transition: background-color 300ms;
                    -o-transition: background-color 300ms;
                    -moz-transition: background-color 300ms;
                    -webkit-transition: background-color 300ms;
                    width: 120px;
                    position: absolute;
                    bottom: 20px;
                }
                
                    #info-boxes li .content-box .button:hover {
                        background-color: #494949;
                    }
                    
                #info-boxes li .content-box .center-button {
                    width: 150px;
                    margin: 0 auto;
                }
                
.page-id-7073 .pf-content h2 { margin-bottom:0; }
.page-id-7073 .pf-content h2 + p { margin-top:0; }
       
/*==================================
== ABOUT PAGE STAFF LIST         ==
==================================*/

.shortcode-author-avatars div.author-list {
    float: none !important;
    clear: both;
    padding-bottom: 0 !important;
    margin-bottom: -5px;
}

.shortcode-author-avatars div.author-list::after {
    visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

    .shortcode-author-avatars div.author-list .user {
        clear: both;
        width: 100%;
        padding: 10px !important;
        box-sizing: border-box;
        margin: 0 0 10px 0;
        background-color: #cdcdcd;
    }
    
        .shortcode-author-avatars div.author-list .user:nth-child(odd) {
            background-color: #f7f7f7;
        }
        
        .shortcode-author-avatars div.author-list .user:nth-child(even) {
            background-color: #efefef;
        }
        
        .shortcode-author-avatars div.author-list .user a {
            color: #5e5e5e;
        }
        
            .shortcode-author-avatars div.author-list .user a:hover {
                color: #0193cf;
            }
    
        .shortcode-author-avatars div.author-list .user .name {
            float: left;
            width: calc(100% - 75px);
            text-align: left;
            box-sizing: border-box;
            margin-top: 5px;
            font-size: 16px !important;
        }
        
        .shortcode-author-avatars div.author-list .user .biography {
            float: left;
            text-align: left;
            box-sizing: border-box;
            color: #5e5e5e;
        }
        
            .shortcode-author-avatars div.author-list .user .biography p {
                margin: 0;
                font-size: 14px;
            }
    
        .shortcode-author-avatars div.author-list .user img {
            float: left;
            border: 1px solid #cdcdcd;
            margin-right: 15px;
            max-width: 50px;
            height: auto;
        }

/*==================================
==  CONTACT FORM 7 CSS            ==
==================================*/

.wpcf7-form {
    
}

    .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
        border: 0;
        padding: 7px 10px;
        width: 100%;
        max-width: 500px;
        background-color: #e5e5e5;
        margin-top: 3px;
        font-family: 'Open Sans', sans-serif;
        color: #494949;
        box-sizing: border-box;
        font-size:1em;
    }
    
    .wpcf7-form input[type=submit] {
        border: 0;
        color: #fff;
        padding: 8px 15px;
        background-color: #0193cf;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 300ms;
        -moz-transition: background-color 300ms;
        -webkit-transition: background-color 300ms;
        text-transform: uppercase;
        font-weight: 300;
    }
        
        .wpcf7-form input[type=submit]:hover {
            background-color: #494949;
        }
      
/*==================================
==  SUBMIT NEWS FORM              ==
==================================*/
      
#create_news_form {
    
}

    #create_news_form input[type=text], #create_news_form textarea, .search-form input[type=search] {
        background-color: #e5e5e5;
        padding: 7px 12px;
        font-family: 'Open Sans', sans-serif;
        border: 0;
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        margin-top: 3px;
        font-size:1em;
    }
    
    #create_news_form textarea { height: 500px; }
    
    #create_news_form input[type=submit], .search-form input[type=submit] {
        background-color: #0193cf;
        padding: 8px 20px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        border: 0;
        cursor: pointer;
        display: block;
        margin-top: -15px;
        transition: 300ms background-color;
        -o-transition: 300ms background-color;
        -moz-transition: 300ms background-color;
        -webkit-transition: 300ms background-color;
    }
        
        #create_news_form input[type=submit]:hover, .search-form input[type=submit]:hover {
            background-color: #494949;
        }
        
    .search-form input[type=search] { width: calc(100% - 200px); max-width: 400px; min-width: 200px; margin-bottom: 10px; }
    #create_news_form input[type=submit], .search-form input[type=submit] { display: inline-block; }
        
/*==================================
==  REGISTER PAGE                 ==
==================================*/

#register-page {
    font-size: 16px;
}

    #register-page h4 {
        color: #0193cf;
        font-family: 'Bree Serif', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        margin: 30px 0 0 0;
    }
    
    
    
    #register-page .password-info {
        margin-top: 10px;
    }
    
    #register-page .password-info, #register-page .username-info {
        font-weight: 300;
    }
    
    #register-page label {
        margin: 15px 0 5px 0;
        display: block;
    }

    #register-page input[type=text], #register-page input[type=password] {
        background-color: #e5e5e5;
        color: #494949;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        padding: 7px 10px;
        border: 0;
        box-sizing: border-box;
    }
    
    #register-page .error {
        color: #d83232;
        font-weight: 300;
        margin-bottom: 5px;
    }
    
    #register-page .submit input[type=submit] {
        background-color: #0193cf;
        color: #fff;
        padding: 8px 15px;
        font-size: 12px;
        text-transform: uppercase;
        border: 0;
        cursor: pointer;
        transition: background-color 300ms;
        -o-transition: background-color 300ms;
        -moz-transition: background-color 300ms;
        -webkit-transition: background-color 300ms;
    }
    
        #register-page .submit input[type=submit]:hover {
            background-color: #494949;
        }
    
    #register-page .bph_container {
        width: 100% !important;
        float: none !important;
    }
    
        #register-page .bph_container p {
            font-size: 16px !important;
        }

/*==================================
==  IE8 NOTICE                    ==
==================================*/

#ie8-notice {
    background-color: red;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 9999;
    color: #fff;
    padding: 30px;
}

    #ie8-notice a {
        color: #000;
    }
 
/*==================================
==  SEARCH PAGE                   ==
==================================*/

h2.entry-title { 
    font-size: 21px;
}

.nav-links .page-numbers {
    background-color: #e8e8e8;
    color: #828282;
    padding: 5px 15px;
    margin-right: 5px;
    transition: background-color 300ms color 300ms;
    -o-transition: background-color 300ms color 300ms;
    -moz-transition: background-color 300ms color 300ms;
    -webkit-transition: background-color 300ms color 300ms;
}

    .nav-links .page-numbers.current {
        background-color: #0193cf;
        color: #fff;
    }
    
    .nav-links .page-numbers:hover {
        background-color: #0193cf;
        color: #fff;
    }
 
/*==================================
==  FOOTER                        ==
==================================*/

#footer {
    text-align: center;
    font-size: 14px;
    color: #5e5e5e;
    border-top: 1px solid #d4d4d4;
    margin: 30px auto 0 auto;
    display: block;
    max-width: 1300px;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
}

#footer img {
    max-height: 20px;
    width: auto;
}

#footer .copyright { 
    margin-bottom: 10px;
}

#footer .powered, #footer .logo {
    display: inline-block;
    vertical-align: middle;
}

#footer .powered { margin-right: 5px; margin-bottom: 4px; }

#footer .logo {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    transition: 300ms opacity;
    -o-transition: 300ms opacity;
    -moz-transition: 300ms opacity;
    -webkit-transition: 300ms opacity;
}

    #footer .logo:hover {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -ms-filter: alpha(opacity=40);
    }