/*
    0.  HTML5 Boilerplate defaults
    1.  Document Setup (body, common classes, vertical rhythm, structure etc)
    2.  Header Styles
    3.  Navigation & Menus
    4.  Main Content Styles
    5.  Footer Styles
    6.  Page Styles
    7.  Form Styles
    8.  Helpers classes
    9.  Media Queries
    10. Print Styles
----------------------------------------------- ------------------------------------*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * Modifications to the placeholder text.
 */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #cbcbcb;
    font-size: .92857143em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cbcbcb;
    font-size: .92857143em;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cbcbcb;
    font-size: .92857143em;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #cbcbcb;
    font-size: .92857143em;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* http://www.responsivegridsystem.com/ */
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col, .innercol {
    display: inline-block;
    margin-left: 2%;
    margin-right: -4px;
}
.col:first-child, .innercol:first-child { margin-left: 0 !important; }

.col.top { vertical-align: top; }
.col.middle { vertical-align: middle; }
.col.bottom { vertical-align: bottom; }

/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}

/*  GRID OF SIX  */
.span_6_of_6 {
    width: 100%;
}
.span_5_of_6 {
    width: 83%;
}
.span_4_of_6 {
    width: 66%;
}
.span_3_of_6 {
    width: 49%;
}
.span_2_of_6 {
    width: 32%;
}
.same-height .span_1_of_6:before,
.span_1_of_6 {
    width: 15%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}
.span_4_of_5 {
    width: 79.6%;
}
.span_3_of_5 {
    width: 59.2%;
}
.span_2_of_5 {
    width: 38.8%;
}
.same-height .span_1_of_5:before,
.span_1_of_5 {
    width: 18.4%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.5%;
}
.span_2_of_4 {
    width: 49%;
}
.same-height .span_1_of_4:before,
.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}
.span_2_of_3 {
    width: 66%;
}
.same-height .span_1_of_3:before,
.span_1_of_3 {
    width: 32%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.same-height .span_1_of_2:before,
.span_1_of_2 {
    width: 49%;
}

/*  GRID OF ONE */
.span_1_of_1 {
    width: 100%;
}

/* generic floats */
.left { float: left }
.right { float: right }

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

.mobile { display: none; }

.disabled {
    opacity: .2;
}

.t_color {
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  1.  Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

.page {
    position: relative;
    margin: auto;
}

img {
    max-width: 100%;
}
.ie6 img {
    width: 100%;
}

.ui-state-hover {
    color: #fff !important;
}
.ui-widget {
    font-size: inherit !important;
}

.text-error { 
    color: #d44950;
}
.text-success {
    color: #3c763d;
}
.text-primary {
    color: #428bca;
}
.text-info {
    color: #31708f;
}
.text-warning {
    color: #8a6d3b;
}
.text-muted {
    color: #999;
}

/*-----------------------------------------------------------------------------------*/
/*  2.  Header Styles
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  3.  Navigation & Menus
/*-----------------------------------------------------------------------------------*/
.menu-trigger {
    position: absolute;
    top: 31px;
    left: 20px;
    font-size: 1.2em;
    line-height: 57.5px;
}
.navicon {
    display: block;
    width: 1.75em;
    height: .25em;
    line-height: 0;
    border-top: .75em double;
    border-bottom: .25em solid;
    color: #ffffff;
}
.navicon span {
    display: none;
}
nav {
    display: none;
}
nav#menu {
    z-index: 10000;
    font-family: 'Oswald';
}

#nav {
    display: block;
    position: relative;
    top: 0;
}
#nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#nav.bg {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .85);
}
#nav.bg .nav-primary a,
#nav.solid a {
    color: white;
}
#nav.solid,
#nav.solid .nav-primary > li > ul {
    background: rgb(0, 0, 0);
}

.navbar-inner {
    position: relative;
}

#nav .logo {
    float: left;
    position: relative;
    top: 26px;
}

#nav a {
    text-decoration: none;
}
.nav-primary {
    float: right;
    font-style: normal;
    margin: 30px 0;
    padding: 0;
    text-transform: uppercase;
}
.nav-primary li {
    position: relative;
    display: inline-block;
    z-index: 1000;
    font-size: 14px;
    color: #000000;
    line-height: 2em;
    padding-left: 19px;
}
.lt-ie9 .nav-primary li {
    padding-left: 10px;
}
.nav-primary li.first {
    padding-left: 0;
}

