* {
  /*border: 1px solid red;*/
}
::-moz-selection {
  /*background: #f1c40f;*/
}
::selection {
  /*background: #f1c40f;*/
}

body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background-position: 50.1% top;*/
  background-position: center top;
  -webkit-background-size: 1949px 1200px; /* fix for chrome and its half-pixel weird centering bug */
  background-size: 1949px 1200px; /* IE fix for backgrounds and its apparent weird centering bug too*/
}

strong,
b {
  font-weight: bold;
}

#ECNglobalContainer {
  position: relative;
  text-align: center;
  width: 1000px;
  margin: 0px auto;
}

.borderContainer {
  border: 0px dashed purple;
  width: 1310px;
  height: 100%;
  background-color: white;
  margin: 0 auto;
}

.superWhiteWrapper {
  border: 0px dashed purple;
  /* min-width: 600px; */
  width: 100%;
  /*height: 100%;*/
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  position: relative;
  /*z-index: 10;*/
  margin-top: 25px;
  margin-bottom: 25px;
}

.superWhiteWrapper.notEmbed {
  max-width: 1250px;
  min-width: 1250px;
}
@media (max-width: 1265px) {
  .superWhiteWrapper.notEmbed {
    max-width: 960px;
    min-width: 960px;
  }
}

/*#flashContainer { margin: 0 auto; width: 1000px }*/

.css3 {
  transition: background 0.5s linear;
  -moz-transition: background 0.5s; /* Firefox */
  -webkit-transition: background 0.5s; /* Safari and Chrome */
  -o-transition: background 0.5s; /* Opera */
}

h1,
h2,
h3,
h4 {
  margin: 00px;
  padding: 0px;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

a.normal:link {
  color: #2f88b6;
}

a.normal:visited {
  color: #2f88b6;
}

a.normal:active {
  color: #2f88b6;
}

a.normal:hover {
  color: #2f88b6;
}

.fauxLink {
  width: 180px !important;
  height: 55px !important;
  background-image: none !important;
  cursor: pointer;
  /*text-decoration: underline;*/
  text-decoration: none;
}

.hand_pointer {
  cursor: pointer;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* extra content for NYE */
#dudes {
  /* border: 0px solid #F00; */
  z-index: -500;
  position: fixed;
  bottom: 0px;
  height: 328px;
  width: 1000px;
  margin: 0px auto;
}

#bottomDudeLeft {
  /*float: left;*/
  left: 0px;
  /*margin-left: -120px;*/
}

#bottomDudeRight {
  /*float: right;*/
  right: 0px;
  /*margin-right: -120px;*/
}

@media screen and (max-width: 1250px) {
  #bottomDudeLeft {
    display: none;
  }
  #bottomDudeRight {
    display: none;
  }
}

#bottomDudeLeft,
#bottomDudeRight {
  z-index: 500;
  position: fixed;
  bottom: 0px;
  height: 328px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* css for some of the WTC content pages? */

/*  for the WTC content player */
#timelapse_player {
  border: 0px solid #ff0000;
  width: 740px;
  margin: 5px 0px 13px 0px;
  /* margin: 5px 0px 13px 0px; */
  text-align: center;
}

p.pageContentCopy {
  margin-bottom: 5px;
}

p.pageContentCopyHeader {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

p.flashTextColor {
  color: #ffffff;
  width: 153px;
  margin: 5px 0px 0px 5px;
}

.misc_content {
  /*margin-left: 40px;*/
  padding: 0px 0px 0px 0px;
  background-color: white;
  color: black;
  text-align: left;
  /*width: 1000px;*/
  margin: 0 auto;
  width: 1250px;
  height: 100%;
}
@media (max-width: 1265px) {
  .misc_content {
    max-width: 960px;
    min-width: 960px;
  }
}
/* --------------------------------------------------------------------------------------------------------------- */

/* april fool's day stuff*/
#smellovision {
  display: none;
  cursor: pointer;
  z-index: 50000;
  left: 450px;

  left: 50%;
  margin-left: -50px;
  width: 100px;

  top: 460px;
  position: absolute;
  /*height: 99px;*/
  /*background-color: red;*/
}

#aprilfools {
  display: none;
  cursor: pointer;
  z-index: 50000;
  left: 100px;
  top: 200px;
  position: absolute;
  /*width: 128px;
	height: 72px;*/
  /*background-color: blue;*/
}

