


/* Table of Content
==================================================
  1. CSS Reset & Clearfix
  2. Document Setup (body, common classes, etc)
  3. Columns
  4. Typography
  5. Header
  6. Main Content
  7. Footer
  8. Elements
  */



/*-----------------------------------------------------------------------------------*/
/*  1.  Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/


/* Typography
================================================== */
body {
  font: 12px/26px 'Roboto', Helvetica, Arial, sans-serif; 
  /*#838383*/ 
  color: #666;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.home {
  font: 14px/24px 'Helvetica Neue';
  color: #798285;
}

a { text-decoration: none; }
a:hover, a:active { outline: 0; }

p { margin: 0 0 20px 0;}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 600; color: #000;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 50px; line-height: 24px; text-transform: uppercase; letter-spacing: 1px;  font-family: 'Helvetica Neue'; font-weight: 100;}
h2 { font-size: 22px; line-height: 30px; text-transform: uppercase; letter-spacing: 6px; font-family: 'Helvetica'; }
h3 { font-size: 20px; line-height: 30px; font-family: 'Montserrat'; font-weight: 700; letter-spacing: 5px; text-transform: uppercase;}
h4 { font-size: 14px; line-height: 30px; font-family: 'Montserrat'; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; }
h5 { font-size: 12px; line-height: 26px; font-family: 'Roboto'; font-weight: 700; color: #000; }
h6 { font-size: 10px; line-height: 14px; }

.purchase h5 {
  font-family: 'Montserrat'; line-height: 14px; text-transform: uppercase; letter-spacing: 3px;
}

em, i { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }
address { font-style: normal; }
ul { list-style: disc inside; padding-left: 20px; }
.post ul,.content ul { list-style: outside; padding-left: 20px; }
ol { list-style: decimal inside; }
li ul, li ol { margin-left: 1.5em; margin-bottom: 0; }

pre { line-height: 1; }
pre, code, kbd, samp, var { font-family: Courier, "Courier New", monospace; }
pre, code { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; overflow-x: auto; overflow-y: hidden; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
iframe,img {max-width: 100%;}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue.eot');
  src: url('../fonts/HelveticaNeue.eot@') format('embedded-opentype'),
    url('../fonts/HelveticaNeue.woff') format('woff'),
    url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaCE-Cond.eot');
  src: url('../fonts/HelveticaCE-Cond.eot@') format('embedded-opentype'),
    url('../fonts/HelveticaCE-Cond.woff') format('woff'),
    url('../fonts/HelveticaCE-Cond.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-UltraLight.eot');
  src: url('../fonts/HelveticaNeue-UltraLight.eot@') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-UltraLight.woff') format('woff'),
    url('../fonts/HelveticaNeue-UltraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot@') format('embedded-opentype'),
    url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot@') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.eot');
  src: url('../fonts/Roboto.eot@') format('embedded-opentype'),
    url('../fonts/Roboto.woff') format('woff'),
    url('../fonts/Roboto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


/*************************************Home*****************************************/
.home header {
  background-image: url('../images/hero.jpg');
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/*.home header::before {
    content: '';
}*/

header {
  padding-top: 20px;
    margin-bottom: 35px;
}

.header-nav {
  float: right;
  padding-top: 20px;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-left: 12px;
  letter-spacing: 1px;
  font-family: 'Helvetica';
  font-weight: 500;
}

.header-nav ul li .active {
  text-decoration: underline;
}

.home header .column.twelve {
  text-align: center;
}

.home header h1 {
  background-color: rgba(255, 255, 255, 0.78);
  display: inline-block;
  margin-bottom: 22px;
  padding: 40px 35px;
}

.home_info {
  height: 90vh;
}

.home_info p {
  color: white;
  font-weight: 300;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.7;
  position: absolute;
  bottom: 40px;
  max-width: 66%;
  text-align: left;
  margin-bottom: 0;
}

.smallFilmCover {
  max-width:300px;
  max-height:400px;
}


/*SCROLL BUTTON*/

.scroll-button {
  font-size: 13px;
  opacity: 0.4;
  font-family: 'Montserrat';
  font-weight: 300;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  padding: 8px 48px 8px 33px;
  color: white;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 2px solid white;
  background-color: black;
  transition: opacity 0.5s ease;
}

.scroll-button:hover {
opacity: 1;
}



/*.scroll-button:hover .scroll:after {
   	border-right:2px solid black;
	border-bottom:2px solid black;
}*/

.scroll span:after {
	content:'';
	width:10px;
	height:10px;
	position:absolute;

	bottom:17px;
	right:22px;
}

.scroll span:after {
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* @-webkit-keyframes arrow-jump {
  20%   { opacity: 0.2;}
  50% { opacity: 0.5; }  
} */
.scroll {
  -webkit-animation: arrow-jump 5s infinite; /* Safari 4+ */
  -moz-animation:    arrow-jump 5s infinite; /* Fx 5+ */
  -o-animation:      arrow-jump 5s infinite; /* Opera 12+ */
  animation:         arrow-jump 5s infinite; /* IE 10+, Fx 29+ */
}

.scroll:hover {
  opacity: 1;
}

/* Sticky button */

.stickem-container {
  position: relative;
}

.stickit {
    margin-left: 660px;
    position: fixed;
    top: 0;
}

.stickit-end {
    bottom: 40px;
    position: absolute;
    right: 40px;
    z-index: 1;
}

/*Home Main*/
.home-main {
  background-image: url(../images/home-body-bg.jpg);
  background-size: cover;
  background-position: center top;
  padding: 65px 0px;
}

.center {
  text-align: center;
}

.framed-heading {
  border: 4px solid #cac1a0;
  max-width: 310px;
  padding: 10px 0px;
  margin: 0 auto 20px;
  text-align: center;
}

.home .framed-heading {
  margin: 0px auto 10px;
}

/*Home Slider*/
#home-slider {
  margin: 35px 0px 10px 0px;
}

.slide-page {
  float: left;
  margin: 0px 0px 70px 115px;
  position: relative;
  padding-left: 30px;
}

.slide-page:after {
  content: '';
  position: absolute;
  background-color: #cac1a0;
  width: 15px;
  height: 2px;
  left: 0;
  top: 12px;
  display: block;
}

.next-slide {
  color: #000;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 4px;
  font-family: 'Montserrat';
}

.prev-slide {
  font-size: 16px;
  font-weight: 700;
  color: #000;
   letter-spacing: 4px;
  font-family: 'Montserrat';
}

.home-video {
  display: inline-block;
  position: relative;
}

.home-video .play-button {
  content: '';
  position: absolute;
  background-image: url(../images/play-button.png);
  display: inline-block;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.video-description {
  display: inline-block;
  max-width: 500px;
  background-color: #fff;
  min-height: 300px;
  font-size: 12px;
  padding: 10px 25px;
  vertical-align: top;
  margin: 18px 0px 0px -33px;
  position: relative;
}

.home .video-description .button{
  margin: 0 0px 5px 0px !important;
}

.video-description h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0px 10px 0px;
}

.video-description > h3 > span {
  color: #cac1a0;
  /*text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 9px;
  line-height: 30px;*/
/*  letter-spacing: 4px;*/
  /*font-weight: 400;*/
}


.video-description > span {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 9px;
  line-height: 30px;
/*  letter-spacing: 4px;*/
  font-weight: 400;
}


.button {
  font-size: 9px;
  line-height: 30px;
  color: #000;
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 5px;
  min-width: 145px;
  display: inline-block;
  text-align: center;
  padding: 0px 10px 0px 14px;
}

.button--black {
  background-color: #000;
  color: #fff;
}

.button--black:hover {
  background-color: #cac1a0;
  color: #000;
}

.button-beige {
  background-color: #cac1a0;
}

.button-beige:hover {
    background-color: #000;
  color: #fff;
}


.tweet-img {
  float: left;
  margin-right: 10px;
}

.tweet {
  font-family: 'Arial';
  max-width: 230px;
  float: left;
  color: #222;
  margin-bottom: 40px;
}

.tweet p {
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.blue-link {
  color: #598dca;
}

.time {
  display: block;
  font-size: 13px;
  color: #bdbdbd;
}

.follow-us {
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 19px;
  color: #333;
  font-family: 'Arial';
  letter-spacing: 0px;
}

/*Footer*/
footer {
  background-image: url(../images/footer-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px 40px 0px;
  margin-top: 50px;
  height: 100%;
}

#main footer {
  height: auto;
}

footer h2 {
  color: #fff;
}

.footer-form {
  display: inline-block;
  margin: 95px 0px 40px 0px;
}

.footer-form input {
  min-width: 570px;
  height: 52px;
  border: 2px solid #fff;
  margin-bottom: 23px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 5px;
  color: #fff;
}

.footer-form input[type="submit"]{
  background-color: #cac1a0;
  border-color: #cac1a0;
  color: #000;
  font-weight: 700;
}

#copyright {
  color: #fff;
  font-size: 9px;
  line-height: 30px;
  font-family: 'Roboto';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.inner-main {
  background-image: url(../images/inner-bg.jpg);
  background-position: center top;
  background-size: cover;
  height: 100%;
  background-repeat: repeat-y;
/*  margin-top: 15px;*/
/*  padding-top: 45px;*/
}






/**************************************Films***********************************/
.film-post-list {
  /*  max-width: 745px;
    padding-right: 35px;*/
    padding-bottom: 0px;
  }
  
  .film-post-list .button {
    font-size: 14px;
    line-height: 40px;
    display: block;
    max-width: 220px;
  }
  
  .film-post-list .button--black {
    margin-bottom: 15px;
  }
  
  .film-post-list .film-year {
    margin-bottom: 20px;
    display: inline-block;
  }

  .film-post {
    max-width: 900px;
    margin: auto auto 60px auto;
    padding: 30px 75px 30px 35px;
    background-color: #fff;
  }
  
  .film-post .top-img {
    display: inline-block;
    margin: 0px 50px 0px -65px !important;
  }
  
  .film-post .film-post__media {
    display: inline-block;
    vertical-align: top;
    height:auto;
    max-width: 60%;
    margin-bottom: 35px;
    position: relative;
  }
  
  .film-post .film-post__text {
    display: inline-block;
      max-width: 39%;
    vertical-align: top;
    margin-bottom: 35px;
  }
  
  .film-post .film-post__buttons  {
      margin-bottom: 35px;
  }
  
  .film-post .film-year {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
  
  .film-post .film-details {
    padding-left: 0px;
    color: #000;
    margin: 15px 0px 30px 0px;
  }
  
  .film-post .film-details span {
    font-weight: 300;
  }
  
  .film-post .film-details a {
      text-decoration: underline;
  
  }
  
    
  .film-post .film-details p, ul, h2, h3, h4, h5 {
    margin-bottom: 10px;
  }
  
  .film-post .film-details ul, h2, h3, h4, h5 {
    margin-top: 30px;
  }
  
  .film-post .film-post__text .button-beige {
    margin-right: 35px;
  }
  

  
  .playbutton {
    content: '';
    position: absolute;
    background-image: url(../images/play-button.png);
    display: inline-block;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -100px;
  }
  
  .film-post h5 {
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  
  .film-post p {
    margin-bottom: 25px;
  }
  


/*********************************************Films**************************************/

/*Video Slider*/

#video-slider {
  padding-left: 0px;
  margin: 20px auto 40px auto;
  max-width: 736px;
  max-height: 98px;
}

#video-slider li {
  display: inline-block;
  margin-right: -4px;
}

#video-slider li img {
  border: 3px solid #bfbfbf;
  margin-right: -3px;
  width: 100%;
}

#video-slider li:last-child {
  border:0px;
  margin-left: -1px;
}


/*****************************************Purchase****************************************/

.purchase .purchase-option {
  min-height: 300px;
}


.purchase  .purchase-option .dvd-img {
  max-width: 165px !important;
  display: inline-block;
}

.purchase .purchase-option .purchase-box {
  display: inline-block;
  width:100%;
  max-width: 600px;
  background-color: #fff;
  vertical-align: top;
  margin: 25px 0px 0 -4px;
  padding: 0 30px 30px 30px;
  text-align: left
}

.purchase .purchase-option .purchase-box  h5 {
  margin-bottom: 6px;
}

.purchase .purchase-option .purchase-box .film-year {
  display: inline-block;
  margin-bottom: 15px;
}

.purchase .purchase-option .purchase-box .button {
  /* display: block; */
  /* max-width: 236px; */
  letter-spacing: 3px;
  padding: 0 20px;
  margin-bottom: 3px;
  line-height: 27px;
}

h3 + h4 {
  margin-top:0;
}

/***************************************About********************************************/

.something-about {
  max-width: 900px;
  background-color: #fff;
  padding: 29px 60px 100px 29px;
  margin: auto auto 20px auto;
}

.something-about img {
  display: inline-block;
  margin: 0px 85px 0px -115px;
}

.something-abput__text {
  display: inline-block;
  max-width: 420px;
  vertical-align: top;
  text-align: left;
}

.something-abput__text h3 {
  margin-bottom: 13px;
}

.about-member {
  background-color: #fff;
  padding: 30px 30px 10px 30px;
  margin-top: 120px;
  line-height: 22px;
}

.about-member img {
  margin: -90px 0px 10px 0px;
  display: inline-block;
}

.no-img {
  margin-top: 60px;
}

.no-img h4 {
  margin-bottom: 20px;
}

.job {
  font-size: 10px;
  line-height: 29px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  letter-spacing: 3px;
}

.about-member h4 {
  line-height: 23px;
}

.member-mail {
  font-size: 10px;
  line-height: 22px;
  font-family: 'Roboto';
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.about .inner-main {
  padding-bottom: 70px;
}


/******************************************Blog*******************************************/
.blog-post {
  background-color: #fff;
  max-width: 900px;
  margin: auto auto 70px auto;
  padding: 30px 70px 25px 65px;
}

.blog-post img {
  float: left;
  margin: 0px 70px 20px -130px;
  max-width:75%;
}

.blog-post h3 {
  font-family: 'Roboto';
  letter-spacing: 2px;
  line-height: 26px;
  margin-bottom: 25px;
}

.blog-post p {
  margin-bottom: 25px;
}

.blog-post .date {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 700;
  letter-spacing: 4px;
  color: #000;
}

.blog-post .author {
  display: block;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 12px;
  line-height: 26px;
  text-decoration: underline;
  color: #000;
/*  letter-spacing: 2px;*/
  margin-bottom: 15px;
}






/*-----------------------------------------------------------------------------------*/
/*  10.  Responsive
/*-----------------------------------------------------------------------------------*/


/* Large screens (1024px) */
@media (min-width: 1200px) {
  .blog-post img {
    margin: 0px 55px 20px -90px;
  }
.movies {
  text-align: center; 
}
.something-about img {
  margin: 0px 30px 0px -100px;
}

.top-img, .film-post-list .top-img, .dvd-img {
  margin: 0px;
}

.purchase-box {
  margin: 5px 0px 30px;
}

.home header h1 {
  font-size: 40px;
}

.purchase-box .button {
  margin: 5px auto;
}

}

/* Medium screens (830) */
@media (max-width: 830px) {

  #video-slider .owl-prev {
    left: 0;
  }
  #video-slider .owl-next {
    right: 0;
  }
  .tweets img {
    display: inline-block;
    float: none;
  }
  .tweets {
    text-align: center;
  }
  .tweets .tweet {
    float: none;
    max-width: 100%;
  }
  .header-nav ul {
    padding-left: 0px;
    text-align: center;
  }

  .header-nav ul li {
    display: block;
  }

  .header-nav {
    float: none;
    background-color: rgba(255,255,255, 0.6);
    padding-bottom: 20px;
    border-radius: 3px;
    margin-top: 20px;
    max-width: 200px;
    margin: 20px auto auto auto;
  }

  .header-nav ul li a {
    margin-left: 0px;
    margin-bottom: 5px;
    display: inline-block;
  }

  #h-margin {
    margin-top: 80px;
  }

  /*Mobile Navigation*/
  .header-nav {
    display: none;
  }

  .topNavBtn span,
    .topNavBtn::after,
    .topNavBtn::before {
        transition: all .3s ease-in-out;
        background-color: #999999;
        height: 3px;
    }
    .topNavBtn {
        position: absolute;
        width: 32px;
        right: 20px;
        top: 42px;
    }
    .topNavBtn span {
        display: block;
        margin: 6px 0;
        opacity: 1
    }
    .topNavBtn::after,
    .topNavBtn::before {
        display: block;
        content: ''
    }
    .topNavBtn:hover span,
    .topNavBtn:hover::after,
    .topNavBtn:hover::before {
        background-color: #999999;
    }
    .topNavBtn:focus span,
    .topNavBtn:focus::after,
    .topNavBtn:focus::before {
        background-color: #999999
    }
    .topNavBtn.active span,
    .topNavBtn.active::after,
    .topNavBtn.active::before,
    .topNavBtn.active:focus span,
    .topNavBtn.active:focus::after,
    .topNavBtn.active:focus::before {
        background-color: #999999
    }
    .topNavBtn.active span,
    .topNavBtn.active:focus span {
        opacity: 0
    }
    .topNavBtn.active::before,
    .topNavBtn.active:focus::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg)
    }
    .topNavBtn.active::after,
    .topNavBtn.active:focus::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg)
    }
    .topNavBtn {
        display: block;
      }

