/***********
 * FILE: style.css
 */

body {
  padding: 0;
  margin: 0;
  vertical-align: top;
  background: #FFFFFF;
  font-family: verdana;
  height:100%;
}

header {
  background-color:#EAEAEA;
  padding: 4px;
  height: 30px;
}

.msg_container {
  width: 99.5%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.msg {
  background-color: #EAEAEA;
  font-size: 16px;
  text-align: center;
  width: 96.5%;
  height: 80px;
  cursor: pointer;
}

.msg_img {
  display: inline-block !important;
  padding: 0px !important;
}

.msg span {
  display: block;
  padding-top: 26px;
  font-weight: bold;
  color: #686565;
}

.msg.alert {
  background-color: #FFFCC2;
}

.path_header {
  display: inline-block;
  width: 100%;
  height: 80px;
  background: #EAEAEA;
  text-align: center;
}

.path_header img {
  display: inline-block;
  float: left;
}

.path_header span {
  display: block;
  padding-top: 26px;
  font-weight: bold;
  color: #686565;
}

a[name] {
  display: inline-block;
}

a:selected {
  background: red;
}

.page a {
  color: #113B69;
}

.film_reviews .rhs a:hover, 
.film_reviews .lhs a:hover,
.related_reviews a:hover,
.category_reviews a:hover,
.name_reviews a:hover {
  position: relative;
}

.film_reviews .rhs a[data]:hover:after,
.film_reviews .lhs a[data]:hover:after,
.related_reviews a[data]:hover:after,
.category_reviews a[data]:hover:after,
.name_reviews a[data]:hover:after,
.our-tech a[data]:hover:after
 {
  z-index: 3;
  width: 200px;
  margin-top: -114px;
  margin-left: 60px;
  content: attr(data);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: normal;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  font-weight: bold;
  text-decoration: none;
}

.just_reviewed a[data]:hover:after, .review_awards a[data]:hover:after {
  margin-top: -253px !important;
  margin-left: 140px !important;
}

.review_awards a img {
  width: 188px;
  height: 250px;
}

.related_reviews a[data]:hover:after {
  white-space: normal;
  margin-left: -205px;
  margin-top: -140px;
}

.film_reviews .lhs a[data]:hover:after
{
  margin-top: -252px;
}

.category_reviews a[data]:hover:after, .name_reviews a[data]:hover:after
{
  margin-top: -114px;
  margin-left: 50px;
}

.our-tech a[data]:hover:after
{
  width: 300px;
  margin-top: 10px;
  margin-left: 80px;
}

.related_reviews a[data], 
.category_reviews a[data], 
.name_reviews a[data] {
  font-size: 10px;
}

.name_reviews .name_poster {
  float: left;
  margin-bottom: 20px;
}

.name_reviews h2 {
  display: block;
  padding-bottom: 5px;
}

.name_reviews .name_poster a img {
  width: 188px;
  height: 250px;
  margin-right: 10px;
}

.name_reviews .teaser {

}

.review_href {
  display: none;
}

.poster_title {
  display: none;
}

.poster_review_intro {
  display: none;
}

.poster_review_rating {
  display: none;
}

blockquote {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
}

.page blockquote {
  font-size: 16px;
}

.dark_green {
  color: #21600e;
}

.navy {
  color: #113B69;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 16px;
}

.body_game_bg {
  background: #E8EBF4;
  border-width: 20px 0px 0px 0px;
  border-color: grey;
  border-style: solid;
}

.body_game_bg #breadcrumbs {
  font-size: 10px;
}

.review_rating, .game_rating {
  display: inline-block;
  background: url('../images/logo_small_green_navy_filmtronic.png') no-repeat;
  background-size: 20px;
  padding-left: 45px;
  font-size: 16px;
  color: #113B69;
  margin-bottom: 2px;
}

.game .game_rating {
  margin-top: 8px;
}

.imdb_score {
  display: inline-block;
  font-size: 15px;
  color: #947200;
  font-weight: bold;
  margin-left: 4px;
}

.imdb_gold {
  color: #947200;
}

.imdb_link {
  margin-top: 5px;
  text-decoration: underline;
  color: #947200 !important;
  width: 300px;
}

.imdb_link img {
  margin-top: 3px;
}

.back_to_top {
  /* background: url('../images/logo_small_green_navy_filmtronic.png') no-repeat top left; */
  padding-left: 10px;
  float: right;
  color: #113B69;
  font-size: 14px;
}

