/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both; }

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#box1 {
  background: url(../images/bg3.jpg) center center #492543;
  background-size: cover;
  position: relative;
  text-align: center;
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 65px; }

#box1 h1 {
  font-size: 100px;
  line-height: 100px;
  color: #fff; }

#box1 p {
  padding-left: 15%;
  padding-right: 15%;
  color: #fff;
  font-size: 18px;
  line-height: 24px; }

#box1 p a {
  font-size: 18px;
  line-height: 24px; }

#box1 #b1links {
  font-size: 0;
  text-align: center;
  padding-top: 20px; }

#box1 #b1links a {
  display: inline-block;
  vertical-align: top;
  background: #74b843;
  color: #000;
  font-family: "Righteous", cursive;
  font-size: 26px;
  text-transform: uppercase;
  padding: 18px 50px 18px 50px;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px; }

#box1 #b1links a:hover {
  background: #8ac55f; }

@media screen and (max-width: 1650px) {
  #box1 h1 {
    font-size: 80px;
    line-height: 80px; } }

@media screen and (max-width: 1260px) {
  #box1 p {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 1012px) {
  #box1 {
    margin-top: 54px;
    padding-top: 55px;
    padding-bottom: 55px; }
  #box1 h1 {
    font-size: 60px;
    line-height: 60px; }
  #box1 #b1links a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 300px; } }

@media screen and (max-width: 767px) {
  #box1 h1 {
    font-size: 30px;
    line-height: 30px; } }

#box2 {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px; }

#box2 h2 {
  text-align: center; }

#box2 h2:after {
  content: '';
  display: block;
  height: 4px;
  width: 40px;
  background: #74b843;
  margin: 0 auto;
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 25px; }

#box2 img {
  float: right;
  margin: 0 0 30px 50px; }

#box2 h3 {
  font-size: 35px;
  line-height: 35px;
  max-width: 450px;
  padding-bottom: 28px; }

@media screen and (max-width: 1336px) {
  #box2 img {
    width: 400px; } }

@media screen and (max-width: 1012px) {
  #box2 img {
    float: none;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    margin-bottom: 40px; } }

#box3 {
  background: url(../images/bg3.jpg) center center #000;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center; }

#box3 h2 {
  text-align: center;
  color: #fff; }

#box3 h2:after {
  content: '';
  display: block;
  height: 4px;
  width: 40px;
  background: #74b843;
  margin: 0 auto;
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 25px; }

#box3 h3 {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  padding-bottom: 25px; }

#b3songs {
  font-size: 0;
  display: inline-block;
  width: 95%; }

#b3songs > div {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }

#b3songs > div a {
  display: block;
  margin-bottom: 10px; }

#b3songs > div:nth-child(2) {
  border-left: 2px solid #000;
  border-right: 2px solid #000; }

#b3songs > div p {
  color: #fff;
  padding-bottom: 0; }

@media screen and (max-width: 1012px) {
  #b3songs {
    padding-top: 20px; }
  #b3songs > div {
    width: 100%;
    padding: 0; }
  #b3songs > div:nth-child(2) {
    border: 0; } }

.lbox {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px; }

.lbox1 {
  font-size: 0; }

.lbox1music, .lbox1content {
  display: inline-block;
  vertical-align: top; }

.lbox1music {
  width: 30%;
  text-align: center; }

.lbox1music h4 {
  font-size: 20px;
  line-height: 20px;
  padding-top: 100px; }

.lbox1content {
  width: 65%;
  margin-left: 5%; }

.lbox1content h2 {
  font-size: 40px;
  line-height: 40px; }

.lbox1content h3 {
  font-size: 26px;
  line-height: 26px;
  padding-top: 30px; }

.lbox1content ul {
  margin-bottom: 30px; }

.bcintro2 {
  border: 1px solid #bfbfbf;
  width: calc(1300px - 140px);
  margin: 0 auto;
  display: block;
  padding: 50px 70px 50px 70px;
  position: relative;
  text-align: left;
  margin-top: 60px; }

.magellan2 .bcintro2, .manuel .bcintro2 {
  margin-top: 30px !important; }

.infinite .bcintro2 {
  margin-top: 60px !important; }

.bcintro2:after {
  content: '';
  display: block;
  width: 54px;
  height: 62px;
  background: url(../images/corner.jpg);
  position: absolute;
  top: -1px;
  right: -1px; }

.bcintro2container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left; }

.bcintro2 h2 {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 25px; }

.bcintro2 ul, .bcintro2 ol {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px; }

.bcintro2 li {
  display: inline-block;
  vertical-align: top;
  background: url(../images/bullet.png) no-repeat 0 8px;
  margin-left: 0 !important;
  padding-left: 25px;
  padding-bottom: 14px;
  list-style-type: none !important;
  font-size: 18px;
  line-height: 27px; }

.bcintro2 li a {
  font-weight: normal; }

.bcintro2 img {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -50px; }

.bcintro2 .buttons {
  margin-top: 20px; }

.lbox2 {
  background: url(../images/bg3.jpg) center center #000;
  background-size: cover;
  padding-top: 80px; }

.lbox2 .bcintro2 {
  margin-top: 30px; }

.lbox2 h2, .lbox2 h3, .lbox2 h4, .lbox2 p, .lbox2 li {
  color: #fff; }

.lbox2 .bcintro2:after {
  background-image: url(../images/corner2.jpg); }

.magellan .bcintro2container, .manuel .bcintro2container, .sabrosa2 .bcintro2container {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px; }

.manuel .bcintro2, .magellan2 .bcintro2, .sabrosa2 .bcintro2 {
  margin-top: 60px; }

.sabrosa img {
  position: absolute;
  z-index: 2;
  right: 100px;
  top: -90px; }

.emperor img {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 90px; }

.fift img {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 50px; }

.magellan2 img {
  position: absolute;
  z-index: 2;
  right: 90px;
  top: 50px; }

.infinite img {
  position: absolute;
  z-index: 2;
  right: 90px;
  top: 50px; }

@media screen and (max-width: 1650px) {
  .bcintro2 {
    width: calc(1200px - 140px); }
  .fift img {
    width: 400px;
    right: 9%;
    top: 100px; }
  .infinite img {
    right: 5%; } }

@media screen and (max-width: 1336px) {
  .lbox1music {
    width: 35%; }
  .lbox1content {
    width: 61%;
    margin-left: 4%; }
  .bcintro2 {
    width: calc(95% - 100px);
    margin-top: 0 !important;
    padding-bottom: 30px; }
  .manuel .bcintro2, .magellan2 .bcintro2, .sabrosa2 .bcintro2 {
    margin-top: 0 !important; }
  .infinite .bcintro2, .sabrosa2 .bcintro2 {
    margin-top: 40px !important; }
  .bcintro2container {
    width: 55%; }
  .bcintro2 img {
    max-width: 380px !important;
    top: 80px;
    right: 3%; }
  .fift img {
    width: 300px;
    right: 7%; }
  .infinite img {
    right: 6%; } }

@media screen and (max-width: 1012px) {
  .lbox1music {
    width: 100%;
    padding-bottom: 30px; }
  .lbox1music h4 {
    padding-top: 0; }
  .lbox1content {
    width: 100%;
    margin-left: 0%; }
  .bcintro2 {
    width: calc(95% - 50px);
    padding: 50px 25px 50px 25px; }
  .bcintro2container {
    width: 100% !important;
    width: 100% !important;
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-column-gap: 0 !important;
    column-gap: 0 !important; }
  .bcintro2 img {
    display: block;
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    margin-bottom: 40px !important; }
  .bcintro2 ul {
    padding-left: 0 !important; } }
