@CHARSET "UTF-8";
header footer {
  background-color: #48474e;
}

header {
  border-bottom: solid 2px #000000;
  padding-top: 10px;
}

header .logo {
  background-image: url("/img/layout/logo-tiny.png");
  width: 150px;
  height: 39px;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 11px;
  position: relative;
  z-index: 100;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header .logo {
    background-image: url("/img/layout/logo-tiny@2x.png");
    background-size: 150px auto;
  }
}
@media only screen and (min-width: 500px) {
  header .logo {
    background-image: url("/img/layout/logo-small.png");
    width: 228px;
    height: 60px;
  }
}
@media only screen and (min-width: 500px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 500px) and (min-resolution: 144dpi) {
  header .logo {
    background-image: url("/img/layout/logo-small@2x.png");
    background-size: 228px auto;
  }
}

header a, header a:visited, header a:hover {
  color: #ffffff;
}

nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav li {
  display: inline-block;
  list-style-type: none;
  font-size: 12px;
}
@media (max-width: 365px) {
  nav li {
    font-size: 10px;
  }
}
nav li a {
  display: inline-block;
  padding-right: 17px;
  padding-left: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 500px) {
  nav {
    padding-top: 10px;
  }
  nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  nav li a {
    font-size: 18px;
  }
}
nav li.selected, nav li.selected:hover {
  background-color: #000000;
}
nav li:hover {
  background-color: #323236;
}

@media only screen and (min-width: 768px) {
  header {
    height: 77px;
    padding-top: 0;
  }

  header .logo {
    background-image: url("/img/layout/header-logo.png");
    width: 232px;
    height: 95px;
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-resolution: 144dpi) {
  header .logo {
    /*background-image:url('/img/layout/header-logo.png'); //joseph you need to create this file!*/
    background-size: 232px auto;
  }
}
@media only screen and (min-width: 768px) {
  nav {
    float: right;
    height: 77px;
    padding-top: 0;
    margin-right: -20px;
  }
  nav ul {
    height: auto;
    /*margin-top:30px;*/
  }
  nav li a {
    padding: 32px 22px 23px 22px;
  }
}
footer {
  color: #ffffff;
  clear: both;
}

footer .content {
  width: 280px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
footer .content:before, footer .content:after {
  content: "";
  display: table;
}
footer .content:after {
  clear: both;
}

.subscribe {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .subscribe {
    margin-bottom: 0;
    float: left;
    margin-top: 10px;
  }
}

.subscribe .description {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .subscribe .description {
    padding-bottom: 16px;
    font-size: 16px;
  }
}

#mce-EMAIL {
  width: 170px;
  margin-left: 0;
  padding-left: 5px;
}

#mc-embedded-subscribe {
  margin-left: 5px;
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .footer-link-area {
    float: right;
  }
  .footer-link-area .footer-links, .footer-link-area .footer-social {
    text-align: right;
  }
}

