@font-face {
  font-family: Orbitronio;
  src: url(../font/Orbitronio.ttf);
  font-weight: bold;
}
.navbar-brand, .space_font { 
	font-family: Orbitronio;
}
body {
    margin:0px;
    width:100%;
    margin-top: 50px;
}
html {
    overflow-y: scroll;
}
.table th {
    text-align:center !important;
}

#classified_image.col-xs-6:hover {
    min-width:100% !important;
    max-width:100% !important;
}
/* --------------------- NEWS CSS --------------------- */
.story_content {
    font-size:17px;
}
.story_content iframe {
    width:100%;
}

/* --------------------- CAROUSEL INDICATOR CSS ------------------- */
.carousel-indicators li.active {
    background:rgba(0, 0, 0, 0.7);
}
.item .carousel-caption {
    left:5px !important;
    right:5px !important;
    border-radius: 10px;
}

/* --------------------- BOOTSTRAP CSS ------------------- */

.thumbnail img { height: 150px;}
.navbar-fixed-top .collapse.in { background:rgba(0,0,0,1); }
.navbar-fixed-top .collapse { background:none; }

/* --------------------- HTML LINK CSS ------------------- */
a:hover, a:active, a:visited, a:link, a img {
    text-decoration:none;
    border:none;
}
.logo {
    margin-top:50px;
    height:auto;
    overflow:auto;
    width:100%;
    background:url(../images/backgrounds/space.jpg);
    border-bottom:5px outset gray;
    margin-bottom:25px;
}
#ca {
    background:url(../images/backgrounds/cFlag.png);
    border:none;
}

/* --------------------- Banner CSS ------------------- */
.banner, a.banner {
    background:url(../images/backgrounds/space.jpg);
	box-shadow: 0px 0px 25px black;
	border-radius:15px 15px 0px 0px;
	border:1px outset gray;
    text-align:center;
    font-size:25px;
	font-family: Orbitronio;
}
.banner img {	
    height:50px;
    width:75px;
    margin-top:5px;
    margin-right:-40px;
}

/* --------------------- Weather CSS ------------------- */
#temperature {
    text-align:center;
    font-size:220%;
}

/* --------------------- SOCIAL MEDIA CSS ------------------- */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
#twitter-widget-0 {
    width:100% !important;
}

/* --------------------- ADS CSS ------------------- */
.ads {
    float:left;
    width:100%;
}
.ad, .ad img {
    text-align:center;
    width:auto;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
/* --------------------- GOOGLE CSS ------------------- */
.g-recaptcha div {
    position:inherit;
    margin-left:auto;
    margin-right:auto;
}
#google_translate_element div {
    background:rgba(255, 255, 255, 0.7) !important;
    width: 100% !important;
    float:left !important;
    display:inline !important;
    position:relative !important;
}
iframe.goog-te-menu-frame, iframe.goog-te-menu-frame a {
    box-sizing:initial !important;
    background:white;
    border:0px !important;
}
iframe.goog-te-banner-frame {
    display:none !important;
}
a.goog-te-menu-value {
    width:70% !important;
    float:right !important;
    text-align:right;
}

img.goog-te-gadget-icon {
    background:url(../images/icons/google.png) no-repeat !important;
    width:25% !important;
    height:22px !important;
    margin:0px;
    float:left;
}