/*** FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/LeagueGothic-Regular.eot');
    src: url('../fonts/LeagueGothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LeagueGothic-Regular.woff') format('woff'),
         url('../fonts/LeagueGothic-Regular.ttf') format('truetype'),
         url('../fonts/LeagueGothic-Regular.eot.svg#proxima_novasemibold') format('svg');
    font-weight: normal; }

/*** MISC ***/
body, p, li, a, h2, h3, h4, h5,
button, .button {
  font-family: 'Source Sans Pro', sans-serif; }
header h1 {
  font-family: 'LeagueGothic', sans-serif; }
.row {
  max-width: 1170px; }
a {
  color: #d30007;
  text-decoration: underline; }
a:hover {
  text-decoration: none; }

/*** HEADER ***/
header {
  border-top: 20px solid #1a175d;
  background-image: url('../images/header-bg.jpg');
  background-position: center;
  background-size: cover; }
header h1 {
  color: #FFF;
  font-size: 120px;
  line-height: 100px;
  text-transform: uppercase;
  padding: 0px 300px 0px 0px;
  margin: 100px 0px 30px;
  position: relative; }
header h1 img {
  position: absolute;
  right: 0px;
  top: 0px; }
header .intro {
  text-align: right; }
header .intro mark {
  color: #FFF;
  font-size: 24px;
  display: block;
  padding-bottom: 15px;
  background-color: transparent; }
header .intro p {
  color: #FFF;
  font-size: 20px;
  font-weight: 200;
  padding: 0px 0px 10px; }