/* --------------------------------------------------------------------------------------------------------------- */
/* NEW CSS FOR V2 TEMPLATE */
/* --------------------------------------------------------------------------------------------------------------- */

/*
	GENERAL
*/
#bottom_half {
  /* updated for incorporation of react share modal */
  /* width: 960px; */
  padding: 20px 0px 0;
  margin: 0 auto -5px;
  background-color: #ffffff;
}
#bottom_half_cont {
  min-width: 1250px;
}
#top_half {
  width: 100%;
  margin: 0 auto;
}
.superWhiteWrapper.notEmbed #top_half {
  min-width: 600px;
  max-width: 1250px;
  width: 1250px;
}
@media (max-width: 1265px) {
  #bottom_half_cont {
    min-width: 960px;
  }
  .superWhiteWrapper.notEmbed #top_half {
    max-width: 960px;
    width: 960px;
  }
}

/*
		located in ecv4.css

#fixed_scrolltotop {
	position: fixed;

	bottom: 50px;
	margin-left: 1000px;
	z-index: 100;
	display: none;
	opacity: .7;
}

#fixed_scrolltotop:hover { opacity: 1.0; }
#fixed_scrolltotop:active { opacity: 1.0; }
*/

#black_wrapper {
  /*width: 1000px;*/
  width: 100%;
  background-color: #222222;
  color: white;
}
.superWhiteWrapper.notEmbed #black_wrapper {
  min-width: 600px;
  max-width: 1250px;
  width: 1250px;
}
@media (max-width: 1265px) {
  .superWhiteWrapper.notEmbed #black_wrapper {
    min-width: 960px;
    max-width: 960px;
  }
}

#top_nav_segment {
  clear: left;
  display: none;
}

/*STYLING OVERWRITES for template_v4 - can likely put changes into corresponding css files once main video page is overhauled completely.*/

/*ecnplayer.css*/
.superWhiteWrapper.notEmbed #ecnPlayer,
.superWhiteWrapper.notEmbed .ecnPlayerHTML5 {
  min-width: 600px;
  max-width: 1250px;
  /* width: 100%; */
  width: 1250px !important;
  /* height: 675px !important; */
  height: 703px !important;
}
.superWhiteWrapper.notEmbed
  > #black_wrapper
  > #top_half
  > #top_content_segment
  > #ecnPlayer
  > div
  > .playerArea {
  /* height: 675px !important; */
  height: 703px !important;
}
@media (max-width: 1265px) {
  .superWhiteWrapper.notEmbed #ecnPlayer,
  .superWhiteWrapper.notEmbed .ecnPlayerHTML5 {
    min-width: 960px;
    max-width: 960px;
    min-height: 520px !important;
    height: 520px !important;
  }
  .superWhiteWrapper.notEmbed
    > #black_wrapper
    > #top_half
    > #top_content_segment
    > #ecnPlayer
    > div
    > .playerArea {
    height: 520px !important;
  }
}

/*
	HEADER ITEMS
*/
#header-toggle {
  color: #00589d;
  cursor: pointer;
  font-size: 1.5em;
}
.customHeader {
  width: 1000px;
  height: 50px;
  background-repeat: no-repeat;
  background-color: #222;

  position: relative;
}

#site_header_text {
  /* for new years*/
  position: absolute;
  left: 618px;
  top: 63px;
}

#top_content_segment {
}
#header_segment {
}
#ec_logo_image {
  position: absolute;
  bottom: 0px;
  float: left;
  border: 0px solid red;
  width: 240px;
  height: 50px;
}
#magnifying_glass {
  float: right;
  margin-right: 0px;
}

#hof_magnifying_glass {
  float: left;
  margin-top: -17px;
}

/* #new hof search */
#searchbar2 {
  /*position: absolute;*/
  right: 1px;
  /*margin: -17px 0px 10px 0px;*/
  width: 400px;
}
/*#searchbar2 > .searchBarSubmission {
  float: right;
  width: 400px;
}*/
#headerSearch {
  display: inline-block;
  width: 74% !important;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc !important;
  color: black !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
