/*
Theme Name: Tribune
Theme URI: www.atomicnewstools.com
Author: Wouter Coppieters

Description: Tribune News Theme
Version: 1.0
License: [GNU General Public License v2 or later]
License URI: [http://www.gnu.org/licenses/gpl-2.0.html]
Tags: [theme tags]
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */



@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/opensans-condbold.eot');
    src: url('../fonts/opensans-condbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold.woff') format('woff'),
         url('../fonts/opensans-condbold.ttf') format('truetype'),
         url('../fonts/opensans-condbold.svg#open_sans_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/**
 * Text Formatting
 */

.category a h4,.category h4 a {
    color: #006E97;
    color: #444;
}
li{
    display: block;
}
h1, h2, h3, h4, h5{
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans Condensed", "open_sans_condensedbold",Verdana, Helvetica, Arial, sans-serif}

h3{
    left: 0; 
    right: 0;
        border-top: 3px solid #000;
    font-weight: normal;
    font-size: 17px;
    border-bottom: 1px solid #DEDEDE;
    color: #004276;
        font-family: Helvetica, Arial, sans-serif;
            padding: 0 0 0 10px;
    line-height: 32px;
}

h2{
    font-size: 26px;
}
h4{
    font-size: 21px;
    font-weight:Bold;
    line-height: 24px;px;
}
h5{
    font-size: 14px;
    line-height: 19px;
}
h6{
    font-size: 14px;
    line-height: 19px;
}
#login-area a{
    font-family: 'verdana',sans-serif;
    font-size: 12px;
    font-color: #333333;
}
#header-bar img{
    max-height: 80px;
    width: auto;
}
.navbar{
        margin-bottom: 0;
    }
p, span{

 font-family: Helvetica Neue, Verdana, arial, sans-serif;
 color: #777777;
 font-size: 14px;
 line-height: 21px;

}
.alfie-temperature span{
    font-size: 1.5em;
}

a{
    color: #555;
}
a:hover{
    color: #20ADDB;
}


/**
 * MENU ITEM
 */

 #content{
    width: 100%;
    min-width: 400px;
}
#background{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    right:0
    bottom:0;
    background: #ffffff;
        background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(250,250,250,1));
        background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(250,250,250,1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(250,250,250,1)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#FAFAFA, GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FAFAFA, GradientType=0)";    z-index: -1;
}
/**
 * Breaking News.
 */
 #breaking-news{
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden;
    padding: 0 50%;
    left: -50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
    
}
#breaking-news .item{
    width: 100%;
}
.carousel-breaking-news{
    width: 80%;
    overflow: hidden;
}
.carousel.carousel-breaking-news{
    border: none;
}

small a, span.author a{
    position: relative;
    text-decoration: none;
    font-weight: Bold;
    font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
    color: #004276;
    filter: -;
    -ms-filter: "none";
    display: inline-block;
}

#breaking-news .carousel-control{
    width: 20px;
    height: 20px;
    font-size: 30px;
    line-height: 15px;
    margin-top: -12px;
    color: black;
    border: 2px solid darkgray;
    opacity: 1;
    background: #e9e9e9;
    top: 14px;
}
#breaking-news .carousel-control.left{
    left: 2px;
}
#breaking-news #label-breaking-news{
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    font-family: serif;
    font-weight: bold;
    float: left;
}
.carousel-breaking-news{
    padding: 0 40px 0 0;
    float: left;
}
#breaking-news h4{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: red;
    text-align: left;
    font-family: serif;
    margin-top: 4px;
    margin-left: 30px;
    text-transform: uppercase;
}
#main-menu.scrollable.scrolling {
    position: fixed;
    z-index: 5;
    top: 0;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}
#main-menu.scrollable.scrolling.logged-in{
    top: 27px;
}
#header{
    width: 100%;
    background: #FFFFFF;
        background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(255,255,255,1)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#FFFFFF, GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF, GradientType=0)";}
#header-bar{
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;

}
#header-separator{
    height: 5px;
    
    /** Customization **/
    background: #ffffff;
        background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(255,255,255,1)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#FFFFFF, GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF, GradientType=0)";    width: 100%;
    box-shadow: 3px -3px 3px rgba(0,0,0,0.3);
}
#main-menu{
    width: 100%; 
    /** Customization **/
    background: #195C7D;
        background: -o-linear-gradient(top, rgba(25,92,125,1), rgba(0,12,45,1));
        background: -moz-linear-gradient(top, rgba(25,92,125,1), rgba(0,12,45,1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(25,92,125,1)), color-stop(1, rgba(0,12,45,1)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#195C7D, endColorStr=#000C2D, GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#195C7D, endColorstr=#000C2D, GradientType=0)";}
#main-menu ul{
    list-style-type: none;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;

}
#main-menu ul li{
    float: left;
    padding: 5px 10px;

        border-right: 1px solid #FFFFFF;
    }
