/****** FILE: themes/UnreelFishing/css/normalize.css *****/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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


/****** FILE: themes/UnreelFishing/css/main.css *****/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/****** FILE: themes/UnreelFishing/css/jquery.fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancyBox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancyBox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancyBox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancyBox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancyBox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/****** FILE: themes/UnreelFishing/css/jquery.share.css *****/
.share {
    
}

.share-affix {
    position: fixed;
    top:50px;
    left:0px;
}

.share-icon {
    background-repeat: no-repeat;
    background-image:url('../images/iatekshare/social-icons.png');
    height:40px;
    width:40px;
    display: inline-block;
    text-indent: -99999px;
    margin:2px;
    opacity: .9;
    filter:Alpha(Opacity=90);
}

.share-icon:hover {
    opacity: 1;
    filter:Alpha(Opacity=100);
}

.share-icon-digg {
    background-position: -526px 0;
}
.share-icon-email {
    background-position: -614px 0;
}
.share-icon-flickr {
    background-position: -261px 0;
}
.share-icon-foursquare {
    background-position: 0 0;
}
.share-icon-rss {
    background-position: -305px 0;
}
.share-icon-facebook {
    background-position: -131px 0;
}
.share-icon-twitter {
    background-position: -174px 0;
}
.share-icon-tumblr {
    background-position: -87px 0;
}
.share-icon-linkedin {
    background-position: -438px 0;
}
.share-icon-vimeo {
    background-position: -393px 0;
}
.share-icon-instagram {
    background-position: -44px 0;
}
.share-icon-pinterest {
    background-position: -349px 0;
}
.share-icon-googleplus {
    background-position: -218px 0;
}
.share-icon-in1 {
    background-position: -482px 0;
}
.share-icon-stumbleupon {
    background-position: -570px 0;
}