#submitSearchSmall {
  background-color: #00589d;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-family: Arial;
  height: 35px;
  margin: 0px 1px 0px -1px;
  /*margin-bottom: 4px;*/
  width: 25%; /*100px*/
}
#submitSearchSmall:hover,
#submitSearchSmall:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* #hof_search_bar_area */
#search_bar_area /* all encompassing container*/ {
  position: absolute;
  bottom: 0px;
  right: 0px; /*position: relative; float: right*/
  border: 0px solid red;
  width: 300px;
  height: 50px;
}
#search_bar_container ,  #hof_search_bar_container /* text input box and its bg opaque element*/ {
  position: relative;
  width: 150px;
  height: 20px;
  display: none;
  float: right;
  border: 0px;
  margin-top: 15px;
}
#hof_search_bar_container {
  float: left;
}
#search_bg, #hof_search_bg /* opaque hack*/ {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}
#ui-id-1 > li:hover {
  background-color: white !important;
}

#hof_search_bg {
  border: 1px solid black;
}

#search_bar_area  input, #hof_search_bar_area  input /* the text box itself*/ {
  padding-left: 5px;
  z-index: 100;
  position: absolute;
  background-color: transparent;
  border: 0px;
  width: 150px;
  height: 20px;
  left: 0;
  top: 0;
}

#hof_search_bar_container {
  margin-top: -3px;
}

/* subcontent more box dropdown */
#subcontent2 {
  text-align: left;
  margin-top: 3px;
  position: absolute;
  right: 0px;
  top: 20px;
  display: none;
  border: 1px solid #222222;
  background-color: white;
  color: black;
  width: 160px;
  height: 370px;
  padding: 0px;
  font-size: 12px;
  font-family: Arial;
  z-index: 1000;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#subcontent2 a {
  display: block;
  margin: 5px 0px 0px 0px !important;
  padding: 2px 0px 2px 15px !important;
}
#subcontent2 a:link,
#subcontent2 a:visited,
#subcontent2 a:active {
  color: black !important;
}
#subcontent2 a:hover {
  text-decoration: none !important;
  color: white !important;
  background: #555 !important;
}

.more_dropdown {
  z-index: 500;
  color: white;
  float: right;
  margin-right: 15px;
}

#help_trigger {
  float: right;
  color: white;
  margin-right: 40px;
  cursor: pointer;
}
#help_trigger:hover {
  text-decoration: underline;
}

@media (max-width: 1265px) {
  #searchbar2 {
    width: 300px;
  }
  #headerSearch {
    width: 68% !important;
  }
  #submitSearchSmall {
    width: 30%;
  }
}

/* Top Nav section */

.header-v3 {
  z-index: 999 !important;
}
.header-v3 .dropdown-menu {
  top: calc(100% - 15px);
}
.helpHeaderCont:not(.likesCont) {
  width: 1250px !important;
}
.header-v3 {
  min-width: 1250px;
}
#logo-header {
  height: 35px !important;
  margin-top: 5px !important;
  /*margin-top: 10px !important;*/
}
.header-v3 .dropdown-menu li a {
  padding: 10px 20px !important;
}
.header-v3 .navbar-brand {
  margin-top: -20px !important;
}
#navbarNav {
  display: block !important;
}
.navbar > .container-fluid .navbar-brand {
  margin-left: -15px !important;
}
.header-v3 .navbar-nav > li > a {
  width: initial !important;
}
.header-v3 .mega-menu .dropdown-menu {
  right: 0px;
}
.navbar-right > li > a,
.header-v3 .dropdown-menu li a {
  font-size: 15px !important;
}
.header-v3 .navbar-nav > li {
  min-height: initial !important;
}
.header-v3 .navbar-default .navbar-nav > li > a {
  /*padding: 5px 30px !important;*/
  padding: 5px 10px !important;
  font-weight: 300 !important;
}
.header-v3 .navbar-default .navbar-nav > li > a:hover,
.header-v3 .navbar-default .navbar-nav > li > a:focus {
  color: black !important;
}
#navbarNav {
  border: none;
}
.header-v3 .navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block !important;
}
#earthcamButton {
  border-left: 1px solid #c3c3c3;
}
#navbarNav {
  border: none;
}
.header-v3 .navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block !important;
}
.navbar-right {
  float: right !important;
}
.navbar-right > li:not(#searchbar) {
  max-width: 175px;
  font-weight: 500;
}
.ui-datepicker-calendar a:hover, .ui-datepicker-close:hover {
  background: rgba(0,0,0,0.05) !important;
}
@media (max-width: 980px) and (min-height: 1081px) {
  .ui-datepicker-calendar a { font-size: 18px !important; }
}
@media (max-width: 991px) {
  .header-v3 .navbar-nav.navbar-right {
    float: right !important;
  }
  #logo-header {
    margin-top: 18px !important;
  }
  #navbarNav,
  .header-v3 .navbar-nav > li,
  .header-v3 .navbar-nav > li > a {
    height: 31px;
  }
  .date_container{
    width: 335px;
  }
}
@media (min-width: 1250px) {
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px !important;
  }
}
@media (max-width: 1275px) {
  .navbar-right {
    margin-right: 0px !important;
  }
}
@media (min-width: 1450px) {
  .header-v3 .mega-menu .dropdown-menu {
    left: auto;
    right: auto;
  }
}

