* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	margin: 0;	
}

ul, li {
	list-style: none;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 1;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	margin: 0;
	display: block;	
	line-height: 1;
	width: 100%;
	background-color: rgba(0, 197, 255, 0.22)
}

#container {
  width: 100%;
  margin-top: 94px;
  margin-left: 27px;
}

/* MASONRY */

.masonry {
/*  background: #EEE;
  max-width: 640px;*/
    width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.masonry .item {
  width:  250px;
  height: 250px;
  float: left;
  margin-bottom: 20px;
  /*background: #D26;*/
  /*border: 2px solid #333;*/
  /*border-color: hsla(0, 0%, 0%, 0.5);*/
  /*border-radius: 5px;*/
  -webkit-box-shadow: 16px 6px 19px -12px rgba(0,0,0,0.1);
-moz-box-shadow: 16px 6px 19px -12px rgba(0,0,0,0.1);
box-shadow: 16px 6px 19px -12px rgba(0,0,0,0.1);

}

.item.w2 { width:  375px; }
/*.item.w3 { width:  600px; }
.item.w4 { width:  800px; }
*/

.item.h2 { height: 375px; }
/*.item.h3 { height: 600px; }
.item.h4 { height: 800px; }*/

.masonry .item a img:hover {
  opacity:.8;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  
}

.red-box {
  width: 300px;
  height: 300px;
  background-color: red;
  opacity: .7;
  /* margin: 0 auto; */
  top: 50%;
  position: absolute;
  left: 37%;
  z-index: 9;
  /* right: 45%; */
}

#dick {
  background: white;
}

.controls {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	cursor: pointer;
	 padding-right: 7%;
  	padding-left: 2%;
    z-index: 99;
    top:95%;
    position:fixed;
}

.prev {
	float: left;
	transition: all .5s ease;
}

.next {
	float: right;
	margin-top: -15px;
	transition: all .5s ease;
}

.show-stats {
	text-align: center;
	margin-right: 100px;
	transition: all .5s ease;
}

/* CONTENT */

.dickpic-full-container {
  width: 95%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 1;
}

.dickpic-slide {
  position: relative;
  height: 973px;
  top: 0;
  left: 0;
  /*height: 100%;*/
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom:5%;
}

.dickpic-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85%;
  height: 85%;
  margin: 20px auto 0 auto;
}



.description-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: none;
}

.dickpic-description-old {  
  position: absolute;
  text-align: left;
  width: 500px;
  height: 300px;
  top: 45%;
  left: 60%;
  margin: -150px 0 0 -340px;
  z-index: 1;
  /* padding: 0 160px; */
  /* padding-right: 15%; */
  padding-left: 12%;
  line-height: 1.4em;
}

.dickpic-description { 
  /* position: absolute; */
  text-align: left;
  width: 40%;
  /* height: 300px; */
  /* top: 25%; */
  /* left: 25%; */
  margin: 300px auto 0 auto;
  z-index: 1;
  /* padding: 0 160px; */
  /* padding-right: 15%; */
  /* padding-left: 12%; */
  line-height: 1.4em;
  max-width: 400px;
}

.default {
	display:inline;
	transition: all .5s ease;
}

.active {
	display: none;
	transition: all .5s ease;
}

.name {
	font-size: 4em;
  font-family: 'montserrat';
}

.name-border {
	border-bottom: 6px solid white;;
}

.stats {
  margin-top: 13%;
  font-size: 1.25em;
  line-height: 1.5;
  /* color: white; */
  font-family: 'abril-fatface';
  font-style: italic;

}

.looking {
	/*width: 80%;*/
	margin: 0 auto;
	margin-top: 4%;
	margin-bottom: 3%;
}

/*.prev:hover, .next:hover, .default:hover, .active:hover {
	color:white;
}*/

.further-reading {
	margin-left: 7%;

}

.further-reading ul li {
	margin-bottom: 2%;
	line-height: 1.4em;
}


.quote{

}

.border-top {
  border-bottom: 2px solid black;
  width: 100%;
  position: absolute;
  top: 90px;
}

.border-bottom {
  border-bottom: 2px solid black;
  width: 100%;
  /*position: absolute;
  top: 99%;*/
}

.fb-share-button {
background-image: url(../images/facebook.png);
  height: 20px;
  width: 20px;
  margin: 0 auto;
  /* text-align: center; */
  margin-right: 385px;
  padding-top: 15px;

}

.clear:after {
  display: table;
  content: '';
  clear: both;
 }

#info-container {
	max-width: 1024px;	
	padding-right:4%;
	margin: 0 auto;
  	margin-top: 120px;
}