.game_rules {
  padding-left: 11px;
}

.page {
  margin-top: 20px;
  margin-left: 80px;
  float: left;
  width: 85%;
}

.page.game, .page.category, .page.name {
  width: 55%;
}

.page.review {
  width: 55%;
}

span.review_categories {
  margin-top: 5px;
}

span.review_categories, span.review_names, span.review_release_date, span.review_author {
  display: block;
  margin-bottom: 6px;
  color: #113B69;
}

.review_categories b, .review_names b, .review_release_date b {
  color: #113B69;
}

/*
// Code to put an IMG in a Review, not needed yet.
.page.review a:not(.imdb_link) {
  float: right;
  padding: 10px;
  display: none;
}

.page.review a:not(.imdb_link) img {
  width: 110px;
}

.page.review a.bookmark {
  float: none;
  padding: 0px;
  display: inline-block;
}
*/
.page a.bookmark.home {
  font-size: 22px;
}

.column h1, .computer_games h1, .page h1 {
  padding-bottom: 20px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0px;
  color: #21600e;
}

h2 {
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
  color: #113B69;
  margin-bottom: 0px;
}

h3 {
  color: #000000;
  display: block;
  font-weight: bold;
  font-weight: normal;
  font-size: 14px;
  margin:0px;
}

#tm_header_symbol{
  color: #358901;
  margin-top:0px;
  float: left;
  font-size: 14px;
  margin-left: -5px;
}

#header {
  padding-top: 0px;
}

footer {
  text-align:center;
  margin-top:20px;
}

footer span {
  display: inline-block;
  font-size: 21px;
  margin-top: -4px;
}

#logo {
  padding-left: 12px;
}

.app_title {
  float: left;
  margin-top: 14px;
  color: #21600e;
}

.logo_small_text {
  color: #21600e;
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  float: left;
}

.top_links {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
  color: #113B69;
  font-size: 14px;
}

.top_links a {
  color: #113B69;
  text-decoration: none;
  font-size: 16px;
}

.top_links b {
  font-size: 16px;
}

/*
.top_links a:hover {
  font-weight: bold;
  font-size: 10.3pt;
  cursor: pointer;
}
*/

.text_coming_soon {
  background-color: #EAEAEA;
  border-width: 2px 0px 2px 0px; 
  border-style: dashed; 
  width: 100%; 
  text-align: center; 
  font-family: verdana; 
  color: #113B69; 
  font-size: 18px;
  padding-bottom: 10px;
}

.imdb_score {
  text-decoration: none;
}

.column {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  vertical-align: top;
}

.computer_games.column, .popular.column {
  padding-left: 0px;
  padding-right: 2%;
  float:right;
}

.popular {
  margin-top: 10px;
}

.popular a:not(.imdb_link) img {
  width: 180px;
  height: 270px;
}

.popular a {
  color: #113B69;
  font-size: 14px;
}

.column2 {
  float: left;
  font-size: 10px;
  vertical-align: top;
  margin-right: 0px;
}

.film_reviews {
  width: 54%;
}
.film_reviews .column2.lhs {
  width: 40%;
}

.film_reviews .column2.lhs img.featured_review {
  border: 6px solid #EAEAEA;
}

.film_reviews .column2.rhs {
  width: 60%;
}

.featured_review_div {
  float:left;
  width:100px;
  margin-top: 8px;
}
.computer_games {
	width: 384px;
}
.computer_games.rhs {
  padding-top: 20px;
  width: 35%;
  float: right;
}

/*
.computer_games img {
	width: 50%;
}
*/

.poster {
  /* padding-top: 20px; */
  float: left;
  font-size: 16px;
}

.computer_games.rhs .poster img {
  width: 70px;
  height: 110px;
  padding-bottom: 12px;
}

.computer_games .poster img {
  width: 80px;
  padding-bottom: 12px;
}

/*
.poster img {
  border: 1px solid #113B69;
}
*/

.column img {
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.computer_games img {
  margin-right: 6px;
}

.current {
  border: 4px solid red;
  padding: 10px;
}

.game_start_link {
  color: green;
  font-weight: bold;
  font-size: 20px;
}

.game_coming_soon {
  color: orange;
  font-weight: none;
  font-size: 20px;
}

#game_start_button {
  margin-top: 55px;
}

#arrow_controls {
  margin-top: 100px;
  margin-left: 30px;
}

#button_a {
  margin-top: 220px;
  margin-left: 150px;
}

