/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*end of reset*/
@font-face {
  font-family: 'bebas_neueregular';
  src: url("bebasneue-webfont.eot");
  src: url("bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("bebasneue-webfont.woff2") format("woff2"), url("bebasneue-webfont.woff") format("woff"), url("bebasneue-webfont.ttf") format("truetype"), url("bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial;
  font-size: 1rem;
  color: #665f57;
}
body h1 {
  font-family: 'bebas_neueregular';
  color: #665f57;
  font-size: 1.75rem;
}
body header {
  background: #f1653a;
  height: 150px;
}
@media screen and (max-width: 650px) {
  body header {
    height: 300px;
  }
}
body header img {
  clear: both;
  margin: auto;
  display: inline-block;
  /*position:absolute;*/
  z-index: 0;
  margin-left: 20%;
  margin-top: -3%;
}
body header p {
  font-family: 'bebas_neueregular';
  font-size: 3rem;
  z-index: 2;
  margin-top: -15%;
  margin-left: 35%;
}
@media screen and (max-width: 650px) {
  body header p {
    font-size: 2rem;
    text-align: center;
    margin-left: 0px;
  }
}
body article #one {
  width: 100%;
}
body article #one #oneLeft {
  width: 50%;
  float: left;
}
body article #one #oneLeft img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  body article #one #oneLeft {
    display: none;
  }
}
body article #one #oneRight {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  padding-top: 3%;
}
body article #one #oneRight h1 {
  text-align: justify;
  padding-left: 25%;
}
@media screen and (max-width: 650px) {
  body article #one #oneRight {
    width: 100%;
  }
}
body article #two {
  width: 100%;
  clear: both;
}
body article #two #twoLeft {
  width: 50%;
  float: left;
  clear: both;
  background-image: url(images/one.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 20px;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #two #twoLeft {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #two #twoLeft #icon1:hover {
  opacity: .5;
}
body article #two #twoLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #two #twoLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #two #twoLeft {
    width: 100%;
  }
}
body article #two #twoRight {
  width: 50%;
  float: left;
  background-image: url(images/two.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 20px;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #two #twoRight {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #two #twoRight #icon2:hover {
  opacity: .5;
}
body article #two #twoRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #two #twoRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #two #twoRight {
    width: 100%;
  }
}
body article #three {
  width: 100%;
  clear: both;
}
body article #three #threeLeft {
  width: 50%;
  float: left;
}
body article #three #threeLeft img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  body article #three #threeLeft {
    width: 100%;
  }
}
body article #three #threeRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/three.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
  margin-top: 5%;
}
@media screen and (max-width: 650px) {
  body article #three #threeRight {
    padding-left: 13%;
    padding-top: 6.5%;
    margin-top: 0px;
  }
}
body article #three #threeRight #icon3:hover {
  opacity: .5;
}
body article #three #threeRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #three #threeRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #three #threeRight {
    width: 100%;
  }
}
body article #fourLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/four.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #fourLeft {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #fourLeft #icon4:hover {
  opacity: .5;
}
body article #fourLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #fourLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #fourLeft {
    width: 100%;
  }
}
body article #fourRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/five.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #fourRight {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #fourRight #icon5:hover {
  opacity: .5;
}
body article #fourRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #fourRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #fourRight {
    width: 100%;
  }
}
body article #five {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 315px;
  overflow-y: hidden;
}
body article #five #sampleMovie {
  width: 100%;
}
body article #sixLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/six.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #sixLeft {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #sixLeft #icon6:hover {
  opacity: .5;
}
body article #sixLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #sixLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #sixLeft {
    width: 100%;
  }
}
body article #sixRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/seven.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #sixRight {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #sixRight #icon7:hover {
  opacity: .5;
}
body article #sixRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #sixRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #sixRight {
    width: 100%;
  }
}
body article #sevenLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/eight.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #sevenLeft {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #sevenLeft #icon8:hover {
  opacity: .5;
}
body article #sevenLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #sevenLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #sevenLeft {
    width: 100%;
  }
}
body article #sevenRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/nine.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 7%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #sevenRight {
    padding-left: 13%;
    padding-top: 6.5%;
  }
}
body article #sevenRight #icon9:hover {
  opacity: .5;
}
body article #sevenRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #sevenRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #sevenRight {
    width: 100%;
  }
}
body article #eight {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 30px;
  height: 315px;
  overflow-y: hidden;
}
body article #eight #sampleMovie {
  width: 100%;
}
body article #nineLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/ten.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #nineLeft {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #nineLeft #icon10:hover {
  opacity: .5;
}
body article #nineLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #nineLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #nineLeft {
    width: 100%;
  }
}
body article #nineRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/eleven.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #nineRight {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #nineRight #icon11:hover {
  opacity: .5;
}
body article #nineRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #nineRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #nineRight {
    width: 100%;
  }
}
body article #tenLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/twelve.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #tenLeft {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #tenLeft #icon12:hover {
  opacity: .5;
}
body article #tenLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #tenLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #tenLeft {
    width: 100%;
  }
}
body article #tenRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/thirteen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #tenRight {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #tenRight #icon13:hover {
  opacity: .5;
}
body article #tenRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #tenRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #tenRight {
    width: 100%;
  }
}
body article #elevenLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/fourteen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
  margin-top: 5%;
}
@media screen and (max-width: 650px) {
  body article #elevenLeft {
    padding-left: 15%;
    padding-top: 6.5%;
    margin-top: 0px;
  }
}
body article #elevenLeft #icon14:hover {
  opacity: .5;
}
body article #elevenLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #elevenLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #elevenLeft {
    width: 100%;
  }
}
body article #elevenRight {
  width: 50%;
  float: left;
}
body article #elevenRight img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  body article #elevenRight {
    width: 100%;
  }
}
body article #tweleveLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/fifteen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #tweleveLeft {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #tweleveLeft #icon15:hover {
  opacity: .5;
}
body article #tweleveLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #tweleveLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #tweleveLeft {
    width: 100%;
  }
}
body article #tweleveRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/sixteen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #tweleveRight {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #tweleveRight #icon16:hover {
  opacity: .5;
}
body article #tweleveRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #tweleveRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #tweleveRight {
    width: 100%;
  }
}
body article #thirteenLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/seventeen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #thirteenLeft {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #thirteenLeft #icon17:hover {
  opacity: .5;
}
body article #thirteenLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #thirteenLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #thirteenLeft {
    width: 100%;
  }
}
body article #thirteenRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/eighteen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #thirteenRight {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #thirteenRight #icon18:hover {
  opacity: .5;
}
body article #thirteenRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #thirteenRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #thirteenRight {
    width: 100%;
  }
}
body article #fourteenLeft {
  width: 50%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/nineteen.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #fourteenLeft {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #fourteenLeft #icon19:hover {
  opacity: .5;
}
body article #fourteenLeft img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #fourteenLeft img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #fourteenLeft {
    width: 100%;
  }
}
body article #fourteenRight {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  background-image: url(images/twenty.png);
  background-repeat: no-repeat;
  background-size: 20%;
  padding-left: 8%;
  padding-top: 2.7%;
}
@media screen and (max-width: 650px) {
  body article #fourteenRight {
    padding-left: 15%;
    padding-top: 6.5%;
  }
}
body article #fourteenRight #icon20:hover {
  opacity: .5;
}
body article #fourteenRight img {
  margin-left: 40%;
}
@media screen and (max-width: 650px) {
  body article #fourteenRight img {
    margin-left: 35%;
  }
}
@media screen and (max-width: 650px) {
  body article #fourteenRight {
    width: 100%;
  }
}
body article #fifteen {
  width: 100%;
}
body article #fifteen img {
  width: 100%;
}
