@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,500,700,700i,900,900i|Alegreya+Sans+SC');

@charset "utf-8";
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    height: 100%;
    font-size: 62.5%;
}

body {
	font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1;
	font-weight: 400;
	color:#888888;
	height:100%;
	background:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
}

.clear {
	clear:both;
}
.clear:after,
#header:after,
#newsletter:after,
#footer:after {
	content: '';
	display: table;
	clear: both;
}

i.fa + span {
	display: none;
}

.page {
	max-width: 105rem;
	padding: 0 5rem;
	margin:0 auto;
}

.slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	overflow-y: hidden;
}
.slide {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

#top {
	background: #e3e3e3;
}
#brands {
	text-align: center;
	font-size: 0;
}
#brands li {
	padding: .9rem;
	display: inline-block;
}
#featured {
	max-width: 126rem;
	margin:0 auto;
}
#header {
	padding:2.5rem 0;
}

#branding {
	font-size: 1rem;
	float: left;
}
#branding a {
	display: block;
	width: 16.9em;
	height: 5em;
	background: url(../images/anglers-logo.png) no-repeat center center;
	background-size:100% auto;
	text-indent: -1000rem;
}
#bt_nav {
	display: none;
}
#nav {
	float: right;
	margin-top: 1.7rem;
}
#nav li {
	display: inline-block;
	margin-left: 2.5rem;
}
#nav li a {
	color: #302f2f;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	transition: all 150ms cubic-bezier(0.75, 0, 0.25, 1);
	letter-spacing: .2em;
}
#nav li a:hover {
	color: #1f6b43;
}
#bt_store {
	float: right;
	margin:.5rem 0 0 20rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #1f6b43;
	display: block;
	line-height: 3.5rem;
	padding: 0 4.4rem;
	border:solid 1px #1f6b43; 
	transition: all 150ms cubic-bezier(0.75, 0, 0.25, 1);
	letter-spacing: .1em;
}
#bt_store strong {
	font-weight: 700;
}
#bt_store i {
	display: none;
}
#bt_store:hover {
	background: #1f6b43;
	color: #fff;
}

#sliderFeatured {
	position: relative;
	padding-bottom: 38.888%;
	width: 100%;
}
#sliderFeatured .slide {
	overflow: hidden;
}
#sliderFeatured .slide img {
	width: 100%;
}
#sliderFeatured .slide div {
	position:absolute;
	right:0;
	top: 0;
	width: 41.26%;
	padding: 11.5% 10% 0 0;
	box-sizing: border-box;	
	height: 100%;
	z-index: 10;
}
#sliderFeatured .slide div:before {
	content: '';
	background: rgba(31,107,67,.7);
	position: absolute;
	top: 0;
	left: -13.5rem;
	height: 100%;
	width: 300%;
	transform: skew(-29deg);
	z-index: -1;
}
#sliderFeatured h6 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1rem;
	letter-spacing: .125em;
}
#sliderFeatured h2 {
	font-size: 5.5rem;
	line-height: 5rem;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1rem;
}
#sliderFeatured p {
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	max-width: 31rem;
	letter-spacing: .1em;
	word-spacing: .125em;
}
#newsletter {
	padding: 6rem 0 5rem;
}
#newsletter p {
	float: left;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-transform: uppercase;
	max-width: 55%;
	letter-spacing: .15em;
	word-spacing: .075em;
}
#newsletter p strong {
	display: block;
	font-weight: 900;
}
#newsletter a {
	float:right;
	font-size: 1.8rem;
	font-weight: 500;
	color: #1f6b43;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 5.1rem;
	padding: 0 13.9rem;
	border: solid 1px #1f6b43;
	transition: all 150ms cubic-bezier(0.75, 0, 0.25, 1);
}
#newsletter a:hover {
	background: #1f6b43;
	color: #fff;
}
#footer {
	padding: 5rem 0 3.3rem;
	background: #e3e3e3;
}
#footer h6 {
	float: left;
	width: 42%;
	padding-right: 3rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#footer p {
	float: left;
	font-size: 1.4rem;
	line-height: 1.8rem;
	width: 32%;
	letter-spacing: .1em;
}
#footer ul {
	float:right;
	margin-top: -1.2rem;
}
#footer ul li {
	display:inline-block;
	margin-left: 1.6rem;
}
#footer ul li a {
	font-size: 2rem;
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	border: solid 1px #888;
	border-radius: 2rem;
	text-align: center;
	transition: all 150ms cubic-bezier(0.75, 0, 0.25, 1);
}
#footer ul li a:hover {
	background: #888;
	color: #e3e3e3;
}
#footer ul li a i {
	line-height: 3.7rem;
}

