/********************
** Font Face
********************/
@font-face {
  font-family: 'Genericons';
  src: url("../fonts/genericons/genericons-regular-webfont.eot");
  src: url("../fonts/genericons/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/genericons/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
@-webkit-keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@-moz-keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@-o-keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@keyframes bounceSide {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px); }
  60% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } }
@-webkit-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-moz-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-o-keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px); }
  60% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
/********************
** Partials
********************/
html {
  background: #a73917;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

body {
  height: 100%;
  line-height: 1.25empx;
  line-height: 0.07813emrem;
  font-family: "bookmania", Times New Roman, Times, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  min-width: 320px;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  background: #a73917; }

p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 992px) {
    p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 36px;
      line-height: 2.25rem; } }

p + p {
  margin: 20px 0 0; }
  @media only screen and (min-width: 992px) {
    p + p {
      margin: 37px 0 0; } }

h1, .h1 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 700;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media only screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 48px;
      font-size: 3rem; } }

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 900;
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 32px;
      font-size: 2rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  @media only screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 40px;
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #a73917;
  font-weight: 900; }
  @media only screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 36px;
      line-height: 2.25rem; } }

.yellow {
  color: #edb903; }
  .yellow a {
    color: #edb903; }

.gray {
  color: #B4AEAE; }

.container {
  min-width: 320px;
  /*@include bp(giant-bear){
    width: 1330px;
  }*/ }

#main {
  position: relative;
  z-index: 10;
  /*overflow: hidden;
  z-index: 10;*/ }
  #main .container-inner {
    overflow: hidden;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (min-width: 1360px) {
      #main .container-inner {
        margin-left: -65px;
        margin-right: -65px;
        padding-left: 65px;
        padding-right: 65px; } }

.mtop-10 {
  margin-top: 10px; }

.mbottom-5 {
  margin-bottom: 5px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 58px; }
  @media only screen and (min-width: 768px) {
    #header {
      height: 58px; } }
  #header .col-xs-12 {
    min-height: 58px; }
  #header .logo {
    margin: 21px 0 0;
    width: 36px;
    height: 18px;
    background: url(../images/logo.png) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    float: left; }
  #header .section {
    margin: 20px -25px 0 0;
    padding: 0 0 0 15px;
    overflow: hidden;
    float: left;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      #header .section {
        margin-left: 0px;
        margin-right: 0;
        padding-left: 0; } }
    @media only screen and (min-width: 992px) {
      #header .section {
        margin-left: 0px;
        padding-left: 0; } }
    @media only screen and (min-width: 1200px) {
      #header .section {
        margin-left: 0px;
        padding-left: 0; } }
    #header .section li {
      float: left;
      margin: 0 0 0 -1px;
      position: relative;
      padding: 0 10px;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem; }
      #header .section li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        height: 14px;
        background: #666;
        width: 1px; }
      #header .section li a {
        color: #fff;
        text-decoration: none;
        outline: none; }
        #header .section li a:hover span {
          color: #ddad04; }
        #header .section li a.active:hover span {
          color: #fff; }
        #header .section li a.active em, #header .section li a.active strong {
          display: inline; }
        #header .section li a.active span {
          font-weight: normal;
          color: #fff; }
      #header .section li em, #header .section li strong {
        display: none;
        font-style: normal;
        font-weight: normal; }
      #header .section li span {
        display: inline;
        color: #666;
        font-weight: bold; }
      #header .section li em {
        color: #ffc600; }
  #header .social {
    float: right;
    margin: 23px -11px 0 0;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    #header .social li {
      margin: 0 0 0 -1px;
      float: left;
      padding: 0 5px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        #header .social li {
          padding: 0 11px; } }
      #header .social li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -7px;
        width: 1px;
        background: #444343;
        height: 14px; }
      #header .social li a {
        display: block;
        width: 18px;
        height: 18px;
        text-indent: -9999px;
        background: url(../images/sprite-icons.png) no-repeat; }
        #header .social li a.facebook {
          background-position: -16px -16px; }
          #header .social li a.facebook:hover {
            background-position: -16px -66px; }
        #header .social li a.twitter {
          background-position: -66px -16px; }
          #header .social li a.twitter:hover {
            background-position: -66px -66px; }
        #header .social li a.discus {
          position: relative;
          background-position: -116px -16px;
          margin-right: 0px; }
          #header .social li a.discus span {
            position: absolute;
            display: block;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 18px;
            line-height: 1.125rem;
            padding-left: 7px;
            font-weight: 900;
            left: 100%;
            top: 0;
            color: #fff;
            text-indent: 0px; }
          #header .social li a.discus:hover {
            background-position: -116px -66px; }
            #header .social li a.discus:hover span {
              color: #ddad04; }
  #header .next-btn {
    float: right; }
    #header .next-btn a {
      position: relative;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      text-decoration: none;
      float: right;
      height: 58px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 58px;
      line-height: 3.625rem;
      background: rgba(255, 255, 255, 0.15);
      color: #ddad04;
      padding: 0 30px 0 10px; }
      @media only screen and (min-width: 768px) {
        #header .next-btn a {
          margin-right: 10px;
          margin-left: -10px;
          padding: 0 50px 0 20px; } }
      @media only screen and (min-width: 992px) {
        #header .next-btn a {
          padding: 0 60px 0 30px;
          margin-right: 20px; } }
      #header .next-btn a span {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase; }
      #header .next-btn a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 27px;
        margin-top: -8px;
        height: 16px;
        width: 16px;
        right: 6px;
        background: url(../images/sprite-icons.png) no-repeat -167px -17px; }
        @media only screen and (min-width: 768px) {
          #header .next-btn a:after {
            right: 22px; } }
        @media only screen and (min-width: 992px) {
          #header .next-btn a:after {
            right: 27px; } }
      #header .next-btn a:hover {
        background: rgba(255, 255, 255, 0.2); }