/**a.behance, a.delicious, a.deviantart, a.digg, a.dribbble, a.facebook, a.flickr, a.forrst, a.foursquare, a.googleplus, a.in1, a.instagram, a.lastfm, a.linkedin, a.pinterest, a.rss, a.skype, a.tumblr, a.twitter, a.vimeo, a.youtube {*/
.share-square {
    -moz-transition: all 0.2s linear 0s;
    background: url("../images/iatekshare/social-icons.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 32px;
    line-height: 0;
    margin: 2px;
    width: 32px;
}
.share-square-behance {
    background-position: -544px -44px;
}
.share-square-behance:hover {
    background-position: -544px -77px;
}
.share-square-delicious {
    background-position: -512px -44px;
}
.share-square-delicious:hover {
    background-position: -512px -77px;
}
.share-square-deviantart {
    background-position: -480px -44px;
}
.share-square-deviantart:hover {
    background-position: -480px -77px;
}
.share-square-digg {
    background-position: -448px -44px;
}
.share-square-digg:hover {
    background-position: -448px -77px;
}
.share-square-dribbble {
    background-position: -416px -44px;
}
.share-square-dribbble:hover {
    background-position: -416px -77px;
}
.share-square-email {
    background-position: -674px -44px;
}
.share-square-email:hover {
    background-position: -674px -77px;
}
.share-square-facebook {
    background-position: -384px -44px;
}
.share-square-facebook:hover {
    background-position: -384px -77px;
}
.share-square-flickr {
    background-position: -352px -44px;
}
.share-square-flickr:hover {
    background-position: -352px -77px;
}
.share-square-forrst {
    background-position: -320px -44px;
}
.share-square-forrst:hover {
    background-position: -320px -77px;
}
.share-square-googleplus {
    background-position: -288px -44px;
}
.share-square-googleplus:hover {
    background-position: -288px -77px;
}
.share-square-in1 {
    background-position: -576px -44px;
}
.share-square-in1:hover {
    background-position: -576px -77px;
}
.share-square-instagram {
    background-position: -608px -44px;
}
.share-square-instagram:hover {
    background-position: -608px -77px;
}
.share-square-lastfm {
    background-position: -256px -44px;
}
.share-square-lastfm:hover {
    background-position: -256px -77px;
}
.share-square-linkedin {
    background-position: -224px -44px;
}
.share-square-linkedin:hover {
    background-position: -224px -77px;
}
.share-square-pinterest {
    background-position: -192px -44px;
}
.share-square-pinterest:hover {
    background-position: -192px -77px;
}
.share-square-rss {
    background-position: -160px -44px;
}
.share-square-rss:hover {
    background-position: -160px -77px;
}
.share-square-skype {
    background-position: -128px -44px;
}
.share-square-skype:hover {
    background-position: -128px -77px;
}
.share-square-stumbleupon {
    background-position: -640px -44px;
}
.share-square-stumbleupon:hover {
    background-position: -640px -77px;
}
.share-square-tumblr {
    background-position: -96px -44px;
}
.share-square-tumblr:hover {
    background-position: -96px -77px;
}
.share-square-twitter {
    background-position: -64px -44px;
}
.share-square-twitter:hover {
    background-position: -64px -77px;
}
.share-square-vimeo {
    background-position: -32px -44px;
}
.share-square-vimeo:hover {
    background-position: -32px -77px;
}
.share-square-youtube {
    background-position: 0 -44px;
}
.share-square-youtube:hover {
    background-position: 0 -77px;
}




/****** FILE: themes/UnreelFishing/css/fonts.css *****/
@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('../fonts/altehaasgroteskbold-webfont.eot');
    src: url('../fonts/altehaasgroteskbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('../fonts/altehaasgroteskbold-webfont.woff') format('woff'),
         url('../fonts/altehaasgroteskbold-webfont.ttf') format('truetype'),
         url('../fonts/altehaasgroteskbold-webfont.svg#alte_haas_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jenna_sueregular';
    src: url('../fonts/jennasue-webfont.eot');
    src: url('../fonts/jennasue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jennasue-webfont.woff2') format('woff2'),
         url('../fonts/jennasue-webfont.woff') format('woff'),
         url('../fonts/jennasue-webfont.ttf') format('truetype'),
         url('../fonts/jennasue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'langdonregular';
    src: url('../fonts/langdon-webfont.eot');
    src: url('../fonts/langdon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/langdon-webfont.woff2') format('woff2'),
         url('../fonts/langdon-webfont.woff') format('woff'),
         url('../fonts/langdon-webfont.ttf') format('truetype'),
         url('../fonts/langdon-webfont.svg#langdonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumtext';
    src: url('../fonts/titilliumtext25l004-webfont.eot');
    src: url('../fonts/titilliumtext25l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumtext25l004-webfont.woff2') format('woff2'),
         url('../fonts/titilliumtext25l004-webfont.woff') format('woff'),
         url('../fonts/titilliumtext25l004-webfont.ttf') format('truetype'),
         url('../fonts/titilliumtext25l004-webfont.svg#titilliumtext25l250_wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****** FILE: themes/UnreelFishing/css/layout.css *****/
/* =# MISC #= */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 10px;
    color: #bbbcbc;
}

a,
a:link,
a:visited,
a:hover,
a:focus {
    outline: none;
}

a,
a:link,
a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a.fancybox {
    display: inline-block;
}

a.read-more {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 1.057em;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

a.read-more:hover {
    color: #00abe8;
}

span.blue {
    color: #00abe8;
}

ul.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    height: 2px;
    margin: 15px 0 25px 0;
    background: url(../images/hr-line.png) repeat-x;
    border: none;
}

.adjacent {
    cursor: pointer;
}

div#container {
    min-height: 100%;
    position: relative;
    padding-bottom: 40px;
}

div#content {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
}

div#container div.backstretch {
    position: fixed !important;
}

/* Fancybox */
.fancybox-overlay {
    background: url(../images/overlay-bg.png);
}

.fancybox-inner {
    overflow: hidden !important;
}

.unreel .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.unreel .fancybox-close {
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 66px;
    height: 46px;
    padding: 6px 5px 0 0;
    top: -46px;
    right: 0;
    background: url(../images/close-bg.png) no-repeat center;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.unreel .fancybox-close:hover {
    color: #00abe8;
}

.unreel .fancybox-close:after {
    content: "X";
}

.unreel .fancybox-nav span {
    width: 38px;
    height: 53px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    visibility: visible;
}

.unreel .fancybox-nav:hover span {
    background-position: center bottom;
}

.unreel .fancybox-prev span {
    left: -25px;
    background: #f1f0f1 url(../images/prev.png) no-repeat center top;
}

.unreel .fancybox-next span {
    right: -25px;
    background: #f1f0f1 url(../images/next.png) no-repeat center top;
}

.fancybox-type-iframe.unreel .fancybox-nav {
    width: 0;
}

.unreel .fancybox-title-float-wrap {
    width: 100%;
    height: 92px;
    margin: 0;
    padding: 0 16px;
    right: auto;
    left: 0;
    bottom: -92px;
}

.unreel .fancybox-title-float-wrap .child {
    font-size: 10px;
    text-align: left;
    text-shadow: none;
    line-height: 1em;
    color: #535247;
    width: 594px;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 20px;
    background: url(../images/gallery-descript-bg.png) no-repeat left bottom;
    border-radius: 0;
}

.unreel .fancybox-title-float-wrap .child h2 {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}

.unreel .fancybox-title-float-wrap .child p {
    font-family: 'titilliumtext', Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* end Fancybox */
/* Forms */
div.form.page-form {
    width: 320px;
}

div.form label {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 1.48em;
    text-transform: uppercase;
}

div.form span.message, div.form p.message {
    font-size: 1.2em;
    color: #fff;
    display: block;
    margin-top: 5px;
}

div.form span.message:before, div.form p.message:before {
    content: "!";
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 16px;
}

div.form span.message.required:before, div.form p.message.required:before {
    background: #fa392e;
}

div.form span.message.validation:before, div.form p.message.validation:before {
    background: #faa12e;
}

div.form p.message.good {
    background: #228B22;
}

div.form div.field,
div.form div.fieldgroup-field {
    margin-bottom: 10px;
}

div.form div.fieldgroup-field.last {
    margin-bottom: 0;
}

div.form input.text,
div.form textarea,
div.form select {
    font-family: 'titilliumtext', Arial, sans-serif;
    font-size: 1.4em;
    width: 100%;
    padding: 2px 4px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.form input.text,
div.form select {
    line-height: 24px;
    height: 24px;
}

div.form select {
    padding: 0;
}

div.form input.action, div.form button {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #00abe8;
    height: 24px;
    padding: 0 25px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

div.form button {
    font-size: 1em;
}

div.form input.action:hover, div.form button:hover {
    color: #535247;
}

div.form div.recaptcha {
    clear: both;
    display: block;
    transform: scale(.84);
    transform-origin: left;
}

/* end Forms */
/* =# END MISC #= */
/* =# CONTENT #= */
/* Header */
div#site-header {
    height: 144px;
    padding-top: 93px;
    position: relative;
    z-index: 2;
}

header#main-header {
    width: 288px;
    height: 205px;
    position: absolute;
    top: 0;
    left: 9px;
}

header#main-header .logo {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 42px 47px 57px 43px;
    background: url(../images/logo-bg.png);
}

div#site-header div.social-contact {
    position: absolute;
    bottom: 51px;
    right: 0;
}

div.social-contact p.facebook {
    padding-right: 75px;
    float: right;
    position: relative;
}

div.social-contact div.fb-like {
    position: absolute;
    top: 8.5px;
    right: 0;
}

div.social-contact p.facebook a {
    color: #535247;
}

div.social-contact ul li {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: 30px;
    margin-left: 15px;
    float: left;
}

div.social-contact ul li a.phone {
    font-size: 25px;
    text-decoration: none;
    line-height: 25px;
    color: #616364;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/phone-icon.png?v2) no-repeat left center;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

div.social-contact ul li a.phone:hover {
    color: #00abe8;
}

/* end Header */
/* Nav */
nav#main-nav {
    height: 51px;
    padding: 0 38px 0 297px;
    background: url(../images/bar-bg.png) repeat-x left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
}

nav#main-nav ul {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

nav#main-nav ul li {
    display: inline-block;
    height: 100%;
    margin-left: 34px;
}

nav#main-nav ul li a {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #535247;
    display: inline-block;
    height: 100%;
    line-height: 51px;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

nav#main-nav ul li a:hover,
nav#main-nav ul li a.current {
    color: #00abe8;
}

