/* @override http://10.0.1.58:8081/static/css/top500.css */

/* @override http://10.0.1.58:8080/static/css/top500.css */

/* CSS Document */

@font-face {
	font-family: DIN;
	src: url("../fonts/DINWeb.woff");
}

@font-face {
	font-family: DIN;
	src: url("../fonts/DINWeb-Bold.woff");
	font-weight: bold;
}

@font-face {
	font-family: DIN;
	src: url("../fonts/DINWeb-Ita.woff");
	font-style: italic;
}

@font-face {
	font-family: DIN-Medium;
	src: url("../fonts/DINWeb-Medium.woff");
}

html {
    font-family:DIN, Arial;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
  padding-top: 20px;
  color:#3D3C3F;
  font-family:DIN, Arial;
  font-size:15px;
}


.header {
    height: 130px;
}

.leaderboard {
    margin-top: 10px;
    float: right;
}

.caption img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.caption p {
    text-align: center;
    font-size: 1.1em;
    color: gray;
    font-style: italic;
}

li p {
    margin-bottom: 0;
}

.panel li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.timestamp {
    color: #768696;
    padding: 0px;
    margin: 0px;
    font-size: 0.9em;
    padding-bottom: 5px;
}



.centered {
    text-align: center;
}

.feature-image {
    float: right;
    margin: 10px;
}

.tagline {
    float: left;
    font-size: 16px;
    font-style: italic;
    margin: 9px 9px 5px -4px;
    color: #fff;
    opacity: .5;
}

#rightwell {
    margin-left: 20px;
    margin-bottom: 20px;
}

#rightwell h4 {
    text-transform: uppercase;
}

#rightwell ul li {
    list-style: none;
    list-style-position: inside;
}

#rightwell ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


table caption {
    font-size: 40px;
    font-weight: normal;
    font-variant: small-caps;

    letter-spacing: .3em;
    text-align: center;
    padding-bottom: .5em;
}

td, th {
    padding: 5px;
    font-size: 0.9em;

}

/* THEAD */
thead th {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    padding-bottom: 0;
    border: 0;
}

/* TFOOT */
tfoot th, tfoot td {
    font-weight: bold;
}

/* TBODY */
tbody td, tbody th {
    line-height: 110%;
}

tbody tr td {
    background-color: #fff;
}

tbody tr.odd td, tbody tr.odd th {
    background-color: #eee;
}

tbody tr td.odd {
    background-color: #eee;
}

tbody tr td.even {
    background-color: #fff;
}

tbody th a {
    font-size: 13px;
    font-weight: normal;
}

.featured-thumb {
    float: right;
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
}


div.squareimg {
	width: 283px;
	height: 283px;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    display: table-cell;
    position: relative;
    padding: 0;
}

div.square {
	width: 283px;
	height: 283px;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    display: table;
    position: relative;
    padding: 0px;
}


div.square img, div.squareimg img {
    width: 283px;
    height: 283px;
    margin: 0;
}


a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

div.description{
    position:absolute; /* absolute position (so we can position it where we want)*/
    bottombottom:0px; /* position will be on bottom */
    left:0px;
    width:100%;
    /* styling bellow */
    background-color:black;
    font-size:15px;
    color:white;
    opacity:0.6; /* transparency */
    filter:alpha(opacity=60); /* IE transparency */
}


div.square:hover {
    background: #f29400;
    color: white;
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}

.grey {
    background: #B1B3B4;
    color: white;
}

.lightgrey {
    background: #F1F3F2;
}

.orange {
    background: #f29400;
    color: white;
}
.orange2 {
    background: #EDA15E;
    color: white;
}

.dark {
    background: #ADADAD;
}

div.squareimg p{
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    padding: 20px;
    color: white;
    font-size: 20px;
}

div.squareimg:hover {

    color: white;
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}



div.square h4{
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    padding: 30px;

}


div.square p {
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    padding: 20px;
}

div.square p strong{
    display: block;
    margin-bottom: 20px;
}


div.square h1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}


div.smallsquare {
    width: 280px;
    height: 280px;
}

div.smallsquare img {
    width: 280px;
    height: 280px;
}


.greyfont {
    color: #ADADAD;
}

.navbar-default {
  background-image: none;

}

.banner-right {
    float: right;
}
.banner-left {
    float: left;
}

.banner-right img, .banner-left img {
    margin-bottom: 5px;
    margin-left: 0px;
}


a:hover,
a:focus {
    color: #F7931E;
    text-decoration: none;
}

h2 a {
	color: #414143 ;
	outline: 0 none;
	text-decoration: none;
    text-transform: uppercase;
}

.ranking{
    background: #A8A9AD;
    color: #ffffff;
    padding-left: 10px;
}

.ranking p {
    margin: 0 0 0 10px;
    font-weight: bold;
}



.system {
    background: #F1F3F2;
}

.system p {
    margin: 0 0 0 10px;

}

.system a {
    color: #676662;
}

.system a:hover {
    color: #F7931E;
}


table tr td a {
    color: #676662;
}

#id_share_field {
    list-style-type: none;
}

