/***********
 * 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;
  border-width: 0px 0px 0px 0px;
  border-color: #c2c1c2;
  border-style: solid;
  /* Yellow */
  /* background-image: linear-gradient(#FFFFFF, #f4daa7); */
  /* Navy */
  background-image: linear-gradient(#FFFFFF, #b8cfef);
}

.mobile .slogan {
  font-size: 18px !important;
}

.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;
  display: inline-block;
}

.msg.no_url {
  background-color: transparent;
  cursor: auto;
}

.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: normal;
  color: #686565;
  font-size: 30px;
}

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

a:selected {
  background: red;
}

.page a {
  color: #113B69;
}

#search {
  position: relative;
}

.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;
}

div[class^="year_"] a[data]:hover:after, div[class^="year_"] a[data]:hover:after {
  width: 128px !important;
  margin-top: -72px !important;
  margin-left: 4px !important;
}

.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: -110px;
}

.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;
}

.related_reviews .poster_div {
  margin-bottom: 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: 112px;
  height: 150px;
  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;
}

.lightblue {
  color: #1c84ef;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 16px;
}

.hidden {
  display: none !important;
}

.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 {
  display: inline-block;
  background: url('../images/logo_lightblue_filmgoss.png') no-repeat;
  background-size: 75px;
  padding-left: 78px;
  font-size: 16px;
  color: #113B69;
  margin-bottom: 0px;
}

.game .game_img {
  width: 250px;
  margin-right: 30px !important;
  margin-bottom: 30px !important;
}

.screen_shot {
  display: inline-block;
  width: 550px;
}

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

.imdb_gold {
  color: #947200;
}

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

.computer_games.rhs .imdb_link {
  float: none;
}

.computer_games.rhs .star_rating {
  margin-top: -14px;
  margin-bottom: 15px;
}
.computer_games.rhs .star_rating::before { 
  white-space: initial;
}

.poster_div {
  display: inline-block;
}
/* Review the Below Styles */
.computer_games.rhs .poster_div a img, .page.category .poster_div a img {
  width: 70px !important;
  height: 110px !important;
}

.just_reviewed .block_heading {
  margin-left: 0px;
}

.just_reviewed a img {
  width: 184px !important;
  height: 240px !important;
}

.poster_block_1, .poster_block_3, .poster_block_4, .poster_block_5 {
  display: inline-block;
  width: 200px;
  height: 300px;
  float: left;
  vertical-align: top;
  overflow: hidden;
  background: #FFFFFF;
}