#button_b {
  margin-top: 0px;
  margin-left: 250px;
}

#breadcrumbs {
  padding-left: 20px;
}

.column iframe {
  float: left;
  padding-right: 10px;
}

.lhs_review + .purchase_content {
  margin-top: -20px;
  margin-left: 10px;
  float: right;
}
.computer_games.rhs .purchase_content {
  margin-top: 20px;
  float: left;
}

.disclosure_block {
  border: 1px solid #ccc;
  width: 375px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px;
  color: #958E8E;
  font-size: 12px;
}

.purchase_content {
  margin-bottom: 14px;
  display: inline-block;
  float: right;
}
.purchase_content h1 {
  padding-bottom: 10px;
}
.purchase_content .disclosure {
  float:left;
  border:0px solid #000000;
  width: 110px;
  margin-left: 20px;
  color: #E2E2E2;
  font-size: 12px;
}
.purchase_content iframe {
  float: left;
}
footer .disclosure {
  width: 650px;
  color: #958E8E;
  font-size: 12px;
  margin-bottom: 10px;
}
.purchase_content .note {
  color: #958E8E;
  font-weight: bold;
  display: block;
  font-size: 12px;
  width: 160px;
  margin-top: 4px;
}
a.purchase_button {
  font-size: 14px;
  width: 170px;
  text-decoration: none;
  display: inline-block;
  background: #FF6263;
  padding: 2px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EC595A;
  text-align: center;
  margin-top: 5px;
  margin-left: 0px;
}

/*
.page iframe {
  float: left;
  margin-top: 16px;
  padding-right: 20px;
  padding-bottom: 20px;
}
*/

.review_text {
  display: block;
  
}

.share_this_page {
  margin-top: 10px;
  display: block;
  float: left;
}

.welcome_msg {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 48%;
  height: 140px;
  margin-bottom: 15px;
  position: absolute;
  top: 160px;
}
.welcome_msg .ft_logo {
  display: inline-block;
  width: 30px;
  position: absolute;
  margin-top: -5px;
  margin-left: 5px;
}
.welcome_msg .ft_logo_text {
  display: inline-block;
  margin-left: 8px;
  width: 110px;
  position: absolute;
  margin-top: -2px;
}
.welcome_msg b {
  font-size: 18px;
}
.welcome_msg_page_pos {
  margin-top: 200px;
}
.welcome_msg .sharethis-inline-share-buttons {
  margin-top: 0px !important;
  float: right !important;
}
.welcome_msg .bookmark_page {
  background: url('/images/graphic-hand-cursor.png') no-repeat;
  display: block;
  float: left;
  margin-top: 10px;
  background-size: 20px;
  padding-left: 24px;
}
.welcome_msg .share_page {
  float: right; 
  margin-top: 10px;
}

.page .sharethis-inline-share-buttons {
  float: left;
  margin-top: 10px;
  margin-left: 0px !important;
}
.page.name .share_this_page, .page.category .share_this_page {
  margin-top: 0px;
}
.page.name .sharethis-inline-share-buttons,  .page.category .sharethis-inline-share-buttons {
  margin-top: 0px;
}

/* Review Page for All Content.
   Review text is floated left. */
.lhs_review {
  float: left;
  width: 50%;
}

.poster_big {
  float: left; 
  padding-right: 10px;
}

.main_review_poster {
  padding-right: 10px;
}

.short_desc {
  overflow: true;
}

.site_under_maintenance_msg {
  margin-bottom: 10px;
}

a.demo_button, a.thoughts_save {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  background: #FF6263;
  padding: 8px;
  color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EC595A;
}

/* Google Adwords - Hide Top Header Ads */
.msg_container .google-auto-placed {
  display: none !important;
}
.msg_container ~ .google-auto-placed {
  display: none !important;
}
body > .google-auto-placed {
  display: none !important;
}
.film_reviews.column > .google-auto-placed {
  display: none !important;
}
.page.review > .google-auto-placed {
  display: none !important;
}
.computer_games.column .google-auto-placed, .popular.column .google-auto-placed {
  max-width: 380px;
}

/******************************
 * AutoComplete Input Box Code
 ******************************/

.film_reviews * { box-sizing: border-box; }

