﻿/* START GENERAL */
body {
	font-family: 'Roboto', sans-serif;
}
header {
	height: auto;
}
footer {
	margin-top: 10px;
	padding: 55px 0 65px;
}
/* END GENERAL */


/*TOP PAGE PART - LOGOS & SHARE */

.logoshare_wrapper {
	padding: 1.3em;
}
.share_part {
	float: right;
	display: inline-block;
    padding-top: 1.2em;
}
.logo_part {
	display: inline-block;
}

/* NAVBAR */

.navbar-default {
	background-color: #cce0eb;
}
.navbar {
	border: none;
	border-radius: 0;
	margin: 1.5em 0;
	max-height: 50px;
}
.container-fluid>.navbar-header {
	float: none;
    margin: auto;
    max-width: 714px;
}
.navbar-default .navbar-nav>li>a {
	color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 25px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
.navbar-default .navbar-nav>li>a:hover {
	background-color: #2a6595;
    color: #fff;
}

/* END NAVBAR */

/* START MAIN CONTENT */

.topStory, .topStoryMain {
	color: rgb(255, 255, 255);
    line-height: 1.75em;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.topStory:hover, .topStoryMain:hover {
    filter: brightness(109%);
    -webkit-filter: brightness(109%);
    text-shadow: 1px 1px 1px #111;
    transform: scale(1.04); 
}
.topStoryText1, .topStoryText2 {
	position: absolute;
    z-index: 200;
    font-weight: 600;
    color: inherit;
}
.topStoryText1 {
    font-size: 30px;
    bottom: 23px;
    margin: 0px 23px;
    line-height: 37px;
}
.topStoryText2 {
    font-size: 19px;
    bottom: 12px;
    margin: 0px 12px;
    line-height: 22px;
}
.margin_adjustments {
	margin-top: 30px;
}
.topStoryGradient {
	height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 85%, rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(3%, rgba(0,0,0,0)), color-stop(40%, rgba(0,0,0,0)), color-stop(85%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 85%, rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 85%, rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 85%, rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 85%, rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.section {
	font-size: 15px;
    margin-bottom: 20px;
}
.top_margin {
	margin-top: 10px;
}
.thumbnails, .thumbnails_main_img {
	display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.thumbnails:hover, .thumbnails_main_img:hover {
	color: #f1e4c9;
}