/*-------------------------------------- Import Files ---------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

input {
  margin: 0;
  padding: 0; }

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

body {
  line-height: 100%; }

blockquote,
q {
  margin: 25px;
  quotes: none; }

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

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

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

ul,
ol,
li {
  list-style-type: disc; }

input,
textarea {
  outline: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.fr {
  float: right; }

.fl {
  float: left; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.cb {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

/***********************************************************************************/
/* CSS Variables */
/***********************************************************************************/
/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/***********************************************************************************/
/* Mixins */
/***********************************************************************************/
/***********************************************************************************/
/* All Typeography */
/***********************************************************************************/
body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

h1 {
  font-size: 2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  color: #ffcc00;
  line-height: 1em; }

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #ffcc00;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400; }

h3 {
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffcc; }

h4 {
  font-size: 0.8125em;
  line-height: 1.375em;
  color: #ffffcc;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400; }

h5 {
  font-size: 1.125em;
  line-height: 1.25em;
  color: #ffffcc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

h6, h7, h8 {
  font-size: 1em;
  color: #ffffcc; }

p {
  margin-bottom: 2em; }

.italic {
  font-style: italic; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.25em; }

  h3 {
    font-size: 1.125em; }

  h4, h5, h6 {
    font-size: 1em; } }
@media screen and (max-width: 667px) {
  h1 {
    font-size: 1.625em; }

  h2 {
    font-size: 1.125em; }

  h3 {
    font-size: 1.0625em; }

  h4, h5, h6 {
    font-size: 1em; } }
@media screen and (max-width: 568px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.25em; }

  h3 {
    font-size: 1.125em; }

  h4, h5, h6 {
    font-size: 1em; } }
@media screen and (max-width: 375px) {
  h1 {
    font-size: 1.625em; }

  h2 {
    font-size: 1.125em;
    line-height: 1.25em; }

  h3 {
    font-size: 1.0625em; }

  h4, h5, h6 {
    font-size: 1em; } }
/***********************************************************************************/
/* Column Code */
/***********************************************************************************/
.span_12 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%; }
  .span_12:last-child {
    margin-right: 0; }

.span_11 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 91.48936%; }
  .span_11:last-child {
    margin-right: 0; }

.span_10 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 82.97872%; }
  .span_10:last-child {
    margin-right: 0; }

.span_9 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .span_9:last-child {
    margin-right: 0; }

.span_8 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%; }
  .span_8:last-child {
    margin-right: 0; }

.span_7 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 57.44681%; }
  .span_7:last-child {
    margin-right: 0; }

.span_6 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .span_6:last-child {
    margin-right: 0; }

.span_5 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 40.42553%; }
  .span_5:last-child {
    margin-right: 0; }

.span_4 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%; }
  .span_4:last-child {
    margin-right: 0; }

.span_3 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .span_3:last-child {
    margin-right: 0; }

.span_2 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 14.89362%; }
  .span_2:last-child {
    margin-right: 0; }

.span_1 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 6.38298%; }
  .span_1:last-child {
    margin-right: 0; }

.shift_1 {
  margin-left: 8.51064%; }

.shift_2 {
  margin-left: 17.02128%; }

.shift_3 {
  margin-left: 25.53191%; }

.shift_4 {
  margin-left: 34.04255%; }

.shift_5 {
  margin-left: 42.55319%; }

.shift_6 {
  margin-left: 51.06383%; }

.shift_7 {
  margin-left: 400%; }

.shift_8 {
  margin-left: 68.08511%; }

.shift_9 {
  margin-left: 76.59574%; }

.shift_10 {
  margin-left: 85.10638%; }

.shift_11 {
  margin-left: 93.61702%; }

.shift_12 {
  margin-left: 102.12766%; }

.omega, .last {
  margin-right: 0; }

/***********************************************************************************/
/* Mobile Columns */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  *[class*='span'], *[class^=' span'] {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0; }
    *[class*='span']:last-child, *[class^=' span']:last-child {
      margin-right: 0; }

  *[class*='shift'], *[class^=' shift'] {
    margin-left: 0; } }
/***********************************************************************************/
/* CSS Flexslider HTML Items */
/***********************************************************************************/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0px;
  /*  Added to collapse directional nav  */ }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * CAPTIONS AND BUTTONS
 * ====================================================================================================================*/
.slides .flex-caption-one {
  position: absolute;
  top: 0;
  right: 0; }

/* ====================================================================================================================
 * HOME THEME
 * ====================================================================================================================*/
.flexslider {
  min-height: 100%;
  /*  Added for testing  */
  margin: 0 auto;
  padding: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  position: relative;
  /*top: -24px;  /*  Added to position slide image at top of container  */
  /*height: 350px;  /*  Added to position slide image at top of container  */ }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  /*  Changed for positioning  */
  height: 50px;
  /*  Changed for positioning  */
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  /*  Changed for positioning  */
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 35px;
  /*  changed from 40px  */
  height: 50px;
  /*  Added for positioning  */
  position: relative;
  /*  Added for positioning  */
  top: 10px;
  /*  Added for positioning  */
  padding: 8px 0;
  /*  Added for positioning  */
  display: inline-block;
  content: '\f001';
  color: #FFF;
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  border: solid thin green; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE  GO TO _small-screen.scss
 * ====================================================================================================================*/