.form-control{
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.form-actions {
  background-color: transparent;
  border-top: none;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 0;
}

footer a {
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

form.search {
    margin: 7px;
}


/* timeline */
.vco-timeline .vco-navigation .timenav-background .timenav-line {
    background-color: #F6912C;
}


.content_type {
    color:  #f29400;
    margin-top: 5px;
}

.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2, .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4, .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
    font-family: "DIN";
}

.navbar-collapse {
  padding-right: 0px;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 20px;

}

.form-group > input[type="submit"] {
    background-color: #000;
}

.header_space {
    margin-top: 30px;
}
.header_space_extra {
    margin-top: 40px;
}

.breadcrumb {
    padding: 0;
}

.vco-storyjs .twitter, .vco-storyjs .vcard, .vco-storyjs .messege, .vco-storyjs .credit, .vco-storyjs .caption, .vco-storyjs .zoom-in, .vco-storyjs .zoom-out, .vco-storyjs .back-home, .vco-storyjs .time-interval div, .vco-storyjs .time-interval-major div, .vco-storyjs .nav-container {
    font-family: "DIN" !important
}

.vco-storyjs h1.date, .vco-storyjs h2.date, .vco-storyjs h3.date, .vco-storyjs h4.date, .vco-storyjs h5.date, .vco-storyjs h6.date {
    font-family: "DIN" !important
}

.vco-storyjs .timenav h1, .vco-storyjs .flag-content h1, .vco-storyjs .era h1, .vco-storyjs .timenav h2, .vco-storyjs .flag-content h2, .vco-storyjs .era h2, .vco-storyjs .timenav h3, .vco-storyjs .flag-content h3, .vco-storyjs .era h3, .vco-storyjs .timenav h4, .vco-storyjs .flag-content h4, .vco-storyjs .era h4, .vco-storyjs .timenav h5, .vco-storyjs .flag-content h5, .vco-storyjs .era h5, .vco-storyjs .timenav h6, .vco-storyjs .flag-content h6, .vco-storyjs .era h6 {
    font-family: "DIN" !important
}

.vco-storyjs p, .vco-storyjs blockquote, .vco-storyjs blockquote p, .vco-storyjs .twitter blockquote p {
    font-family: "DIN" !important
}

.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2, .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4, .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6 {
    font-family: "DIN" !important
}

.timeline-tooltip {
    font-family: "DIN" !important
}

.banners table  {
    padding: 2px;
    vertical-align: top;

}

.banners table tr td {
    padding: 2px;
    vertical-align: top;

}


.banner {
    float: right;
}


figure {
    position: relative;
    float: left;
    margin: 0 1px 1px 0;
}

figure figcaption {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    bottom: 0px;
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    padding: 5px 10px 0 10px;
    line-height: 17px;
    text-align: left;
}

.people figure figcaption {
    height: 30px;
    font-weight: bold;

}


.sectionheader {
    /* background-color: #F2F3F4; */
    text-align: left;
    width: 100%;
    padding: 0px;

}

.navbar {
    margin-bottom:  0px;
    border: none;
}


.nav > li > a {
    font-weight: normal;
    color: #b1b3b4;
    font-size: 13px;
    text-transform: uppercase;
}


h6.post-meta a {
    color:  #f29400;
}
h6.post-meta {
    margin-bottom: 5px;
}

ul#social-icons {
    position: fixed;
    right: 0;
    top: 35%;
    list-style: none;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}
ul#social-icons li a {
    display: block;
    height: 39px;
    width: 39px;
    margin: 0 0 10px;
}
ul#social-icons li a.twitter {
    background: url("/static/images/social/twitter_icon.png") #3d3c3f;
    background-size:39px 39px;
}
ul#social-icons li a.twitter:hover {
    background-color: #f29400;
}
ul#social-icons li a.fb {
    background: url("/static/images/social/fb_icon.png") #3d3c3f;
    background-size:39px 39px;
}
ul#social-icons li a.fb:hover {
    background-color: #f29400;
}
ul#social-icons li a.yt {
    background: url("/static/images/social/youtube_icon.png") #3d3c3f;
    background-size:39px 39px;
}
ul#social-icons li a.yt:hover {
    background-color: #f29400;
}
ul#social-icons li a.flickr {
    background: url("/static/images/social/flickr_icon.png") #3d3c3f;
    background-size:39px 39px;
}
ul#social-icons li a.flickr:hover {
    background-color: #f29400;
}





ul#squarelist {
    list-style: none;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 0;
   }

ul#squarelist li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}


ul#squarelist li a, ul#squarelist li h1 {
	display: table-cell;
	width: 283px;
	height: 283px;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: grey;
    text-align: center;
}

ul#squarelist li a img {
	width: 283px;
	height: 283px;
}

ul#squarelist li a:hover {
	background-color:  #f29400;
}
ul#squarelist li h1 {
    background-color:  #f29400;
    text-transform: uppercase;
	color: white;
    font-size: 20px;
	vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

ul#squarelist li a.survey {
	color: transparent;
   	background: url("/static/images/squares/survey_main.png");
    background-color: grey;
    background-size: 283px 283px;
}

ul#squarelist li a.survey:hover {
    background-color: #f29400;
    background: url("/static/images/squares/survey_text.png") #f29400;
    background-size: 283px 283px;
}





ul#squarelist2 {
    list-style: none;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 0;
   }

ul#squarelist2 li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}


ul#squarelist2 li span {
	display: table-cell;
	width: 280px;
	height: 280px;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: #f1f3f2;
    text-align: left;
    vertical-align: bottom;
    padding: 20px;
}



ul#squarelist2 span h3 {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}


ul#squarelist2 li span:hover {
    background: #f29400;
    color: white;
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}



a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}


.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}


.address {
	margin-top: 20px;
	margin-bottom: 30px;
}
.address p {
	line-height: 12px;
}