.nav-primary li > a {
    position: relative;
    z-index: 1;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    letter-spacing: .04em;
    text-shadow: none!important;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-primary > li:hover > a {
    border-bottom: 1px solid;
}

#nav .nav-primary .selected > a,
#nav.bg .nav-primary #home.selected a {
    color: #a5a3a1 !important;
}
#nav .nav-primary #home.selected a {
    color: black !important;
    font-weight: 700;
}
.nav-primary a:hover {
    color: #000000;
    border-bottom: 1px solid;
}

.nav-primary > li > ul {
    z-index: 100;
    opacity: 1;
    visibility: hidden;
    display: block;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    padding: 0 10px 5px;
}
#nav.bg .nav-primary > li > ul,
.nav-primary > li > ul.bg {
    background: rgba(0,0,0,.8);
}
#nav.solid .nav-primary > li > ul a,
#nav.bg .nav-primary > li > ul a,
.nav-primary > li > ul.bg a {
    color: white;
}

.nav-primary li:hover ul { 
    visibility: visible;
}

.nav-primary ul li { 
    display: block;
    line-height: 2.3em;
    padding: 0;
}

.nav-primary ul a {
    display: block;
    border-bottom: 1px solid transparent;
}

.nav-primary ul a:hover {
    opacity: 1;
}

.nav-primary ul {
    display: none;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    text-align: left;
    width: 160px;
}

/*-----------------------------------------------------------------------------------*/
/*  4.  Main Content Styles
/*-----------------------------------------------------------------------------------*/
.center {
    text-align: center;
}
.content-block.bg-fixed {
    background-attachment: fixed;
}
.content-block {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
}
.content-block.empty {
    min-height: 300px;
}
.pad-top-small .section { padding-top: 10px; }
.pad-top-medium .section { padding-top: 30px; }
.pad-top-large .section { padding-top: 60px; }
.pad-top-xlarge .section { padding-top: 80px; }
.pad-bot-small .section { padding-bottom: 10px; }
.pad-bot-medium .section { padding-bottom: 30px; }
.pad-bot-large .section { padding-bottom: 60px; }
.pad-bot-xlarge .section { padding-bottom: 80px; }

.slideshow {
    visibility: hidden;
}

.arrow {
    position: fixed;
    bottom: 0;
    cursor: pointer;
    background: url(/assets/images/layout/arrow_down.png) 9px 15px no-repeat;
    background-color: rgb(197,178,110);
    background-color: rgba(197, 178, 110, .90);
    display: none;
    width: 42px;
    height: 42px;
    left: 48%;
    z-index: 230;
}
.no-touch .arrow:hover {
    background-color: rgb(50,50,50);
    background-color: rgba(50,50,50,.9);
}

ul.slideshow li:before {
    content: "";
    padding-right: inherit;
}

.slideshow h3 {
    color: #7b0046;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.slideshow .caption {
    text-align: center;
    margin-top: 10px;
}
.control-wrap {
    width: 10%;
}
.control-wrap a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    background-size: 200%;
    background-position: 0 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.control-wrap a:hover {
    background-position: 100% 0;
}
.bx-prev a { display: none ;}
#slider-prev {
    background-image: url('/assets/images/layout/controls_prev.png');
}
#slider-next {
    background-image: url('/assets/images/layout/controls_next.png');
}
.bx-container {
    width: 70%;
}
.control-wrap, 
.bx-container {
    float: left !important;
    margin: 0 2% !important;
}
.control-wrap:first-child { margin-left: 0 !important; }

/* Blog */
.pagination {
    text-align: right;
}
.pagination li {
    display: inline-block;
    padding: 0 9px;
}
.pagination span, 
.pagination a {
    color: #636363;
    font-family: 'Oswald';
    font-size: 120%;
    font-weight: 300;
}
.pagination .active span {
    font-weight: 600;
    color: #000;
}

#blog .pagination {
    margin-bottom: 20px;
}
#blog .span_1_of_5 {
    width: 17%;
}

#blog .post-summary {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 20px;
}
#blog .post-summary.last {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

#blog img {
    background-color: #fff;
    padding: 3px;
}