#main-menu ul li a{
    color: #ffffff;
    font-weight: Normal;
    text-decoration: none;
    font-family: 'Helvetica Neue','Helvetica', Verdana, arial, sans-serif;
    font-size: 14px;
    text-shadow: none;
}
#menu-header-menu > li.current-menu-ancestor,
#menu-header-menu > li.current-menu-item,
ul#menu-header-menu > li:hover{
        padding-top: 10px;
    margin-top: -5px;
    border-radius: 4px 4px 0 0;
    
        border-right: none;
    margin-left: -1px;
    padding-left: 11px;
    padding-right: 11px;
    }
#menu-header-menu > li.current-menu-ancestor,
#menu-header-menu > li.current-menu-item,
#menu-header-menu > li:hover{
    /** Customization */
    border-top: thin #999;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
    background: #FFFFFF;
        background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(255,255,255,1)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#FFFFFF, GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF, GradientType=0)";}
#menu-header-menu > li.current-menu-ancestor a,
#menu-header-menu > li.current-menu-item a,
#menu-header-menu > li:hover a{
    color: #333333;
}
.sub-menu li.current-menu-item{
    text-decoration: underline;
    border-right: 1px darkgrey solid;
}
#main-menu ul li ul li{
    border-radius: 0;
    float: left;
    padding: 5px 10px;
    position: relative;
}
#main-menu ul li ul li:hover{
    text-decoration: underline;
}
ul#menu-header-menu > li:hover ul.sub-menu{
    display: block;
}
#main-menu .menu-item ul.sub-menu
{
    z-index: 6;
    margin-top: 5px;
    background: #ffffff;
        background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,1));
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(255,255,255,1)));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#FFFFFF, GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF, GradientType=0)";    position: absolute;
    border-radius: 0 0 4px 4px;
    width: 1050px;
    position: absolute;
    margin: 5px -10px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    display: none;
}

#search-and-login{
    margin-top: 10px;
    float: right;
    height: 70px;


}
#search-and-login p a{
    color: #333333;
}


/**
 * LOGIN AREA
 */
 #login-area{
    float: right;
    margin-right: 25px;
    text-align: right;
}
/**
 * SEARCH BOX
 */
 #searchform input[type="text"] {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    border-radius: 15px;
}

#searchform input[type="text"]:focus {
    width: 300px;
}

/**
 * PAGE
 */
 #page{
    max-width: 1050px;
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: 100%;
    min-height: 900px;
}
#main-section{
    max-width: 1050px;
    width: 100%;
    position: relative;
}

/** 
 * VIDEO
 */
 .embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**
 * WEATHER
 */
 div.widget-container div.alfie-wp-weather-object{
    max-width: 100%;
    padding: 0;
}
div.widget-container div.alfie-wp-weather-forecast{
    padding: 0;
}
.alfie_wp_weather{
    height: 330px;
}
.alfie-temperature span {
    font-size: 35px;
}

/**
 * Columns
 */

 .grid-66{
    width: 66%;
    float: left;
    margin: 0;
}
.widget{
    }
.grid-50{
    width: 49%;
    float: left;
    margin: 0 0.5%;   
}
.column .carousel-caption p,
.grid-50 .carousel-caption p{
    font-size: 10px;
    line-height: 12px;
}
.column .carousel-caption,
.grid-50 .carousel-caption{
    padding: 10px;
}

.carousel-caption h4{
    font-size: 15px;
    line-height: 17px;
}
.double-column{
    width: 100%;
}
.column{
    float: left;
    margin: 0 0.5%;
    width: 32%;   
}
.column li{
    display: block;
}