.footer-links, .footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-links li, .footer-social li {
  display: inline-block;
  height: 38px;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .footer-links li, .footer-social li {
    height: 43px;
    line-height: 43px;
  }
}
.footer-links li + li, .footer-social li + li {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-links li + li, .footer-social li + li {
    padding-left: 20px;
  }
}
.footer-links div, .footer-social div {
  width: 38px;
  height: 38px;
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.footer-links a, .footer-links a:hover, .footer-links a:visited, .footer-social a, .footer-social a:hover, .footer-social a:visited {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .footer-links a, .footer-links a:hover, .footer-links a:visited, .footer-social a, .footer-social a:hover, .footer-social a:visited {
    font-size: 12px;
  }
}

.twitter-logo {
  background-image: url("/img/layout/twitter-logo.svg");
}

.facebook-logo {
  background-image: url("/img/layout/facebook-logo.svg");
}

.instagram-logo {
  background-image: url("/img/layout/instagram-logo.svg");
}

.youtube-logo {
  background-image: url("/img/layout/youtube-logo.svg");
}

.befirst .befirst_pic {
  width: 40%;
  max-width: 102px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.befirst .befirst_pic:before, .befirst .befirst_pic:after {
  content: "";
  display: table;
}
.befirst .befirst_pic:after {
  clear: both;
}
.befirst .description {
  font-size: 17px;
}
.befirst #mc-embedded-subscribe, .befirst #mce-EMAIL.email {
  width: 100%;
  box-sizing: border-box;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.befirst #mce-EMAIL.email {
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 16px;
  border: solid 1px #cccccc;
}
.befirst #mc-embedded-subscribe {
  color: #ffffff;
  text-align: center;
  background-color: #48474E;
  font-size: 15px;
  border: solid 1px #000000;
}
@media (min-width: 370px) {
  .befirst .befirst_pic {
    max-width: 120px;
  }
  .befirst .description {
    font-size: 20px;
  }
  .befirst #mc-embedded-subscribe, .befirst #mce-EMAIL.email {
    width: 47%;
  }
  .befirst .befirst_pic {
    margin-bottom: 10px;
  }
}
@media (min-width: 400px) {
  .befirst .description {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  .befirst .description {
    font-size: 20px;
  }
  .befirst #mce-EMAIL.email {
    width: 35%;
  }
  .befirst #mc-embedded-subscribe {
    width: 25%;
  }
  .befirst .subscribe {
    max-width: 460px;
  }
}
@media (min-width: 780px) {
  .befirst .description {
    margin-top: 17px;
  }
  .befirst #mce-EMAIL.email {
    width: 250px;
  }
  .befirst #mc-embedded-subscribe {
    width: 170px;
  }
}

.threesome .feature {
  position: relative;
  background-color: #ffffff;
}
.threesome .feature .badge {
  position: absolute;
  left: -20px;
  top: 30px;
  transform: rotate(-6deg);
}
@media only screen and (min-width: 500px) {
  .threesome .feature .badge {
    left: -30px;
  }
}
@media only screen and (min-width: 880px) {
  .threesome .feature .badge {
    left: -50px;
  }
}
.threesome .feature .badge img {
  width: 75%;
}
@media only screen and (min-width: 500px) {
  .threesome .feature .badge img {
    width: 100%;
  }
}
.threesome .thumb {
  position: relative;
  display: block;
}
.threesome .thumb .badge {
  position: absolute;
  left: -30px;
  top: 20px;
  transform: rotate(-6deg);
}
@media only screen and (max-width: 499px) {
  .threesome .thumb .badge {
    display: none;
  }
}
@media only screen and (min-width: 880px) {
  .threesome .thumb .badge {
    right: -63px;
    left: auto;
    top: 10px;
  }
}
.threesome .thumb .badge img {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .threesome .feature .info .ago {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .threesome .thumb {
    float: left;
    width: 47%;
    margin-top: 15px;
  }
  .threesome .thumb + .thumb {
    margin-left: 4%;
  }
  .threesome .thumb .info span {
    display: none;
  }
}
@media only screen and (min-width: 500px) {
  .threesome .thumb {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 880px) {
  .threesome .feature {
    float: left;
    width: 560px;
  }
  .threesome .thumb {
    float: right;
    width: 207px;
    margin-top: 0;
  }
  .threesome .thumb + .thumb {
    margin-top: 24px;
  }
  .threesome .video-wrapper {
    height: auto;
    padding: 0;
  }
  .threesome .video-wrapper iframe {
    width: 100%;
    height: 315px;
    position: static;
  }
}
@media only screen and (min-width: 1000px) {
  .threesome .feature {
    width: 640px;
  }
  .threesome .thumb {
    width: 247px;
  }
  .threesome .video-wrapper iframe {
    height: 360px;
  }
}
@media only screen and (min-width: 1320px) {
  .threesome .feature {
    width: 855px;
  }
  .threesome .thumb {
    width: 353px;
  }
  .threesome .video-wrapper iframe {
    height: 480px;
  }
}
.threesome:before, .threesome:after {
  content: "";
  display: table;
}
.threesome:after {
  clear: both;
}

.content.popular .ago {
  display: none;
}

.as_seen_on a {
  float: left;
  height: 100px;
  width: 45%;
}
.as_seen_on .item_1, .as_seen_on .item_3 {
  margin-right: 10%;
}
.as_seen_on .item_1, .as_seen_on .item_2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .as_seen_on a {
    width: 22%;
  }
  .as_seen_on .item_1, .as_seen_on .item_2, .as_seen_on .item_3 {
    margin-right: 4%;
  }
  .as_seen_on .item_1 .item_2 {
    margin-bottom: 0;
  }
}
.as_seen_on a img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.as_seen_on:before, .as_seen_on:after {
  content: "";
  display: table;
}
.as_seen_on:after {
  clear: both;
}

.videos .page-title {
  padding-bottom: 40px;
}

.theatre {
  background-color: #000000;
  margin-bottom: 45px;
}
.theatre .content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .theatre .content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 499px) {
  .theatre .content {
    padding-top: 0px;
    margin: 0 0px 0 0px;
  }
}
.theatre .video-details {
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 500px) {
  .theatre .video-details {
    font-size: 18px;
  }
}
.theatre .title {
  font-family: brandon;
  text-transform: uppercase;
}
.theatre .date {
  font-family: gotham-book;
}