#topNavBar {
  color: #3c3c3c; /**/
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  /*width: 960px;*/
  /*width: 1000px;*/
  min-width: 600px;
  max-width: 1250px;
  /* width: 100%; */
  width: 1250px;
  height: 34px;
  border-top: 0px solid white;
  /*border-bottom: 1px solid #818181;*/
  background-color: #222222;
  text-align: left;
  position: relative;
  z-index: 100;
  /* display: none; */
}

#topNavBar a {
  padding: 0 15px 0 15px;
}
#topNavBar a:link,
#topNavBar a:visited,
#topNavBar a:active {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
}
#topNavBar a:hover {
  text-decoration: underline;
}

#hof_top_nav {
  color: #ffffff;
  font-size: 16px;
} /* yellow: #FFFF00   blue: #ADD8E6*/
#hof_top_nav .star_text {
  font-size: 17px;
}
#hof_top_nav:active {
  font-weight: bold !important;
  color: #ffffff; /*#FFFF00*/
}
#hof_top_nav:hover {
  font-weight: bold;
  color: #ffffff; /*#FFFF00*/
}

#top_nav_dropdown {
  text-align: left;
  width: 250px;
  padding: 5px;

  border: 1px solid #727272;
  -moz-box-shadow: 1px 1px 2px #727272;
  -webkit-box-shadow: 1px 1px 2px #727272;
  box-shadow: 1px 2px 2px #727272;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  background-color: #efefef; /*EDEDED*/
  display: none;
  z-index: 500;
  position: absolute;
  top: 32px;
  /*left: 125px;*/ /* old position */
  /*left: 375px;*/
  left: 195px;
}

.nav_dropdown_item {
  padding: 3px;
  color: black;
}
.nav_dropdown_item a {
  color: black;
}

/*#top_nav_dropdown .nav_dropdown{ text-decoration: none; color: #000000; }*/
#top_nav_dropdown a.nav_dropdown:link,
a.nav_dropdown:visited,
a.nav_dropdown:active {
  text-decoration: none;
  color: #000000 !important;
}
#top_nav_dropdown a.nav_dropdown:hover {
  text-decoration: underline;
}
/* .settingsWidget > *,
.settingsWidget > * > *,
.settingsWidget > * > * > * {
  color: #ffffff !important;
} */
#campage-head.toggled.fixed-top {
  /* position: fixed; */
}

@media (max-width: 1265px) {
  .helpHeaderCont:not(.likesCont) {
    width: 960px !important;
  }
  .header-v3 {
    min-width: 960px;
  }
  #topNavBar {
    min-width: 960px;
    width: 960px;
  }
}

/****************************
Sidebar CSS
****************************/

/****************************
Class CSS
****************************/