.poster_block_1 .order {
  position: absolute;
  background-color: #CCCCCC;
  width: 25px;
  height: 25px;
  z-index: 3;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.poster_block_1 img[width^='1'] {
  display: none;
}

.poster_block_1.just_reviewed a[data]:hover:after, .poster_block_5.gold_border a[data]:hover:after {
  width: 150px !important;
  margin-top: -105px !important;
  margin-left: 10px !important;
  font-size: 14px;
}

.poster_block_2 {
  display: inline-block;
  width: 312px;
  height: 150px;
  border: 2px solid #947200;
  background-color: #FFFFFF;
  float: none;
  vertical-align: top;
  overflow: hidden;
  font-size: 15px;
}

.poster_block_3 a img.game_poster {
  width: 184px !important;
  height: 320px !important;
  /*
  width: 284px !important;
  height: 330px !important;
  */
}

 .poster_block_2 .block_heading{
  margin-top: 94px !important;
  margin-left: 0px !important;
  padding-top: 5px !important;
  font-size: 30px !important;
  height: 40px !important;
  width: 296px !important;
  color: darkgrey;
  background-color: #EAEAEA;
}

.computer_games.rhs .poster_block_2 .block_heading {
  margin-top: 100px !important;
  margin-left: 0px !important;
  padding-top: 5px !important;
  font-size: 30px !important;
  height: 45px !important;
  width: 312px !important;
}

.poster_block_2 img {
  height: 94px !important;
  width: 700px !important;
}

.poster_block_2 img {
  height: 130px;
  width: 1000px;
}

.poster_block_1 .text {
  display:inline;
  width:50%;
  word-break: break-word;
  /* Below works, keep above just in case */
  word-break: break-all;
  font-size: 17px;
}

.poster_block_3 .block_heading, .poster_block_4 .block_heading, .poster_block_4 .block_heading, .poster_block_5 .block_heading {
  margin-left: 0px !important;
}

/* a[class^=internal] */

.poster_block_1 a:not(.internal) {
  width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 0px;
}

.poster_block_1 span {
  width: 43%;
  float: none;
  font-size: 26px;
} 

.poster_block_1:hover, .poster_block_2:hover, .poster_block_3:hover, .poster_block_4:hover, .poster_block_5:hover {
  cursor: pointer;
}

.top_msg_scroll {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.block_heading {
  position: absolute;
  margin-top: 330px;
  border: none;
  background: #FFD700;
  margin-left: -158px;
  width: 285px !important;
  text-align: center;
  font-size: 40px !important;
  height: 62px;
  z-index: 3;
  padding-top: 5px;
}

.poster_block_1 .block_heading {
  margin-top: 240px;
  width: 184px !important;
  margin-left: 0px !important;
  display:block;
  height: 45px;
  font-size: 25px !important;
  padding-top: 10px;
  color: darkgray;
  background-color: #EAEAEA;
}

.poster_block_5 .block_heading, .poster_block_4 .block_heading, .poster_block_3 .block_heading {
  margin-top: 234px !important;
  width: 184px !important;
  height: 50px !important;
  font-size: 30px !important;
  color: darkgrey;
  background-color: #EAEAEA;
}

#ad-types .poster_block_2 .block_heading {
  width: 312px !important;
  height: 51px !important;
}

.poster_block_3 img {
  float: none !important;
  width: 184px !important;
  height: 234px !important;
}

.poster_block_4 {
  width: 512px !important;
}

.poster_block_4 iframe {
  width: 506px !important;
  height: 234px !important;
}

.poster_block_4 .block_heading {
  width: 496px !important;
  margin-left: 0px !important;
  display: block !important;
}

.poster_block_5 .block_heading {
  font-size: 20px !important;
  padding-top: 14px !important;
}

.poster_block_2 .block_heading.long_title {
  font-size: 30px !important;
}

.poster_block_5 img {
  width: 184px !important;
  height: 234px !important;
}

/*
.poster_block_1 a[target^=''] {
  display: inline-block;
  width: 50%;
}

.poster_block_1 a:not('review_href') {

}
*/

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

.back_to_top {
  /* background: url('../images/logo_small_navy_filmgoss.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: 40px;
  float: left;
  width: 85%;
}

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

.page.category div {
  font-size: 25px !important;
}

.page.category div p {
  margin-top: 0px;
}

.page.review, .page.ads {
  width: 55%;
}

.page.campaign #one_liner_reviews {
  height: 130px;
}

.page.campaign #one_liner_reviews .container {
  padding: 0px;
}

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 {
  background: url('/images/graphic-hand-cursor.png') no-repeat;
  background-position: 2px 5px;
  display: inline-block;
  background-size: 20px;
  padding-left: 24px;
  font-size: 30px;
  color: #1c84ef;
}

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

h1 {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0px;
  color: #1c84ef;
}

h2 {
  font-size: 25pt;
  display: block;
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
  color: #1c84ef;
  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;
}

footer #logo {
  display: inline-block; 
  vertical-align: top; 
  margin-left: 10px;
  width: 150px;
}

footer .copyright {
  margin-top: 0px;
  display: inline-block;
  font-size: 30px;
} 

#logo {
  padding-left: 12px;
}

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

.logo_small_text {
  color: #21600e;
  margin-top: 14px;
  font-size: 14px;
  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, #hot_celebrities a {
  color: #113B69;
  font-size: 14px;
}

.popular a.tour_of_titles {
  background: url('/images/yellow-star.png') no-repeat;
  background-size: 18px;
  padding-left: 18px;
  background-position: left;
}

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

.film_reviews {
  width: 97%;
  margin-left: 15px;
}

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

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

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

.film_reviews .rhs a img, .review_categories a img {
    width: 100px;
    height: 150px;
}

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

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

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

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

.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: 16px;
  margin-left: 10px;
  float: right;
  width: 25%;
}
.computer_games.rhs .purchase_content {
  margin-top: 20px;
  float: left;
}

.disclosure_block {
  border: 1px solid #ccc;
  width: 300px;
  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;
}
.purchase_content img {
  width: 200px;
}
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, #goss_submit_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;
}
a.purchase_button.blue {
  font-size: 20px;
  background: #0385FF;
  border: 1px solid #0385FF;
  margin-top: 10px;
  width: 280px;
}

.review_text {
  display: block;
  font-size: 25px;
}

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

.welcome_msg.basic {
  width: 98%;
  padding: 5px;
  margin-top: 5px;
  font-size: 22px;
}

.welcome_msg.big {
  border-radius: 10px 0px 10px 0px;
  border: 2px solid #113B69;
  background: #F2F2F2;
  width: 98%;
  padding: 5px;
  width: 54%;
  margin-top: 12px;
  height: 120px;
  position: absolute;
  top: 168px;
}

.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 {
  display: inline-block;
  color: #113B69;
  margin-bottom: 10px;
}
.welcome_msg_page_pos.big {
  margin-top: 150px;
}
.welcome_msg_page_pos.basic {
  margin-top: 40px;
}

.welcome_msg .filmtronic_link {
  color: #113B69;
}
.welcome_msg .bookmark_page {
  background: url('/images/graphic-hand-cursor.png') no-repeat;
  background-size: 18px;
  display: block;
  float: left;
  padding-left: 22px;
  width: 30%;
  margin-top: 8px;
}
.welcome_msg .home_link {
  background: url('/images/graphic-hand-cursor.png') no-repeat;
  background-size: 18px;
  padding-left: 22px;
  float: left;
  margin-top: 8px;
}
.welcome_msg .share_page {
  float: right;
  margin-top: 8px;
}
.welcome_msg .sharethis-inline-share-buttons {
  margin-top: 0px !important;
  float: right !important;
}
.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: 90%;
}

.page.review.books .lhs_review {
  width: 60% !important;
}

.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: 35px;
  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;
}

.computer_games a.demo_button {
  font-size: 30px;
}

/* 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;
}
#search .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: 400px;
  border: 3px solid #D0D5D4;
  background: #EAEAEA;
  margin-bottom: 0px;
  text-align:left;
  margin-top: 25px;
}
.autocomplete input {
  font-size: 20px;
}
.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: 3px solid #D0D5D4;
    background-color: #EAEAEA;
    font-family: verdana;
    margin-right: 10px;
    margin-bottom: 0px;
    height: 37px;
    margin-top: 25px;
}
.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: 20px;
    font-family: verdana;    
    border: none;
    color: #747474;
    height: 33px;
    margin: 0;
    padding-top: 5px;
}
.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: 20;
    margin-left: -10px;
    border: 1px solid #D0D5D4;
}
.dropdown-content a {
    font-size: 15px !important;
    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;
}
.full_review {
  display: none;
}
p.cast {
  padding: 10px;
  background-color: #EAEAEA;
  margin-bottom: -30px;
}
span.cast_more {
  display: none;
  padding: 0px 0px 10px 0px;
  background-color: #EAEAEA;
}
div.reviews_more {
  display: none;
}

.review_rest_of_link {
  display: block;
  margin-top: -20px;
}
.page .season {
  background-color: #EAEAEA;
  padding: 10px;
  margin-bottom: -8px;
}

input[type=text] {
  background-color: #FFFFFF;
  width: 348px;
}
.mobile.reviews input[type=text] {
  width: 400px;
}
.mobile.name input[type=text] {
  width: 348px;
}
.mobile.category input[type=text] {
  width: 348px;
}
.mobile.name .share_page {
  margin-top: -16px;
}
.header_filler {
  display: none;
}

.category input[type=text], .name input[type=text] {
  width: 203px;
}
.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: 840px;
}
#hot_celebrities .tab {
  height: 850px;
  margin-bottom: 20px;
}
.poster_div.poster_block_1.gold_border img {
  float: left;
  width: 100px;
  padding-right: 10px;
}
.poster_div.poster_block_1.just_reviewed img {
  padding-right: 0px;
}

.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 {
  margin-top: 10px;
  float: left;
  width: 200px;
}
.st-btn {
  height: 20px !important;
  padding: 0px 2px !important;
}
.st-btn > span {
  display: none !important;
}
.st-btn > svg {
  top: 0px !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.inbox {
  /* display: none; */
  width: 150px;
  height: 50px;
  z-index: 1;
  border: 0px solid #D9DADC;
  border-style: solid;
  /* border-color: #D0D5D4 !important; */
  border-width: 4px 4px 4px 0px;
  float: left;
  padding: 4px;
  background:#EAEAEA;
  text-align:center;
  font-size: 40px;
  color: #1c84ef;
}
.media_tab.reviews, .media_tab.film, .media_tab.tv, .media_tab.games, .media_tab.books {
  width: 120px;
  height: 50px;
  z-index: 1;
  border: 2px solid #D9DADC;
  border-style: solid;
  /* border-color: #D0D5D4 !important; */
  border-width: 4px 0px 4px 4px;
  float: left;
  padding: 4px;
  background:#EAEAEA;
  text-align:center;
  font-size: 40px;
  color: #1c84ef;
  border-left: 4px solid #D9DADC;
}
.media_tab.film {
  /* margin-left: 20%; */
  margin-left: 30%;
  width: 140px;
}

.media_tab.reviews {
  width: 100px;
  border-width: 2px 2px 2px 2px !important;
}

.page.review .inbox, .page.name .inbox {
  display: block;
}

.page.name .media_tab.reviews {
  margin-bottom: 30px;
}
.page.review .media_tab.reviews {
  margin-bottom: 12px;
}
.media_tab.tv {
  width: 120px;
  border-width: 4px 4px 2px 4px !important;
  border-color: #D9DADC;
  border-left: 4px solid #D9DADC !important;
}
.media_tab_line {
  z-index: -10;
  margin-left: 120px;
  height: 200px;
  width: 120%;
  margin-top: 39px !important;
  position: absolute;
  border-width: 4px 0px 0px 0px;
  border-style: solid;
  border-image: linear-gradient(to right, #EAEAEA 0%, #FFFFFF 100%) 1;
}
/* Page (name.php,review.php) Styles */
.page .media_tab.inbox {
  margin-left: 0px;
  border-width: 2px 0px 4px 4px;
  width: 220px;
  height: 70px;
  font-size: 50px;
}
.page .media_tab.reviews {
  margin-left: 0px;
  width: 220px;
  height: 70px;
  z-index: 20;
  font-size: 50px;
}
.page .media_tab.inbox .img_cursor {
  float: right; 
  width: 35px;
  margin-top: 10px;
  margin-right: 10px;
}
.page .media_tab_line {
  margin-left: 210px;
  margin-top: 40px !important;
}
.header_line {
  height: 50px;
}

/***
 * FT INBOX
 **/
.ft_inbox {
  display: none;
}
.ft_inbox .category {
  display: none;
}
.ft_inbox .path {
  display: none;
}
.review .ft_inbox {
  margin-top: 360px;
  display: block !important;
}

.marquee_1, .marquee_2 {
  height: 250px !important;
}

.name  .ft_inbox {
  margin-top: 290px;
  display: block !important;
}

.ft_inbox ul {
  width: 65%;
  margin-left: 0px !important;
  font-size: 30px;
  margin-top: 0px;
}
.ft_inbox_text {
  display: inline-block;
  margin-top: 5px;
  color: #113B69;
  font-size: 50px;
  font-weight: none;
}
.ft_inbox .ft_logo {
  display: inline-block;
  margin-top: 0px;
  width: 80px;
}
.ft_inbox_small_text {
  font-size: 30px !important;
  color: #113B69;
}
.ft_inbox .task_title, a.task_link {
  float: none;
  margin-top: 3px;
  font-size: 30px;
  margin-left: -25px;
  padding: 0px;
  padding-left: 25px;
  display: inline-block;
  width: 85%;
  color: #254A86;
}
.section.video-content .task_title, .section.poster .task_title {
  float: none;
  margin-top: 0px;
  font-size: 30px !important;
  margin-left: -25px;
  padding: 0px;
  padding-left: 25px;
  display: inline-block;
  color: #254A86;
  width: 85%;
}
.ft_inbox .section_title {
  font-size: 30px;
  color: #1c84ef;
}
.ft_inbox div[class^="task_"] {
  background: #EAEAEA;
  padding:10px;
  width: 75%;
  margin-left: 0px;
  margin-bottom: 10px;
}
.ft_inbox a.close {
  font-size: 30px;
  float: right;
  text-decoration: none;
  color: #254A86;
}
.ft_inbox div[class^="task_"] iframe {
  float: none;
  width: 95% !important;
  height: 220px;
}
.ft_inbox .task_empty {
  height: 200px;
}
.ft_inbox .text {
  font-size: 30px;
}
.section {
  display: block;
}

.section div[class^="task_"] {
  border-radius: 28px;
}

.tool_tip {
  visibility: hidden;
  width: 690px;
  border: 1px solid #686565;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 5px;
  padding: 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 10;
  margin-left: -10px;
  margin-top: 20px;
}
.celebrity .tool_tip {
  height: 360px !important;
}
.film .tool_tip, .tv .tool_tip {
  height: 350px;
}
.tool_tip {
  font-size: 20px;
}

.tool_tip a:nth-of-type(2) {
  float: left;
  margin-right: 10px;
}
.tool_tip a:nth-of-type(2) img {
  width: 60px;
}
.tool_tip a:nth-of-type(3) {
  float: right;
  margin-left: 10px;
}
.tool_tip a:nth-of-type(3) img {
  width: 60px;
}
.tool_tip a:nth-of-type(4) {
  float: left;
  margin-right: 10px;
}
.tool_tip a:nth-of-type(4) img {
  width: 60px;
}

.section.film .tool_tip a:nth-of-type(2) img, .section.tv .tool_tip a:nth-of-type(2) img, .section.book .tool_tip a:nth-of-type(2) img {
  width: 180px !important;
  height: 220px !important;
}

.tool_tip h2 {
  font-size: 30px;
  float: left;
  width: 90%;
  display: inline-block;
}
.tool_tip a.close {
  float: right;
  color: #254A86;
}

.section.poster {
  float: none;
  font-size: inherit;
}

.star_rating {
  display: block;
}

.star_rating  img[class^="star_"] {
  width: 65px;
}

.star_rating:before {
  content:"\a";
  white-space: pre;
}

div[class^="task_"] .comment {
  font-size: 30px;
  width: 500px;
  margin-top: 20px;
}

#one_liner_reviews {
  display: block;
  height: 210px;
}

#one_liner_reviews .container {
  margin-top: 5px;
  background: #EAEAEA;
  padding: 0px;
}
.page #one_liner_reviews .container {
  padding: 20px;
}
#one_liner_reviews .container .star_rating {
  display: inline-block;
}
#one_liner_reviews .container .star_rating img {
  width: 20px;
}
#one_liner_reviews .container.one_liner {
  border-radius: 10px;
  font-size: 12.8px;
  height: 110px;
  position: relative;
}
#one_liner_reviews .word {
  font-size: 10px;
  display:inline-block;
  background: #999999;
  padding:5px;
  margin-right:0px;
  color:#FFFFFF
}
.home_scroller_1, .home_scroller_2 {
  width: 33%; 
  float: left; 
  height: 100%;
}
.home_scroller_1 {
  margin-left: 20%; 
}
.section.goss {
  height: 300px;
  width: 100%;
  margin-top: 20px;
}

