@import url(http://weloveiconfonts.com/api/?family=entypo);
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

::selection {
        background: #333;
        color: #d0b95c;
        }
::-moz-selection {
        background: #333;
		color: ##d0b95c;
}

::-webkit-selection {
        background: #333;
		color: #d0b95c;
}



*, *: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 */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.clear {
	clear: both;
}

/* Animation Stuff */

@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}

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

a:hover {
	color: #000;
}

header a:hover {
	color: #9d967d;
	transition: 0.4s all linear;
}

header a {
	transition: 0.4s all linear;
}

.container > header {
	padding: 1.825em 1.825em 1.825em 1.825em;
	position: absolute;
	z-index: 1000;
	top: 50%;
	width: 600px;
	height: 320px;
	left: 50%;
	margin-top: -160px;
	margin-left: -300px;
	text-align: center;
}

.container > header h1 {
	font-size: 4em;
	line-height: 1.43;
	margin: 0;
	font-weight: 400;
	color: #d0b95c;
	font-family: 'Playfair Display', serif;

}

.container > header h2 {
	font-size: 1.325em;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}

.container > header hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d0b95c;
    margin: 1em 0;
    padding: 0;
}

.container > header h5 {
	font-size: .85em;
	line-height: 1;
	letter-spacing: 20px;
	margin: 0;
	font-weight: 400;
	font-family: 'helvetica', ariel, sans-serif;
}


.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #fff;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #d6eed3;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

.shareicon2  {
	border: 4px double #d0b95c;
	color: #d0b95c;      
	border-radius: 50%;
	display: inline-block;
	width: 48px;
	height: 48px;
	padding: 11px;
	position: relative;
	background: transparent;
	transition: all 0.2s ease;
	text-decoration: none;
	margin: 22px 8px;  
}

          
.shareicon2:hover {
	border: 4px solid #d0b95c;
	background: #d0b95c;
	color: #FFF;
	top: -2px;
	transition: all 0.2s ease;
}

section .info {
	width: 50%;
	float: right;
	padding: 80px;
	height: 100%;
	min-height: 100%;
	position: relative;
}

section .info .text {
	position: absolute;
	top: 50%;
    -webkit-transform:translateY(-50%) translatez(0);
    -moz-transform:translateY(-50%) translatez(0);
    -ms-transform:translateY(-50%) translatez(0);
    -o-transform:translateY(-50%) translatez(0);
    transform:translateY(-50%) translatez(0);

}

section .info h1{
	font-size: 3.725em;
	line-height: 1.6;
	margin: 0;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}

section .info h2{
	font-size: 1.025em;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	font-weight: 400;
	font-family: "brandon-grotesque";
}

section .info p{
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0;
	font-weight: 400;
	font-family: "ff-tisa-web-pro";
	float: left;
	width: 60%;
	max-width: 830px;
}

section hr{
	width: 80px;
	float: left;
	border: none;
    height: 1px;
    margin: 1.7em 0;
    color: #E8E8E8;
    background-color: #E8E8E8;
}

section .footer h1{
	font-size: 2.725em;
	line-height: 1.6;
	margin: 0;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	color: #d0b95c;
}

section .footer a{
	color: #d0b95c;
	transition: 0.4s all linear;
}

section .footer a:hover{
	color: #888;
	transition: 0.4s all linear;
}

section .footer{
	text-align: center;
	top: 50%;
	width: 500px;
	height: 500px;
	left: 50%;
	margin-top: -200px;
	margin-left: -250px;
	font-family: "ff-tisa-web-pro";
	font-size: 1.2em;
	position: absolute;
	color: #b5b5b5;
	font-weight: 400;
	line-height: 26px;
}

section .footer .button{
	float: none;
	margin: 2em auto;
	font-size: 0.8em;
	background: #d0b95c;
	color: #FFF;
}

/* Wapasha */
section .footer .button.button--wapasha {
	background: #d0b95c;
	color: #fff;
}
section .footer .button--wapasha.button--inverted {
	background: #d0b95c;
	color: #FFF;
}
section .footer .button--wapasha::before {
	border: 1px solid #d0b95c;
}
section .footer .button--wapasha.button--inverted::before {
	border-color: #d0b95c;
}
section .footer .button--wapasha:hover {
	background: none;
	color: #d0b95c;
}
section .footer .button--wapasha.button--inverted:hover {
	background: none;
	color: #d0b95c;
}

.button {
	float: left;
	font-family: "brandon-grotesque";
	font-size: 0.9em;
	letter-spacing: 3px;
	min-width: 150px;
	max-width: 250px;
	display: block;
	padding: 0.8em 1.8em;
	border: none;
	clear: both;
	margin: 1.8em 0;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}