#page {
  height: 100%; }

#hero {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  #hero.down-scroll {
    opacity: 0; }
  #hero video {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background-color: transparent;
    display: none;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  #hero .hero-inner {
    position: fixed;
    width: 100%;
    height: 100%; }
  #hero .text {
    position: absolute;
    width: 100%;
    height: calc(100% - 116px);
    left: 0;
    top: 116px;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      #hero .text {
        height: calc(100% - 58px);
        top: 58px; } }
    #hero .text .inner-text {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #hero .text .bottom-text {
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%; }
    #hero .text .links {
      margin: 0 0 10px -8px;
      position: relative;
      z-index: 10;
      padding: 0;
      overflow: hidden;
      list-style: none;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #hero .text .links {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 992px) {
        #hero .text .links {
          margin-bottom: 30px; } }
      #hero .text .links li {
        float: left;
        text-transform: uppercase;
        margin: 0 0 0 -1px;
        position: relative;
        padding: 0 10px;
        font-family: "myriad-pro", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem; }
        #hero .text .links li:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -7px;
          height: 14px;
          background: #666666;
          width: 1px; }
        #hero .text .links li a {
          color: #fff;
          text-decoration: none; }
          #hero .text .links li a:hover span {
            color: #ddad04; }
        #hero .text .links li strong {
          display: none;
          font-style: normal;
          font-weight: normal; }
        #hero .text .links li span {
          display: inline;
          color: #666666;
          font-weight: bold; }
        #hero .text .links li em {
          color: #ffc600; }
        #hero .text .links li.active a:hover span {
          color: #fff; }
        #hero .text .links li.active strong {
          display: inline; }
        #hero .text .links li.active span {
          font-weight: normal;
          color: #fff; }
    #hero .text h1 {
      font-size: 65px;
      font-size: 4.0625rem;
      line-height: 65px;
      line-height: 4.0625rem;
      color: #ffc600;
      font-weight: 900;
      word-spacing: 9999px;
      position: relative; }
      #hero .text h1:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #d0710b; }
        @media only screen and (min-width: 1200px) {
          #hero .text h1:after {
            bottom: 8px; } }
      @media only screen and (min-width: 768px) {
        #hero .text h1 {
          font-size: 90px;
          font-size: 5.625rem;
          line-height: 90px;
          line-height: 5.625rem; } }
      @media only screen and (min-width: 992px) {
        #hero .text h1 {
          font-size: 110px;
          font-size: 6.875rem;
          line-height: 110px;
          line-height: 6.875rem; } }
      @media only screen and (min-width: 1200px) {
        #hero .text h1 {
          font-size: 125px;
          font-size: 7.8125rem;
          line-height: 125px;
          line-height: 7.8125rem; } }
    #hero .text p {
      margin: 5px 0 0;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #fff; }
      @media only screen and (min-width: 992px) {
        #hero .text p {
          margin: 25px 0 0;
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 36px;
          line-height: 2.25rem; } }
      @media only screen and (min-width: 1200px) {
        #hero .text p {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 36px;
          line-height: 2.25rem; } }
    #hero .text .scroll-more {
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 36px;
      line-height: 2.25rem;
      text-decoration: none;
      color: #ffc600;
      position: relative;
      display: inline-block;
      padding-left: 50px; }
      #hero .text .scroll-more:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -17px;
        width: 34px;
        height: 34px;
        background: url(../images/sprite-icons.png) no-repeat -158px -58px; }
  #hero .video-container .image img {
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      #hero .video-container .image img {
        width: 100%;
        height: auto; } }