#submit_goss_button {
  display: block;
  font-size: 20px;
  width: 332px !important;
  margin-top: -10px;
  margin-bottom: 18px;
  text-align: center;
}

.footer_lhs {
  display:block;
  float:left;
  width:60%;
}
.footer_rhs {
  display:block;
  float:right;
  width:40%;
  min-height: 30px;
  text-align: end;
}

/* Marquee.js CSS */
.marquee, .marquee_1, .marquee_2, .marquee_3 {
  width: 350px;
  height: 500px;
  overflow: hidden;
}

/***********
 * GOSS FUNK.
 ***********/
.goss_links {
  float: left;
  display: block;
  position: relative;
  top: 20px;
}
.goss_detail {
  float: right;
  display: block;
  position: relative;
  top: 20px;
}

#goss_submit_loading {
  display: none;
  width: 30px;
  top: 8px;
  position: relative;
}

.goss_text {
  display: block;
  height: 38px;
  margin-left: 10px;
  padding-top: 5px;
}

.goss_footer {
  position: absolute;
  display: block;
  /* float: right; */
  bottom: 0;
  width: 95%;
  margin-left: 10px;
}
/***
 * FT INBOX - Under .page class
 **/
.page .ft_inbox ul {
  width: 90% !important;
  margin-left: 0px !important;
}
.page .ft_inbox div[class^="task_"] {
  margin-left: 0px !important;
  width: 95% !important;
}
.page .tool_tip h2 {
  width: 80%;
}