#blog h2 {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: inherit;
    margin: 0;
    line-height: 1.4em;
}
#blog h2 a {
    color: #000;
    text-decoration: none;
}
#blog h2 a:hover {
    text-decoration: underline;
}
#blog .date {
    font-family: 'Oswald';
    color: #636363;
    margin-bottom: 5px;
}

#blog .no-posts {
    margin-bottom: 30px;
}
#blog .post-navigation {
    margin-bottom: 15px;
}
#blog .post .primary-img {
    margin: 10px 0 25px;
    text-align: center;
}
#blog .post-share {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.fb-like { display: inline !important; }
.fb-like span { vertical-align: inherit !important; }
.twitter-share-button { 
    width: 0 !important;
    min-width: 78px !important;
}

.social {
    text-align: center;
}
.tweet {
    font-family: 'Cambo', serif;
    color: #0511f2;
}
.tweet img {
    margin-right: 5px;
}

.social ul {
    margin-top: 30px;
    list-style: none;
}

.social li:before {
    content: "";
    padding: 0;
}

.social ul li span{
    display: none;
}

.social ul li  {
    list-style-image: none;
    display: inline-block;
    padding: 0;
}

.social ul li a {
    display: block;
    height: 59px;
    background: url(/assets/images/layout/social_icons.png);
}

a:hover img,
.social ul li a:hover {
    opacity: .7;
}

.social li.tw a:link            { background-position: 0px 0; width: 60px; }
.social li.fb a:link            { background-position: -64px 0; width: 60px; margin-left: 4px; }
.social li.inst a:link          { background-position: -128px 0; width: 60px; margin-left: 4px; }
.social li.pnt a:link           { background-position: -192px 0; width: 60px; margin-left: 4px; }

/*-----------------------------------------------------------------------------------*/
/*  5.  Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    text-align: center;
    font-family: 'Cambo', serif;
    color: #636363;
    background-color: #ededee;
    padding-top: 15px !important;
}
#footer a {
    color: #636363;
    font-size: .95em;
}

/*-----------------------------------------------------------------------------------*/
/*  6.  Page Styles
/*-----------------------------------------------------------------------------------*/

#login {
    position: relative;
    float: left;
    margin-left: 8.54166667%; /* 164 / 1920 */
    margin-top: 7%; /* 225 / 1068 */
    width: 35%;
    min-width: 450px;
    max-width: 600px;
    overflow: hidden;
}

#login .transparency {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity:0.5;  
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    background-color: #e7e9ed;
}
#login .content {
    position: relative;
    padding: 2em;
    line-height: 3em;
}
#login h1 {
    color: #fafbfc;
    margin-bottom: .2em;
}
#login a {
    margin-left: 5px;
}
#login input { margin: 0; }
#login .left { width: 70%; }
#login .right { position: relative; width: 100%; }
#login .buttons { position: absolute; bottom: -3px; right: 0; }
#login input {
    width: 100%;
}