#side-content-wrapper span.socialIcons {
  /* justify-content:center; */
  color: #444444;
  max-width: 300px;
  z-index: 0;
}
span.socialIcons > div {
  padding-left: 20px;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 200px;
  padding-left: 0px;
  padding-top: 5px;
  list-style: none;
  font-family: Verdana;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-nav > li {
  position: relative;
  display: block;
  height: 25px;
  overflow: hidden;
  padding-left: 20px;
}
/*.sidebar-nav > li:visited, .sidebar-nav > li:hover, .sidebar-nav > li:active{
	background-color: rgba(100, 100, 100, 0.2);
}*/
.sidebar-nav > li.brand {
  position: relative;
  display: block;
  height: 30px;
}
/*.sidebar-nav > li > a, .sidebar-nav > li > a:visited, .sidebar-nav > li > a:hover, .sidebar-nav > li > a:active, */
.sidebar-nav a,
.sidebar-nav a:visited,
.sidebar-nav a:hover,
.sidebar-nav a:active {
  color: #444444;
  font: 14px Arial, sans-sarif;
  text-decoration: none !important;
}
.sidebar-nav a:visited,
.sidebar-nav a:hover,
.sidebar-nav a:active {
  background-color: rgba(100, 100, 100, 0.2);
}
.sidebar-nav a:visited:not(.icon),
.sidebar-nav a:hover:not(.icon),
.sidebar-nav a:active:not(.icon) {
  box-shadow: 0 0 0 1000px rgba(100, 100, 100, 0.2);
}
.sidebar-nav > li > a.selected {
  color: #1d63a2;
  font-weight: bold;
}
.sidebar-toggle {
  padding: 5px;
  cursor: pointer;
}
.social-text-adjust {
  margin-top: 10px;
  cursor: default;
  top: 0%;
}
/* @media (min-width: 1501px){ */
@media (min-width: 1501px) {
  .mainContainer {
    transition: all 0.2s;
    /* padding-left: 0px; */
    left: 0px;
  }
  .mainContainer.toggled {
    /*padding-left: 200px;*/
    left: 100px;
  }
  /*.mainContainer.toggled > .container-fluid{
		width: calc(100%);
	}*/
  #footer-container {
    transition: all 0.2s;
    padding-left: 0px;
  }
  #footer-container.toggled {
    padding-left: 200px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social-text-adjust {
    margin-top: 70px;
  }
}

/****************************
ID CSS
****************************/

#scrim {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150%;
  visibility: visible;
  background: #000000;
  transition: z-index 200ms step-end, opacity 200ms linear;
  transform: rotateZ(360deg);
  opacity: 0;
}
#sidebar-wrapper {
  background: #fafafa;
  border-right: 1px solid #e4e4e4;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 150%;
  margin: 0px;
  padding: 0;
  transition: z-index 200ms step-start, transform 200ms;
  transform: translate3d(-100%, 0, 0);

  /* overflow-y: scroll; */
}
#side-content-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50px;
  right: 0;
  height: calc(100% - 6px);
  visibility: visible;
  color: #444444;
  text-align: left;
  transition: z-index 200ms step-end;
  opacity: 1;
  min-width: 1250px;
}
@media (max-width: 1265px) {
  #side-content-wrapper {
    min-width: 960px !important;
  }
}
#side-content-wrapper.bannerAdjust {
  margin-top: 110px;
}
#side-content-wrapper.fixed-top {
  margin-top: 0px;
  position: fixed;
}
#side-content-wrapper.fixed-top.bannerAdjust {
  margin-top: 104px;
}
#side-content-wrapper.toggled {
  z-index: 5000;
  transition: z-index 200ms step-start;
}
#side-content-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 50px;
  right: 0;
  height: calc(100% - 6px);
  visibility: visible;
  color: #444444;
  text-align: left;
  transition: z-index 200ms step-end;
  opacity: 1;
  min-width: 1250px;
}
#side-content-wrapper.bannerAdjust {
  margin-top: 110px;
}
#side-content-wrapper.fixed-top {
  margin-top: 0px;
  position: fixed;
}
#side-content-wrapper.fixed-top.bannerAdjust {
  margin-top: 104px;
}
#side-content-wrapper.toggled {
  z-index: 5000;
  transition: z-index 200ms step-start;
}
#side-content-wrapper > *,
#side-content-wrapper > * > *,
#side-content-wrapper > * > * > * {
  z-index: -1;
}
#side-content-wrapper.toggled > #scrim {
  z-index: 5001;
  transition: z-index 200ms step-start, opacity 200ms linear;
  opacity: 0.3;
}
#side-content-wrapper.toggled > #sidebar-wrapper {
  z-index: 7500;
  background: #fafafa;
  top: 0px;
  margin: 0;
  transition: z-index 200ms step-start, transform 200ms;
  transform: translate3d(0%, 0, 0);
}
@media (max-width: 767px) {
  #side-content-wrapper.fixed-top {
    margin-top: 0px;
    height: 100%;
  }
}

/*
	COMMENTS
*/
#comments_segment {
  width: 1310px;
  margin: 0 auto;
}

/*
	BODY COPY AREA
*/
.thumbover {
  border: 1px solid black;
}
.thumbout {
  border: 1px solid #d0d0d0;
}
#weatherIcon {
 /* -webkit-filter: invert(1);  filter: invert(1);*/
}

