/*! Place your custom styles here */

@font-face {
	font-family: 'bebas';
	src:url('../fonts/BebasNeue.eot?#iefix-rdmvgc') format('embedded-opentype');
	src:url('../fonts/BebasNeue.woff') format('woff'),
		url('../fonts/BebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
h1.quote { font-family: 'bebas'; margin:120px 80px; font-size:60px;}
.clear {clear:both;height:1px;}
.floatleft {float:left;}
.floatright {float:right;}

.nounderline {text-decoration:none !important;}
.sharebutton {
    padding: 8px 12px 6px 12px !important;
}
.btn.sharebutton + .sharebutton {
    margin-left: 6px !important;
}

[data-overlay="1"]:before {
    opacity: 0.3;
}

.tshirtText-wrapper{
  position: relative;top: 0;bottom: 0;right: 0;left: 0;width:100%;
	 background: url(../img/t-shirt-man-wit.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
  display: inline-block;
}
.tshirtText-wrapper:after {
  padding-top: 100%;
  display: block;
  content: '';
}
.tshirtText {
  margin: 0;
  padding: 20% 29% 20% 29%;
  /**font-size: calc(4vw + 4vh + 2vmin);**/
  font-size: 4vw;
  font-family: 'bebas';
  text-align:center;
  line-height: 1.2;
  position: absolute;top: 0;bottom: 0;right: 0;left: 0;display:block;
}
.tshirtText:after {
  padding-top: 175.16%;
  display: block;
  content: '';
}

.slider.boxed--border .slides li.slide {
  width: 100%;
  display: inline-block;
  position: relative;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -45px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.home ul.menu-horizontal li a {
	 text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.lead2 {
	font-family: 'Roboto Slab','Helvetica', sans-serif;
	font-size: 1.78571429em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.rotate-title {
  font-family: 'Sedgwick Ave', cursive;
	font-size:6em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	margin:80px 0 60px 0 !important;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);

}
@media all and (max-width: 767px) {
  .rotate-title {
    font-size:3em;
  }
  .lead2 {
	margin:10px 0 !important;
  }
}
@media all and (max-width: 991px) {
  .rotate-title {
    font-size:3em;
  }
  .lead2 {
	margin:20px 0 !important;
  }
}