/* 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: 5;
}

textarea:focus::placeholder {
  color: transparent;
}

/* 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: 25pt;
  font-weight: bold;
  /* ALERT: comment out for 2020 year */
  /* background: #EAEAEA; */
  width: 95%;
  color: #113B69;
  padding: 0px;
  margin-bottom: 10px;
}

.year_section.tv {
  background: none;
}

.more {
  font-size: 20pt !important;
  display: block !important;
}

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

.top_link {
  float: right;
  color: #1c84ef;
  padding-right: 5px;
}

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

#paypal_form {
  display: none;
}

.film_reviews .search_to_tour {
  color: #113B69;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-left: 0px;
}

.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); }
}

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

@keyframes border-pulsate3 {
  0% { border-color: rgba(223, 51, 20, 0); }
  50% { border-color: rgba(223, 51, 20, 0); }
  100% { border-color: #6E9FCF; }
}

/*
@keyframes border-pulsate {
  0% { border-color: #FFD700; }
  50% { border-color: #FFFFFF; }
  100% { border-color: #FFD700; }
}
*/

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

.gold_border {
  border: 8px solid #CCCCCC;
  /* animation: border-pulsate2 2s infinite; */
}

.blue_border {
  border: 8px solid #6E9FCF;
  animation: border-pulsate3 2s infinite;
}

.key_container {
  display: block;
}

.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;
}