/* Splash Overlay Styles */
.overlay {
    width: 100%;
}
.fancybox-overlay {
    z-index: 1000;
}
.overlay.splash .col.span_1_of_3 {
    background: rgb(0,0,0);
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.overlay,
.overlay.shop-elvis a,
.overlay.splash a {
    color: white;
}
.overlay.shop-elvis .col a,
.overlay.splash .col a {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1.3em;
}
.overlay.shop-elvis .col a:hover,
.overlay.splash .col a:hover {
    text-decoration: underline;
}
.overlay .col.span_1_of_3 p {
    margin: 0;
    padding: 0;
}
.overlay .col.span_1_of_3 .wrap,
.overlay.shop-elvis .wrap {
    padding: 20px 25px;
}
.overlay.shop-elvis {
    text-align: center;
}
.overlay.shop-elvis .col {
    background: rgb(0,0,0);
    width: auto;
}

/* Timeline Styles */
.timeline {
    position: relative;
    margin: 0;
    padding-bottom: 100px;
}
.timeline .col {
    padding: 0;
    margin: 0 !important;
    vertical-align: top;
}
.timeline ul {
    font-family: 'Oswald';
    font-weight: 700;
    text-align: center;
}
.timeline ul li {
    padding-left: .6em;
}
.timeline ul a {
    color: #a5a3a1;
    font-size: 1.4em;
    cursor: pointer;
}
.timeline ul a.selected,
.timeline ul a:hover {
    color: black;
}
.timeline .controls-prev,
.timeline .controls-next {
    cursor: pointer;
}
.mic-border {
    position: absolute;
    top: -30px;
    left: 50px;
    width: 37px;
    height: 740px;
    background-image: url('/assets/images/layout/mic-border.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline .collage {
    width: 88.5%;
    padding: 40px 0 30px 40px;
}
.timeline .collage .col {
    position: relative;
}
.timeline .callout {
    background-color: black;
    padding: 20px;
    color: white;
    min-height: 300px;
}
.timeline h1 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 5em;
    margin-bottom: 0;
    line-height: .9em;
}
.timeline p {
    line-height: 1.9em;
}
.timeline h2 {
    font-family: 'Oswald';
}
.timeline .absolute {
    position: absolute;
}
.timeline p.caption {
    position: relative;
    font-size: .85em;
    line-height: 1.4em;
    padding: 0 20px;
}

a .fans {
    background-image: url(/assets/images/layout/elvis_fans.jpg);
    background-repeat: no-repeat;
    height: 0;
    padding: 0;
    background-size: 100%;
    padding-bottom: 18.311764705882%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/elvis_fans.jpg,sizingMethod='scale';)
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/elvis_fans.jpg,sizingMethod='scale');
    background-position: 34% 50%;
    min-height: 250px;
}
a:hover .fans {
    background-image: url(/assets/images/layout/elvis_fans_overlay.jpg);
}

.sidebar {
    border: 2px solid #636363;
    padding: 30px 22px;
}
.sidebar h3 {
    color: #636363;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.sidebar a {
    font-family: 'Oswald';
    font-weight: 700;
    color: #000000;
    font-size: 1.2em;
}
.sidebar p:last-child {
    padding: 0;
}

.photos {
    position: relative;
}
.photos .jcarousel ul {
    width: 20000em;
}
.photos .jcarousel li {
    float: left;
    position: relative;
    padding-left: 5px;
    text-indent: 0;
}
.photos .jcarousel li:first-child {
    padding-left: 0;
}
.photos .controls-next,
.photos .controls-prev {
    min-width: 75px;
    width: 10%;
    height: 100%;
    background-image: url(/assets/images/layout/big_transparent.gif);
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    top: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.35;
    filter: alpha(opacity= 35);
    -moz-opacity: 0.35;
    zoom: 1;
}

.photos .controls-next {
    background-image: url(/assets/images/layout/arrow_right.gif);
    right: 0;
    cursor: e-resize;
}
.photos .controls-prev {
    background-image: url(/assets/images/layout/arrow_left.gif);
    left: 0;
    cursor: w-resize;
}

.photos nav {
    display: block !important;
}
.photos nav a.prev {
    background-position: 0 -120px;
    left: 0;
}
.photos nav a.next {
    background-position: 0 0;
    right: 0;
}
.photos nav a.prev:hover {
    background-position: 0 -180px;
}
.photos nav a.next:hover {
    background-position: 0 -60px;
}
.photos nav a.prev:active {
    background-position: 0 -300px;
}
.photos nav a.next:active {
    background-position: 0 -240px;
}
.photos nav a {
    display: inline; 
    background-image: url(/assets/images/layout/controls.png);
    background-repeat: no-repeat;
    bottom: 5px;
    height: 60px;
    position: absolute;
    text-indent: -99999px;
    width: 31px;
    z-index: 10000;
}
.photos li a {
    display: block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.photos .fans_overlay {
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: transparent;
    height: 100%;
    width: 100%;
}
.photos .fans_overlay img {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%); /* child now centers itself relative to the midline based on own contents */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(Dx=0,Dy=0)'; /*IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(Dx=0,Dy=0); /*IE6, IE7*/
    transform: translateY(-50%);
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-touch .photos a:hover img {
    opacity: 1;
}
.no-touch .photos a:hover .fans_overlay {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.no-touch .photos a:hover .fans_overlay img {
    display: block;
}

#masonry .item {
    width: 25%;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#masonry .item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2),0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2),0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2),0 1px 5px rgba(0,0,0,0.2);
}

.gallery .group {
    margin-bottom: 20px;
}
.gallery .group:last-child {
    margin: 0;
}
.same-height .col:not(.desc):before {
    -webkit-box-shadow: 0 1px 1px #acacac;
    -moz-box-shadow: 0 1px 1px #acacac;
    box-shadow: 0 1px 1px #acacac;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.same-height .col:not(.desc):hover:before {
    background-color: #333;
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
}

.gallery .col:not(.desc) a,
.music .col:not(.desc) a {
    display: block;
    color: #000;
    text-decoration: none;
}
.gallery .col:not(.desc) a:hover,
.music .col:not(.desc) a:hover,
#masonry .item a:hover .caption {
    color: white;
}
.gallery img,
.music img {
    border-top: 1px solid #e4e4e4;
    display: block;
}
.gallery img {
    margin: 0 auto;
    -webkit-border-top-left: 10px;
    -moz-border-top-left: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right: 10px;
    -moz-border-top-right: 10px;
    border-top-right-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.music a,
#masonry .item a {
    position: relative;
    display: block;
    text-align: center;
}
.music img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.photos img {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1); */
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 1px 5px rgba(0,0,0,.1);
}
.gallery .view {
    visibility: hidden;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    font-family: 'Oswald';
    font-size: 1em;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.5);
}
.gallery a:hover .view {
    visibility: visible;
}