.home section {
  height: 100vh !important;
}

.home header h1 {
  font-size: 37px;
  line-height: 40px;
  padding: 15px 20px;
}

.home-main {
  padding: 20px 0;
}

/* Featured Film */

.featured-film .play-button {
  content: '';
  position: relative;
  background-image: url(../images/play-button.png);
  display: block;
  width: 70px;
  height: 70px;
    margin: 5% auto 5%;

}

.film-post .play-button {
  content: '';
  position: relative;
  background-image: url(../images/play-button.png);
  display: block;
  width: 70px;
  height: 70px;
  top: -150px;
  left: calc( 40% - 50px );
}

#tweets {
  padding: 65px 0px;
}

.tweets {
    max-width: 90vw;
    margin: 20px auto;
}



.home h2.framed-heading {
  margin: 0 auto 20px !important;
}

.scroll-button {
  font-size: 0;
  padding: 8px 5px;
  width: 45px;
  height: 45px;
}

.scroll-button span:after {
  right: 16px;
}

.stickit-end {
  right: 20px;
  bottom: 20px;
}

.home_info p {
/*  letter-spacing: 1px;*/
max-width: 80%;
bottom: 20px;
}

.video-description {
  margin-left: 0px;
  margin-top:0;
}



.home-main .button-beige {
  margin: 0 0px 5px 0px;
}