.film_reviews h1 {
  display: inline-block;
  float: left;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  clear:both;
  width: 255px;
  border: 1px solid #D0D5D4;
  background: #EAEAEA;
  margin-bottom: 20px;
}
.autocomplete input {
  font-size: 16px;
}
.autocomplete div {
  font-size: 14px;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-family: verdana;
  font-family: verdana;
  font-size: 14px;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #D5D8D8;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #D5D8D8 !important;
  color: #000000;
}
.name .autocomplete, .review .autocomplete {
  margin-bottom: 15px;
}


.category .autocomplete, .name .autocomplete {
  margin-left: 0px;
}
.autocomplete span {
  font-size: 9px;
  color: #6d6d6d;
}
.navbar {
    display: inline-block;
    vertical-align:top;
    overflow: hidden;
    border: 1px solid #D0D5D4;
    background-color: #EAEAEA;
    font-family: verdana;
    margin-left: 5px;
}
.navbar a {
    float: left;
    color: #D0D5D4;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: verdana;
    font-size: 9px;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    color: #747474;
    height: 33px;
    margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #EAEAEA;
    min-width: 105px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 3;
    margin-left: -1px;
    border: 1px solid #D0D5D4;
}
.dropdown-content a {
    min-width: 104px;
    float: none;
    font-size: 14px;
    color: #747474;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}

#search_poster_link {
  display: none;
}

input {
  border: 1px solid transparent;
  /* background-color: #f1f1f1; */
  padding: 5px;
  font-size: 12px;
  font-family: verdana;
  margin: 0px;
}
.page.review .autocomplete {
  margin-left: 0px;
}
p.cast {
  padding: 10px;
  background-color: #EAEAEA;
}
/*
.page.review input {
  border: 1px solid #000000;
}
*/
input[type=text] {
  background-color: #EAEAEA;
  width: 100%;
}

.category input[type=text], .name input[type=text] {
  width: 243px;
}
.category .holder h2 {
  margin-top: 10px;
}
.category .holder > div {
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  width: 180px;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}

/** 
 * Featured Content - Vertical Tabs
 */
 /* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 180px;
  height: 530px;
}

/** 
 * AMZ Games
 */
.poster a.ft img {
  z-index:1;
  position:relative;
}
.amz_game, .amz_game2 {
  float: left;
  position: relative;
  width: 100px;
}
.amz_game img {
  display: none;
}
.amz_game a img {
  display: block;
  width: 115px !important;
  height: 120px !important;
  margin-left: -18px;
}
.amz_game2 img {
  display: none;
}
.amz_game2 a img {
  display: block;
  width: 80px !important;
  height: 120px !important;
  margin-left: -12px;
  padding-bottom: 0px !important;
  border: 1px solid #BEBEBE;
}
.amz_game3 img {
  display: none;
}
.amz_game3 a img {
  display: inline-block;
  width: 80px !important;
  height: 120px !important;
  margin-left: -20px;
  padding-bottom: 0px !important;
  border: 1px solid #BEBEBE;
}
.computer_games.rhs .amz_game a img {
  width: 102px !important;
  height: 110px !important;
}
.computer_games.rhs .amz_game2 a img {
  width: 70px !important;
  height: 110px !important;
  margin-left: -20px;
  padding-bottom: 0px;
  border: 1px solid #d4d4d4;
}
.computer_games.rhs .amz_game3 a img {
  width: 70px !important;
  height: 110px !important;
  margin-left: -40px;
  float: left;
  padding-bottom: 0px;
  border: 1px solid #d4d4d4;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-size: 14px;
  font-family: inherit;
  display: block;
  background-color: inherit;
  color: black;
  padding: 5px 5px;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  font-size: 12px;
  float: left;
  padding: 10px 10px 0px 10px;
  border: 1px solid #ccc;
  width: 180px;
  border-left: none;
  height: 520px;
  background-color: #ccc;
} 
#hot_celebrities .tabcontent {
  height: 589px;
}
#hot_celebrities .tab {
  height: 598px;
}

.page.news a img {
  width: 100px;
  float: left;
  padding-right: 10px;
}

#twitter_top_link {
  float: left; 
  margin-top: -4px; 
  margin-right: 20px
}

.cast_link_text {
  width:  450px; 
  height: 300px;
}

#tagcloud a {
  text-decoration: none;
  cursor: default;
}

.have_your_say {
  width: 340px;
}

/**
 * Featured Content - Horizontal Tabs
 */