.music .group {
    margin-top: 40px;
    font-family: 'Oswald';
}
.music .group:first-child {
    margin: 0;
}
.music .group .wrapper {
    position: relative;
}
.gallery .caption,
.music hgroup {
    padding: 6px 10px 8px;
}
#masonry .item .caption,
.music hgroup {
    visibility: hidden;
    display: table;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
    text-align: center;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-bottom-left: 10px;
    -moz-border-bottom-left: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right: 10px;
    -moz-border-bottom-right: 10px;
    border-bottom-right-radius: 10px;
}
#masonry .item .caption {
    height: inherit;
    padding: 10px;
}
#masonry .item a:hover .caption,
.music a:hover hgroup {
    visibility: visible;
}
.music h2,
#masonry .item h3 {
    font-size: 1.4em;
    font-weight: 300;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.music h3 {
    font-size: 1.1em;
    font-weight: 400;
}

.quotes p {
    color: #000;
    margin-bottom: .5em;
}
.quotes a {
    display: inline-block;
}
.quotes a img {
    display: block;
    margin: 0 auto .5em;
}

/*-----------------------------------------------------------------------------------*/
/*  7.  Form Styles
/*-----------------------------------------------------------------------------------*/
label {
    display: block;
    padding-bottom: .5em;
}

form#contact {
    max-width: 600px;
}