/* end Nav */
/* Content */
div#site-content {
    padding: 0 6px 94px 6px;
    position: relative;
    z-index: 1;
    background: url(../images/line.png) no-repeat 359px bottom;
}

div#site-content:after {
    content: "";
    width: 100%;
    height: 51px;
    position: absolute;
    bottom: 43px;
    left: 0;
    background: url(../images/bar-bg.png) repeat-x left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.22);
}

div#site-content article.main {
    /*padding: 66px 33px 30px 33px;*/
    padding: 68px 33px 30px 33px;
    background: rgba(69, 67, 55, 0.91) url(../images/content-bg.png) no-repeat center top;
}

.HomePage article.main {
    padding-top: 46px;
}

div.share {
    position: absolute;
    top: 22px;
    right: 40px;
}

div.share div.share-buttons {
    display: none;
    height: 40px;
    position: absolute;
    bottom: -2px;
    right: 50px;
    z-index: 3;
}

div.share.active div.share-buttons {
    display: block;
}

div.share p {
    font-size: 1em;
    margin: 0;
}

div.share p a {
    font-family: 'jenna_sueregular', sans-serif;
    font-size: 3.4em;
    text-decoration: none;
    line-height: 32px;
    display: inline-block;
    padding-right: 50px;
    background: url(../images/share-icon.png) no-repeat right center;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

div.share p a:hover {
    color: #fff;
}

div.share.active p a,
div.share.active p a:hover {
    color: transparent;
}

div#site-content section.content {
    width: 544px;
    margin-right: 38px;
    float: left;
}