/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Wapasha */
.button.button--wapasha {
	background: #37474f;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
	background: #fff;
	color: #676767;
}
.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #3f51b5;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
	border-color: #FFF;
}
.button--wapasha:hover {
	background: none;
	color: #3f51b5;
	cursor: pointer; cursor: hand;
}
.button--wapasha.button--inverted:hover {
	background: none;
	color: #FFF;
}
.button--wapasha:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}



#learnmore {
	position: absolute;
	bottom: 10px;
	display: block;
	margin:0 auto;
}

.mobileinfo {
	display: none;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
	#coyotehead, #theblackx, #musicocd, #justjack {
		background-attachment: scroll!important;
	}

	.wow {
  		visibility: visible !important;
  		-webkit-animation: none !important;
     	-moz-animation: none !important;
       	-o-animation: none !important;
      	-ms-animation: none !important;
         animation: none !important;
	}

}

@media only screen and (max-width: 1460px) {
    /* phones */

	section .info h1{
		font-size: 3.0em;
	}

}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

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

    .container > header {
		padding: 1.825em 1.825em 1.825em 1.825em;
		position: absolute;
		z-index: 1000;
		top: 50%;
		width: 600px;
		height: 320px;
		left: 50%;
		margin-top: -160px;
		margin-left: -300px;
		text-align: center;
	}

	.container > header h1 {
		font-size: 2.11em;
		line-height: 1.53;
		margin: 0;
		font-weight: 400;
		color: #d0b95c;
		font-family: 'Playfair Display', serif;
	}

	.container > header h2 {
		font-size: .75em;
		line-height: 1.3;
		margin: 0;
		font-weight: 400;
		font-family: 'Playfair Display', serif;
	}


	.container > header h5 {
		font-size: .55em;
		line-height: 1;
		letter-spacing: 14px;
		margin: 0;
		font-weight: 400;
		font-family: 'helvetica', ariel, sans-serif;
	}


	.shareicon2  {
		border: 4px double #d0b95c;
		color: #d0b95c;      
		border-radius: 50%;
		display: inline-block;
		width: 34px;
		height: 34px;
		padding: 4px;
		position: relative;
		background: transparent;
		transition: all 0.2s ease;
		text-decoration: none;
		margin: 2px 8px;  
	}

         
    
    
    
  	section {
  		position: relative;
  		background-attachment: scroll!important;
  		background-size: 90%!important;
  		background-position: center 20%!important;
  	}

	.wow {
  		visibility: visible !important;
  		-webkit-animation: none !important;
    	-moz-animation: none !important;
    	-o-animation: none !important;
    	-ms-animation: none !important;
    	animation: none !important;
	}

 	section .info {
 		display: none;
 	}

	.mobileinfo {
		display: inline-block;
		width: 100%;
		position: relative;
		bottom: 0px;
		text-align: center;
		top: 58%;
	}

	.mobileinfo button {
		float: none;
		margin: 0 auto;
	}

	.mobileinfo h1 {
		font-size: 2.125em;
		line-height: 1.1;
		margin: 20px 0;
		font-weight: 400;
		color: #FFF;
		font-family: 'Playfair Display', serif;
		text-shadow: 1px 1px #000000;
	}

	#coyotehead {
		background-color: #aa050f !important;

	}

 	section .info h1{
		font-size: 2.0em;
	}

	section .info hr{
	display: none;
	}

	section .info {
  		width: 100%;
  		background: rgba(24, 33, 38, 0.0)!important;
  		padding: 40px;
  		height: 200px;
  		min-height: 200px;
  		position: absolute;
  		bottom: 0;
	}

	section .info p{
  		display: none;
	}

	section .info .text{
  		width: auto;
	}

	nav {
		display: none;
	}

	.button {
		margin: 1em 0;
	}

	.container > header {
		padding: 0;
		position: absolute;
		z-index: 1000;
		top: 50%;
		width: 300px;
		height: 200px;
		left: 50%;
		margin-top: -100px;
		margin-left: -150px;
		text-align: center;
	}

	section .footer {
		text-align: center;
		top: 50%;
		width: 300px;
		height: 500px;
		left: 50%;
		margin-top: -200px;
		margin-left: -150px;
		font-family: "ff-tisa-web-pro";
		font-size: 1.2em;
		position: absolute;
		color: #555555;
		font-weight: 400;
		line-height: 26px;
	}

}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
    .mobileinfo h1 {
    	font-size: 2.125em;
    	line-height: 1.1;
    	margin: 20px 0;
    	font-weight: 400;
    	color: #FFF;
    	font-family: 'Playfair Display', serif;
    	text-shadow: none !important;
	}
}