
@font-face {
  font-family: 'codropsicons';
  src:url('../fonts/codropsicons/codropsicons.eot');
  src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/codropsicons/codropsicons.woff') format('woff'),
    url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ballparkweiner';
    src: url('../fonts/ballpark/ballparkweiner-webfont.eot');
    src: url('../fonts/ballpark/ballparkweiner-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ballpark/ballparkweiner-webfont.woff') format('woff'),
         url('../fonts/ballpark/ballparkweiner-webfont.ttf') format('truetype'),
         url('../fonts/ballpark/ballparkweiner-webfont.svg#ballparkweiner') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'bebas_neueregular';
    src: url('../fonts/bebas/bebasneue-webfont.eot');
    src: url('../fonts/bebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #89867e;
  background: rgb(235, 235, 235);
}

h1, h2, h3 {
  font-family: 'bebas_neueregular', Arial; 
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}

a {
  color: #888;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
}

/* Header Style */
.main, header {
  margin: 0 auto;
  padding: 2em;
}

header {
  text-align: center;
  max-width: 1180px;
}

header h1 {
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  padding-top: 50px;
}

header span {
  display: block;
  font-size: 60%;
  opacity: 0.5;
  padding: 0 0 0.6em 0.1em;
}


/* Home */

#home {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 1180px;
  padding-top: 40px;
}

#home .left { 
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: -5px;
}

#home .right { 
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: -5px;
}

#home .left img { 
  margin: 0;
  padding: 0;
}

#home .text {
  width: 365px;
  text-align: center;
  margin: 0px auto;
  border: 3px solid #e80524;
  border-bottom: none;
}

#home .container {
  padding: 20px;  
}

#home p {
  font-family: Helvetica, Arial;
  text-align: left;
  font-size: 14px;
  letter-spacing: -.2px;
  color: #000000;
  line-height: 20px;
  margin: 10px 5px;
}

#home h1 {
  text-align: center;
  font-size: 78px;
  color: #000000;
  line-height: 65px;
}

#home h2 {
  text-align: center;
  font-size: 82px;
  color: #e80524;
  line-height: 82px;
}

#home h3 {
  text-align: center;
  font-size: 41px;
  color: #e80524;
  line-height: 41px;
}

#home p.divider {
  text-align:center;
  padding: 0;
  margin: 0;
  font-family: 'ballparkweiner', Arial;
  font-size: 40px;
  color: #000000;   
}

/* Submit Quote Elements */
.submit-quote.disabled { 
	background: #b8b0b1; 
	pointer-events: none; 
	cursor: default; 
}

#confirmation {
	display: none;
	padding: 10px;
	background: #46c046;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight:bold;
	width: 100%;
}

#confirmation a {
	color: #FFFFFF;
	float: right;
}

.no-touch .note-touch {
  display: none;
}

/* Next Button */

.btn-container a.next {
  display: none;  
  font-family: 'ballparkweiner', Arial;
  font-size: 40px;
  color: #e30d2b;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.btn-container.selected a.next { 
  display: block;
}

a.back { 
  font-family: 'ballparkweiner', Arial;
  font-size: 40px;
  color: #b8b0b1;
  padding-top: 15px;
}

a.back:hover { 
  color: #e30d2b;
}



/* Inputs */
textarea {
  width: 90%;
  height: 100px;  
  font-size: 15px;
}

.onoffswitch {
    position: relative; width: 200px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "KANYE WEST";
    padding-left: 10px;
    background-color: #212121; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "CREATIVE DIRECTOR";
    padding-right: 10px;
    background-color: #212121; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    width: 25px; margin: 5px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 166px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* Footer */

footer {
  border-top: 24px solid #000000; 
  margin-bottom: 30px;
}
footer .bottom {
	width: 280px;
	margin: 0px auto; 	
}
footer .bottom .social {
	float: left;
	padding: 20px;	
}
footer .bottom .legal {
	width: 210px;
	margin: 0px auto; 	
	padding-right: 20px;
}
footer .bottom .legal p {
	text-align: right;	
	font-family: Helvetica, Arial;
  	font-size: 14px;
	color: #545454;
	font-weight: bold;	
}
footer .bottom .legal p span {
	font-weight: 100;
	font-style: italic;	
}

#modal{display: none;}


@media screen and (max-width: 25em) {

  .codrops-icon span {
    display: none;
  }

}

