/* stupid bootstrap */
.container {
  padding-left: 0;
  padding-right: 0;
}
@font-face {
  font-family: 'thesorden';
  src: url('../fonts/thesorden-webfont.eot');
  src: url('../fonts/thesorden-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/thesorden-webfont.woff') format('woff'), url('../fonts/thesorden-webfont.ttf') format('truetype'), url('../fonts/thesorden-webfont.svg#thesordenregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
html,
body {
  height: 100%;
  color: #ddd;
  background-color: #111;
  /* The html and body elements cannot have any padding or margin. */

  font-family: "Myriad Pro", "Helvetica", Arial, sans-serif;
}
p {
  margin: 0 20px 10px 20px;
  font-size: 16px;
}
a {
  color: #1E23E4;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #B6D6F1;
}
.hash {
  font-family: "Myriad Pro", "Helvetica", Arial, sans-serif;
  font-size: 140%;
}
h1 {
  font-family: "thesorden", "Myriad Pro", "Helvetica", Arial, sans-serif;
  text-align: center;
  font-size: 50px;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    padding-top: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    padding-top: 34px;
  }
}
@media (min-width: 1200px) {
  h1 {
    padding-top: 30px;
  }
}
h2 {
  font-family: "thesorden", "Myriad Pro", "Helvetica", Arial, sans-serif;
  text-align: center;
  font-size: 19px;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h2 {
    margin-bottom: 30px;
  }
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#wrap #maincontainer {
  background-color: #0d3e35;
  background-image: url("../images/greenbg.jpg");
  background-repeat: repeat;
  position: relative;
}
#wrap #bottomcontainer {
  background-color: #80bdc7;
  border-top: 1px solid #000;
  color: black !important;
  padding-bottom: 60px;
}
#wrap #gradientbg {
  background-image: url("../images/gradientbg.png");
  background-size: 100% auto;
}
/* Set the fixed height of the footer here */
#footer {
  position: fixed;
  height: 83px;
  background-color: #241659;
  border-top: 3px solid black;
  background: url("../images/errorbackground.jpg") 0 -400px;
  bottom: 0;
  width: 100%;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#kid-left {
  float: left;
}
#kid-right {
  right: 0;
}
#kid-left,
#kid-right {
  position: absolute;
  /* default settings (mobile-friendly) */

  width: 130px;
  height: auto;
}
#kid-left img,
#kid-right img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #kid-left,
  #kid-right {
    width: 122px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #kid-left,
  #kid-right {
    width: 140px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  #kid-left,
  #kid-right {
    width: 160px;
    height: 500px;
  }
}
#watchbutton {
  position: absolute;
  width: 100%;
}
#watchbutton #watchbutton_inner {
  height: auto;
  width: 120px;
  margin: 110px auto 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #watchbutton #watchbutton_inner {
    height: auto;
    width: 130px;
    margin: 77px auto 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #watchbutton #watchbutton_inner {
    height: auto;
    width: 134px;
    margin: 79px auto 0;
  }
}
@media (min-width: 1200px) {
  #watchbutton #watchbutton_inner {
    height: auto;
    width: 162px;
    margin: 75px auto 0;
  }
}
#watchbutton img {
  max-width: 100%;
  height: auto;
  clip-path: circle(40px, 40px, 40px);
}
#watchnowtext {
  color: white;
  font-family: "thesorden", "Myriad Pro", "Helvetica", Arial, sans-serif;
  text-align: center;
  display: block;
  position: absolute;
  font-weight: bold;
  z-index: 4;
  font-size: 22px;
  top: 41%;
  background-image: url("../images/circle.png");
  background-size: 100% auto;
  height: 116px;
  margin-top: -32px;
  padding-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #watchnowtext {
    height: 126px;
    margin-top: -35px;
    padding-top: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #watchnowtext {
    font-size: 23px;
    height: 130px;
    margin-top: -36px;
    padding-top: 36px;
  }
}
@media (min-width: 1200px) {
  #watchnowtext {
    font-size: 30px;
    height: 157px;
    margin-top: -44px;
    padding-top: 44px;
  }
}
#playbutton {
  position: absolute;
  opacity: 0;
  width: 76px;
  left: 18px;
  top: 100px;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 991px) {
  #playbutton {
    width: 78px;
    left: 23px;
    top: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #playbutton {
    width: 80px;
    left: 24px;
    top: 112px;
  }
}
@media (min-width: 1200px) {
  #playbutton {
    width: 96px;
    left: 29px;
    top: 136px;
  }
}
h3 {
  font-family: "thesorden", "Myriad Pro", "Helvetica", Arial, sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
  margin-left: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  h3 {
    font-size: 27px;
  }
}
h3#laurelheader {
  margin-top: 420px;
  color: white;
}
@media (min-width: 768px) {
  h3#laurelheader {
    display: none;
  }
}
#summarytext {
  color: white;
  font-size: 14px;
  text-align: center;
}
#laurels {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px;
  /* mobile settings */

  width: 480px;
  /* Custom laurel sizes */

}
#laurels #lorel_1,
#laurels #lorel_2,
#laurels #lorel_3 {
  width: 146px;
  height: 60px;
  padding: 0 3px;
  margin-bottom: -3px;
}
#laurels #lorel_1 div,
#laurels #lorel_2 div,
#laurels #lorel_3 div {
  font-size: 110%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #laurels {
    width: 700px;
    /* Custom laurel sizes */
  
  }
  #laurels div {
    font-size: 90%;
  }
  #laurels #lorel_1,
  #laurels #lorel_2,
  #laurels #lorel_3 {
    width: 176px;
    height: 70px;
    padding: 0 5px;
    margin-bottom: -4px;
  }
  #laurels #lorel_1 div,
  #laurels #lorel_2 div,
  #laurels #lorel_3 div {
    font-size: 120%;
  }
  #laurels #lorel_6,
  #laurels #lorel_10,
  #laurels #lorel_14,
  #laurels #lorel_18,
  #laurels #lorel_22,
  #laurels #lorel_26,
  #laurels #lorel_30 {
    margin-left: 144px;
  }
  #laurels #lorel_4,
  #laurels #lorel_8,
  #laurels #lorel_12,
  #laurels #lorel_16,
  #laurels #lorel_20,
  #laurels #lorel_24,
  #laurels #lorel_28,
  #laurels #lorel_32,
  #laurels #lorel_46 {
    margin-left: 80px;
  }
  #laurels #lorel_7,
  #laurels #lorel_11,
  #laurels #lorel_15,
  #laurels #lorel_19,
  #laurels #lorel_23,
  #laurels #lorel_27,
  #laurels #lorel_31,
  #laurels #lorel_37,
  #laurels #lorel_51 {
    margin-right: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #laurels {
    width: 825px;
    /* Custom laurel sizes */
  
  }
  #laurels div {
    font-size: 90%;
  }
  #laurels #lorel_1,
  #laurels #lorel_2,
  #laurels #lorel_3,
  #laurels #lorel_4 {
    width: 180px;
    height: 72px;
    padding: 0 5px;
    margin-bottom: -4px;
  }
  #laurels #lorel_1 div,
  #laurels #lorel_2 div,
  #laurels #lorel_3 div,
  #laurels #lorel_4 div {
    font-size: 125%;
  }
  #laurels #lorel_5,
  #laurels #lorel_6,
  #laurels #lorel_7,
  #laurels #lorel_8 {
    width: 122px;
    height: 50px;
    padding: 0 2px;
    margin-bottom: -4px;
  }
  #laurels #lorel_5 div,
  #laurels #lorel_6 div,
  #laurels #lorel_7 div,
  #laurels #lorel_8 div {
    font-size: 108%;
  }
  #laurels #lorel_7 {
    margin-left: 162px;
  }
  #laurels #lorel_12,
  #laurels #lorel_18,
  #laurels #lorel_24,
  #laurels #lorel_30,
  #laurels #lorel_36,
  #laurels #lorel_42 {
    margin-left: 144px;
  }
  #laurels #lorel_5,
  #laurels #lorel_9,
  #laurels #lorel_15,
  #laurels #lorel_21,
  #laurels #lorel_27,
  #laurels #lorel_33,
  #laurels #lorel_39 {
    margin-left: 40px;
  }
  #laurels #lorel_8,
  #laurels #lorel_14,
  #laurels #lorel_20,
  #laurels #lorel_26,
  #laurels #lorel_32,
  #laurels #lorel_38,
  #laurels #lorel_44 {
    margin-right: 40px;
  }
  #laurels #lorel_45 {
    margin-left: 120px;
  }
  #laurels #lorel_50 {
    margin-right: 120px;
  }
}
@media (min-width: 1200px) {
  #laurels {
    width: 1050px;
    /* Custom laurel sizes */
  
  }
  #laurels div {
    font-size: 95%;
  }
  #laurels #lorel_1,
  #laurels #lorel_2,
  #laurels #lorel_3,
  #laurels #lorel_4,
  #laurels #lorel_5 {
    width: 180px;
    height: 72px;
    padding: 0 5px;
    margin-bottom: -4px;
  }
  #laurels #lorel_1 div,
  #laurels #lorel_2 div,
  #laurels #lorel_3 div,
  #laurels #lorel_4 div,
  #laurels #lorel_5 div {
    font-size: 120%;
  }
  #laurels #lorel_6,
  #laurels #lorel_7,
  #laurels #lorel_8,
  #laurels #lorel_9 {
    width: 134px;
    height: 53px;
    padding: 0 4px;
    margin-bottom: -4px;
  }
  #laurels #lorel_6 div,
  #laurels #lorel_7 div,
  #laurels #lorel_8 div,
  #laurels #lorel_9 div {
    font-size: 110%;
  }
  #laurels #lorel_8 {
    margin-left: 240px;
  }
  #laurels #lorel_13,
  #laurels #lorel_19,
  #laurels #lorel_25,
  #laurels #lorel_31,
  #laurels #lorel_37,
  #laurels #lorel_42,
  #laurels #lorel_46 {
    margin-left: 194px;
  }
  #laurels #lorel_1 {
    margin-left: 40px;
  }
  #laurels #lorel_5 {
    margin-right: 40px;
  }
  #laurels #lorel_6 {
    margin-left: 120px;
  }
  #laurels #lorel_9 {
    margin-right: 120px;
  }
  #laurels #lorel_10,
  #laurels #lorel_16,
  #laurels #lorel_22,
  #laurels #lorel_28,
  #laurels #lorel_34 {
    margin-left: 100px;
  }
  #laurels #lorel_15,
  #laurels #lorel_21,
  #laurels #lorel_27,
  #laurels #lorel_33,
  #laurels #lorel_39 {
    margin-right: 100px;
  }
  #laurels #lorel_43,
  #laurels #lorel_47 {
    margin-right: 200px;
  }
  #laurels #lorel_40,
  #laurels #lorel_44,
  #laurels #lorel_48 {
    margin-left: 200px;
  }
  #laurels #lorel_51 {
    margin-right: 300px;
  }
  #laurels #lorel_48 {
    margin-left: 300px;
  }
}
#laurels .lorel {
  display: inline-block;
  font-size: 10px;
  /* default sizes of laurels not at the top */

  /* mobile sizes */

  width: 106px;
  height: 42px;
  padding: 0 2px;
  margin-bottom: 0px;
}
#laurels .lorel div {
  background: url("../images/laurel.svg") no-repeat center top transparent;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: table;
}
#laurels .lorel div div {
  vertical-align: middle;
  display: table-cell;
}
@media (min-width: 768px) and (max-width: 991px) {
  #laurels .lorel {
    width: 84px;
    height: 37px;
    padding: 0 2px;
    margin-bottom: -2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #laurels .lorel {
    width: 84px;
    height: 37px;
    padding: 0 2px;
    margin-bottom: -4px;
  }
}
@media (min-width: 1200px) {
  #laurels .lorel {
    width: 94px;
    height: 40px;
    padding: 0 1px;
    margin-bottom: -4px;
  }
}
#kids {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
}
#kids div {
  display: table-cell;
  vertical-align: middle;
}
/* More footer styles */
input {
  background-color: transparent !important;
  background-image: url("../images/semitransparent.png") !important;
}
#viewerpage {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
#viewerpage .container {
  padding-bottom: 40px;
}
#openingpage {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#imjustablackdiv {
  position: fixed;
  width: 200%;
  height: 200%;
  overflow: hidden;
  top: -100px;
  background-color: black;
  z-index: 2;
  opacity: 0;
  display: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav {
  font-size: 14px;
  text-align: center;
  background-color: #032123 !important;
  background-image: none !important;
  width: 100%;
  height: 38px;
  padding: 7px 0;
  position: fixed !important;
  top: 0;
  z-index: 5;
  display: none;
}
#nav .container {
  background-color: #002429 !important;
  background-image: none !important;
}
#nav a {
  color: #ddd;
  padding: 2px 6px;
  border-radius: 3px;
  margin-top: 7px;
  margin-right: 3px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  background-color: #244044;
}
#quotes {
  text-align: center;
  padding-top: 10px;
  color: #ccc;
  font-style: italic;
}
#maincontainer_disabled {
  margin-top: 38px;
}
#watchlater {
  z-index: 4;
  position: relative;
  top: 50px;
  width: 250px;
  margin: 0 auto;
  background-color: rgba(32, 32, 32, 0.91);
  padding: 5px 10px 10px 10px;
  border: #999 solid 1px;
  border-radius: 5px;
  text-align: center;
  margin-top: -120px;
  line-height: 20px;
  color: #ddd;
  opacity: 0;
  display: table;
}
#watchlater #watchlater_inner,
#watchlater #watchlater_inner_loading {
  display: table-cell;
  vertical-align: middle;
}
#watchlater button {
  padding: 0 10px;
  font-size: 20px;
  line-height: 1;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 26px;
}
#watchlater input {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  height: 26px;
  border-color: #aaa;
}
#watchlater input:focus {
  border-color: #ddd;
  color: #fff;
}
#watchlater input::-webkit-input-placeholder {
  color: #ddd;
}
#watchlater input:-moz-placeholder {
  color: #ddd;
}
#watchlater input::-moz-placeholder {
  color: #ddd;
}
#watchlater input:-ms-input-placeholder {
  color: #ddd;
}
a#lilylink {
  text-align: center;
  padding: 5px 0;
  background-color: #07428a !important;
  background: url('../images/eyebg.jpg') !important;
  background-size: cover !important;
  display: block;
  font-size: 12.5px;
  font-weight: bold;
  color: #C1DEF6;
}
a#lilylink:hover {
  color: #C1DEF6;
  background: url('../images/eyebg_hover.jpg') !important;
  background-size: cover !important;
}
.socialsharez {
  text-align: center;
}
.socialsharez .sharebutton {
  color: #fff;
  width: 240px;
  margin: 10px 10px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #A4A4A4;
  font-size: 14px;
  text-decoration: none;
  height: 29px;
  vertical-align: top;
}
.socialsharez img {
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 2px;
}
.socialsharez #fb {
  padding: 4px 8px;
  background-color: #3B5998;
}
.socialsharez #fb:hover {
  background-color: #4975D4;
}
.socialsharez #tw {
  padding: 4px 8px;
  background-color: #4099FF;
}
.socialsharez #tw:hover {
  background-color: #66AAF7;
}
.socialsharez #signup {
  background-color: #383630;
  position: relative;
}
.socialsharez #signup #sutext {
  display: inline-block;
  position: absolute;
  background-color: #383630;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  padding: 4px 8px;
  border-radius: 3px;
}
.socialsharez #signup:hover #sutext {
  display: none;
}
.socialsharez #signup .input-group {
  width: 100%;
}
.socialsharez #signup input {
  height: 27px;
  border: none;
  background-color: #383630 !important;
  background-image: none !important;
  color: white;
}
.socialsharez #signup button {
  height: 27px;
  border: none;
  padding: 0 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0;
  position: absolute;
  right: 0;
  background-color: #ddd;
}
#signup_inner_loading {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #383630;
  height: 100%;
  padding-top: 3px;
}
#tipcontainer {
  position: fixed;
  right: 0;
  width: 122px;
  font-size: 12px;
  background-color: rgba(41, 41, 41, 0.79);
  /*	background-color: #adadad;-p */

  padding: 6px 6px 0px;
  border: 1px #515151 solid;
  text-align: center;
}
#tipcontainer.bottomright {
  bottom: 0;
  border-top-left-radius: 10px;
}
#tipcontainer.topright {
  top: 0;
  border-bottom-left-radius: 10px;
  z-index: 11;
}
#tipcontainer.topright:hover #tipjartext {
  display: inline;
}
#tipcontainer:hover #tipjartext {
  display: block;
}
#tipcontainer #paypalbutton input {
  background-image: none !important;
}
#tipcontainer #likecontainer {
  width: 100%;
  overflow: hidden;
}
#tipcontainer img {
  display: none;
}
#tipjartitle {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
#tipjartitle a {
  color: #fff;
}
#tipjartext {
  display: none;
  margin-bottom: 5px;
}
#tipjartext a {
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0 auto;
}
#habla_window_div {
  margin: 0px 0 0 160px !important;
}
.fb-comments {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#backlink {
  color: #B6D6F1;
  position: absolute;
  margin-top: 5px;
}
#response_embed {
  margin: 0 auto;
  width: 100%;
  height: 330px;
  border: none;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #response_embed {
    max-width: 620px;
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #response_embed {
    height: 330px;
    width: 620px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #response_embed {
    height: 375px;
    width: 636px;
  }
}
@media (min-width: 1200px) {
  #response_embed {
    height: 375px;
    width: 700px;
  }
}
#shoplocket_embed {
  text-align: center;
}
@media (min-width: 491px) and (max-width: 767px) {
  #shoplocket_embed {
    margin: 0 auto;
  }
  #shoplocket_embed iframe {
    max-width: 330px !important;
  }
}
@media (max-width: 490px) {
  #shoplocket_embed {
    margin: 0 auto;
    float: left;
    clear: left;
    width: 100%;
  }
  #shoplocket_embed iframe {
    max-width: 330px !important;
  }
}
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget span iframe {
  /* Now you can apply css here */

  bottom: 0!important;
}
#rightimage {
  text-align: center;
}
#rightimage img {
  width: 430px;
  margin-left: -25px;
}
@media (max-width: 992px) {
  #rightimage img {
    margin-left: 0;
  }
}
#leftimage {
  text-align: center;
}
#leftimage img {
  width: 430px;
  margin-left: 25px;
}
@media (max-width: 992px) {
  #leftimage img {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