#main .section > .container:last-child .container-inner {
  padding-bottom: 80px;
  border-bottom: 10px solid #d0710b; }
#main .section + .section {
  margin-top: 60px; }
#main .intro {
  margin-top: 127px;
  position: relative;
  padding-top: 62px; }
  #main .intro:before {
    content: "";
    display: block;
    width: 31px;
    height: 3px;
    top: 0;
    position: absolute;
    left: 15px;
    background: #d0710b; }
  #main .intro p {
    color: #4a4949;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem; }
    @media only screen and (min-width: 992px) {
      #main .intro p {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 44px;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1200px) {
      #main .intro p {
        font-size: 25px;
        font-size: 1.5625rem; } }
    #main .intro p strong {
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: 900; }
      @media only screen and (min-width: 992px) {
        #main .intro p strong {
          font-size: 40px;
          font-size: 2.5rem; } }
      @media only screen and (min-width: 1200px) {
        #main .intro p strong {
          font-size: 40px;
          font-size: 2.5rem; } }
#main .byline {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem; }
  #main .byline a {
    color: #edb903; }
#main .published-date {
  font-size: 16px;
  font-size: 1rem;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  color: #999; }
#main .intro-small {
  font-size: 18px;
  color: #AAA;
  float: left; }
#main .text-content {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #main .text-content {
      margin-top: 50px;
      padding-bottom: 50px; } }
  #main .text-content.first .content > p:first-child::first-letter {
    color: #ffc600;
    float: left;
    padding: 16px 8px 0 0;
    font-size: 42px;
    font-size: 2.625rem; }
    @media only screen and (min-width: 768px) {
      #main .text-content.first .content > p:first-child::first-letter {
        font-size: 52px;
        font-size: 3.25rem;
        padding-top: 20px; } }
    @media only screen and (min-width: 992px) {
      #main .text-content.first .content > p:first-child::first-letter {
        padding-top: 28px;
        font-size: 68px;
        font-size: 4.25rem; } }
  #main .text-content.first .content.firstletter-gray > p:first-child::first-letter {
    color: #B4AEAE;
    float: left;
    padding: 16px 8px 0 0;
    font-size: 42px;
    font-size: 2.625rem; }
    @media only screen and (min-width: 768px) {
      #main .text-content.first .content.firstletter-gray > p:first-child::first-letter {
        font-size: 52px;
        font-size: 3.25rem;
        padding-top: 20px; } }
    @media only screen and (min-width: 992px) {
      #main .text-content.first .content.firstletter-gray > p:first-child::first-letter {
        padding-top: 28px;
        font-size: 68px;
        font-size: 4.25rem; } }
  #main .text-content.first:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    top: 0;
    left: 15px;
    background: #d7d7d7; }
  #main .text-content .content {
    padding-top: 47px;
    /*p{
    	color: #656464;
    	a{
    		text-decoration: none;
    		color: #ddad04;
    		&:hover{
    			font-style:italic;
    			font-weight: 600;
    			letter-spacing: -0.0155em;
    		}
    	}
    }*/ }
  #main .text-content .content-noletter {
    padding-top: 47px; }
  #main .text-content .sidenotes {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #main .text-content .sidenotes {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0; } }
    #main .text-content .sidenotes p {
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px;
      line-height: 1.875rem;
      color: #999; }
      @media only screen and (min-width: 768px) {
        #main .text-content .sidenotes p {
          position: relative; } }