/* Style the tab */
.tab-h {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #EAEAEA;
}
/* Style the buttons inside the tab */
.tab-h button {
  width: 169px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.tab-h button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab-h button.active {
  background-color: #ccc;
}
/* Contribute Now Button Alert Colour */
.tab-h button.alert {
  background-color: #FFFCC2;
}
/* Style the tab content */
.tabcontent-h {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #ccc;
  border-top: none;
}
.public_thoughts_instructions {
  font-size: 12px;
}

/* SHARETHIS Buttons Alterations */
.sharethis-inline-share-buttons {
  float: left;
  margin-top: 4px;
  margin-left: 20px !important;
  width: 150px;
}
.st-btn {
  height: 25px !important;
  padding: 0px 2px !important;
}
.st-btn > svg {
  top: 5px !important;
}
.st-btn {
  min-width: 10px !important;
}
.st-btn > span {
  display: none !important;
}

/* HORIZONTAL TABS - Film | TV */
div[class^="year_"].rhs h2 {
  margin-top: 12px;
}
.first_rhs_h2 {
  margin-top: 10px !important;
}
div[class^="year_"].rhs {
  z-index:-10px;
}
.media_tab.film {
  width: 60px;
  height: 40px;
  float: left;
  border: 2px solid #EAEAEA;
  padding: 8px;
  border-style: solid;
  /* border-color: #D0D5D4 !important; */
  border-bottom: 2px solid #FFFFFF;
  border-width: 2px 0px 2px 2px;
  background: #FFFFFF;
  text-align:center;
  font-size: 12px;
  font-weight: bold;
  color: #113B69;
}
.media_tab.tv, .media_tab.games, .media_tab.books {
  width: 60px;
  height: 40px;
  z-index: 1;
  border: 2px solid #EAEAEA;
  border-style: solid;
  /* border-color: #D0D5D4 !important; */
  border-width: 2px 0px 2px 2px;
  float: left;
  padding: 8px;
  background:#EAEAEA;
  text-align:center;
  font-size: 12px;
  font-weight: bold;
  color: #113B69;
  border-left: 1px solid #D0D5D4;
}
.media_tab.books {
  border-width: 2px 2px 2px 2px !important;
}
.media_tab_line {
  z-index:-10;
  margin-left: 240px;
  height:200px;
  width: 40%;
  margin-top:24px;
  position:absolute;
  border-width: 2px 0px 0px 0px;
  border-style:solid;
  border-image:linear-gradient(to right, #EAEAEA 0%, #FFFFFF 100%) 1;
}


/* This hides certain reviews years for faster loading */
.not_loaded_year {
  display: none;
}

#poll {
  box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  margin-left: 4px;
  background-color: #EAEAEA;
  width: 180px !important;
  height: 90px !important;
  position: absolute;
  /* margin-top: -60px; */
  border: 1px solid #000000;
  margin-top: 156px;
  padding: 5px;
  z-index: 99;
}

/* VOTE 
   ALERT: Don't do // Comments on .css files 
   It breaks code and affects front-end.
*/
.your_vote {
  width:188px;
  height:250px;
  display: block;
  font-size: 10px;
}
.your_vote td {
  font-size: 10px;
}
.your_vote a img {
  opacity: 1.0;
  width:188px !important;
  height:250px !important;
}
.result_percent {
  font-size: 10px;
  position:absolute;
  margin-top:2px;
  margin-left:4px;
  z-index: 3;
}

/* MOST SUCCESSFUL */
.most_successful {
  font-size: 10px;
  width:188px;
  height:250px;
  background-color:#EAEAEA;
  border: 1px solid #000000; 
  border-color:#000000;
  display: block;
}
.simple_table {
  font-size: 10px;
  border-collapse: collapse;
  width: 100%;
}
.simple_table td, .simple_table th {
  border: 1px solid #ddd;
  padding: 4px;
}
.simple_table tr:nth-child(even){background-color: #f2f2f2;}
.simple_table tr:hover {background-color: #ddd;}
.simple_table th {
  padding: 4px;
  text-align: left;
  background-color: #A1C1E8;
  color: white;
}

.open {
  display: block;
}

.closed {
  display: none;
}

.year_section {
  font-size: 15px;
  font-weight: bold;
  /* ALERT: comment out for 2020 year */
  /* background: #EAEAEA; */
  width: 95%;
  color: #113B69;
  padding: 4px;
  margin-bottom: 10px;
}

.year_section.tv {
  background: none;
}

.not_loaded_year_link {
  padding-left: 2px;
  width: 50%;
  color: #113B69;
}

.top_link {
  float: right;
  color: #113B69;
  padding-right: 5px;
}

.category_reviews .top_link {
  float: none !important;
}

#paypal_form {s
  display: none;
}

.film_reviews .search_to_tour {
  color: #113B69;
}

.search_to_tour .top_link {
  float: none;
}

.search_to_tour {
  margin-top: 10px;
}

.most_visited_review {
  box-shadow: 0 0 2px 3px red;
}

@keyframes border-pulsate {
  0% { border-color: rgba(223, 51, 20, 0); }
  50% { border-color: rgba(223, 51, 20, 0); }
  100% { border-color: rgba(223, 51, 20, 0.7); }
}

.red_border {
  border: 4px solid red;
  animation: border-pulsate 2s infinite;
}

.key {
  float: left;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(223, 51, 20, 0.7);
  margin-right: 4px;
  margin-top: 2px;
}

.media_tab:hover {
  cursor: pointer;
}

/* Block: Scrolling "Last Word" text; */
.scroller ul, .scroller li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.scroller li {
  height: 60px;
}
.scroller {
  font-size: 16px;
  width: 375px;
  height: 60px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  line-height: 25px;
  overflow: Hidden;
  padding: 5px;
}
.scroller .current {
  border: none;
}
.scroller:hover {
  cursor: pointer; 
}

#final_say {
}

#news {
  margin-top: -14px;
}