/* $ipad-portrait: 768px; */
@media screen and (max-width: 768px) {
  .slides .flex-caption-vanilla {
    font-size: 40px;
    margin: 25px 0 0 30px; }

  .slides .flex-vanilla-buy {
    margin: 310px 75px 0 0; }

  .slides .flex-caption-cocoa {
    font-size: 40px;
    margin: 40px 0 0 55px; }

  .slides .flex-cocoa-buy {
    margin: 310px 75px 0 0; }

  .slides .flex-caption-key-lime {
    font-size: 40px;
    margin: 50px 25px 0 0; }

  .slides .flex-key-lime-buy {
    margin: 310px 0 0 75px; }

  .slides .flex-caption-lemon {
    font-size: 40px;
    margin: 25px 25px 0 0; }

  .slides .flex-lemon-buy {
    margin: 310px 0 0 75px; }

  .slides .flex-caption-legend {
    font-size: 40px;
    margin: 330px 30px 0 0; } }
/* $iphone6-landscape: 667px; */
@media screen and (max-width: 667px) {
  .slides .flex-caption-vanilla {
    font-size: 40px;
    margin: 25px 0 0 30px; }

  .slides .flex-vanilla-buy {
    margin: 260px 30px 0 0; }

  .slides .flex-caption-cocoa {
    font-size: 40px;
    margin: 40px 0 0 30px; }

  .slides .flex-cocoa-buy {
    margin: 260px 30px 0 0; }

  .slides .flex-caption-key-lime {
    font-size: 40px;
    margin: 50px 25px 0 0; }

  .slides .flex-key-lime-buy {
    margin: 260px 0 0 30px; }

  .slides .flex-caption-lemon {
    font-size: 40px;
    margin: 25px 25px 0 0; }

  .slides .flex-lemon-buy {
    margin: 260px 0 0 30px; }

  .slides .flex-caption-legend {
    font-size: 40px;
    margin: 295px 30px 0 0; } }
/* $iphone5-landscape: 568px; */
@media screen and (max-width: 568px) {
  .slides .flex-caption-vanilla {
    font-size: 40px;
    margin: 15px 0 0 30px; }

  .slides .flex-vanilla-buy {
    margin: 220px 30px 0 0; }

  .slides .flex-caption-cocoa {
    font-size: 40px;
    margin: 30px 0 0 30px; }

  .slides .flex-cocoa-buy {
    margin: 220px 30px 0 0; }

  .slides .flex-caption-key-lime {
    font-size: 40px;
    margin: 20px 25px 0 0; }

  .slides .flex-key-lime-buy {
    margin: 220px 0 0 30px; }

  .slides .flex-caption-lemon {
    font-size: 40px;
    margin: 25px 25px 0 0; }

  .slides .flex-lemon-buy {
    margin: 220px 0 0 30px; }

  .slides .flex-caption-legend {
    font-size: 35px;
    margin: 250px 30px 0 0; } }
/* $iphone-landscape: 480px; */
@media screen and (max-width: 480px) {
  .slides .flex-caption-vanilla {
    font-size: 40px;
    margin: 15px 0 0 30px; }

  .slides .flex-vanilla-buy {
    margin: 180px 30px 0 0; }

  .slides .flex-caption-cocoa {
    font-size: 40px;
    margin: 20px 0 0 30px; }

  .slides .flex-cocoa-buy {
    margin: 180px 30px 0 0; }

  .slides .flex-caption-key-lime {
    font-size: 40px;
    margin: 20px 25px 0 0; }

  .slides .flex-key-lime-buy {
    margin: 180px 0 0 30px; }

  .slides .flex-caption-lemon {
    font-size: 40px;
    margin: 15px 25px 0 0; }

  .slides .flex-lemon-buy {
    margin: 180px 0 0 30px; }

  .slides .flex-caption-legend {
    font-size: 30px;
    margin: 210px 30px 0 0; } }
/* $iphone6-plus-portrait: 414px; */
@media screen and (max-width: 414px) {
  .slides .flex-vanilla-buy {
    margin: 230px 30px 0 0; }

  .slides .flex-cocoa-buy {
    margin: 230px 30px 0 0; }

  .slides .flex-key-lime-buy {
    margin: 230px 0 0 30px; }

  .slides .flex-lemon-buy {
    margin: 230px 0 0 30px; }

  .slides .flex-caption-legend {
    font-size: 26px;
    margin: 270px 30px 0 0; } }
/* $iphone6-portrait: 375px; */
@media screen and (max-width: 375px) {
  .slides .flex-vanilla-buy {
    margin: 200px 30px 0 0; }

  .slides .flex-cocoa-buy {
    margin: 200px 30px 0 0; }

  .slides .flex-key-lime-buy {
    margin: 200px 0 0 30px; }

  .slides .flex-lemon-buy {
    margin: 200px 0 0 30px; }

  .slides .flex-caption-legend {
    font-size: 24px;
    margin: 240px 22px 0 0; } }