#main p {
  color: #656464; }
  #main p a {
    text-decoration: none;
    color: #ddad04; }
    #main p a:hover {
      text-decoration: underline; }
@media only screen and (min-width: 768px) {
  #main .col-offset-right-2 {
    float: right; } }
@media only screen and (min-width: 768px) {
  #main .col-offset-right-2 > p {
    margin-right: 20%; } }
#main .text-sidebar {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #e6e6e6; }
  @media only screen and (min-width: 768px) {
    #main .text-sidebar {
      float: right;
      width: 300px;
      margin-left: 30px;
      padding: 20px;
      margin-bottom: 20px;
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    #main .text-sidebar {
      width: 370px;
      padding: 30px;
      margin-top: 60px; } }
  #main .text-sidebar h3 {
    margin: 0 0 20px;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #main .text-sidebar .white {
    /* White title class for information headings and data */
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    margin: 10px 0px;
    font-size: 3rem; }
  #main .text-sidebar dl {
    margin-bottom: -30px; }
    #main .text-sidebar dl dt {
      font-weight: normal;
      position: relative;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #666;
      padding-bottom: 30px; }
    #main .text-sidebar dl.list dt {
      padding-left: 10px; }
      #main .text-sidebar dl.list dt:before {
        font-family: 'Glyphicons Halflings';
        content: "\e250";
        display: block;
        left: 0;
        position: absolute;
        top: 6px;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 12px;
        line-height: 0.75rem;
        color: #666; }
    #main .text-sidebar dl.facts {
      counter-reset: numeric-counter; }
      #main .text-sidebar dl.facts dt {
        padding-left: 40px; }
        #main .text-sidebar dl.facts dt:before {
          position: absolute;
          left: 0;
          top: 8px;
          content: counter(numeric-counter);
          counter-increment: numeric-counter;
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 30px;
          line-height: 1.875rem;
          color: #fff;
          font-family: "myriad-pro", Helvetica, Arial, sans-serif;
          font-weight: 700; }
          @media only screen and (min-width: 768px) {
            #main .text-sidebar dl.facts dt:before {
              font-size: 44px;
              font-size: 2.75rem;
              line-height: 30px;
              line-height: 1.875rem; } }
          @media only screen and (min-width: 992px) {
            #main .text-sidebar dl.facts dt:before {
              font-size: 54px;
              font-size: 3.375rem;
              line-height: 30px;
              line-height: 1.875rem; } }
  #main .text-sidebar .label {
    margin: 0;
    text-align: left;
    padding: 0 0 20px;
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #fff;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      #main .text-sidebar .label {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      #main .text-sidebar .label {
        font-size: 54px;
        font-size: 3.375rem;
        line-height: 30px;
        line-height: 1.875rem; } }
  #main .text-sidebar .credits {
    font-size: 14px;
    font-style: italic; }