.container.one_liner.ad: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;
}

.rhs_category_ad4 span {
  margin-top: 4px;
  font-weight: normal;
}

.middle_ad {
  background: #EAEAEA;
  padding: 12px;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  height: 70px;
  cursor: pointer;
  width: 92%;
}
.middle_ad a {
  color: #113B69;
  font-size: 18px;
  background: url('/images/yellow-star.png') no-repeat;
  background-position: 0px 2px;
  background-size: 45px;
  padding-left: 50px;
  display: inline-block;
  height: 60px;
}

.middle_ad span {
  margin-top: 10px;
  display:block;
}

.middle_ad img {
  width: 30px !important;
  height: 30px !important;
  margin-top: 8px;
}

.review_awards iframe[src^="https://itch.io"] {
  margin-bottom: 15px;
}

/* NOTE: Try and display hidden Game Graphic ".thumb_wrapper" */
.popular.column iframe[src^="https://itch.io"] {
  width: 382px;
  margin-top: 20px;
  margin-bottom: 15px;
}

#myInput {
  padding-left: 45px;
}

#myInput.loading {
    background: url('/images/loading.gif') no-repeat left;
}

.amzn-native-header .amzn-native-header-text {
  display: none !important;
}

.amzn-native-search-bar {
  display: block;
  float: left;
}

.amzn-native-container {
  margin-top: -10px;
}

.amzn-native-content {
  display: none !important;
}

.amzn-native-search-bar .amzn-native-search-bar-content {
  float: left !important;
}

.computer_games .amzn-native-brand {
  clear:both !important;
}

.amzn-native-brand {
  text-align: left !important;
}

.amzn-native-search-bar-narrow {
  display: block !important;
}

#amzn-native-ad-0 {
  display: block !important;
}

.amzn-native-search-bar-form-holder {
  width: 80%;
}

.popular #amzn_assoc_ad_div_adunit0_0 {
  width: 300px;
}

.amzn-native-search-input {
  width: 87%;
}

.amzn-native-search-bar-form {
  width:300px;
}

.ntv_ad_search_title {
  font-size: 18px;
  font-weight: bold;
  color: #113B69;
}

.review #amzn_assoc_ad_div_adunit0_0 .amzn-native-products-list, .page #amzn_assoc_ad_div_adunit0_0 .amzn-native-products-list {
  height: 80% !important;
  display: block;
}

.review #amzn_assoc_ad_div_adunit0_0 .amzn-native-content, .page #amzn_assoc_ad_div_adunit0_0 .amzn-native-content  {
  display: block !important;
}

.review #amzn_assoc_ad_div_adunit0_0 .amzn-native-brand, .page #amzn_assoc_ad_div_adunit0_0 .amzn-native-brand {
  clear: both !important;
}

.popular .amzn-native-content {
  display: block !important;
}

.popular .amz-native-container {
  display: block !important;
}

.popular .amzn-native-products-list {
  display: block;
  width: 378px;
}

.popular .amzn-native-brand, .page #amzn_assoc_ad_div_adunit0_0 .amzn-native-brand {
  clear: both !important;
}

div[id^="amzn_assoc_ad_div_adunit"] {
  display: block;
}

.ratings {
  display: inline-block;
  border-radius: 10px;   /* Firefox, other Gecko */
  background: #EAEAEA;
  padding: 10px;
  margin-bottom: 15px;
  width: 95%;
}

.rating {
  float: left;
  width: 50%;
}

.rating img {
  top: 4px;
  position: relative;
}

.page.ads input{
  width: 200px;
  margin: 5px;
  font-size: 18px;
}

.page.ads .field_prompt {
  display: inline-block;
  width: 100px;
}

#advertiser_login, #account_creation {
  border: 4px solid #EAEAEA;
  padding: 10px;
  display: inline-block;
}

#thankyou_tasks {
  border: 2px solid #EAEAEA;
  border-radius: 20px;
  background-color: #FFFFAF;
  padding: 10px;
  display: inline-block;
  clear: both;
  margin-top: 15px;
  width: 95%;
  font-size: 20px;
}

.yellow {
  background-color: #FFFFAF;
}

#thankyou_tasks a {
  background: url('/images/graphic-hand-cursor.png') left no-repeat;
  background-size: 15px;
  padding-left: 18px;
}

#thankyou_tasks span {
  display: block;
}

#thankyou_tasks b {
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

#thankyou_tasks span:nth-of-type(1) {
  margin-top: 20px;
}

#thankyou_tasks span:nth-of-type(2) {
  margin-top: 40px;
}

#thankyou_tasks .star_2 {
  clear: both;
  margin-top: 12px;
}

/* HOMEPAGE */
.column2.lhs {
  display: none;
}
.film_reviews {
  width: 96% !important;
  position: relative;
}
.computer_games.column {
  display: none !important;
}
.popular.column {
  display: none !important;
}