/* $iphone-portrait: 320px; */
@media screen and (max-width: 320px) {
  .slides .flex-vanilla-buy, .flex-caption-vanilla {
    display: none; }

  .slides .flex-cocoa-buy, .flex-caption-cocoa {
    display: none; }

  .slides .flex-key-lime-buy, .flex-caption-key-lime {
    display: none; }

  .slides .flex-lemon-buy, .flex-caption-lemon {
    display: none; }

  .slides .flex-caption-legend {
    font-size: 20px;
    margin: 210px 20px 0 0; } }
/***********************************************************************************/
/* CSS Music Player */
/***********************************************************************************/
body {
  /** Album Cover **/
  /** Track Info **/
  /** Player **/
  /** Description **/
  /** Track List **/
  /** Transitions **/
  /* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */ }
  body .ttw-music-player {
    margin: 0px auto;
    font-family: 'Lato', arial, sans-serif; }
  body .ttw-music-player .player {
    margin: 0 0 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
  body .ttw-music-player .album-cover .highlight {
    background: transparent url(../audio/music-player/plugin/images/album-cover-highlight.png) no-repeat 0 0 scroll;
    background-size: 100%;
    opacity: 1; }
  body .ttw-music-player .album-cover:hover .highlight {
    opacity: 1; }
  body .ttw-music-player .album-cover,
  body .ttw-music-player .album-cover .img,
  body .ttw-music-player .album-cover .highlight {
    display: block; }
  body .ttw-music-player .album-cover img,
  body .ttw-music-player .album-cover .img,
  body .ttw-music-player .album-cover .highlight {
    width: 100%; }
  body .album-cover {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%; }
    body .album-cover:last-child {
      margin-right: 0; }
  body .album-cover img {
    border: solid 2px #444; }
  body .ttw-music-player .track-info {
    float: left;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-right: 0; }
    body .ttw-music-player .track-info:last-child {
      margin-right: 0; }
  body .ttw-music-player .track-info .artist-small {
    display: none; }
  body .ttw-music-player .track-info p {
    margin: 0 0 8px 0; }
  body .ttw-music-player .player .title {
    color: #efefef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    font-family: 'Lato Bold', arial, sans-serif;
    font-weight: bold;
    font-size: 18px; }
  body .ttw-music-player .artist-outer {
    color: #727272;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic; }
  body .ttw-music-player .artist {
    color: #FFCC00;
    font-family: 'Lato', arial, sans-serif;
    margin-left: 4px; }
  body .ttw-music-player .artist-small {
    color: #727272;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
    font-size: 80%;
    margin-left: 1em; }
  body .ttw-music-player .player-controls {
    height: 32px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    border: solid 2px #333;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-right: 0; }
    body .ttw-music-player .player-controls:last-child {
      margin-right: 0; }
  body .ttw-music-player .player-controls .main {
    width: 52px;
    height: 12px;
    margin: 9px 9px;
    float: left; }
  body .ttw-music-player .player-controls div {
    float: left;
    cursor: pointer; }
  body .ttw-music-player .previous, body .ttw-music-player .next {
    height: 10px;
    width: 15px;
    margin: 1px 0; }
  body .ttw-music-player .play, body .ttw-music-player .pause {
    width: 8px;
    height: 12px;
    margin: 0 7px; }
  body .ttw-music-player .previous {
    background: transparent url(../audio/music-player/plugin/images/player-previous.png) no-repeat center center scroll; }
  body .ttw-music-player .next {
    background: transparent url(../audio/music-player/plugin/images/player-next.png) no-repeat center center scroll; }
  body .ttw-music-player .play {
    background: transparent url(../audio/music-player/plugin/images/player-play.png) no-repeat center center scroll; }
  body .ttw-music-player .pause {
    background: transparent url(../audio/music-player/plugin/images/player-pause.png) no-repeat center center scroll; }
  body .ttw-music-player .progress-wrapper {
    height: 9px;
    width: 60%;
    float: left;
    background: transparent url(../audio/music-player/plugin/images/player-progress.png) repeat-x 0 0 scroll;
    margin: 11px 10px 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  body .ttw-music-player .progress {
    height: 9px;
    width: 70%;
    cursor: pointer; }
  body .ttw-music-player .elapsed {
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 1px;
    width: 60%;
    background: transparent url(../audio/music-player/plugin/images/player-elapsed.png) repeat-x 0 0 scroll; }
  body .ttw-music-player .unused-controls {
    display: none !important; }
  body .ttw-music-player .description {
    clear: both;
    margin: 30px 0 0 0;
    font-size: 12px;
    color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }
  body .ttw-music-player .description.showing {
    margin: 30px 0; }
  body .ttw-music-player .tracklist {
    padding: 10px 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFCC00;
    font-size: 18px; }
  body .ttw-music-player .tracklist ol {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  body .ttw-music-player .tracklist li {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    border-bottom: solid 1px #333;
    padding: 10px 0 10px 0;
    list-style-position: inside;
    position: relative;
    list-style: none;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0; }
    body .ttw-music-player .tracklist li:last-child {
      margin-right: 0; }
    body .ttw-music-player .tracklist li:hover {
      color: #eee; }
  body .ttw-music-player li:last-child {
    background: none; }
  body .ttw-music-player .tracklist .title {
    display: inline-block;
    padding: 0 0 0 14px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%; }
    body .ttw-music-player .tracklist .title:last-child {
      margin-right: 0; }
  body .ttw-music-player li:nth-child(1n + 10) .title {
    padding-left: 7px; }
  body .ttw-music-player li.playing {
    color: #fff !important; }
  body .ttw-music-player .tracklist .rating {
    margin-left: 10px;
    width: 30px;
    display: block;
    position: absolute;
    right: 72px;
    top: 12.5px; }
  body .ttw-music-player .rating-bar {
    height: 10px;
    width: 3px;
    display: block;
    float: left;
    cursor: pointer;
    background: transparent url(../audio/music-player/plugin/images/rating-bar.png) no-repeat 0 0 scroll; }
  body .ttw-music-player .rating-bar.on,
  body .ttw-music-player .rating-bar:hover,
  body .ttw-music-player .rating-bar.hover {
    background: transparent url(../audio/music-player/plugin/images/rating-bar-on.png) no-repeat 0 0 scroll; }
  body .ttw-music-player .buy {
    /*width: 62px;
    height: 18px;*/
    display: inline-block;
    /*position: absolute;
    top: 9px;
    right: 0;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFCC00;
    /*margin: 0 0 0 10px;*/
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    color: #000;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 14.89362%;
    margin-right: 0; }
    body .ttw-music-player .buy:last-child {
      margin-right: 0; }
    body .ttw-music-player .buy:hover {
      color: #444;
      background-color: #FFF; }
  body .ttw-music-player .buy.not-active {
    display: none; }
  body .ttw-music-player .more {
    display: none;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    margin: 30px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    border: solid 2px #222; }
    body .ttw-music-player .more:hover {
      color: #eee;
      background: #330000;
      box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2); }
  body .ttw-music-player .show-more-button .more {
    display: block; }
  body .ttw-music-player .more,
  body .ttw-music-player .album-cover .highlight,
  body .ttw-music-player .tracklist li,
  body .ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body .ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0; }

/***********************************************************************************/
/* CSS Flexbox */
/***********************************************************************************/
body .flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
body .info-box {
  padding: 1em;
  color: #FFF; }

/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/*-------------------------------------- Global Styles ---------------------------------------*/
.mobile_only {
  display: none; }

.small_portrait_only {
  display: none; }

.navContain {
  display: none; }

strong, b {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

hr {
  height: 1px;
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  background: #ffcc00; }

a {
  color: #ffcc00;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }

a:hover {
  color: #ffffcc; }

a img {
  border: none; }

a {
  outline: none; }

.img_100 {
  width: 100%; }

.content {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.side_padding {
  padding-right: 1.75em;
  padding-left: 1.75em; }

.top2em {
  margin-top: 2em; }

.bottom2em {
  margin-bottom: 2em; }

.all2em {
  padding: 2em; }

.all1em {
  padding: 1em; }

.accent {
  color: #ffcc00; }

.smaller-txt {
  font-size: 80%; }

.white_fill {
  background: white; }

.light {
  background-color: rgba(255, 255, 255, 0.15); }

.dark {
  background-color: rgba(0, 0, 0, 0.75); }

.nav_dark {
  background-color: rgba(0, 0, 0, 0.9); }

/*-------------------------------------- Structure ---------------------------------------*/
#site, body {
  background: url(../images/bg-wood.png) repeat-y center top #330000; }

#landing, body {
  background: white;
  background: url(../images/broken_window.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  /*for webKit*/
  -moz-background-size: cover;
  /*Mozilla*/
  -o-background-size: cover;
  /*opera*/
  background-size: cover;
  /*generic*/ }
  #landing .landing-container, body .landing-container {
    padding: 250px 0 180px 0; }
  #landing .callout, body .callout {
    padding: 30px 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 57.44681%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #landing .callout:last-child, body .callout:last-child {
      margin-right: 0; }
  #landing .nobox, body .nobox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%; }
    #landing .nobox:last-child, body .nobox:last-child {
      margin-right: 0; }
  #landing .nobox2, body .nobox2 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    margin-right: 0; }
    #landing .nobox2:last-child, body .nobox2:last-child {
      margin-right: 0; }

.inside-960 {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  position: relative; }
  .inside-960:before, .inside-960:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .inside-960:after {
    clear: both; }

.divider {
  border-bottom: solid 1px #ffcc00; }

/*-------------------------------------- Header ---------------------------------------*/
header.masthead {
  height: 209px;
  padding: 0;
  position: relative;
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }
  header.masthead:last-child {
    margin-right: 0; }
  header.masthead:before, header.masthead:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.masthead:after {
    clear: both; }
  header.masthead .inside-960 {
    padding: 0 10px; }
  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-right: 0;
    margin: 12px 0 0 0;
    position: absolute; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 220px;
      height: 167px;
      background: url("../images/logo-tony_wood.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -167px; }
  header.masthead .mainNav {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
    padding: 28px 0 0 0;
    height: 75px !important;
    float: left;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75); }
    header.masthead .mainNav:last-child {
      margin-right: 0; }
    header.masthead .mainNav ul, header.masthead .mainNav .menu {
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 74.46809%;
      float: right;
      position: relative; }
      header.masthead .mainNav ul:last-child, header.masthead .mainNav .menu:last-child {
        margin-right: 0; }
      header.masthead .mainNav ul li, header.masthead .mainNav .menu li {
        position: relative;
        display: inline-block;
        padding-bottom: 1.0em; }
        header.masthead .mainNav ul li a, header.masthead .mainNav .menu li a {
          display: inline-block;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-family: Georgia, "Times New Roman", Times, serif;
          font-style: normal;
          font-weight: 400;
          color: #ffffcc;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1em;
          margin-right: 1em; }
          header.masthead .mainNav ul li a:hover, header.masthead .mainNav .menu li a:hover {
            color: #ffcc00; }
        header.masthead .mainNav ul li a.hover_nav, header.masthead .mainNav .menu li a.hover_nav {
          color: #ffcc00; }
        header.masthead .mainNav ul li ul, header.masthead .mainNav .menu li ul {
          display: none;
          position: absolute;
          top: 90%;
          width: 200px;
          padding-top: 10px;
          z-index: 9999; }
          header.masthead .mainNav ul li ul li, header.masthead .mainNav .menu li ul li {
            padding: 0;
            margin: 0; }
            header.masthead .mainNav ul li ul li a, header.masthead .mainNav ul li ul li a.hover_nav, header.masthead .mainNav .menu li ul li a, header.masthead .mainNav .menu li ul li a.hover_nav {
              text-align: center;
              background: black;
              display: block;
              margin: 0;
              padding: .5em 0;
              color: white;
              width: 150px;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 0.875em;
              border-bottom: 1px solid black; }
              header.masthead .mainNav ul li ul li a:hover, header.masthead .mainNav ul li ul li a.hover_nav:hover, header.masthead .mainNav .menu li ul li a:hover, header.masthead .mainNav .menu li ul li a.hover_nav:hover {
                color: #ffcc00;
                background: #330000;
                border-color: black; }

/*-------------------------------------- Social Media ---------------------------------------*/
.social_icons {
  position: relative;
  top: 20px;
  height: 40px;
  float: right; }
  .social_icons ul li {
    display: inline-block; }

a.icon {
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  color: #ffcc00;
  background-color: rgba(0, 0, 0, 0.75);
  float: right;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
  right: 0px; }
  a.icon:hover {
    color: #330000;
    background: #ffcc00; }

a.icon2 {
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  color: white;
  background: #3b5998;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a.icon2:hover {
    color: #330000;
    background: #ffcc00; }

/*-------------------------------------- Body Content ---------------------------------------*/
.container {
  clear: both; }

.feature {
  height: 300px;
  clear: both; }

.feature-box {
  background-color: rgba(0, 0, 0, 0.75);
  border-top: solid 2px #ffcc00;
  border-bottom: solid 2px #ffcc00;
  margin: 50px 30px 0 0;
  padding: 20px 40px; }

.row {
  margin: 1em 0;
  clear: both; }

.item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.75); }

.item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.15); }

.tb-border {
  border-top: solid 1px #ffcc00;
  border-bottom: solid 1px #ffcc00; }

.lyrics p {
  text-transform: uppercase; }

.lyrics h1 {
  text-transform: none; }

/*-------------------------------------- Footer ---------------------------------------*/
footer {
  clear: left;
  padding: 1em 0 4em 0; }
  footer .footer_line_1 {
    zoom: 1; }
    footer .footer_line_1:before, footer .footer_line_1:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    footer .footer_line_1:after {
      clear: both; }
  footer .copyright {
    clear: both;
    margin: 1em 0;
    font-size: 0.6875em;
    line-height: 1.5em;
    color: #ffffcc;
    text-align: center;
    text-shadow: 1px 1px 7px black; }
    footer .copyright a {
      color: #ffffcc;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      footer .copyright a:hover {
        color: white; }
  footer #back-top {
    position: fixed;
    bottom: -8px;
    left: 0;
    width: 100%;
    text-align: center;
    clear: both;
    z-index: 999; }
  footer #back-top span {
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: url("../images/up-arrow.png") no-repeat center center;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
  footer #back-top a:hover span {
    background: url("../images/up-arrow.png") no-repeat center center;
    background-color: rgba(33, 0, 0, 0.95); }

/*-------------------------------------- Imports ---------------------------------------*/
/***********************************************************************************/
/* CSS Buttons */
/***********************************************************************************/
body .button, body input[type="submit"] {
  font-size: 18px;
  display: inline-block;
  padding: .5em .2em;
  /*border: 2px solid #FFF;*/
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  min-width: 200px;
  text-align: center;
  text-transform: none; }
body .button1 {
  color: #ffcc00;
  background: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body .button1:hover {
    color: white;
    background: #330000;
    text-decoration: none;
    cursor: pointer; }
body .button2 {
  color: white;
  background: #330000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body .button2:hover {
    color: #ffcc00;
    background: black;
    text-decoration: none;
    cursor: pointer; }
body .button_container {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
body .button_border {
  border: solid thin white; }
body .lg_button {
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.375em;
  width: 100%;
  background: black;
  color: #ffcc00;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  body .lg_button:hover {
    color: white;
    background: #330000; }
body input[type="submit"] {
  color: white;
  background: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: sold 1px white; }
  body input[type="submit"]:hover {
    color: #ffcc00;
    background: #330000;
    text-decoration: none;
    cursor: pointer; }
@media screen and (max-width: 768px) {
  body .lg_button {
    font-size: 1.25em; } }

/***********************************************************************************/
/* Form Fields, Inputs, Textareas (NOT IN THE WP Editor) */
/***********************************************************************************/
/*-------------------------------------- Form Elements ---------------------------------------*/
/* Main Pages */
.contact {
  padding: 0 1.5em 0 0;
  /* Placeholder Text Color */ }
  .contact input[type="text"], .contact textarea, .contact input[type="email"], .contact input[type="tel"], .contact input[type="password"], .contact select {
    background: white;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 2px white;
    color: black;
    width: 100%;
    padding: .75em;
    font-size: 14px;
    margin: 1.75em 0;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.5); }
    .contact input[type="text"]:focus, .contact textarea:focus, .contact input[type="email"]:focus, .contact input[type="tel"]:focus, .contact input[type="password"]:focus, .contact select:focus {
      border: solid 2px #ffcc00;
      backgraound: #ffffcc;
      color: #330000; }
  .contact textarea {
    width: 100%; }
  .contact select {
    height: 2em; }
  .contact ::-webkit-input-placeholder {
    color: #cccccc; }
  .contact :-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc; }
  .contact ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc; }
  .contact :-ms-input-placeholder {
    color: #cccccc; }
  .contact .error {
    color: white;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400; }
    .contact .error li {
      list-style: none; }

/*-------------------------------------- Small Screens Import ---------------------------------------*/
@media screen and (max-width: 1024px) {
  /***********************************************************************************/
  /* Desktop Min View */
  /***********************************************************************************/
  img, object, video, embed {
    max-width: 100%;
    height: auto !important; }

  .body_wrapper {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after {
      clear: both; }

  .inside-960 {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    position: relative; }
    .inside-960:before, .inside-960:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .inside-960:after {
      clear: both; }

  .default_page {
    margin: 0;
    width: 100%;
    clear: both; }

  header.masthead {
    width: 100%;
    margin-right: 0; }
    header.masthead .mainNav ul li a {
      margin-right: 1em; }

  .container {
    padding: 0 10px; }

  /***********************************************************************************/
  /* iPad Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Plus Landscape */
  /***********************************************************************************/ }
@media screen and (max-width: 1024px) and (max-width: 940px) {
  .body_wrapper, .container {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after, .container:before, .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after, .container:after {
      clear: both; } }
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #site, body {
    background: url(../images/bg-wood-mobile.png) repeat-y center top #330000; }
    #site p, body p {
      font-size: 90%; }
    #site .feature, body .feature {
      height: 240px; }
    #site .feature-box, body .feature-box {
      margin: 25px 30px 0 0; }

  .mobile_only {
    display: block; }

  .big_screen_only {
    display: none; }

  .small_portrait_only {
    display: none; }

  .landscape {
    display: block; }

  header.masthead {
    height: 140px; }
    header.masthead .logo a {
      width: 100%;
      background: url("../images/logo_mobile-tony_wood.png") 0 0 no-repeat;
      width: 395px;
      height: 124px; }
      header.masthead .logo a:hover {
        background-position: 0 -124px; }
    header.masthead .mainNav {
      display: none; }
    header.masthead .navTrigger {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 30px;
      text-align: center;
      padding: 5px;
      color: #ffcc00;
      background-color: rgba(0, 0, 0, 0.75);
      position: absolute;
      top: 50px;
      right: 20px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
      header.masthead .navTrigger:hover {
        color: #330000;
        background: #ffcc00; }
    header.masthead .social_icons {
      display: visible;
      position: absolute;
      top: 50px;
      right: 65px;
      margin: 0; }

  .navContain {
    position: absolute;
    width: 100%;
    z-index: 999; }

  .mobileNav ul li a {
    color: #ffcc00;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    width: 100%;
    padding: .65em 0;
    border: 1px solid #333333;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .mobileNav ul li a:hover {
      background: #330000;
      color: #ffcc00; }
  .mobileNav ul li ul li a {
    color: white;
    background-color: rgba(33, 0, 0, 0.95);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none; }

  body .navContain {
    top: 137px; }

  #landing .landing-container, body .landing-container {
    padding: 350px 0 290px 0; }
  #landing .callout, body .callout {
    padding: 30px 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 65.95745%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #landing .callout:last-child, body .callout:last-child {
      margin-right: 0; }
  #landing .nobox, body .nobox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 23.40426%; }
    #landing .nobox:last-child, body .nobox:last-child {
      margin-right: 0; }
  #landing .nobox2, body .nobox2 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    margin-right: 0; }
    #landing .nobox2:last-child, body .nobox2:last-child {
      margin-right: 0; } }
@media screen and (max-width: 1024px) and (max-width: 736px) {
  #site .ttw-music-player .player-controls, body .ttw-music-player .player-controls {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 74.46809%;
    margin-right: 0; }
    #site .ttw-music-player .player-controls:last-child, body .ttw-music-player .player-controls:last-child {
      margin-right: 0; }
  #site p, body p {
    font-size: 90%; }
  #site .feature, body .feature {
    height: 232px; }
  #site .feature-box, body .feature-box {
    font-size: 90%;
    margin: 30px 20px 0 0;
    width: 500px; }
  #site .landscape, body .landscape {
    display: block; }

  #landing .landing-container, body .landing-container {
    padding: 80px 0 10px 0; }
  #landing .callout, body .callout {
    padding: 30px 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #landing .callout:last-child, body .callout:last-child {
      margin-right: 0; }
  #landing .nobox, body .nobox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%; }
    #landing .nobox:last-child, body .nobox:last-child {
      margin-right: 0; }
  #landing .nobox2, body .nobox2 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    margin-right: 0; }
    #landing .nobox2:last-child, body .nobox2:last-child {
      margin-right: 0; }

  /***********************************************************************************/
  /* iPhone 6 Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 5 Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Plus Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 4 and 5 Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 1024px) and (max-width: 736px) and (max-width: 667px) {
  #site p, body p {
    font-size: 85%; }
  #site .feature, body .feature {
    height: 210px; }
  #site .feature-box, body .feature-box {
    font-size: 90%;
    margin: 10px 20px 0 0;
    width: 420px; }
  #site .landscape, body .landscape {
    display: block; }
  #site .sidebar_border, body .sidebar_border {
    border: none;
    margin-right: 0; }
  #site article.single-post, body article.single-post {
    padding-left: 0;
    padding-right: 0; }
  #site aside.sidebar, body aside.sidebar {
    border-top: 1px solid #ffcc00;
    margin-top: 1em;
    padding: 2em 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    clear: left;
    margin-right: 0;
    margin-top: -1em; }
    #site aside.sidebar:last-child, body aside.sidebar:last-child {
      margin-right: 0; }
  #site .lg_button, body .lg_button {
    padding: 1em 0; } }
@media screen and (max-width: 1024px) and (max-width: 736px) and (max-width: 568px) {
  #site p, body p {
    font-size: 85%; }
  #site .feature, body .feature {
    height: 180px; }
  #site .feature-box, body .feature-box {
    font-size: 80%;
    margin: 10px 20px 0 0;
    width: 360px;
    padding: .75em 1em .5em 2.25em; }
  #site .landscape, body .landscape {
    display: block; }
  #site span.line_break, body span.line_break {
    display: block; }
  #site footer.footer div, body footer.footer div {
    text-align: center;
    margin: 0; }
  #site footer.footer .fr, body footer.footer .fr {
    float: none; }

  #landing .landing-container, body .landing-container {
    text-align: center;
    padding: 20px 0 0 0; }
  #landing .callout, body .callout {
    padding: 30px 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #landing .callout:last-child, body .callout:last-child {
      margin-right: 0; }
  #landing .nobox, body .nobox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%; }
    #landing .nobox:last-child, body .nobox:last-child {
      margin-right: 0; }
  #landing .nobox2, body .nobox2 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    margin-right: 0; }
    #landing .nobox2:last-child, body .nobox2:last-child {
      margin-right: 0; }
  #landing span, body span {
    float: none; } }
@media screen and (max-width: 1024px) and (max-width: 736px) and (max-width: 414px) {
  #site, body {
    background: url(../images/bg-wood-mobile_portrait.png) repeat-y center top #330000; }
    #site p, body p {
      font-size: 90%; }
    #site .feature, body .feature {
      height: 525px; }
    #site .feature-box, body .feature-box {
      font-size: 90%;
      margin: 355px 0 0 0;
      width: 414px; }
    #site .landscape, body .landscape {
      display: none; }
    #site .album-cover, body .album-cover {
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 100%;
      margin-right: 0; }
      #site .album-cover:last-child, body .album-cover:last-child {
        margin-right: 0; }
    #site .ttw-music-player .track-info, body .ttw-music-player .track-info {
      float: left;
      font-size: 16px;
      text-align: center;
      margin-top: 30px;
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 100%;
      margin-right: 0; }
      #site .ttw-music-player .track-info:last-child, body .ttw-music-player .track-info:last-child {
        margin-right: 0; }
    #site .ttw-music-player .track-info .artist-small, body .ttw-music-player .track-info .artist-small {
      display: none; }
    #site .ttw-music-player .player-controls, body .ttw-music-player .player-controls {
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 100%;
      margin-right: 0; }
      #site .ttw-music-player .player-controls:last-child, body .ttw-music-player .player-controls:last-child {
        margin-right: 0; }
    #site .ttw-music-player .tracklist .title, body .ttw-music-player .tracklist .title {
      font-size: 85%;
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 74.46809%; }
      #site .ttw-music-player .tracklist .title:last-child, body .ttw-music-player .tracklist .title:last-child {
        margin-right: 0; }
      #site .ttw-music-player .tracklist .title .artist-small, body .ttw-music-player .tracklist .title .artist-small {
        display: table;
        margin: 0; }
    #site .ttw-music-player .buy, body .ttw-music-player .buy {
      display: block;
      float: left;
      margin-right: 2.12766%;
      width: 23.40426%;
      margin-right: 0; }
      #site .ttw-music-player .buy:last-child, body .ttw-music-player .buy:last-child {
        margin-right: 0; }

  .big_screen_only {
    display: none; }

  .mobile_only {
    display: none; }

  .small_portrait_only {
    display: block; }

  header.masthead {
    height: 185px; }
    header.masthead .logo a {
      width: 100%;
      background: url("../images/logo_mobile-tony_wood.png") 0 0 no-repeat;
      width: 395px;
      height: 124px; }
      header.masthead .logo a:hover {
        background-position: 0 -124px; }
    header.masthead .mainNav {
      display: none; }
    header.masthead .navTrigger {
      top: 135px;
      right: 15px;
      z-index: 1500; }
    header.masthead .social_icons {
      top: 135px;
      right: 60px; }

  body .navContain {
    top: 183px; }

  #landing .landing-container, body .landing-container {
    text-align: center;
    padding: 180px 0 40px 0;
    margin-bottom: 100px; }
  #landing .callout, body .callout {
    padding: 30px 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #landing .callout:last-child, body .callout:last-child {
      margin-right: 0; }
  #landing .nobox, body .nobox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%; }
    #landing .nobox:last-child, body .nobox:last-child {
      margin-right: 0; }
  #landing .nobox2, body .nobox2 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    margin-right: 0; }
    #landing .nobox2:last-child, body .nobox2:last-child {
      margin-right: 0; }
  #landing span, body span {
    float: none; } }
@media screen and (max-width: 1024px) and (max-width: 736px) and (max-width: 375px) {
  #site, body {
    background: url(../images/bg-wood-mobile_ip6-portrait.png) repeat-y center top #330000; }
    #site .feature, body .feature {
      height: 525px; }
    #site .feature-box, body .feature-box {
      font-size: 90%;
      margin: 317px 0 0 0;
      width: 375px; }
    #site p, body p {
      font-size: 85%; }

  .big_screen_only {
    display: none; }

  .mobile_only {
    display: none; }

  .small_portrait_only {
    display: block; }

  header.masthead {
    height: 165px; }
    header.masthead .logo {
      width: 100%;
      margin: 0;
      text-align: center; }
      header.masthead .logo a {
        text-align: center;
        margin: 10px auto 0 auto;
        width: 344px;
        height: 108px;
        background: url("../images/logo_mobile_ip6-tony_wood.png") 0 0 no-repeat; }
        header.masthead .logo a:hover {
          background-position: 0 -108px; }
    header.masthead .navTrigger {
      top: 115px;
      right: 20px; }
    header.masthead .social_icons {
      top: 115px;
      right: 65px; }
    header.masthead .inside-960 {
      width: 100%;
      margin: 0;
      padding: 0; }

  body .navContain {
    top: 163px; } }
@media screen and (max-width: 1024px) and (max-width: 736px) and (max-width: 320px) {
  #site .feature, body .feature {
    height: 403px; }
  #site .feature-box, body .feature-box {
    font-size: 90%;
    margin: 223px 0 0 0;
    width: 320px; }
  #site p, body p {
    font-size: 80%; }

  header.masthead .logo a {
    background: url("../images/logo_mobile_ip5-tony_wood.png") 0 0 no-repeat;
    width: 300px;
    height: 94px; }
    header.masthead .logo a:hover {
      background-position: 0 -94px; }
  header.masthead .navTrigger {
    top: 108px;
    right: 20px; }
  header.masthead .social_icons {
    top: 108px;
    right: 65px; }

  body .navContain {
    top: 163px; }

  body.customize-support .navContain {
    top: 217px; }

  #landing .landing-container, body .landing-container {
    text-align: center;
    padding: 120px 0 20px 0;
    margin-bottom: 50px; }
  #landing .callout, body .callout {
    padding: 30px 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    #landing .callout:last-child, body .callout:last-child {
      margin-right: 0; }
  #landing .nobox, body .nobox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%; }
    #landing .nobox:last-child, body .nobox:last-child {
      margin-right: 0; }
  #landing .nobox2, body .nobox2 {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    margin-right: 0; }
    #landing .nobox2:last-child, body .nobox2:last-child {
      margin-right: 0; }
  #landing span, body span {
    float: none; } }