#main .media-right {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #main .media-right {
      margin-left: 30px;
      margin-right: -15px;
      float: right;
      margin-bottom: 40px;
      max-width: 300px;
      margin-right: -15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 992px) {
    #main .media-right {
      max-width: 450px;
      margin-left: 50px;
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1200px) {
    #main .media-right {
      max-width: 560px;
      margin-left: 60px;
      margin-bottom: 60px; } }
  @media only screen and (min-width: 1360px) {
    #main .media-right {
      margin-right: -65px;
      padding-right: 65px; } }
  #main .media-right .media img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    #main .media-right .media {
      margin-right: -15px; } }
  @media only screen and (min-width: 1360px) {
    #main .media-right .media {
      margin-right: -65px; } }
  #main .media-right .caption {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: right; }
    #main .media-right .caption:before {
      left: auto;
      right: 0; }
    @media only screen and (min-width: 768px) {
      #main .media-right .caption {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media only screen and (min-width: 992px) {
      #main .media-right .caption {
        padding-top: 30px;
        padding-bottom: 30px; } }
    #main .media-right .caption h4 a {
      font-family: "bookmania", Times New Roman, Times, serif;
      color: #aaa;
      font-weight: 700; }
      #main .media-right .caption h4 a:hover {
        text-decoration: none; }
      #main .media-right .caption h4 a .glyphicon {
        font-size: 11px; }
#main blockquote {
  border-left: 10px solid #ffc600;
  padding: 10px 0 10px 15px;
  margin: 20px 0 20px;
  margin-left: -15px; }
  @media only screen and (min-width: 768px) {
    #main blockquote {
      padding-left: 35px; } }
  @media only screen and (min-width: 992px) {
    #main blockquote {
      padding-left: 45px; } }
  @media only screen and (min-width: 1200px) {
    #main blockquote {
      padding-left: 55px; } }
  @media only screen and (min-width: 1360px) {
    #main blockquote {
      margin-left: -65px; } }
  #main blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 900;
    color: #bababa; }
    @media only screen and (min-width: 768px) {
      #main blockquote p {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem; } }
    @media only screen and (min-width: 992px) {
      #main blockquote p {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 48px;
        line-height: 3rem; } }
#main .full-video .video {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #main .full-video .video video {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%; }
  #main .full-video .video.width img {
    display: block;
    width: 100%;
    height: auto; }
  #main .full-video .video.height img {
    display: block;
    width: auto;
    height: 100%; }
  #main .full-video .video .play {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-play.png) no-repeat;
    margin: -60px 0 0 -60px; }
#main .full-video .caption .row {
  padding-top: 20px;
  padding-bottom: 30px; }
#main .text-content .content .caption,
#main .caption {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  #main .text-content .content .caption:before,
  #main .caption:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    bottom: 0;
    left: 15px;
    background: #d7d7d7; }
    @media only screen and (min-width: 768px) {
      #main .text-content .content .caption:before,
      #main .caption:before {
        left: calc(16.66% + 15px); } }
  #main .text-content .content .caption.no-line,
  #main .caption.no-line {
    padding-bottom: 0px; }
    #main .text-content .content .caption.no-line:before,
    #main .caption.no-line:before {
      content: "";
      display: none; }
  #main .text-content .content .caption p,
  #main .caption p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    color: #999;
    font-style: italic; }
    #main .text-content .content .caption p a,
    #main .caption p a {
      color: #333;
      text-decoration: none; }
      #main .text-content .content .caption p a:hover,
      #main .caption p a:hover {
        font-weight: 700;
        letter-spacing: -0.034em; }
#main .full-media .images {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 1360px) {
    #main .full-media .images {
      margin-left: -65px;
      margin-right: -65px; } }
  @media only screen and (min-width: 768px) {
    #main .full-media .images .image {
      float: left;
      width: 50%; } }
  #main .full-media .images .image img {
    width: 100%; }
#main .full-media .video-full {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  @media only screen and (min-width: 1360px) {
    #main .full-media .video-full {
      margin-left: -65px;
      margin-right: -65px; } }
  #main .full-media .video-full video {
    width: 100%; }
  #main .full-media .video-full .play {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn-play.png) no-repeat;
    margin: -60px 0 0 -60px; }