/**
 * MULTIPLE WIDTHS - Poster Presentability
 */
/* OLD CODE: .year_2020 .middle_ad { margin-left: 0px !important; } */
/*
@media only screen and (max-width: 1100px) { .middle_ad a { font-size: 16px; } }
@media only screen and (min-width: 1100px) { .middle_ad { margin-left: 34%; } }
@media only screen and (min-width: 1495px) { .middle_ad { margin-left: 25%; } }
@media only screen and (min-width: 1857px) { .middle_ad { margin-left: 18%; } }
@media only screen and (min-width: 2155px) { .middle_ad { margin-left: 15%; } }
@media only screen and (min-width: 2695px) { .middle_ad { margin-left: 15%; } }
*/

/*
 * When Screen is wider...
 */
@media only screen and (min-width:1400px) {


}

/*
 * When Screen is wide...
 */
@media only screen and (min-width:1200px) {

}

@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: 548px;
  }

}

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

  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
  }

  .share_page {
    display: none;
  }

  .ft_inbox_small_text {
    font-size: 30px !important;
  }
  
  .page h1, .rhs h1 {
    font-size: 35pt;
  }

  .page.review, .page.name {
    width: 50% !important;
  }

  header.mobile {
   height: 175px !important;
  }

  .path_header span {
    font-size: 30px;
  }

  .mobile .slogan {
    font-size: 25px !important;
  }

  .msg_container {
    margin-top: 20px;
  }

  .computer_games.rhs {
    width: 42% !important;
  }

  .computer_games.rhs .poster_div a img, .page.category .poster_div a img {
    width: 130px !important;
    height: 170px !important;
  }

  .marquee {
    width: 430px !important;
  }

  .top_link {
    display: none !important;
  }

  h2 {
    font-size: 40pt;
  }

  .tab h3 {
    font-size: 18px;
  }

  .tabcontent {
    font-size: 18px;
  }

  .tabcontent p {
    display: none;
  }

  .top_msg_scroll {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
  }


  #hot_celebrities a, div[id^='hot'] a {
    font-size: 22px;
  }

  .popular a.tour_of_titles {
    background-size: 25px;
    padding-left: 30px;
  }

  .middle_ad a {
    font-size: 15px;
  }

  a.reviews_link, div[id^='hot'] a {
    display: block;
    margin-bottom: 20px;
  }

  a.reviews_more_link {
    font-size: 35pt;
  }

  .page h2, .computer_games.rhs h2 {
    font-size: 22pt;
    background-size: 20px;
  }

  .year_section {
    font-size: 40pt;
  }

  .more {
    font-size: 38pt !important;
  }

  .page a.bookmark.home {
    font-size: 35pt !important;
    background-size: 35px;
    padding-left: 40px;
  }

  .page p, .page.review, .page.review blockquote, .page div {
    font-size: 40px;
  }

  .page.category div {
    font-size: 35px !important;
  }

  .film_reviews .rhs a img, .review_categories a img {
    width: 150px;
    height: 200px;
  }

  .poster_block_1, .poster_block_3, .poster_block_4, .poster_block_5 {
    display: inline-block;
    width: 300px;
    height: 405px;
    float: left;
    vertical-align: top;
    overflow: hidden;
  }
  .poster_block_5.ad {
    font-size: 29px !important;
  }

  .poster_block_5 a img {
    width: 284px !important;
    height: 327px !important;
  }

  .poster_block_4 iframe {
    width: 448px !important;
    height: 327px !important;
  }

  .poster_block_3 a img.game_img {
    width: 284px !important;
    height: 330px !important;
  }

  .poster_block_1 .order {
    position: absolute;
    padding-top: 4px;
    text-align: center;
    background-color: #CCCCCC !important;
    width: 50px;
    height: 50px;
    z-index: 3;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
  }

  .block_heading, .poster_block_1 .block_heading, .poster_block_3 .block_heading, .poster_block_4 .block_heading, .poster_block_4 .block_heading, .poster_block_5 .block_heading {
    position: absolute;
    margin-top: 327px !important;
    border: none;
    background: #EAEAEA;
    margin-left: 0px !important;
    width: 284px !important;
    text-align: center;
    font-size: 38px !important;
    height: 63px !important;
    z-index: 3;
    padding-top: 5px;
  }

  .poster_block_5 .block_heading {
    font-size: 32px !important;
  }

  .poster_block_4 {
    width: 454px !important;
  }

  .poster_block_4 .block_heading {
    width: 438px !important;
  }

  .poster_block_1 .text {
    font-size: 26px;
    word-break: break-all;
  }

  .film_reviews .poster_block_2 {
    height: 200px !important;
    width: 298px !important;
    font-size: 17px !important;
  }

  .poster_block_2 .block_heading { 
    margin-top: 125px !important;
    font-size: 32px !important;
    padding-top: 10px !important;
    height: 59px !important;
    width: 282px !important;
  }

  .poster_block_2 img {
    height: 125px !important;
    width:  900px !important;
  }

  .just_reviewed a img {
    width: 284px !important;
    height: 330px !important;
  }

  .poster_block_1.just_reviewed a[data]:hover:after, .poster_block_5.gold_border a[data]:hover:after {
    width: 250px !important;
    margin-top: -105px !important;
    margin-left: 10px !important;
    font-size: 16px;
  }

  .poster_block_5 img {
    width: 285px !important;
    height: 327px !important;
  }

  .poster_div.poster_block_1.gold_border img {
    width: 150px;
  }

  .game {
    font-size: 25pt;
  }

  .game {
    font-size: 30pt;
    padding-left: 0px;
    background-size: 50px;
  }

  #thankyou_tasks span {
    margin-top: 0px;
  }

  #thankyou_tasks span:nth-of-type(1) {
    margin-top: 10px;
    font-size: 30pt;
  }

  #thankyou_tasks span:nth-of-type(2) {
    margin-top: 20px;
    font-size: 30pt;
  }

  #thankyou_tasks a {
    background-size: 22px;
    padding-left: 28px;
  }

  .mobile .brand {
    margin-top: 20px;
  }

  .autocomplete {
    width: 450px;
    margin-top: 22px;
  }

  .autocomplete input {
    font-size: 35pt;
  }

  .autocomplete-items div {
    font-size: 40px;
  }

  .mobile.reviews input[type="text"] {
    width: 460px;
  }

  .mobile.name input[type=text] {
    width: 397px !important;
  }

  .mobile.category input[type=text], .mobile.games input[type=text] {
    width: 375px !important;
  }
  .mobile.category .autocomplete, .mobile.games .autocomplete {
    width: 428px !important;
  }

  .dropdown-content {
    width: 350px;
    margin-left: -195px;
  }

  .dropdown-content a {
    font-size: 40px !important;
  }

  .dropdown .dropbtn {
    font-size: 25px;
    height: 70px;
    padding-top: 0px;
  }

  .navbar {
    height: 69px;
    margin-top: 22px;
  }

  input[type="text"] {
    width: 398px;
  }

  .page .navbar {
    display: block;
  }

  .page.our-tech p {
    font-size: 12pt;
  }

  .review_names, .review_categories, .review_release_date, .review_rating, .review_text, .review_author {
    font-size: 35pt;
  }

  .review_rating {
    background-size: 138px;
    padding-left: 142px;
    background-position: bottom 9px left 0px;
  }

  a.purchase_button {
    font-size: 25px;
    width: 180px;
  }

  .imdb_link {
    font-size: 18pt;
  }
  .imdb_link img {
    width: 50px;
  }

  .teaser {
    font-size: 25pt;
  }

  .teaser h2 {
    font-size: 26pt;
  }

  .page .navbar {
    margin-left: 0px !important;
    width: 95%;
    margin-bottom: -30px;
    height: 70px;
    text-align: center;
  }

  .page .navbar {
    margin-top:10px;
  }

  .msg span {
    margin-top: -18px;
    font-weight: normal;
  }

  .msg {
    font-size: 24px;
  }

  .teaser {
    font-size: 35pt;
  }
  .teaser h2 {
    font-size: 35pt;
  }

  .page #myInput {
    width: 100%;
  }

  .page.name #myInput, .page.category #myInput {
    width: 91%;
  }

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

  .page.category h2 {
    font-size: 35pt !important;
  }

  .page.category a {
    font-size: 35px !important;
  }

  .category .holder > div {
    width: 300px;
  }

  .page .dropdown {
    float: none;
  }

  .page .dropdown .dropbtn {
    font-size: 35pt;
    height: 70px;
    width: 100%;
  }

  .page .dropdown-content {
    width: 52%;
  }

  .page .dropdown-content a {
    font-size: 35pt !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: 500px !important;
    text-align: left;
  }

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

  ::placeholder {
    color: #4B4B4B;
  }

  #search input[type="text"] {
    width: 448px !important;
  }

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

  .dropdown-content a {
    min-width: 100px;
    float: none;
    font-size: 45px;
    color: #747474;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 20;
    line-height: 60px !important;
  }

  .header_filler {
    display: block;
    height: 188px;
  }

  .mobile.reviews input[type="text"] {
    width: 450px;
  }

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

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

  .page.review.books .lhs_review {
    width: 110% !important;
    float: left;
  }

  .lhs_review + .purchase_content {
    margin-top: 40px;
  }

  .lhs_review {
    position:relative;
    width: 90%;
    float: left;
  }

 .lhs_review.book::before {
    content: "";
    width: 250px !important;
    height: 420px !important;
    float: right;
  }

  .lhs_review + .purchase_content {
    margin-top: -54px;
    margin-left: -238px;
    float: none;
    width: 0%;
    position: relative;
    display: inline-block;
  }

  /* Top Nav Bar - MOBILE */
  .media_tab.inbox {
    width: 220px;
    height: 80px;
    font-size: 60px;
  }
  .media_tab.film, .media_tab.tv, .media_tab.games, .media_tab.books {
    height: 80px;
    width: 200px;
    font-size: 60px;
  }
  .media_tab.books {
    width: 225px;
  }

  .page .media_tab_line {
    margin-top: 9px !important;
  }

  .ft_inbox div[class^="task_"] {
    background: #EAEAEA;
    padding:10px;
    width: 80%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .media_tab.film {
    /* margin-left: 20%; */
    margin-left: 19%;
  }

  /***
   * GOSS
   **/
  .ft_inbox .task_title, .ft_inbox a.close {
    font-size: 35px;
    color: #254A86;
  }

  .star_rating  img[class^="star_"] {
    width: 80px;
  }

  .section.video-content .task_title, .section.poster .task_title {
    font-size: 40px !important;
  }

  div[class^="task_"] .comment {
    font-size: 40px;
  }

  .ft_inbox {
    margin-top: 50px !important;
  }

  .ft_inbox div[class^="task_"] iframe {
    float: none;
    width: 95% !important;
    height: 360px;
  }

  .content_review #one_liner_reviews .goss_rows, 
  .content_review #one_liner_reviews .container,
  .name #one_liner_reviews .goss_rows,
  .name #one_liner_reviews .container
   {
    display: none !important;
  }

  .review .ft_inbox, .name .ft_inbox {
    margin-top: 0px;
  }

  .tool_tip {
    font-size: 40px;
    width: 690px;
    height: 950px;
  }

  .computer_games.rhs .star_rating img {
    width: 65px;
  }

  .rating {
    float: left;
    width: 100%;
    font-size: 30px !important;
  }

  .rating img {
    float: right;
    width: 40px;
  }

  #one_liner_reviews {
    display: block;
  }

  .one_liner {
    position: relative;
    font-size: 40px !important;
    height: 50px;
    padding: 10px;
  }

  .one_liner .footer_rhs i {
    display: block;
    clear: both;
  }
  
  /*
  .tool_tip a:nth-of-type(2) img {
    width: 60px !important;
  }
  .tool_tip a:nth-of-type(3) img {
    width: 60px !important;
  }
  .tool_tip a:nth-of-type(4) img {
    width: 60px !important;
  }
  */

  .tool_tip a:nth-of-type(2) img {
    width: 120px !important;
  }
  .tool_tip a:nth-of-type(3) img {
    width: 120px !important;
  }
  .tool_tip a:nth-of-type(4) img {
    width: 120px !important;
  }

  .ft_inbox .tool_tip {
    font-size: 40px;
    width: 635px !important;
    height: 1040px !important;
  }

  .page .ft_inbox .tool_tip {
    font-size: 40px;
    width: 570px !important;
    height: 1040px !important;
  }
  .tool_tip h2 {
    font-size: 40px;
    float: left;
    width: 85%;
    display: inline-block;
  }
  .section.film .tool_tip a:nth-of-type(2) img, .section.tv .tool_tip a:nth-of-type(2) img, .section.book .tool_tip a:nth-of-type(2) img {
    width: 200px;
    height: 250px;
  }
  .tool_tip a:nth-of-type(2) img {
    width: 140px;
  }
  .tool_tip a:nth-of-type(3) img {
    width: 140px;
  }
  .tool_tip a:nth-of-type(4) img {
    width: 140px;
  }

  /* Review the Below Styles */
  .computer_games.rhs .poster_div a img {
    width: 110px !important;
    height: 150px !important;
  }

  .computer_games.rhs .poster img {
    width: 150px !important;
    height: 230px !important;
  }

  .rhs_category_ad2 {
    height: 180px;
    width: 370px;
  }

  .rhs_category_ad2 span {
    font-size: 40px !important;
  }

  .review_text {
    display: none;
  }

  /* Goss - Styles */
  #one_liner_reviews {
    height: 410px !important;
  }
  .marquee_1, .marquee_2 {
    width: 440px !important;
    height: 500px !important;
    overflow: hidden !important;
  }
  .rhs #one_liner_reviews {
    height: 600px !important;
  }
  #one_liner_reviews .goss_text {
    margin-bottom: 100px;
  }
  .home_scroller_1 {
    margin-left: 0%; 
  }
  #one_liner_reviews .container.one_liner {
    font-size: 30px !important;
    height: 420px;
    margin-bottom: 20px;
  }
  #one_liner_reviews .like_icon {
    width: 28px;
  }
  .home_scroller_1, .home_scroller_2 {
    width: 50%;
    float: left;
    height: 100%;
  }
  #one_liner_reviews .container.one_liner {
    font-size: 30px !important;
  }
  #open_goss_in_desktop {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #submit_goss_button {
    display: none;  
  }
  .section.goss {
    height: 480px;
    width: 100%;
  }
  .ft_inbox .section_title {
    font-size: 40px;
  }
  .goss_mobile_message {
    display: none;
  }

}