.nuzbot_image{
    float: left;
    max-width: 50%;
    margin: 10px 10px 10px 0;
}
/**
 * Column images
 */
 .img-top{
    width: 100%;
}
.video-left{
    float: left;
    margin: 0 5px 5px 0;
    width: 50%;
    max-height: 250px;
    overflow: hidden;
}
.video-right{
    float: right;
    margin: 0 5px 5px 0;
    width: 50%;
    max-height: 250px;
    overflow: hidden;   
}
.img-left{
    float: left;
    margin: 0 15px 5px 0;
    max-width: 50%;
    max-height: 250px;
    overflow: hidden;
}
.img-right{
    float: right;
    margin: 0 5px 5px;
    max-width: 50%;
    max-height: 250px;
    overflow: hidden;
}
.img-top img{
    width: auto;
}
/**
 * Helper Classes
 */
 .break{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}


/**
 * POST FORMATS
 */
 .heading-image-left{
    float: right;
    width: 65%;
}
.heading-no-image{
    margin-top: 30px;
}
#story p,  #story h1, #story h2, #story h3, #story h4, #story h5 {
    margin-left: 10px;
    margin-right: 5px;
}
.grid-50 .post-excerpt .img{
    max-height: 200px;
    overflow: hidden;
}
.format-heading-image div.img-left{
    float: left;
    width: 30%;
}

.heading-image-right{
    float: left;
    width: 65%;
}
.format-heading-image div.img-right{
    float: right;
    width: 30%;
}

.shadow::before
{
    display:inline-block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 10px 0 rgba(0,0,0,0.6);
    -webkit-box-shadow:inset 0px 0px 10px 0 rgba(0,0,0,0.6);
    box-shadow:inset 0px 0px 10px 0 rgba(0,0,0,0.6);
}
.shadow
{
    display:block;
    position:relative;
    background: black;
}
.img-top .shadow{
    display:inline-block;
}
.img-frame .shadow img
{
    display:block;
    max-height: 200%;
}
.img-frame .shadow img.attachment-medium{
    max-height: 200%;
}

.img-frame img
.img-frame div.embed-container{
    margin: auto;
    max-height: 100%;
    z-index: -2;
}  

.img-frame img,
.img-frame div.embed-container{
    max-height: 220px;
}
.column .img-frame img,
.grid-50 .img-frame img,
.column .img-frame  div.embed-container,
.grid-50 .img-frame  div.embed-container{
    max-height: 155px;   
}
.post-excerpt{
    left: 10px;
    margin-right: 10px;
    position: relative;
}
.heading-no-image .story-idx-number{
    margin-top: 0px;
}
.story-idx-number{
    font-family: georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    margin-right: 5px;
    margin-top: 7px;
    color: #004276;
}
.format-heading-image .heading-image-left .list-entry,
.format-heading-image .heading-image-right .list-entry{
    margin-top: 10px;
}
.format-heading-image .heading-image-left .list-entry.dot,
.format-heading-image .heading-image-right .list-entry.dot{
    margin-top: 17px;
}
.heading-only-small{
    clear: both;
}
.post-excerpt small{
    color: #a0a0a0;
    display: block;
    font-style: italic;
}
.format-heading h4 a{
    max-width: 85%;
    font-size: 16px;
    display: inline-block;
}
.format-heading small{
    float: right;
    margin-right: 5px;
    color: #a0a0a0;
    font-style: italic;
    margin-top: -10px;
}
.list-entry{
    float: left;
    font-size: 25px;
    margin-right: 15px;
}

.list-entry.dot{
    margin-top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #004276;
    box-shadow: inset 3px 3px 3px rgba(0,0,0,0.3);
}
/**
 * Carousel
 */
 .carousel{
    border: 1px solid #d0d0d0;
    min-height: 150px;
}
.carousel-inner .item{
    height: 400px;
}
.carousel-inner .item img{
    min-width: 100%;
}
.item .carousel-img{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: black;
    position: relative;
}
.item .carousel-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    min-width: 50px;
    width: auto;
}
.item{
    width: 100%;
}

.grid-50 .carousel-inner .item,
.column .carousel-inner .item{
    height: 300px;
}
/**
 * Twitter
 */
 #tweets img{
    float: left;
    margin: 0 10px 0 0;
}
.widget_twitter li{
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #ffffff;
    margin-bottom: 0px;
    padding: 5px 0;
}
.widget_twitter .timePosted{
    font-size: 11px;
    font-style: italic;
    color: #004276;
    float: right;
    margin-top: -15px;
}
.widget_twitter .user span{
    font-size: 12px;
    font-style: italic;
}