#main .text-content .content .media-content,
#main .media-content {
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    #main .text-content .content .media-content,
    #main .media-content {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) {
    #main .text-content .content .media-content,
    #main .media-content {
      padding: 50px 0; } }
  #main .text-content .content .media-content .media img,
  #main .media-content .media img {
    width: 100%;
    display: block; }
  #main .text-content .content .media-content .caption,
  #main .media-content .caption {
    padding: 10px 0 20px 0; }
    #main .text-content .content .media-content .caption:before,
    #main .media-content .caption:before {
      left: 0; }
  #main .text-content .content .media-content h3,
  #main .media-content h3 {
    margin-bottom: 5px; }
  #main .text-content .content .media-content h4,
  #main .media-content h4 {
    font-family: "bookmania", Times New Roman, Times, serif;
    color: #edb903;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem; }
#main .graph img {
  width: 100%; }
#main .section-head {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 1360px) {
    #main .section-head {
      margin-left: -65px;
      margin-right: -65px; } }
  #main .section-head .section-title {
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 1360px) {
      #main .section-head .section-title {
        margin-left: -65px;
        padding-left: 65px;
        left: 65px; } }
    #main .section-head .section-title .label {
      font-family: "myriad-pro", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 30px;
      line-height: 1.875rem;
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      margin: 0;
      padding: 0; }
    #main .section-head .section-title h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 28px;
      line-height: 1.75rem;
      font-weight: 900;
      margin: 10px 0 0;
      color: #ffc600; }
      @media only screen and (min-width: 768px) {
        #main .section-head .section-title h2 {
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; } }
      @media only screen and (min-width: 992px) {
        #main .section-head .section-title h2 {
          font-size: 36px;
          font-size: 2.25rem; } }
  #main .section-head .image img {
    width: 100%;
    display: block; }
#main footer {
  margin-top: 50px;
  padding-bottom: 20px; }
  #main footer .fiction {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative; }
    #main footer .fiction:before {
      content: "";
      display: block;
      width: 31px;
      height: 3px;
      top: 0;
      position: absolute;
      left: 15px;
      background: #d0710b; }
    #main footer .fiction a.modal-link {
      color: #ffc600;
      font-weight: 400;
      text-decoration: underline; }
  #main footer h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 900;
    margin: 0;
    color: #ffc600; }
    @media only screen and (min-width: 768px) {
      #main footer h2 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 64px;
        line-height: 4rem; } }
    @media only screen and (min-width: 992px) {
      #main footer h2 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 72px;
        line-height: 4.5rem; } }
  #main footer .label {
    padding: 0;
    margin: 0;
    color: #ccc;
    font-weight: 400;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }
  #main footer h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #999;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #main footer .item {
    margin: 0 0 20px; }
    #main footer .item a {
      color: #999; }
  #main footer .part {
    margin: 0 0 0 -10px;
    padding: 0;
    overflow: hidden;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      #main footer .part {
        margin-left: -5px; } }
    @media only screen and (min-width: 992px) {
      #main footer .part {
        margin-left: -10px; } }
    #main footer .part li {
      float: left;
      margin: 0 0 0 -1px;
      padding: 0 11px;
      position: relative;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 36px;
      line-height: 2.25rem;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif; }
      @media only screen and (min-width: 768px) {
        #main footer .part li {
          padding: 0 6px; } }
      @media only screen and (min-width: 992px) {
        #main footer .part li {
          padding: 0 11px; } }
      #main footer .part li:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        height: 12px;
        width: 1px;
        background: #7d7d7d;
        margin-top: -6px; }
      #main footer .part li a {
        color: #333;
        text-decoration: none;
        font-weight: 700; }
        #main footer .part li a:hover {
          color: #ddad04; }
        #main footer .part li a.active {
          color: #999;
          font-weight: 400; }
  #main footer .logo-container {
    position: relative;
    padding: 40px 0 0; }
    @media only screen and (min-width: 768px) {
      #main footer .logo-container {
        float: right; } }
    #main footer .logo-container:before {
      content: "";
      display: block;
      position: absolute;
      width: 31px;
      height: 1px;
      top: 0;
      left: 0;
      background: #d7d7d7; }
  #main footer .logo {
    display: block;
    width: 168px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo-footer.png) no-repeat; }
  #main footer .copyright {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #main footer .copyright {
        padding-top: 40px;
        padding-bottom: 0; } }
    #main footer .copyright:before {
      content: "";
      display: block;
      position: absolute;
      width: 31px;
      height: 1px;
      top: 0;
      left: 15px;
      background: #d7d7d7; }
    #main footer .copyright p {
      margin: 0;
      color: #999;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-family: "myriad-pro", Helvetica, Arial, sans-serif; }