.sidebar.content-block {
    padding: 0;
}
ul.form {
    margin: 0 auto;
    max-width: 400px;
    list-style: none;
    padding-bottom: 20px;
    background-color: #d9dde0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
ul.form li {
    padding: 5px 40px;
}
ul.form li.first {
    padding-top: 25px;
}
ul.form .header {  
    background-color: #7b9cb8;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
ul.form .header,
ul.form .header h3 {
    color: #ffffff;
}
ul.form .button {
    text-align: center;
}
ul.form input[type="text"],
ul.form input[type="email"] {
    width: 100%;
}

label, input, button, select, textarea {
    line-height: 20px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 115%;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="radio"] + label {
    display:inline-block;
    margin: 0 15px 0 7px;
}

input[type="text"],
input[type="email"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    display: block;
    width: 100%;
    min-height: 30px;
    resize: vertical;
}

.tiny {
    width: 25px;
}
.xsmall {
    width: 15%;
}
.small {
    width: 35%;
}
.medium {
    width: 45%;
}
.large {
    width: 75%;
}
.xxlarge {
    width: 100% !important; /* 530px / 847px */
}

/*-----------------------------------------------------------------------------------*/
/*  8.  Helper Classes
/*-----------------------------------------------------------------------------------*/

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  9.  Media Queries
/*-----------------------------------------------------------------------------------*/

/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
    html {
        -ms-text-size-adjust: none;
        -webkit-text-size-adjust: none;
    }
}

@media screen and (min-width: 2560px) {
    .overlay.policy {
        bottom: 1625px !important;
        margin-bottom: -1625px;
    }
}

@media screen and (min-width: 1900px) and (max-width: 2559px) {
    .overlay.policy {
        bottom: 1225px !important;
        margin-bottom: -1225px;
    }
}

@media screen and (min-width: 1900px) {
    .overlay.about h1,
    .overlay.policy h1 {
        font-size: 3.2em;
    }
    .overlay.about h2,
    .overlay.policy h2 {
        font-size: 2.5em;
    }
    .overlay.about p,
    .overlay.policy p {
        font-size: 1.5em;
    }
    .parallax {
        background-size: 100%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1899px) {
    .overlay.about h1,
    .overlay.policy h1 {
        font-size: 2.8em;
    }
    .overlay.about h2,
    .overlay.policy h2 {
        font-size: 1.8em;
    }
    .overlay.about p,
    .overlay.policy p {
        font-size: 1.1em;
    }

    .overlay.policy {
        bottom: 845px !important;
        margin-bottom: -845px;
    }
}

/* Large Desktops */
@media screen and (min-width: 1280px) {
    .page {
        width: 1200px;
    }
}

@media screen and (max-width: 1279px) {
    .overlay.splash {
        width: 80%;
        bottom: 35px;
        max-width: inherit;
    }
    .overlay.splash .col a {
        font-size: 2em;
    }
}

/* Desktop */
@media screen and (min-width: 1020px) and (max-width: 1279px) {
    .page {
        width: 980px;
    }

    .overlay.about,
    .overlay.policy {
        padding-left: 30px;
    }
    .overlay.about h1,
    .overlay.policy h1 {
        font-size: 2.4em;
    }
    .overlay.about h2,
    .overlay.policy h2 {
        font-size: 1.2em;
    }
    .overlay.about p,
    .overlay.policy p {
        font-size: .9em;
    }
}

@media screen and (max-width: 1019px) {
    .page {
        margin: 0 20px;
    }
    .timeline {
        margin: 0;
    }
}

@media screen and (min-width: 880px) and (max-width: 1019px) {
    .overlay.about h1,
    .overlay.policy h1 {
        font-size: 2em;
    }
    .overlay.about h2,
    .overlay.policy h2 {
        font-size: 1em;
    }
    .overlay.about p,
    .overlay.policy p {
        font-size: .8em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .overlay.policy {
        bottom: 665px !important;
        margin-bottom: -665px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1100px) {
    .overlay.splash .col a {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 568px) and (max-width: 1019px) {
    .timeline .collage {
        width: 84%;
    }
    .timeline .collage > .group > .col.span_1_of_3,
    .timeline .collage > .group > .col.span_2_of_3 {
        float: none;
        width: 100%;
    }
    .timeline .collage > .group > .col.span_2_of_3 {
        top: 0 !important;
        left: 0 !important;
    }
    .timeline .callout {
        min-height: inherit;
    }
}

@media screen and (min-width: 881px) and (max-width: 980px) {
    .overlay.splash {
        width: 92%;
        bottom: 20px;
    }
    .overlay.splash .col a {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 880px) {
    .nav-primary {
        margin-right: 4%;
    }
    .overlay.splash {
        width: 96%;
        bottom: 20px;
    }
    .overlay.splash .col a,
    .overlay.show-elvis .col a {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 801px) and (max-width: 991px) {
    .overlay.policy {
        bottom: 540px !important;
        margin-bottom: -540px;
    }
}

@media screen and (min-width: 801px) {
    .desktop,
    .nav-primary {
        display: inherit;
    }
    .mobile {
        display: none;
    }
}

@media screen and (min-width: 800px) and (max-width: 879px) {
    .overlay.about {
        bottom: 10px !important;
    }
    .overlay.about h1,
    .overlay.policy h1 {
        font-size: 1.5em;
    }
    .overlay.about h2,
    .overlay.policy h2 {
        font-size: .9em;
    }
    .overlay.about p,
    .overlay.about p {
        font-size: .7em;
    }
}

/* Mobile */
@media screen and (max-width: 800px) {
    .nav-primary {
        margin-right: 2%;
    }
    .desktop, #nav {
        display: none;
    }
    .mobile {
        display: inherit;
    }
    .bg-fixed.first {
        background-attachment: inherit !important;
    }
    #header {
        position: relative;
        height: 90px;
        background-color: #000000;
        z-index: 0;
    }
    #header .logo {
        position: relative;
        top: 22px;
        width: 95px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 701px) and (max-width: 799px) {
    .overlay.splash .col p {
        font-size: .8em;
    }
    .overlay.splash .col a {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    table.primary, thead, tbody, th, td, tr {
        display: block;
    }
    table.primary thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.primary tr {
        border: 1px solid #666;
    }
    table.primary th, table.primary td {
        width: auto;
    }
    table.primary td {
        border: none;
        border-bottom: 1px solid #666;
        position: relative;
        text-align: left !important;
        padding-left: 50%;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    table.primary td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    td:nth-of-type(1):before { content: "Song Title:"; font-family: 'Oswald'}
    td:nth-of-type(2):before { content: "Top 20 Pop Chart:"; font-family: 'Oswald'}
    td:nth-of-type(3):before { content: "Top 20 Country Chart:"; font-family: 'Oswald'}
    td:nth-of-type(4):before { content: "Top 20 R & B Chart:"; font-family: 'Oswald'}
    td:nth-of-type(5):before { content: "Year Released:"; font-family: 'Oswald'}
}

@media screen and (min-width: 701px) {
    .overlay {
        position: absolute;
        overflow: hidden;
        z-index: 1;
    }
    .overlay.splash {
        width: 70%;
        max-width: 894px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .overlay.splash .col.span_1_of_3 {
        background: rgba(0,0,0,.8);
    }
    .overlay.policy {
        position: relative;
    }
    .timeline .controls-prev {
        background-image: url('/assets/images/layout/controls-vertical-prev.png');
        margin-bottom: 15px;
    }
    .timeline .controls-next {
        background-image: url('/assets/images/layout/controls-vertical-next.png');
        margin-top: 15px;
    }
    .timeline .controls-prev,
    .timeline .controls-next {
        width: 45px;
        height: 13px;
    }
    .timeline .jcarousel {
        width: 47px;
        height: 570px;
    }
}

@media screen and (min-width: 701px) and (max-width: 800px) {
    .overlay.about,
    .overlay.policy {
        position: inherit;
        width: 100%;
    }
    .overlay.about .col,
    .overlay.policy .col {
        float: none;
        position: relative;
    }
    .overlay.about,
    .overlay.about .col,
    .overlay.policy .col {
        width: 100% !important;
        bottom: 0 !important;
    }
    .overlay.about .col a,
    .overlay.policy .col a {
        font-size: 1.2em;
    }
    .overlay.about {
        margin: 20px 0;
    }
    .overlay.about .col.span_1_of_3,
    .overlay.policy .col.span_1_of_3 {
        display: none;
    }
    .overlay:not(.policy) h1,
    .overlay:not(.policy) h2,
    .overlay:not(.policy) p {
        color: rgb(0,0,0);
    }
}

@media screen and (max-width: 700px) {
    .overlay {
        position: inherit;
    }
    .overlay .col {
        float: none;
        position: relative;
    }
    .overlay,
    .overlay .col {
        width: 100% !important;
        bottom: 0 !important;
        padding: 0;
        margin: 0;
    }
    .overlay .col a {
        font-size: 1.2em;
    }
    .overlay.splash {
        text-align: center;
    }
    .overlay.splash .col.span_1_of_3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .overlay.about {
        margin-top: 20px;
    }
    .overlay.about .col.span_1_of_3,
    .overlay.policy .col.span_1_of_3 {
        display: none;
    }
    .overlay:not(.policy),
    .overlay:not(.policy) h1,
    .overlay:not(.policy) h2,
    .overlay:not(.policy) p {
        color: rgb(0,0,0);
    }
    h2 {
        font-size: 1.6em;
    }
    .timeline .col { float: none; margin: 0 0 1em; }
    .timeline .col.span_1_of_3,
    .timeline .col.span_2_of_3,
    .timeline .col.span_1_of_2 {
        width: 100% !important;
    }
    .timeline .date {
        display: block;
        margin-top: 20px;
    }

    .timeline .date:before,
    .timeline .date:after {
        content:"";
        display:table;
    }
    .timeline .date:after {
        clear:both;
    }

    .timeline .mic-border {
        display: none;
    }

    .timeline .collage {
        padding: 20px 0;
        width: 100%;
    }

    .timeline .jcarousel {
        float: left;
        width: 82%;
        height: 45px;
        margin-top: -4px;
    }
    .timeline .jcarousel ul {
        width: 30000em;
        text-align: left;
        font-size: 1.8em;
    }
    .timeline .jcarousel li {
        display: inline-block;
        width: 80px;
        margin: 0 !important;
        padding-left: .2em;
        text-indent: 0;
    }
    .timeline .controls-prev {
        float: left;
        background-image: url('/assets/images/layout/controls-horizontal-prev.png');
        margin-right: 4%;
    }
    .timeline .controls-next {
        float: right;
        background-image: url('/assets/images/layout/controls-horizontal-next.png');
        margin-left: 4%;
    }
    .timeline .controls-prev,
    .timeline .controls-next {
        width: 13px;
        height: 45px;
    }

    .timeline .col,
    .timeline img,
    .timeline .caption,
    .timeline .caption span,
    .timeline .group {
        text-align: left !important;
        position: inherit !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
    }
    .timeline .caption,
    .timeline .caption span {
        padding: 0 0 15px !important;
        width: 100% !important;
    }

    .timeline .col.span_2_of_3 {
        margin-top: 20px !important;
    }

    .timeline .callout {
        min-height: inherit;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 569px) {
    .content-block {
        min-height: inherit !important;
    }

    .same-height {
        position: relative;
        z-index: 0;
    }
    .same-height .span_1_of_2:before,
    .same-height .span_1_of_3:before,
    .same-height .span_1_of_4:before,
    .same-height .span_1_of_5:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .same-height .span_1_of_3 a {
        position: relative;
        z-index: 1;
    }

    .same-height .col:before {
        
    }
    .same-height .col {
        z-index: 2;
    }
    .same-height .wrap {
         padding: 30px 10%;
    }
}

/* Phone - Landscape */
@media screen and (max-width: 568px) {
    .sidebar.content-block {
        padding: 0 40px;
    }    
    .form {
        margin: inherit !important;
    }

    .col { float: none; margin: 0 0 1em; }
    .col.span_1_of_6,
    .col.span_2_of_6,
    .col.span_3_of_6,
    .col.span_4_of_6,
    .col.span_5_of_6,
    .col.span_1_of_5,
    .col.span_2_of_5,
    .col.span_3_of_5,
    .col.span_4_of_5,
    .col.span_1_of_4,
    .col.span_2_of_4,
    .col.span_3_of_4,
    .col.span_1_of_3,
    .col.span_2_of_3,
    .col.span_1_of_2,
    .tiny, .small, .medium, .large, .xlarge, .xxlarge {
        width: 100% !important;
    }
    .pad-top-small .section { padding-top: 5px; }
    .pad-top-medium .section { padding-top: 15px; }
    .pad-top-large .section { padding-top: 30px; }
    .pad-top-xlarge .section { padding-top: 40px; }
    .pad-bot-small .section { padding-bottom: 5px; }
    .pad-bot-medium .section { padding-bottom: 15px; }
    .pad-bot-large .section { padding-bottom: 30px; }
    .pad-bot-xlarge .section { padding-bottom: 40px; }
    ul.pagination { padding-bottom: 15px; }

    .content-block.cover {
        background-size: cover !important;
        height: inherit !important;
        padding: 0 !important;
    }

    .content-block {
        padding: 0 !important;
    }

    a:hover .fans {
        background-image: url(/assets/images/layout/elvis_fans.jpg);
    }
}

/* Phone - Portrait */
@media screen and (max-width: 479px) {
    #jPanel .logo {
        top: 22px;
        width: 95px;
        margin: 0 auto;
    }
    h1 {
        font-size: 2.1em;
    }
    h2 {
        font-size: 1.3em;
    }

    .fancybox-opened {
        width: auto !important;
        height: auto !important;
        padding: 20px !important;
        left: 0 !important;
    }
    .fancybox-inner {
        width: auto !important;
        height: auto !important;
    }

    table.primary td {
        font-size: .9em;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  10.  Print styles.
/*       Inlined to avoid required HTTP connection: h5bp.com/r
/*-----------------------------------------------------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}