.bodyWeather {
  display: inline-block;
  font-size: 26px;
  max-width: 450px;
  min-height: 115px;
  line-height: 1.3;
}
.column_row {
  display: flex;
  justify-content: start;
  text-align: left;
}
.logo {
  display: flex;
  /* justify-content: center; */
  /* margin-top: 30px; */
}
.logo img {
  /* max-width: 100%; */
  max-width: 370px;
  align-self: flex-start;
  margin: 0px 60px 0px 0px;
  /* margin-bottom: 40px; */
}
#page_copy {
  text-align: left;
  line-height: 115%;
  font-size: 15px;
}
#body_copy {
  font-size: 26px;
  line-height: 39px;
  margin-top: 15px;
}
#body_copy .overview {
  /* font-size: 23px; */
  margin-bottom: 15px;
}
#body_copy a {
  color: #00589d !important;
  text-decoration: underline;
}
#arrow_item {
  position: absolute;
  left: -200px;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: start;
}
@media (min-width: 1450px) {
  #arrow_item {
    left: -50px;
    display: flex;
  }
}
@media (min-width: 1500px) {
  #arrow_item {
    left: -100px;
  }
}
@media (min-width: 1650px) {
  #arrow_item {
    left: -200px;
  }
}
#pov_copy {
  display: none;
}
#static_map {
  float: left;
  /*margin: 0px 10px 5px 0px;*/
  width: 253px;
  height: 125px;

  cursor: pointer;
}

#affiliate_box {
  display: none;
  float: right;
  width: 256px;
  height: 125px;
 /* margin: 0px 0px 0px 20px;*/
  margin: 0px 0px 0px 0px;
}
#donate_box {
  display: block;
  /* width: 140px; */
  min-height: 55px;
  margin: 0px 10px 0px 0px;
}
#donate_box .btn-u {
  display: inline-block;
  font-family: Arial-Bold, Arial, sans-serif;
  font-size: 26px !important;
  font-weight: 700;
  /* max-width: 100%; */
  max-width: 180px;
  width: 100%;
}
#donate_box .btn-u.btn-u-yellow {
  border-radius: 0px;
  background-color: #ffc439 !important;
}
#donate_box .btn-u.btn-u-yellow:hover {
  background-color: #dda217 !important;
}
#donate_box .amazon.btn-u.btn-u-yellow {
  border-radius: 0px;
  background-color: #ff9900 !important;
}
#donate_box .btn-u.btn-u-yellow:hover {
  background-color: #dd7700 !important;
}
#donate_box .coffee.btn-u.btn-u-yellow {
  border-radius: 0px;
  background-color: #ffdd00 !important;
}
#donate_box .coffee.btn-u.btn-u-yellow:hover {
  border-radius: 0px;
  background-color: #ddbb00 !important;
}
#donate_box .btn-u.btn-u-green,
#donate_box .btn-u.btn-u-green:focus {
  border-radius: 0px;
  background-color: #02a95c !important;
  color: #ffffff !important;
}
#donate_box .btn-u.btn-u-green:hover,
#donate_box .btn-u.btn-u-green:hover:focus {
  background-color: #017741 !important;
  color: #ffffff !important;
}

#hof_tl_titles {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0px 15px; */
  text-align: left;
}

#greeting_text {
  /*float: left;*/
  font-size: 25px;
  margin-bottom: 30px;
  
  max-width: 950px;
}
#greeting_text > .blueTitle {
  font-size: 34px; /*font-size: 24 !important;*/
}


@media (max-width: 1265px) {
	#greeting_text {
		max-width: 640px;
	}
}


#map_copy_segment,
#footer_segment,
.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: black !important;
}
#hof_segment,
#timelapse_segment,
#bestof_segment,
#extra_segment {
  color: white;
}

#footer_segment > * > * > *,
#map_copy_segment > .container-fluid:not(.homeSection),
#hof_segment > .container-fluid,
#timelapse_segment > .container-fluid,
#bestof_segment > .container-fluid,
#extra_segment > .container-fluid {
  /* max-width: 1310px; */
  max-width: 1250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