.download {
  margin: 10px 0 0;
  padding-bottom: 50px;
  position: relative; }
  .download:before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #d7d7d7; }
  .download .btn {
    border: 1px solid #bababa;
    border-radius: 0;
    color: #bababa;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin: 0;
    padding: 11px 11px 11px 28px;
    position: relative; }
    .download .btn:before {
      position: absolute;
      content: "\e025";
      left: 11px;
      top: 11px;
      font-family: 'Glyphicons Halflings';
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 22px;
      line-height: 1.375rem;
      color: #bababa; }
    .download .btn:hover {
      color: #a73917;
      border-color: #a73917; }
      .download .btn:hover:before {
        color: #a73917; }
  .download.push-20 {
    margin: 20px 0 0; }

.next-section {
  margin: -10px 0 0 0;
  cursor: pointer;
  min-width: 320px;
  width: 100%;
  position: relative;
  z-index: 10; }
  .next-section .image {
    width: 100%;
    overflow: hidden;
    min-height: 180px; }
    @media only screen and (min-width: 768px) {
      .next-section .image {
        min-height: 150px; } }
    .next-section .image img {
      display: block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: auto;
      height: 180px; }
      @media only screen and (min-width: 768px) {
        .next-section .image img {
          width: 100%;
          height: auto; } }
  .next-section .text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center; }
  .next-section .inner-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .next-section .label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .next-section h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 900;
    margin: 0;
    color: #fff;
    text-shadow: 3px 5px 6px rgba(0, 0, 0, 0.35); }
    @media only screen and (min-width: 768px) {
      .next-section h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 60px;
        line-height: 3.75rem; } }
    @media only screen and (min-width: 992px) {
      .next-section h2 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 72px;
        line-height: 4.5rem; } }
  .next-section .link {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 0;
    background: url(../images/sprite-icons.png) no-repeat -208px -8px;
    text-indent: -9999px;
    overflow: hidden; }
  .next-section:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .next-section:hover .link {
    background-position: -208px -58px; }
  .next-section:hover h2 {
    color: #ffc600; }

.modal-content {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  border: 0;
  color: #fff; }
  .modal-content .modal-line:after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    width: 50px;
    border-top: solid 3px #A63A13; }
  .modal-content .modal-body {
    color: #F8F8F8;
    font-weight: 700;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif; }
  .modal-content .modal-header {
    border-bottom: 0;
    margin-top: 60px; }
  .modal-content .close {
    color: #ffc600;
    opacity: 1;
    text-shadow: 0 0px 0 #fff; }

.modal-backdrop.in {
  opacity: 0.9; }

.push-down-40 {
  margin-bottom: 40px; }

#main .section > .container:last-child .container-inner.comments-wrapper {
  padding-bottom: 40px; }

.comments-wrapper .cont-comments {
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  letter-spacing: .1rem; }
  .comments-wrapper .cont-comments a#commentShow {
    color: #989898;
    text-decoration: none;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px; } }
@media (max-width: 768px) {
  #main .media-right .caption {
    margin-bottom: 20px;
    padding-left: 0; }
    #main .media-right .caption p {
      text-align: left; }
    #main .media-right .caption:before {
      left: 0;
      right: auto; }

  .row.plus {
    margin-left: 15px;
    margin-right: 15px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .social li a.facebook {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #header .social li a.twitter {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #header .social li a.discus {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #header .next-btn a::after {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #hero .text .scroll-more::before {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; }

  #main .full-video .video .play {
    background-image: url(../images/btn-play@x2.png);
    background-size: 120px auto; }

  .next-section .link {
    background-image: url(../images/sprite-icons@x2.png);
    background-size: 250px auto; } }

/*# sourceMappingURL=style.css.map */