/*
.sticky {
  position: fixed;
  top:0;
  width:100%;
  z-index: 20;
}
*/

/* <header> - Mobile Styles */
header.mobile {
  height: 155px;
}
header .header_links {
  float: right;
  margin-right: 5px;
  margin-top: 0px;
  text-align: right;
  border: 0px solid red;
  height: 90%;
}
header .header_links a, header .header_links b.navy {
  font-size: 20px;
  margin-right: 0px;
  line-height: 25px;
}
header .header_links > a {
  margin-right: 10px;
}
.mobile .brand {
  float: left;
}
.mobile .slogan {
  color: #3890ea;
  font-weight: bold;
  margin-left: 18px;
  position: absolute;
  margin-top: 110px;
}
.mobile #logo img {
  width: 140px;
}
.mobile #top_logo_text img {
  margin-top: 25px;
  width: 300px;
  margin-left: 18px;
  float: left;
  vertical-align: top;
}
.mobile #tm_header_symbol {
  margin-top: 25px;
  font-size: 30px;
  margin-left: -15px;
  display: none;
}
.mobile .share_page {
  margin-top: 0px;
  margin-right: 5px;
  float: right;
  clear: both;
}
.mobile .logo_header_patreon {
  float: left;
  display: block;
  clear: both;
  margin-right: 20px;
}
.mobile span {
  float: left;
  font-size: 18px;
  margin-top: 7px;
}
.mobile .sharethis-inline-share-buttons {
  margin-left: 5px !important;
  margin-top: 0px;
  width: 210px;
}
.mobile .st-btn > svg {
  top: 0px !important;
  height: 30px !important;
  width: 30px !important;
}
.mobile .st-btn {
  min-width: 30px !important;
  height: 30px !important;
}