#map_copy_segment > .container-fluid:not(.homeSection) {
  max-width: 1250px;
}
@media (max-width: 1265px) {
  #hof_tl_titles {
    max-width: 960px;
  }
  #footer_segment > * > * > *,
  #map_copy_segment > .container-fluid:not(.homeSection),
  #hof_segment > .container-fluid,
  #timelapse_segment > .container-fluid,
  #bestof_segment > .container-fluid,
  #extra_segment > .container-fluid,
  #map_copy_segment > .container-fluid:not(.homeSection) {
    max-width: 960px;
  }
}
#pageLikeButton,
#pageReportButton,
#pageShareButton,
#pageMoreDrop,
.shareIcon,
.dropdown {
  cursor: pointer;
}
#pageShareButton {
  /* margin-right: 20px; */
}
.modal-backdrop {
  min-height: 3000px;
}
/*body.modal-open {
	overflow: inherit;
}*/
/*body.modal-open {
    overflow: hidden;
    position: inherit;
    width: 100%;
    height:100%;
}*/
.modal-backdrop {
  width: 100% !important;
}
/*body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}*/
.modal-open,
#reportModal,
#shareModal {
  padding-right: 0px !important;
}
@media (min-width: 576px) and (max-height: 992px) {
  /*body.modal-open {
		overflow: inherit;
	}*/
}
@media (max-width: 575px), (max-height: 991px) {
  .modal-open,
  #reportModal,
  #shareModal {
    min-width: 1250px;
  }
}
.modal-header {
  justify-content: normal !important;
}
.modal-footer .btn {
  border-radius: 0;
}
.report {
  margin-bottom: 10px !important;
}
.report > div > label {
  color: #555 !important;
  text-shadow: none;
  font-size: 15px;
  vertical-align: center;
}
.report > div > label > div {
  display: inline-block;
  line-height: 40px;
}
input[type="radio"]:not(:checked) + label::before {
  content: "\25E6";
  color: #555555;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
}
input[type="radio"]:checked + label::before {
  color: #555555 !important;
  font-size: 40px !important;
  line-height: 40px !important;
  margin-right: 5px;
}
#reportDescrip {
  background-color: #ffffff !important;
  color: #555555 !important;
  margin-bottom: 10px;
}
#reportDescrip:disabled {
  background-color: #dddddd !important;
}
.sky-form section {
  text-align: left;
}
.modal-title {
  font-size: 25px;
}
.modal-body {
  font-size: 20px;
  text-align: center;
}
#reportModal .modal-content,
#shareModal .modal-content {
  height: initial !important;
}
.shareIcon {
  margin-left: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  padding: 0px 10px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}
.dropdown-content.wide {
  min-width: 315px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#footer_segment > * > * > * > .row,
#map_copy_segment > .container-fluid:not(.homeSection) > .row,
#hof_segment > .container-fluid > .row,
#timelapse_segment > .container-fluid > .row,
#bestof_segment > .container-fluid > .row,
#extra_segment > .container-fluid > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.footer-v6 .footer {
  max-width: 100% !important;
}
#footerIcons {
  justify-content: left !important;
  padding-top: 63px !important;
}
.homeSection img {
  width: calc(100% + 45px) !important;
  margin-left: -30px !important;
  max-width: none;
}
.blueTitle {
  font-family: Arial-Bold, Arial, sans-serif !important;
  font-size: 34px !important;
}
#location_text,
#views_text {
  font-size: 27px;
  font-family: Arial-Regular, Arial, sans-serif !important;
  line-height: 1.5;
}
#location_text {
  margin: 0px 0px 10px;
}
#views_text {
  font-size: 25px;
  margin: 0px 0px 23px;
}
.camera_likes {
  float: right;
  font-size: 17px;
  color: #878787;
  font-weight: bold;
  display: none;
  cursor: pointer;
}
.camera_likes_heart {
  /*background-position:  0 -14px;*/
  background-position: 0 0;
  background-image: url(/cams/includes/images/Like_sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 14px;
}

.camera_likes_heart_on {
  background-position: 0 -24px;
}
.camera_likes:hover .camera_likes_heart {
  background-position: 0 -14px;
}
#hof_container {
  background-color: #253238;
  box-shadow: inset 0 15px 9px -1px rgb(27 35 39);
  padding: 40px 0px !important;
  width: 100%;
}
#hof_segment .hof_smalltext,
#hof_segment .hof_title,
#hof_segment .hof_name {
  color: white;
}