.big-quote-right {
	font-size: 4em;
	text-align: right;
	line-height: 1.1em;
	float: right;
	margin-left: 130px; 
	margin-bottom: 30px;
}

.big-quote-left {
  font-size: 4em;
  /* text-align: right; */
  line-height: 1.1em;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.body-container {
	margin-left: 80px;
}

.column-padding {
	padding-right: 4%;
}

.big-quote-left a, .body-container a, .submit-text a, #nav-right li a, .controls a, .show-stats a, .default, .active {
  	border-bottom: 0 solid white;
  	box-shadow: inset 0 -4px 0 white;
  	transition: all .7s ease;
}

.big-quote-left a:hover, .body-container a:hover, .submit-text a:hover, #nav-right li a:hover, .controls a:hover, .show-stats a:hover, .default:hover, .active:hover {
	background:white;
}

.further-reading ul li a {
  	border-bottom: 0 solid white;
  	box-shadow: inset 0 -4px 0 white;
  	transition: all .7s ease;
}

.further-reading ul li a:hover {
	background:white;
}


.color-pulse { 
	-webkit-animation: colorPulse 10s infinite alternate;
	-moz-animation: colorPulse 10s infinite alternate;
  	-ms-animation: colorPulse 10s infinite alternate;
 	 -o-animation: colorPulse 10s infinite alternate;
  	
}

@-webkit-keyframes colorPulse { 
	0% {color: white;} 50% {color: gray;} 100% {color: black;} 
}

@-moz-keyframes colorPulse { 
	0% {color: white;} 50% {color: gray;} 100% {color: black;}  
}

/*SUBMIT*/

.submit-text {
  font-family: "abril-fatface";
  font-size: 2.7em;
  line-height: 1.5em;
  margin-top: 4%;
}

.submit-text-2 {
	margin-top: 5%;

}


/* FORM */

label {
    display:block;
    margin-top:20px;
    /*letter-spacing:2px;*/
}

input, textarea {
	width:420px;
	height:10px;
	background:#efefef;
	border:1px solid #8c735c;
	padding:10px;
	margin-top:3px;
	font-size:0.8em;
	color:#3a3a3a;
/*	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
}

#name, #age, #weight {
	width: 200px;
	margin-right: 20px;
	display: inline-block;

}

#email, {
	width: 200px;
	display: inline-block;

}

#message {
	height: 150px;
}

#submit {
    width:127px;
    height:38px;
    background-color:#8c735c;
    color: white;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
	    opacity:.8;
	}


/*.big-quote:after {
  display: block;
  content: '';
  clear: both;
}*/

/* TYPE */

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

.montserrat-bold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.abril {
	font-family: 'Abril Fatface', cursive;
}

.abril-fatface {
	  font-family: "abril-fatface";
}

.abril-fatface-italic {
	  font-family: "abril-fatface";
	  font-style: italic;
}

.bree {
  font-family: "bree-serif", serif;
}

.bree-serif {
	font-family: "bree-serif";
}

.bree-serif-thin {
	font-family: "bree-serif";
	font-weight:200;
	font-style:normal;
}

.bree-serif-light {
	font-family: "bree-serif";
	font-weight:300;
	font-style:normal;
}

.bree-serif-light-italic {
	font-family: "bree-serif";
	font-weight:300;
	font-style: italic;
}

.bree-serif-roman {
	font-family: "bree-serif";
	font-weight:400;
	font-style:normal;
}

.bree-serif-bold {
	font-family: "bree-serif";
	font-weight: 700;
	font-style:normal;
}

.line-height-one-four-em {
	line-height:1.4em;
}

.line-height-one-six-em {
	line-height:1.6em;
}

.text-byline {
	font-size: .5em;
	margin-top: -10px;
	text-align: right;
	padding-right: 2.5em;
}

.hang-quote {
	margin-left: -40px;
}


.hang-quote-2 {
  margin-left: -30px;
}

.text-center {
	text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-white {
	color: #fff;
}

.text-green {
	color: #13cc84;
}

.text-brown {
	color: #99865b;
}

.text-orange {
	color: #ff9031;
}

.text-light-gray {
	color: #969494;
}

.text-dark-gray {
	color:#3F3F3F;
}

.text-blue {
	color: #16dff9;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.semi-bold {
	font-weight: 600;
}

.text-shadow {
	text-shadow: 3px 1px 5px rgba(95, 95, 95, 0.9);
}

.italic {
	font-style: italic;
}

.small-caps {
	font-variant: small-caps;
	letter-spacing: .2em;
}

.text-smaller {
	font-size: .7em;
}

.drop-cap {
	font-size: 5em;
  line-height: .7em;
  float: left;
  margin: 0 .1em 0 0;
}

h1 {
	font-size: 3em;
	font-weight: 500;
}

h2 {
	font-size: 2.5em;
	font-weight: 400;
	/*margin-bottom: .5em;*/
	/*line-height:1.2em;*/
}

h3 {
	font-size:1.6em;
	font-weight: 400;
	margin-bottom: .3em;
}

h4 {
	font-size:1.4em;
	font-weight: 200;
	margin-bottom: .3em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	font-weight: 200;
	margin-bottom:.3em;
	line-height:1.2em;
}

h6 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom:.5em;
}

h7 {
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: .3em;
  line-height: 1.2em;
}

h8 {
  font-size:2em;
  font-weight: 200;
  line-height: 1.5em;

}


.paragraph {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 200;
  letter-spacing: .02em;
}

.paragraph-smaller {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 200;
  letter-spacing: .02em;
}

/* COLUMNS a-go-go*/

.column {
/*	padding-left: 1%;
	padding-right: 1%;*/
	float: left;
	position: relative;
}

.column:after {
  display: table;
  content: '';
  clear: both;
}

.column-10:after {
  display: table;
  content: '';
  clear: both;
}

.column-1 {
	width: 8.333%;
}

.column-2 {
	width: 16.667%;
}

.column-3 {
	width: 25%;
}

.column-4 {
	width: 33.333%;
}

.column-5 {
	width: 41.667%;
}

.column-6 {
	width: 50%;
}

.column-7 {
	width: 58.333%;
}

.column-8 {
	width: 66.667%;
}

.column-9 {
	width: 75%;
}

.column-10 {
	width: 83.333%;
}

.column-11 {
	width: 91.667%;
}

.column-12 {
	width: 100%;
}

.col-pad-right-13 {
	padding-right: 13%;
}

.col-pad-off {
	padding: 0;
}

/* END COLUMNS */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 2em;
}