.rhs_ad_style {
  text-align: center;
  width: 375px;
  height: 150px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  overflow: Hidden;
  padding: 0px;
  margin: 0px;
}

.rhs_ad_style:hover {
  cursor: pointer;
}

.rhs_ad_style span {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #686565;
  font-weight: 16px;
}

.instructions {
  margin: 0 auto;
  width: 70%;
  font-size: 12px;  
  text-align: left;
}

.instructions .title {
  text-align: left;
  margin-left: 30px;
}

/*
.media_tab.film {
  width:45px;
  height: 40px;
  float: left;
  border: 2px solid #EAEAEA;
  border-bottom: 2px solid #FFFFFF;
  padding: 10px; 
  border-width: 2px 0px 2px 2px;
  text-align:center;
}

.media_tab.tv {
  width:45px;
  z-index:1;
  height: 40px;
  border: 2px solid #EAEAEA;
  border-width: 2px 2px 2px 2px;
  float: left;
  padding: 10px;
  background:#EAEAEA;
  text-align:center;
}

.media_tab_bottom_border {
  z-index:-10;
  margin-left: 240px;
  border: 1px solid #EAEAEA;
  width: 358px;
  margin-top:24px;
  position:absolute;
}

div[class^="year_"].rhs {
  display:none;
  z-index:-10px;
  margin-left: 0px;
  margin-top: 24px;
  border-width: 0px 2px 0px 0px;
  border-style:solid;
  border-image:linear-gradient(#EAEAEA, transparent) 1;
}
*/

/*
@media only screen and (max-width:750px) {
  .have_your_say {
    display:none;
  }
}
*/

/*
 * When Screen is wider...
 */
@media only screen and (min-width:1400px) {
  .film_reviews .column2.lhs {
    width: 30%;
  }

  .film_reviews {
    width: 66%;
  }
}

/*
 * When Screen is wide...
 */
@media only screen and (min-width:1200px) {
  .film_reviews .column2.lhs {
      width: 30%;
  }

  .film_reviews {
      width: 62%;
  }
}

@media only screen and (min-width:1050px) {
  
  #search {
    display: block !important;
    text-align: center;
  }
  #search .autocomplete {
    width: 600px !important;
    text-align: left;
  }
  #search input[type="text"] {
    width: 588px;
  }

}

/* Game Demo */
.jdos_game {
  margin-top: 30px;
}


/*
 * When Screen is Mobile Device (mainly iPhone)...
 */
@media only screen and (max-width:1050px) {

  /*
  body {
    background: #000000;
  }
  */

  .film_reviews .navbar {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px !important;
  }

  .category .holder > div {  
    margin-right: -20px;
  }

  .top-links {
    margin-top: -20px !important;
  }

  .column2 {
    margin-right: 38px;
  }

  #search {
    display: block !important;
    text-align: center;
  }

  #search .autocomplete {
    width: 600px !important;
    text-align: left;
  }

  #search .autocomplete input {
    font-size: 40px;
  }

  #search .dropdown-content {
    min-width: 200px;
  }

  #search input[type="text"] {
    width: 588px;
  }

  #search .dropdown .dropbtn {
    font-size: 20px;
    height: 62px;
    width: 200px;
  }

}