div#site-content aside.related {
    width: 320px;
    float: left;
}

div#site-content p.enquire {
    width: 182px;
    height: 187px;
    margin: 0;
    position: absolute;
    right: -23px;
    bottom: -24px;
    z-index: 3;
}

div#site-content p.enquire a {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 2.8em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #535247;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: url(../images/enquire-button-bg.png?v2) no-repeat center;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

div#site-content p.enquire a:hover {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

div#site-content p.enquire a span {
    font-family: 'jenna_sueregular';
    font-size: 1.214em;
    text-transform: none;
    line-height: 1em;
    color: #fff;
}

.image-overlay-1 {
    width: 343px;
    height: 214px;
    padding: 10px 10.5px;
    position: relative;
}

.image-overlay-1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/image-overlay-1.png) no-repeat center;
}

.image-overlay-2 {
    width: 332px;
    height: 252px;
    padding: 12.5px 5.25px;
    position: relative;
}

.image-overlay-2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/image-overlay-2.png) no-repeat center;
}

.image-overlay p {
    font-family: 'jenna_sueregular' !important;
    font-size: 4em !important;
    line-height: 0.8em;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0 35px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

div.map {
    width: 100%;
    height: 208px;
    background: #BBBCBC;
    border: 6px solid #fff;
}

p.facebook {
    margin: 0;
}

p.facebook a {
    font-family: 'jenna_sueregular';
    font-size: 2.863em;
    text-decoration: none;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

p.facebook a span {
    text-indent: -9999px;
    display: inline-block;
    width: 77px;
    height: 41px;
    background: url(../images/facebook-logo.png?v2) no-repeat center 12px;
}

/* Home */
div.home-text {
    float: left;
}

div.home-text p.strapline {
    font-family: 'jenna_sueregular', sans-serif;
    font-size: 5.623em;
    color: #fff;
    margin: 0 0 0 5px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

div.home-text h2,
div.home-text h3 {
    margin: 0;
}

div.home-text h2,
div.home-text h3 {
    line-height: 1em;
}

div.home-text h1 {
    font-size: 7.8em;
    letter-spacing: -0.07em;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background: url(../images/hr-line.png) no-repeat left bottom;
}

div.home-text h2 {
    font-size: 3.468em;
}

div.home-text h3 {
    font-size: 2.42em;
    font-weight: normal;
    text-transform: uppercase
}

div.home-image {
    float: right;
    position: relative;
}

div.home-image div.image-overlay-1 {
    position: relative;
    top: 10px;
    right: -35px;
    transform: rotate(6deg);
}

div.home-image p.jump {
    display: none;
    font-family: 'jenna_sueregular', sans-serif;
    font-size: 3.587em;
    color: #e6e7e9;
    width: 140px;
    margin: 0 0 0 -70px;
    padding-top: 100px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    background: url(../images/arrow.png) no-repeat 20px top;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

article.home section {
    position: relative;
}

article.home section p.fishing {
    font-size: 1em;
    width: 106px;
    height: 107px;
    position: absolute;
    top: -5px;
    left: -8px;
    z-index: 3;
}

article.home section p.fishing a {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 2.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: url('../images/fishing-button-bg.png?v2') no-repeat;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

article.home section p.fishing a span {
    font-size: 0.6363em;
    line-height: 0.8em;
    color: #515050;
}

article.home section p.fishing a:hover {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.HomePage ul.dynamic-items {
    margin-top: -22px;
    position: relative;
    z-index: 0;
}

.HomePage ul.dynamic-items li.dynamic-item {
    width: 490px;
    height: 250px;
    margin: 0;
    position: relative;
}

.HomePage div.dynamic-image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(-3deg);
}

.HomePage div.dynamic-content {
    /*display: none;*/
    color: #535247;
    width: 172px;
    height: 206px;
    padding: 35px 15px;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
    background: url(../images/home-dynamic-bg.png) no-repeat left top;
}

.HomePage div.dynamic-content h2 {
    font-size: 1.8em;
}

/* end Home */
/* About */
ul.page-images {
    margin-left: 15px;
}

ul.page-images li.page-image {
    margin: 15px 0 35px;
}

ul.page-images li.page-image.odd {
    transform: rotate(6deg);
}

ul.page-images li.page-image.even {
    transform: rotate(-6deg);
}

/* end About */
/* Dynamic */
ul.dynamic-items {
    margin-bottom: 30px;
}

ul.dynamic-items li.dynamic-item {
    font-size: 1em;
    text-align: center;
    width: 387px;
    margin: 0 32px;
    float: left;
}

div.dynamic-image {
    margin: 10px 0 30px;
}

li.dynamic-item.col-1 div.dynamic-image {
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

li.dynamic-item.col-0 div.dynamic-image {
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

div.dynamic-content {
    text-align: left;
}

/* end Dynamic */
/* Gallery */
ul.gallery {
    width: 544px;
    height: 414px;
}

ul.gallery li {
    width: 130px;
    height: 130px;
    margin: 0 8px 8px 0;
    padding: 6px;
    float: left;
    background: #fff;
}

ul.gallery li.col-0 {
    margin-right: 0;
}

ul.gallery li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

nav.gallery-nav {
    width: 544px;
    height: 51px;
    /*padding: 0 50px;*/
    padding-right: 100px;
    position: absolute;
    bottom: 43px;
    left: 39px;
    z-index: 2;
}

nav.gallery-nav p,
nav.gallery-nav li {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 51px;
    color: #535247;
}

nav.gallery-nav ul li {
    margin: 0 6px;
}

nav.gallery-nav ul li.first {
    margin-left: 0;
}

nav.gallery-nav a {
    text-decoration: none;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

nav.gallery-nav a:hover,
nav.gallery-nav ul li.current {
    color: #00abe8;
}

/*
nav.gallery-nav p.prev {
	top: 0;
	right: 0;
}
nav.gallery-nav p.next {
	top: 0;
	right: 0;
}
*/
nav.gallery-nav p.controls {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

nav.gallery-nav p.controls span {
    margin: 0 6px;
}

nav.gallery-nav ul {
    text-align: left;
}

nav.gallery-nav ul li {
    display: inline-block;
}

div.gallery-categories {
    width: 291px;
    margin: 34px 0 15px 0;
    padding: 25px 38px;
    float: right;
    position: relative;
    background: #d1e7ed;
}

div.gallery-categories:before {
    content: "";
    width: 291px;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 0;
    background: url(../images/categories-top-bg.png) no-repeat left top;
}

div.gallery-categories:after {
    content: "";
    width: 291px;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: url(../images/categories-bottom-bg.png) no-repeat left bottom;
}

div.gallery-categories h3 {
    color: #535247;
    margin-bottom: 15px;
}

div.gallery-categories ul li {
    font-size: 1em;
    padding: 2px 0;
}

div.gallery-categories ul li a {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 2em;
    text-decoration: none;
    text-transform: uppercase;
    color: #535247;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

div.gallery-categories ul li a:hover,
div.gallery-categories ul li a.current {
    color: #54b2ce;
}

aside.related p.tagline {
    font-family: 'jenna_sueregular';
    font-size: 6em;
    text-align: center;
    line-height: 0.8em;
    margin: 0;
    padding: 55px 0 35px 0;
    clear: both;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/* end Gallery */
/* Contact */
div.contact-form {
    width: 544px;
}

div.contact-form h3 {
    font-family: 'jenna_sueregular';
    font-size: 5.623em;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    display: inline-block;
    margin: 0 0 15px 0;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

div.contact-form div.field.fieldgroup {
    width: 255px;
    margin-right: 21px;
    float: left;
}

div.contact-form div.textarea {
    width: 268px;
    float: left;
}

div.contact-form div.textarea textarea {
    min-height: 188px;
}

div.contact-form div.Actions {
    float: right;
}

aside.related p.contact {
    font-family: 'langdonregular', Arial, sans-serif;
    font-size: 1.48em;
    text-transform: uppercase;
}

aside.related p.contact span {
    font-family: "titilliumtext", Arial, sans-serif;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    width: 55px;
}

aside.related p.contact a {
    text-decoration: none;
    color: #00abe8;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

aside.related p.contact a:hover {
    color: #BBBCBC;
}

aside.related div.map {
    margin: 82px 0 30px;
}

aside.related p.facebook {
    font-size: 1em;
}

aside.related p.facebook a:hover {
    color: #fff;
}

/* end Contact */
/* end Content */
/* Footer */
div#site-footer {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #535247;
}

footer#main-footer {
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

footer#main-footer ul {
    text-align: center;
    height: 100%;
}

footer#main-footer ul li {
    font-size: 1.1em;
    line-height: 40px;
    display: inline-block;
    padding: 0 9px 0 5px;
    background: url(../images/li-sep-bg.png) no-repeat right center;
}

footer#main-footer ul li.first {
    padding-left: 0;
}

footer#main-footer ul li.last {
    padding-right: 0;
    background: none;
}

footer#main-footer ul li a.swordfox {
    text-transform: uppercase;
}

/****** FILE: themes/UnreelFishing/css/typography.css *****/
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: normal;
    margin-top: 0;
}

.typography h1,
.typography h2,
.typography h3 {
    text-transform: uppercase;
}

.typography h2,
.typography h3 {
    font-family: 'langdonregular', Arial, sans-serif;
}

.typography h1 {
    font-family: 'alte_haas_groteskbold', Arial, sans-serif;
    font-size: 6.8em;
    line-height: 0.9em;
    letter-spacing: -0.045em;
    color: #fff;
    margin-bottom: 25px;
}

.typography h2 {
    font-size: 2.42em;
    line-height: 1em;
    margin-bottom: 15px;
}

.typography h3 {
    font-size: 2.6em;
    margin-bottom: 15px;
}

.typography p,
.typography li {
    font-family: 'titilliumtext', Arial, sans-serif;
    font-size: 1.4em;
}

.typography p.button {
    font-size: 1.6em;
}

.typography p {
    margin-top: 0;
}

.typography .blue {
    color: #00ABE8;
}