.video-set h2 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .video-set h2 {
    padding-bottom: 30px;
  }
}
.video-set .content {
  padding-top: 0;
}
.video-set .set {
  list-style: none;
  font-size: 0px;
  margin-left: -4%;
}
.video-set .thumb {
  width: 46%;
  display: inline-block;
  margin: 0 0 4% 4%;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.video-set .thumb img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.video-set h4 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 3px;
}
.video-set span {
  font-size: 12px;
}
@media (min-width: 600px) {
  .video-set .thumb {
    width: 29.33%;
  }
}
@media only screen and (min-width: 768px) {
  .video-set h4 {
    font-size: 17px;
  }
}
.video-set .content {
  max-width: 1040px;
}
@media only screen and (max-width: 499px) {
  .video-set .description {
    display: none;
  }
}

.press {
  padding-top: 50px;
}
.press h1, .press h2 {
  text-align: left;
}

.publication {
  margin-top: 25px;
  line-height: 30px;
  font-size: 15px;
}

.publication img {
  vertical-align: middle;
  padding-right: 15px;
}

#sundaystartimes {
  position: relative;
  top: -2px;
}

#dontpanic {
  position: relative;
  top: -2px;
}

#creatorsproject {
  position: relative;
  top: -4px;
}

#sesame {
  margin-top: -18px;
}

#voiceofamerica {
  margin-top: -5px;
}

.terms_of_use {
  float: left;
  width: 220px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.terms_of_use .title {
  font-size: 18px;
}

.press ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
}
.press ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image_column {
  margin-top: 20px;
  margin-right: 30px;
  line-height: 16px;
  float: left;
  width: 271px;
}

.image_column .description {
  color: #101010;
  margin-top: 7px;
}

.image_column .date, .image_column .photographer, .image_column .copyright {
  color: #666666;
}

.press_image {
  margin-bottom: 27px;
}

.press_image img {
  border: solid 1px #d6d6d6;
}

.press .image_details, .press_image, .press_image .copyright {
  font-size: 12px;
}

.fb_feed {
  display: none;
  border: solid 1px #999999;
}