header .intro .button {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 10px;
  border-top: 1px solid #8ea0fe;
  float: right;
  margin: 0px 0px 15px;
  box-shadow: 0px 0px 1px 1px #333;
  background: rgb(82,110,252);
  background: -moz-linear-gradient(top,  rgba(82,110,252,1) 0%, rgba(27,24,96,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(82,110,252,1) 0%,rgba(27,24,96,1) 100%);
  background: linear-gradient(to bottom,  rgba(82,110,252,1) 0%,rgba(27,24,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526efc', endColorstr='#1b1860',GradientType=0 ); }
header .intro .button:hover {
  background: -moz-linear-gradient(top, rgba(27,24,96,1) 0%, rgba(82,110,252,1) 100%);
  background: -webkit-linear-gradient(top, rgba(27,24,96,1) 0%, rgba(82,110,252,1) 100%);
  background: linear-gradient(to bottom, rgba(27,24,96,1) 0%, rgba(82,110,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1860', endColorstr='#526efc',GradientType=0 ); }
header .copy p {
  color: #4a0003;
  font-size: 12px; }


/*** PRODUCTS ***/
.products {
  margin-bottom: -60px; }
.products h2 {
  color: #151041;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  padding: 0px;
  margin: 50px 0px; }
.products .box {
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  background-color: #FFF;
  display: block;
  text-decoration: none; }
.products .box:hover {
  text-decoration: none;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.10); }
.products .box .body {
  padding: 20px;
  border-top: 1px solid #dfdfdf; }
.products .box .body:after {
  content: '';
  width: 100%;
  display: table;
  clear: both; }
.products .box .body img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
.products .box .body h3 {
  color: #d30007;
  font-size: 20px;
  line-height: normal;
  margin: 0px;
  padding-bottom: 20px; }
.products .box .body p {
  color: #878787;
  font-size: 13px; }
.products .box .body strong.price {
  color: #151041;
  font-size: 24px;
  font-weight: 400;
  line-height: normal; }
.products .box .body .button {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #333;
  border-top: 1px solid #e1596b;
  float: right;
  margin: 0px;
  padding: 5px 10px 6px;
  box-shadow: 0px 0px 1px 1px #333;
  background: rgb(229,31,59);
  background: -moz-linear-gradient(top,  rgba(229,31,59,1) 0%, rgba(176,24,27,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(229,31,59,1) 0%,rgba(176,24,27,1) 100%);
  background: linear-gradient(to bottom,  rgba(229,31,59,1) 0%,rgba(176,24,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51f3b', endColorstr='#b0181b',GradientType=0 ); }
.products .box .body .button:hover {
  background: -moz-linear-gradient(top, rgba(176,24,27,1) 0%, rgba(229,31,59,1) 100%);
  background: -webkit-linear-gradient(top, rgba(176,24,27,1) 0%, rgba(229,31,59,1) 100%);
  background: linear-gradient(to bottom,  rgba(176,24,27,1) 0%, rgba(229,31,59,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0181b', endColorstr='#e51f3b',GradientType=0 ); }

/*** BROWSE ***/
.browse {
  color: #FFF;
  font-size: 24px;
  line-height: 56px;
  padding: 120px 0px 80px 0px;
  background: rgb(168,12,20);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(168,12,20,1) 0%, rgba(95,7,11,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(168,12,20,1) 0%,rgba(95,7,11,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(168,12,20,1) 0%,rgba(95,7,11,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80c14', endColorstr='#5f070b',GradientType=1 ); }
.browse .button {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 10px;
  border-top: 1px solid #8ea0fe;
  float: right;
  margin: 0px;
  box-shadow: 0px 0px 1px 1px #333;
  background: rgb(82,110,252);
  background: -moz-linear-gradient(top,  rgba(82,110,252,1) 0%, rgba(27,24,96,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(82,110,252,1) 0%,rgba(27,24,96,1) 100%);
  background: linear-gradient(to bottom,  rgba(82,110,252,1) 0%,rgba(27,24,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526efc', endColorstr='#1b1860',GradientType=0 ); }
.browse .button:hover {
  background: -moz-linear-gradient(top, rgba(27,24,96,1) 0%, rgba(82,110,252,1) 100%);
  background: -webkit-linear-gradient(top, rgba(27,24,96,1) 0%, rgba(82,110,252,1) 100%);
  background: linear-gradient(to bottom, rgba(27,24,96,1) 0%, rgba(82,110,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1860', endColorstr='#526efc',GradientType=0 ); }

/*** ICO's ***/
[class^="ico-sn-"] {
  width: 34px;
  height: 34px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }
.ico-sn-fb {
  background-image: url('../images/ico-sn-fb.png'); }
.ico-sn-twitter {
  background-image: url('../images/ico-sn-twitter.png'); }
.ico-sn-yt {
  background-image: url('../images/ico-sn-yt.png'); }
.ico-sn-lin {
  background-image: url('../images/ico-sn-lin.png'); }

/*** FOOTER ***/
footer {
  color: #FFF;
  font-size: 12px;
  font-weight: 200;
  background-color: #151041; }
footer a {
  color: #FFF;
  text-decoration: underline; }
footer a:hover {
  color: #FFF;
  text-decoration: none; }
footer .connect {
  padding: 35px 0px; }
footer .connect label,
footer .connect strong {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
  padding: 5px 0px;
  display: inline-block;}
footer .connect input {
  margin: 0px; }
footer .connect button {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: #e51432;
  background: -moz-linear-gradient(top,  #e51432 0%, #b3191c 100%);
  background: -webkit-linear-gradient(top,  #e51432 0%,#b3191c 100%);
  background: linear-gradient(to bottom,  #e51432 0%,#b3191c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51432', endColorstr='#b3191c',GradientType=0 ); }
footer .copy {
  padding: 25px 0px;
  background-color: #0f0b32; }
footer .terms {
  line-height: 35px;
  text-align: right; }
footer .terms a {
  margin-left: 25px; }
footer .madeby {
  text-align: right; }

/*** MOBILE ***/
@media only screen and (max-width: 767px) {

  header h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 0px;
    margin: 25px 0px; }
  header h1 img {
    width: 25%; }
  header .intro mark {
    font-size: 18px;
    padding-bottom: 20px; }
  header .intro p {
    font-size: 14px;
    padding: 0px 0px 10px; }
  header .intro .button {
    font-size: 20px;
    margin: 0px 0px 20px; }
  .browse {
    text-align: center;
    line-height: normal;
    padding: 80px 0px 50px 0px; }
  .browse .button {
    float: none;
    margin: 30px 0px 0px; }
  footer {
    font-size: 10px; }
  footer,
  footer .social,
  footer .terms,
  footer .madeby {
    text-align: center; }
  footer .terms {
    padding-top: 5px; }
  footer .connect label,
  footer .connect strong {
    display: block; }
  footer .terms a {
    margin: 0px 10px; }
  footer .connect,
  footer .copy,
  footer .madeby {
    padding: 15px 0px; }
  footer .social {
    padding-top: 15px; }

}

/*** TABLET AND SMALL DESKTOP ***/
@media only screen and (min-width: 768px) and (max-width: 1080px) {

  header h1 {
    font-size: 72px;
    line-height: 70px;
    padding: 0px 300px 0px 0px;
    margin: 75px 0px 35px; }
  header h1 img {
    top: -35px; }
  header .intro mark {
    font-size: 20px; }
  header .intro p {
    font-size: 16px; }
  .browse {
    line-height: 30px; }
  .browse .button {
    font-size: 20px;
    padding: 15px 25px; }
  footer .connect label {
    font-size: 16px;
    line-height: normal;
    padding: 0px; }

}