#content {
	max-width: 126rem;
	margin:0 auto;
	background: #eaeaea;
	overflow: hidden;
	position: relative;
}
#content > img {
	height: 100%;
	position: absolute;
}
#content .col {
	padding:5rem 0;
	float: right;
	width: 41.5rem;
	position: relative;
	z-index: 10;
}
#content .col:before {
	content: '';
	background: #eaeaea;
	position: absolute;
	top: 0;
	left: -13.5rem;
	height: 100%;
	width: 100%;
	transform: skew(-29deg);
	z-index: -1;
}
#content .col h2 {
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1.9rem;
	font-style: italic; 
	letter-spacing: .2rem;
	word-spacing: .2rem;
}
#content .col p {
	font-size: 1.5rem;
	letter-spacing: .1rem;
	word-spacing: .2rem;
	line-height: 1.8rem;
	font-family: 'Alegreya Sans SC';
}
#content .col p + p {
	margin-top: 1.8rem;
}
#content form p {
	text-transform: uppercase;
	margin-bottom: .5rem;
}
#content form.col {
	padding:6rem 0; 
}
#content form input[type="text"],
#content form textarea {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.1rem;
	padding: 1.1rem;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cecece;
	background: #fff;
	margin-bottom: 1.7rem;
}
#content form textarea {
	line-height: 1.2em;
	margin-bottom: 3.5rem;
}
#content form input[type="submit"] {
	font-size: 1.8rem;
	font-weight: 500;
	color: #1f6b43;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 5.1rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #1f6b43;
	transition: all 150ms cubic-bezier(0.75, 0, 0.25, 1);
	cursor: pointer;
}
#content form input[type="submit"]:hover {
	background: #1f6b43;
	color: #fff;
}

@media (max-width:960px) {
	.page {
		padding: 0 3rem;
	}
	#brands {
		display: none;
	}
	#bt_nav,
	#bt_store {
		display: block;
		position: absolute;
		right: 2rem;
		top: 3rem;
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#bt_nav i,
	#bt_store i {
		font-size: 2rem;
		line-height: 4rem;
	}
	#bt_store {
		right: 7rem;
	}
	#bt_store i {
		display: block;
	}
	#bt_store strong {
		display: none;
	}
	#header {
		position: relative;
		z-index: 10000;
	}
	#nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		margin: 0;
		padding-bottom: 2rem;
		box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
		display: none;
	}
	#nav li {
		display: block;
		text-align: center;
		line-height: 4rem;
	}
	#newsletter {
		padding: 3rem 0;
	}
	#newsletter p {
		max-width: 100%;
		margin-bottom: 2rem;
		float: none;
	}
	#newsletter a {
		padding: 0;
		display: block;
		text-align: center;
		float: none;
	}
	#footer h6,
	#footer p {
		width: auto;
		float: none;
		margin-bottom: 2rem;
	}
	#footer ul {
		float: none;
		margin: 0;
		text-align: center;
	}
	#footer ul li {
		margin:0 1rem;
	}
	#sliderFeatured {
		padding-bottom: 90%;
		background: rgba(31,107,67,1);
	}
	#sliderFeatured .slide div {
	    right: 0;
	    top: auto;
	    left: 0;
	    bottom: 0;
	    width: auto;
	    padding: 3rem;
	    box-sizing: border-box;
	    height: auto;
	    z-index: 10;
	}
	#sliderFeatured h2 {
		font-size: 3rem;
		line-height: 1;
	}
	#content > img {
		height: auto;
		width: 100%;
		position: static;
	}
	#content .col,
	#content form.col {
		padding: 3rem 0;
		float: none;
		width: auto;
	}
}