@media only screen and (min-width: 768px) {
  .about:before, .about:after {
    content: "";
    display: table;
  }
  .about:after {
    clear: both;
  }
  .about .main_content {
    float: left;
    width: 356px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 880px) {
  .about .main_content {
    width: 427px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .about .main_content {
    width: 547px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1320px) {
  .about .main_content {
    width: 868px;
  }
}
@media only screen and (min-width: 768px) {
  .about .side_content {
    float: right;
    width: 294px;
  }
}
@media only screen and (min-width: 768px) {
  .fb_feed {
    display: block;
    margin-top: 40px;
  }
}
.about h1, .about h2 {
  text-align: left;
}

.side_image {
  padding-bottom: 10px;
}
.side_image img {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .side_image img {
    width: auto;
  }
}

@media only screen and (min-width: 500px) {
  .right_image {
    float: right;
    padding-left: 10px;
  }

  .left_image {
    float: left;
    padding-right: 15px;
  }

  .rube .left_image {
    width: 275px;
  }
}
.image_details {
  padding-top: 5px;
  font-size: 12px;
}

.copyright {
  font-size: 10px;
}

.contact {
  font-size: 18px;
}

.contact h3 {
  margin: 0;
  padding: 0;
}

.record {
  padding-bottom: 20px;
  padding-top: 6px;
  line-height: 25px;
  color: #666666;
}

.record > span {
  display: block;
  /*text-align:right;*/
  width: 270px;
  display: block;
}

.fb_header {
  background-color: #C9CBD7;
  font-weight: bold;
  padding: 4px 4px 4px 8px;
}

/*
.subscribe
{
  float:right;
  width:220px;
  position:relative;
}

#emailInput
{
  width:150px;
  margin-left:10px;
}

#submitBtn
{
  margin-left: 42px;
  margin-top:10px;
}

.subscribe .label
{
  font-size:12px;
}

.subscribe p
{

  margin-bottom:8px;
  color:#dddddd;
  font-weight:normal;
}

.subscribe_content
{
  position:absolute;
  top:0px;
  left:20px;
  color:#ffffff;
}


*/
.main_content {
  padding-bottom: 20px;
}
.main_content:before, .main_content:after {
  content: "";
  display: table;
}
.main_content:after {
  clear: both;
}

.side_content {
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .side_content {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .about .content .divider {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 67px;
    top: 30px;
    bottom: 30px;
    right: 329px;
    margin-left: -33px;
    margin-right: -33px;
    background-image: url("/img/layout/h-divider-v-middle.png");
    background-repeat: repeat-y;
    position: absolute;
  }
  .about .content .divider .divider-left {
    background-image: url("/img/layout/h-divider-top.png");
    background-repeat: no-repeat;
    height: 80px;
    width: 67px;
    position: absolute;
    top: 0;
  }
  .about .content .divider .divider-right {
    background-image: url("/img/layout/h-divider-bottom.png");
    background-repeat: no-repeat;
    height: 80px;
    width: 67px;
    position: absolute;
    bottom: 0;
  }
}
.toy_tile {
  padding-bottom: 40px;
}
.toy_tile h3 {
  text-align: center;
}
.toy_tile img {
  width: 100%;
  border: solid 1px #a2a2a2;
}
.toy_tile .info {
  height: 60px;
}

@media (min-width: 600px) {
  .toy_tile_a, .toy_tile_c, .toy_tile_e, .toy_tile_g, .toy_tile_i {
    width: 45%;
    float: left;
  }

  .toy_tile_b, .toy_tile_d, .toy_tile_f, .toy_tile_h, .toy_tile_j {
    width: 45%;
    float: right;
  }
}
@media (min-width: 1000px) {
  .toy_tile_a, .toy_tile_d, .toy_tile_g {
    width: 30%;
    float: left;
    margin-right: 5%;
  }

  .toy_tile_b, .toy_tile_e, .toy_tile_h {
    width: 30%;
    float: left;
  }

  .toy_tile_c, .toy_tile_f, .toy_tile_i {
    width: 30%;
    float: right;
  }
}
.workshops .wide_image {
  width: 100%;
}
.workshops .small_image {
  width: 25%;
  float: right;
}
.workshops .tile {
  margin-bottom: 80px;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}
.workshops .tile .info {
  text-align: center;
}
@media (min-width: 800px) {
  .workshops .tile .info h4, .workshops .tile .info span {
    font-size: 20px;
  }
}

@font-face {
  font-family: "brandon";
  src: url("fonts/brandon_grotesque_bold-webfont.eot");
  src: url("fonts/brandon_grotesque_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/brandon_grotesque_bold-webfont.woff2") format("woff2"), url("fonts/brandon_grotesque_bold-webfont.woff") format("woff"), url("fonts/brandon_grotesque_bold-webfont.ttf") format("truetype"), url("fonts/brandon_grotesque_bold-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-book";
  src: url("fonts/Gotham-Book.eot?") format("eot"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
}
@font-face {
  font-family: "burpee";
  src: url("fonts/burpee.woff2") format("woff2"), url("fonts/burpee.woff?") format("woff");
}
body {
  margin: 0;
  font-family: gotham-book, Arial;
  background-color: #48474e;
  overflow-x: hidden;
  color: #3f3f3f;
}

a, a:visited {
  text-decoration: none;
  color: #00a8ff;
}

a, img {
  border: none;
  outline: none;
}

h1, h2, h3, h4 {
  color: #4b4b4b;
  font-family: burpee;
  text-transform: uppercase;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 24px;
}

header {
  z-index: 1000;
}

main {
  z-index: 50;
  background-color: #f6f6f6;
  display: block;
}

main .content {
  margin: 0 20px 0 20px;
}
@media only screen and (min-width: 500px) {
  main .content {
    margin: 0 30px 0 30px;
  }
}
main .content:before, main .content:after {
  content: "";
  display: table;
}
main .content:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  main .content, header .content, footer .content {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 880px) {
  main .content, header .content, footer .content {
    width: 791px;
  }
}
@media only screen and (min-width: 1000px) {
  main .content, header .content, footer .content {
    width: 911px;
  }
}
@media only screen and (min-width: 1320px) {
  main .content, header .content, footer .content {
    width: 1232px;
  }
}

.page-title {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 17px;
}
.page-title h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 3px;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 30px;
  }
}
.page-title .divider {
  width: 270px;
  position: relative;
  z-index: 10;
  top: -10px;
}
@media only screen and (min-width: 768px) {
  .page-title .divider {
    top: -12px;
    width: 380px;
  }
}

.page-blurb {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 500px) {
  .page-blurb {
    font-size: 20px;
  }
}

section {
  position: relative;
  width: 100%;
}

.section_a .section_top, .section_a .section_bottom {
  background-repeat: repeat-x;
  height: 29px;
  width: 100%;
  position: absolute;
}
.section_a .section_top {
  background-image: url("/img/layout/grey_section_top.png");
  top: 0;
}
.section_a .section_bottom {
  background-image: url("/img/layout/grey_section_bottom.png");
  bottom: 0;
}

.section_b {
  background-color: #ffffff;
}

.section_b_to_b_divider {
  border-bottom: solid 1px #cccccc;
}

@media only screen and (max-width: 499px) {
  .split_b {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 500px) {
  .split .split_a {
    width: 48%;
    float: left;
  }
  .split .split_b {
    width: 48%;
    float: right;
  }
}
section h1, section h2 {
  margin-top: 0;
}

.heading h2 {
  margin-bottom: 0;
}

section .content {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

.heading {
  text-align: center;
  margin-bottom: 0.83em;
}

.heading .biline {
  margin-top: 8px;
  display: block;
}

.section_a h2, .section_b h2 {
  font-size: 18px;
}
@media only screen and (min-width: 500px) {
  .section_a h2, .section_b h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .section_a h2, .section_b h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1000px) {
  .section_a h2, .section_b h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1320px) {
  .section_a h2, .section_b h2 {
    font-size: 33px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile {
  border: solid 1px #a2a2a2;
}
.tile .info {
  background-color: #ffffff;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
}
.tile h4 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
}
.tile span {
  display: inline-block;
  padding-top: 3px;
}
.tile.feature span.viewcount {
  float: right;
  font-size: 15px;
}
.tile.feature .ago {
  float: right;
}
.tile img {
  width: 100%;
}

.divider {
  height: 67px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/img/layout/h-divider-middle.png");
  background-repeat: repeat-x;
  margin-top: -33px;
  margin-bottom: -33px;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .divider {
    width: 97%;
  }
}
@media only screen and (min-width: 768px) {
  .divider {
    width: 770px;
  }
}
@media only screen and (min-width: 880px) {
  .divider {
    width: 841px;
  }
}
@media only screen and (min-width: 1000px) {
  .divider {
    width: 961px;
  }
}
@media only screen and (min-width: 1320px) {
  .divider {
    width: 1282px;
  }
}
.divider .divider-left {
  background-image: url("/img/layout/h-divider-left.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 67px;
  float: left;
}
.divider .divider-right {
  background-image: url("/img/layout/h-divider-right.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 67px;
  float: right;
}

.content .divider {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}

/*# sourceMappingURL=main.css.map */