/**
 * 3 article widget
 */

 .article p,
 .article h4{
    margin-left: 5px;
}
.article-2,
.article-3{
    width: 48%;
    float: left;
}
.article .article-img{
    max-height: 200px;
    overflow: hidden;
}
.article-1 .article-img{
    height: auto;
    height: 250px;
}
.article-1 .article-img img{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-width:100%;
    max-height: 100%;
}
.column .article .article-img,
.grid-50 .article .article-img{
    margin-left: 5px;
    background: black;
}

.column .article-2 .article-img img,
.column .article-3 .article-img img{
    width: 100%;
    max-height: 100%;
}
.column .article-1 .article-img,
.grid-50 .article-1 .article-img{
    max-height: 250px;
    height: 250px;
}
.article-2{
    padding-right: 1%;
}
.article-3{
    padding-left: 1%;
}

/**
 * Share Button
 */
 #share-button{
    cursor: pointer;
    cursor: hand;

}


#footer{
        box-shadow: 
    inset -4px 11px 8px -10px #999,
    inset -4px -11px 8px -10px #999;
    background-color: #111;
    background-color: rgba(20,20,20, 0.95);
        margin-top: 5px;
    border-top:  1px solid #d6d6d6;
    min-height: 50px;
}
#footer h6{
    padding-bottom: 25px;
    position: relative;
    top: 15px;
    margin: auto;
    text-align: center;
        color: #fff;
    }
#footer a{
    color: #00aacc;
}
.widget .menu li{
    list-style: disc;
    display: list-item;
    text-transform: uppercase;;
    margin-left: 15px;
}

/**
 * Category list
 */
 .category{
    border-top: 2px solid black;
    border-top-color: #004276;
    width: 24%;
    margin: 0 0.5%;
    margin-top: 2px;
    float: left;
}
.grid-50 .category,
.column .category{
    width: 48%;
    margin: 0 1%;
}
.category-image{
    height: 120px;
    overflow: hidden;
}
.category-image img{
    min-height: 100%;
    max-height: 130%;
    max-width: 100%;
    height: auto;
}
.widget-spacer{
    margin: 10px 0;
}

/**
 * Ads
 */
 .ad-container{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.ad-container object{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.ad img{
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

.ad .ad-marker{
    width: 70%;
    margin: 0 15%;
    text-align: right;
    font-size: 9px;
    font-family: verdana;
    color: #AAA;   
}
.ad-skyscraper{
    width: 60%;
    margin: 0 20%;
}
.ad-banner{
    width: 100%;
}
.inline-ad{
    float: right; 
    height: 200px; 
    width: 242px; 
    margin: 5px 0 15px 5px; 
}


/**
 * Captions.
 */
 #nuzbot_caption p.caption{
    font-style: italic;
    text-align: center;
    font-size: 12px;
}


/**
 * Slideshow
 */
 .carousel-slideshow{
    height: 400px;
    background: black;
}
.carousel-slideshow .carousel-control{
    line-height: 30px;
}

.slideshow-item .slideshow-image{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: black;
    position: relative;
}
.slideshow-item .slideshow-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 400px;
    min-width: 50px;
    width: auto;
}
.slideshow-item{
    width: 100%;
}

.story-img, .article-img{
    position: relative;
}
.camera-well{
    width: 45px;
    height: 35px;
    background: black;
    border-radius: 10px;
    opacity: 0.7;
    position: absolute;
    cursor: hand;
    cursor: pointer;
    left: 4px;
    top: 5px;
}
.camera-icon{
    width: 45px;
    height: 45px;
    background-image: url("img/camera.png");
    position: absolute;
    cursor: hand;
    cursor: pointer;
    top: 0px;
    left: 4px;
}

/** 
 * VIDEO
 */
 /* custom player skin */
 .flowplayer { width: 80%; background-color: #222; background-size: cover; max-width: 800px; }
 .flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.4)}
 .flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
 .flowplayer .fp-progress { background-color: #004276}
 .flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}

 .social-widget{
    position: relative;
    overflow: hidden;
}

.social-widget-icons { position: relative; left: 50%; float: left; }
.social-widget-center { position: relative; float: left; }
.social-widget a{
    margin: 0 auto;
    width: 62px;
    height: 24px;
    overflow: hidden;
}
.social-widget-icons{
    width: 100%;
}
.social-widget-icons a{
    display: block;
    float: left;
    left: -50%;
    position: relative;
    height: 70px;
    width: 70px;
}
.social-widget-icon{
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}