.footer-form input {
  display: inline-block;
  min-width: 300px;
}

.footer-form {
  margin-top: 70px;
}

.column.four {
  overflow: hidden;
}

#home-slider {
  margin: 10px 0;
}



/*Films*/
  
  .film-post__text {
width: 100% !important; 
max-width: 100% !important;
display: block !important;
}

.film-post__text .button {
  max-width: 300px!important;
  margin:10px auto !important;
}

.film-post__media {
width: 100% !important;
margin-bottom: 0 !important;
max-width: 100% !important;
display: block !important;
}

.film-post__media .playbutton {
    margin-left: -35px;
  }

.film-post__media .top-img {
 margin: 0 !important;
  }


/* Purchase */

.purchase-option__media {
  width: 100% !important;
}

.purchase  .purchase-option .dvd-img {
  max-width: 100% !important;
  margin: 35px auto -35px;
}



.purchase-box {
  max-width: 100% !important;
}

.purchase-box .button {
  max-width: 300px!important;
}
/*About*/
.something-about img {
  margin: 0px;
}

.job {
  display: block;
}

/*Blog*/
.blog-post img {
  margin: 0px 0px 10px 0px;
}

.blog-post {
  padding: 30px;
}

.blog-post img {
  float: none;
}

/*Film Details*/
.film-post {
  padding: 20px;
}

.film-details span br {
  display: none;
}

.film-post__text .button-beige {
  margin-bottom: 10px;
}

.film-post .film-post__buttons button {
  margin: 10px 0 !important;
}

.purchase-box .button {
  margin: 5px auto;
}

}