.wrapper:after {
  display: table;
  content: '';
  clear: both;
}

section {
	padding: 2em 0;
	position: relative;
}

/* NAVIGATION */

#header {
  padding: 40px 20px;
  min-width: 810px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}

#nav-left {
  float: left;
}

#nav-right {
  float: right;
  padding-right: 20px;
  padding-top: 15px;
}

#nav-right li {
  padding-left: 20px;
}
/*
#nav-right li a:hover {
	color: white;
}
*/

/* FOOTER */

.footer {
  width: 80%;
  height: 40px;
  position: fixed;
  top: 98%;
  margin: 0 auto;
  text-align: center;
  margin-left: 50px;
  font-size: .7em;
  transition: all .7s ease;
  color: inherit;
}

.footer:hover {
	/*background-color: white;*/
	/*padding: 2em;*/
	cursor: pointer;
	color: #16dff9;


}


/*DICKPICS IMAGES*/

.img-1 {
  background-image: url(../images/1.jpg);
}

.img-2 {
  background-image: url(../images/2.jpg);
}

.img-3 {
  background-image: url(../images/3.jpg);
}

.img-4 {
  background-image: url(../images/4.jpg);
}

.img-5 {
  background-image: url(../images/5.jpg);
}

.img-6 {
  background-image: url(../images/6.jpg);
}

.img-7 {
  background-image: url(../images/7.jpg);
}

.img-8 {
  background-image: url(../images/8.jpg);
}

.img-9 {
  background-image: url(../images/9.jpg);
}

.img-10 {
  background-image: url(../images/10.jpg);
}

.img-11 {
  background-image: url(../images/11.jpg);
}

.img-12 {
  background-image: url(../images/12.jpg);
}

.img-13 {
  background-image: url(../images/13.jpg);
}

.img-14 {
  background-image: url(../images/14.jpg);
}

.img-15 {
  background-image: url(../images/15.jpg);
}

.img-16 {
  background-image: url(../images/16.jpg);
}

.img-17 {
  background-image: url(../images/17.jpg);
}

.img-18 {
  background-image: url(../images/18.jpg);
}

.img-19 {
  background-image: url(../images/19.jpg);
}

.img-20 {
  background-image: url(../images/20.jpg);
}

.img-21 {
  background-image: url(../images/21.jpg);
}

.img-22 {
  background-image: url(../images/22.jpg);
}

.img-23 {
  background-image: url(../images/23.jpg);
}

.img-24 {
  background-image: url(../images/24.jpg);
}



