.facebook{
    background-image: url('img/social/facebook_dark.png');
}
.facebook:hover{
    background-image: url('img/social/facebook_active.png');
}
.google{
    background-image: url('img/social/google_dark.png');
}
.google:hover{
    background-image: url('img/social/google_active.png');
}
.in{
    background-image: url('img/social/in_dark.png');
}
.in:hover{
    background-image: url('img/social/in_active.png');
}
.picasa{
    background-image: url('img/social/picasa_dark.png');
}
.picasa:hover{
    background-image: url('img/social/picasa_active.png');
}
.reddit{
    background-image: url('img/social/reddit_dark.png');
}
.reddit:hover{
    background-image: url('img/social/reddit_active.png');
}
.twitter{
    background-image: url('img/social/twitter_dark.png');
}
.twitter:hover{
    background-image: url('img/social/twitter_active.png');
}
.youtube{
    background-image: url('img/social/youtube_dark.png');
}
.youtube:hover{
    background-image: url('img/social/youtube_active.png');
}

/**
 * Stocks
 */
 .stock-opts{
    width: 100%;
    display: inline-block;
}
.stock-opt{
    width: 100px;
    margin-right: 15px;
    height: 150px;
    border-right: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    float: left;
    display: inline-block;
}

.stock-opt .date-time{
    font-size: 11px;
    font-style: italic;
    margin-top: -9px;
    float: left;
}

.symbol{
   font-family: sans-serif;
   font-weight: bold;
   float: left;
}
.price{
   float: right;
}
.change{
   float: right;
   margin-top: -7px;
}
.change.up{
   color: green;
}
.change.down{
   color: red;
}
.high{
   margin-top: -5px;
   float: left;
   font-size: 11px;
}
.low{
   margin-top: -12px;
   float: left;
   font-size: 11px;
}

#yop-poll-container-2.yop-poll-container{
    background: transparent;
}

/**
 * Subscribe form
 */
 .result{
    float: left;
    margin-top: 25px;
}
.warn, .success{
    margin-left: 15px;
    display: none;
}
#register_form{
    padding: 0 10px;
}
.form-entry{
    float: left;
}
input[disabled]{
    color: #aaa;
}
.progress{
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    margin-left: 15px;
}
/**
 * Paywall
 */
 .mask{
    position: fixed; 
    background: url("img/trans-grey.png"); 
    background: rgba(0, 0, 0, 0.8);
    cursor: hand;
    cursor: pointer;
    left:0; 
    right:0;
    top:0;
    bottom:0;
    z-index: 10;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.dialog{
    top: 100px;
    max-width: 700px;
    padding: 15px;
    background: white;
    border-radius: 18px;
    margin: auto;
    position: relative;
    cursor: default;
    max-height: 100%;
    min-width: 150px;
    width: auto;
    z-index: 11;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border:10px solid #222;
    box-shadow: 1px 1px 90px rgba(255, 255, 255, 0.8), inset 1px 1px 5px rgba(0,0,0,0.8);
}
.subscribe_box, .response_box{
    padding: 25px;
}
.login{
    padding: 10px;
}

/**
 * NO JS Warning
 */
.js-warn{
    display: none;
}
.no-js .js-warn{
    display: block;
}
@media (max-width: 640px) {
    #main-menu ul li{
        float: none;
    }
    #main-menu{
        display: none;
    }
    .navbar{
        margin-bottom: 0;
    }
    .no-js .navbar .btn-navbar{
        display: none;
    }
    .navbar .btn-navbar{
        display: block; 
        position: absolute;
        right: 0;
        top: 0;
        background: black;
        border: 1px solid grey;
        box-shadow: inset 0px 0px 5px rgba(255,255,255,1);
    }
    .navbar .btn-navbar:hover{
        background: darkgrey;
    }
     #search-and-login{
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }
     #searchform input[type="text"] {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    #search-and-login .break{
        clear: none;
    }
    #search-and-login input{
        margin-top: 0;
    }
    #searchform{
        margin: 0;
    }
    #header{
        min-height: 110px;
        position: relative;
    }
    .widget_likebox{
        overflow: hidden;
    }
    #footer{
        min-width: 400px;
    }
    #footer h6{
        width: 100%;
        font-size: 13px;
    }
    .column, .grid-50, .grid-66, .grid-33, .category-list .category{
        float: none;
        width: 100%;
    }
    #main-menu .menu-item ul.sub-menu{
        max-width: 100%;
    }
}