#timelapse_segment .hof_smalltext,
#timelapse_segment .hof_title,
#timelapse_segment .hof_name {
  color: white;
}
#bestof_segment .hof_smalltext,
#bestof_segment .hof_title,
#bestof_segment .hof_name {
  color: white;
}
#extra_text {
  font-size: 14px;
}

#hof_display_full > div,
#hof_display_grid > div {
  background-image: url(/cams/includes/images/HOF_modetoggle_White.png) !important;
}
#middle-container {
  border-bottom: 1px #777777 solid;
  color: #777777;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .bodyWeather {
    /* font-size: 20px; */
    /* min-height: 140px; */
    /* line-height: 1.3; */
  }
  #hof_segment .hof_smalltext,
  #timelapse_segment .hof_smalltext,
  #bestof_segment .hof_smalltext,
  #extra_segment .hof_smalltext {
    font-size: 18px;
  }
  #hof_segment .hof_title,
  #hof_segment .hof_name,
  #extra_segment h4 {
    font-size: 20px;
  }

  #timelapse_segment .hof_title,
  #timelapse_segment .hof_name {
    font-size: 20px;
  }
  #bestof_segment .hof_title,
  #bestof_segment .hof_name {
    font-size: 20px;
  }
  #extra_text {
    font-size: 19px;
  }
  #timelapse_segment .hof_date {
    min-height: 50px;
  }
}
@media (min-width: 992px) {
  .bodyWeather {
    font-size: 22px;
  }
  #body_copy {
    font-size: 22px;
    line-height: 35px;
  }
  #donate_box .btn-u {
    font-size: 22px;
    max-width: 180px;
  }
  #location_text,
  #views_text {
    font-size: 23px;
  }
  #views_text {
    font-size: 21px;
  }
  .blueTitle {
    font-size: 30px !important;
  }
  #greeting_text > .blueTitle {
    font-size: 32px !important;
  }
  .logo {
    /* justify-content: flex-end; */
  }
  #middle-container {
    justify-content: start;
  }
}
@media (min-width: 1775px) {
  #map_copy_segment > .container-fluid:not(.homeSection) > .row {
    /* margin-left: -150px; */
  }
}

/*
	SOCIAL NETWORKING AND AD SECTION
*/
#social_ad_segment {
}
#socialNetworkingBox {
  margin-left: 10px;
  text-align: left;
}
#addthis {
  text-align: right;
  width: 180px;
  border: 0px solid red;
}
#socialNetworkingBox img {
  vertical-align: middle;
  margin-left: 15px;
}
#bottom_google_ad,
#earthcam_ad {
  width: 300px;
  height: 250px;
  float: left;
}
#earthcam_ad {
  margin-right: 20px;
}

/* current main design - with the two block ads side by side */
/*
#social_icons { text-align: right; } 
#facebook_box { width: 310px; min-height: 190px; } 
#twitter_box { text-align: right; margin-right: -10px; }
*/
/* -------------------- */

/* experimental - slimmer mid section with less stuff */
#social_icons {
  /*version 1-- float: right;* margin-left: 40px;/  } 
#twitter_box { /*version 1-- float: right;*/
}
#facebook_box {
  width: 318px;
  min-height: 180px;
}
/* ---------------- */

#grey_ad_box {
  float: left; /*width: 600px; height: 130px; background-color: grey;*/
}
#left_ad_area {
  float: left;
  height: 200px;
  width: 630px;
}

#ad_blocks {
  float: left;
  border: 0px solid red;
  height: 250px;
}
#social_media {
  float: right;
  border: 0px solid red;
}
#social_icons img {
  vertical-align: middle;
  margin-left: 15px;
}

/*
	FOOTER SEGMENT AREA
*/
.container.myecAdjust {
  height: 27px;
}
#footer_segment {
  padding: 0;
  margin: 0 auto;
  background-color: white;
  min-width: 600px;
}
.ec_rmenu {
  display: none !important;
}
@media (max-width: 575px) {
  .btn-u.footerButton {
    margin-top: 0px !important;
  }
}
@media (max-width: 1265px) {
  .col-12.myecAdjust {
    left: 100px;
    position: absolute;
    width: 980px;
  }
}
@media (max-width: 1200px) {
  .col-12.myecAdjust {
    left: 0px;
    position: absolute;
    width: 980px;
  }
}
.footer-v6 .footer {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row > div:last-child {
  /*margin-right: -1px;*/
}

.row:before,
.row:after {
  display: inline-block !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
