@font-face{ 
	font-family: 'leaguegothic';
	src: url('leaguegothic-regular-webfont');
	src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('leaguegothic-regular-webfont.woff') format('woff'),
	     url('leaguegothic-regular-webfont.ttf') format('truetype'),
	     url('leaguegothic-regular-webfont.svg#webfont') format('svg');
}
@font-face{ 
    font-family: 'franklingothic';
	src: url('webfonts/franklingothic/FranklinGothic-Book-webfont');
	src: url('webfonts/franklingothic/FranklinGothic-Book-webfont.eot?#iefix') format('embedded-opentype'),
	     url('webfonts/franklingothic/FranklinGothic-Book-webfont.woff') format('woff'),
	     url('webfonts/franklingothic/FranklinGothic-Book-webfont.ttf') format('truetype'),
	     url('webfonts/franklingothic/FranklinGothic-Book-webfont.svg#webfont') format('svg');
}
@font-face{ 
    font-family: 'franklingothicdemi';
	src: url('webfonts/franklingothic/FranklinGothic-Demi-webfont');
	src: url('webfonts/franklingothic/FranklinGothic-Demi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('webfonts/franklingothic/FranklinGothic-Demi-webfont.woff') format('woff'),
	     url('webfonts/franklingothic/FranklinGothic-Demi-webfont.ttf') format('truetype'),
	     url('webfonts/franklingothic/FranklinGothic-Demi-webfont.svg#webfont') format('svg');
}
@font-face{ 
    font-family: 'glaserstencil';
	src: url('webfonts/F37Glaser-Demi/F37GlaserStencil-Demi');
	src: url('webfonts/F37Glaser-Demi/F37GlaserStencil-Demi.eot?#iefix') format('embedded-opentype'),
	     url('webfonts/F37Glaser-Demi/F37GlaserStencil-Demi.woff') format('woff'),
        url('webfonts/F37Glaser-Demi/F37GlaserStencil-Demi.woff2') format('woff2'),
	     url('webfonts/F37Glaser-Demi/F37GlaserStencil-Demi-webfont.ttf') format('truetype');
}
body { 
    margin: 0;
    font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #232323;
    background-color: #16161f;
    letter-spacing:0.01em;
}
p {
    font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
    font-size: 100%;
    line-height: 1.2em;
    color: #fff;
    letter-spacing:0.01em;
    margin-top: 0;
    margin-bottom: 1em;
}
h1 {
    display: inline-block;
    font-family: leaguegothic;
    font-weight: normal;
    line-height: .75em;
    font-size: 2.5em;
    color: #fff;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}
h2 {
    display: inline-block;
    font-family: leaguegothic;
    font-weight: normal;
    line-height: 1em;
    font-size: 1.75em;
    letter-spacing: .03em;
    color: #fff;
    margin-top: .25em;
    margin-bottom: .25em;
    padding: 0;
}



#homebgimage {
    width:100%;
    background-color: 66528c;
    background-image: url(morrisonbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
    background-size: 100%;
}

#homebgimage2 {
    width:100%;
    background-image: url(brickwall.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
    background-size: 100%;
	background-color: #2d2d2d;
	animation: change-color-anim 5s linear infinite;
}


@keyframes change-color-anim {
	0%,100%{
		background-color: #2d2d2d;
	}
	50%{
		background-color: #444444;
	}
}

#etitaybgimage {
    background: linear-gradient(180deg, rgba(195,58,107,1), rgba(163,77,127,1), rgba(199,62,37,1), 60%, rgba(195,58,107,1));
}



.speciallink {
opacity:1.0;
filter:alpha(opacity=100); 
}
.speciallink:hover
{
opacity:0.6;
filter:alpha(opacity=80); 
}

a.homefeature:link {
    color: #fff;
    text-decoration: none;
}
a.homefeature {
    color: #fff;
    text-decoration: none;
}
a.homefeature {
    color: #fff;
    text-decoration: underline;
}
a.homefeature {
    color: #fff;
    text-decoration: none;
}

.boxbutton {
    display: inline;
    font-family: leaguegothic;
    font-weight: normal;
    line-height: normal;
    font-size: 1.68em;
    font-weight: normal;
    line-height: 2em;
    letter-spacing: .5px;
    color: #16161f;
    background-color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}
a.boxbutton:link
{
color: #16161f;
background-color: #fff;
text-decoration: none;
}
a.boxbutton:visited
{
color: #16161f;
background-color: #fff;
text-decoration: none;
}
a.boxbutton:hover
{
color: #16161f;
background-color: #97abff;
text-decoration: none;
}
a.boxbutton:active
{
color: #16161f;
background-color: #fff;
text-decoration: none;
}

.smartlink {
    display: block;
    width: 100%;
    font-family: leaguegothic;
    font-weight: normal;
    line-height: normal;
    font-size: 3em;
    font-weight: normal;
    line-height: 2em;
    letter-spacing: .02em;
    color: #16161f;
    background-color: #fff;
    padding: 4px 9px;
    text-align: center;
}
a.smartlink:link
{
color: #16161f;
background-color: #fff;
text-decoration: none;
}
a.smartlink:visited
{
color: #16161f;
background-color: #fff;
text-decoration: none;
}
a.smartlink:hover
{
color: #16161f;
background-color: #97abff;
text-decoration: none;
}
a.smartlink:active
{
color: #16161f;
background-color: #fff;
text-decoration: none;
}

.line2
{
height: .01 em;
width: 100%;
border: 1em #8c8c8c;
}

img {
    width: 100%;
}
a:link {
    color: #97abff;
    text-decoration: none;
}
a:visited {
    color: #97abff;
    text-decoration: none;
}
a:hover {
    color: #97abff;
    text-decoration: underline;
}
a:active {
    color: #97abff;
    text-decoration: none;
}
div.clear {
clear: both;
width: 100%;
height: 1px;
} 

.buttons img {
    margin: 0;
    padding: 0;
}
.buttons a {
opacity:0.8;
filter:alpha(opacity=80); 
}
.buttons a:hover
{
opacity:1.0;
filter:alpha(opacity=100); 
}
.buttons {
    
    height: auto;
}

.menutext {
    display: none;   
}

input {
    border-radius: 0;
}

input[type="email"]{
    font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
    font-size: 100%;
    line-height: 2em;
    color: #232323;
    background-color: #FFFFFF;
    letter-spacing:0.01em;
    padding: 2px 8px;
    position: relative;
    top: -.25em;
    border: none;
    border-radius: 5px;
}

input[type="submit"]{ -webkit-appearance: none; }

input[type="submit"]{
  display: inline;
    font-family: leaguegothic;
    font-weight: normal;
    line-height: normal;
    font-size: 1.68em;
    font-weight: normal;
    letter-spacing: .5px;
    color: #16161f;
    background-color: #fff;
    padding: 2px 8px 0px 8px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

input[type="submit"]:hover{
color: #16161f;
background-color: #97abff;
text-decoration: none;
cursor: pointer;
}

#navcontainer {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 1%;
    background: rgb(22,22,31);
    background: linear-gradient(180deg, rgba(22,22,31,1) 85%, rgba(22,22,31,0) 100%);
    margin: 0 auto;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}
    
#nav {
    max-width:900px;
    width: 85%;
    margin: 0 auto;
}
    
#nav #logo {
    width: 38.32%;
    display: inline-block;
}
  
#nav .menu1 {width: 9.49%;}
#nav .menu2 {width: 12.5%;}
#nav .menu3 {width: 11.41%;}
#nav .menu4 {width: 10.52%;}
#nav .menu5 {width: 15.81%;}

#spacer {
    width: 1.95%;
    display: inline-block;
}

#banner {
    display: block;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
    width:90%;
    max-width:1000px;
}
    
.socials {
    width: 10.75%;
    position: relative;
}
.socials {
opacity:1.0;
filter:alpha(opacity=100); 
}
.socials:hover
{
opacity:0.6;
filter:alpha(opacity=60); 
}

.socialsspacer {
    width: 2%;
    height: 1px;
}
.featured {
    width: 100%;
    background-color: #333;
    margin-top: 0%;
}
.caption {
    font-size: .75em;
    position: relative;
    top: -.6em;
    font-style: italic;
    color: #7d7d7d;
    
}
#container {
    max-width:350px;
    width: 85%;
    margin: 0 auto;
    padding: 1.5% 0 2% 0;
}

#primary {
    float: left;
    width: 30%;
    margin-right: 5%;
}

#content {
    float: left;
    width: 30%;
}

#secondary {
    float: left;
    width: 30%;
    margin-left: 5%;
}
#footer {
    clear: both;
}
#bottom {
    width: 100%;
    background: rgb(22,22,31);
    background: linear-gradient(0deg, rgba(22,22,31,1) 75%, rgba(22,22,31,0) 100%);
    position: fixed;
    width: 100%; 
    bottom: 0
}
#twocol {
    max-width:900px;
    width: 80%;
    height: auto;
    font-size: .75em;
    margin: 0 auto;
}
#twocol500 {
    max-width:500px;
    width: 80%;
    height: auto;
    font-size: .75em;
    margin: 0 auto;
}
#twocol700 {
    max-width:700px;
    width: 80%;
    height: auto;
    font-size: .75em;
    margin: 0 auto;
}
#twocolright {
    width: 47.5%;
}
#twocolleft {
    width: 47.5%;
    margin-right: 5%;
}

#tour {
    max-width:700px;
    width: 80%;
    height: auto;
    font-size: .75em;
    margin: 0 auto;
}
#tour .narrow {
    display: none;
    text-align: justify;
    margin: 0 auto;
}
#smartlink {
    max-width:500px;
    width: 80%;
    height: auto;
    font-size: .75em;
    margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* TWITTER WIDGET */

a.twitter-timeline {
 
  /* Text */
  font: normal 12px/16px Arial, sans-serif;
  color: #000;
  white-space: nowrap;
}
 
a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #dedede;
}
 
/* Color Highlight for keyboard navigation */
 
a.twitter-timeline:focus {
  outline: none;
  border-color: #0089cb;
}

/* RANDOM STYLES */

.availablenow {
    width: 100%;
}

#spacersquare {
    width: 6%;
    
}


    
/*
@media screen and (min-width: 500px) {
    .availablenow {font-size: 105%;}
}
@media screen and (min-width: 600px) {
    .availablenow {font-size: 125%;}
    #etitaybgimage {
    width:100%;
    background-image: url(morrisonbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
    background-size: 150%;
    }
}
@media screen and (min-width: 1001px) {
    .availablenow {font-size: 150%;}
}
    

@media screen and (min-width: 1001px) {
    body {font-size: 120%}
    
}

@media screen and (min-width: 1500px) {
    body {font-size: 120%}
    #nav {width: 95%}
    #spacersquare {width: 3%}
    #container {width: 95%}
    #homebgimage {background-size: 100%; background-position: 50% 40%}
    #banner {width:95%}
    #twocol {width:85%}
    #twocol500 {width:85%}
    #twocol700 {width:85%}
}

@media screen and (max-width: 1499px) {
    body {font-size: 120%}
    #nav {width: 95%}
    #spacersquare {width: 3%}
    #container {width: 95%}
    #homebgimage {background-size: 125%; background-position: 50% 40%}
    #banner {width:95%}
    #twocol {width:85%}
    #twocol500 {width:85%}
    #twocol700 {width:85%}
}

@media screen and (max-width: 1000px) {
    body {font-size: 120%}
    #nav {width: 95%}
    #spacersquare {width: 8%}
    #container {width: 95%}
    #homebgimage {background-size: 175%; background-position: 50% 40%}
    #banner {width:95%}
    #twocol {width:85%}
    #twocol500 {width:85%}
    #twocol700 {width:85%}
}
@media screen and (max-width: 800px) {
    body {font-size: 110%}
    #primary,#secondary,#content {display: block; text-align: center; width: 100%; margin: 0 auto;}
    #container {width: 125%}
    #homebgimage {background-size: 175%; background-position: 50% 45%}
    #banner {width:100%}
    #secondary,#content {padding-bottom: 8%}
    #content {background-color: #fcfcfc}
    #padding {padding: 4% 10% 4% 10%}
}

@media screen and (max-width: 700px) {
    body {font-size: 110%}
    #navcontainer {padding-top: 3%; padding-bottom: 2%;}
    #nav {width: 95%}
    #nav #logo {width: 100%; display: block; margin-bottom: 2%}
    #nav #spacer {display: none;}
    #nav .menu1 {width: 15.89%;}
    #nav .menu2 {width: 20.92%;}
    #nav .menu3 {width: 19.09%;}
    #nav .menu4 {width: 17.62%;}
    #nav .menu5 {width: 26.48%;}
    #spacersquare {width: 28%}
    #banner {width:95%}
    #homebgimage {background-size: 175%; background-position: 50% 50%}
    #container {width: 100%; padding-top: 0;}
    #twocol {width:90%}
    #twocol500 {width:90%}
    #twocol700 {width:90%}
    #twocolleft,#twocolright {display: block; width: 100%; margin: 0;}
    #primary,#secondary,#content {display: block; text-align: center; width: 100%; margin: 0 auto;}
    #secondary,#content {padding-bottom: 8%}
    #tour {width:95%}
    #tour .wide {display:none;}
    #tour .narrow {display:inline-block; width: 100%; margin: auto 0}
    #padding {padding: 4% 10% 4% 10%}
    #content {background-color: #fcfcfc}
    .boxbuttonbig {font-size: 2em}
}

@media screen and (max-width: 500px) {
    #homebgimage {background-size: 225%; background-position: 50% 50%}
    #homecontent {font-size: 60%}
}
*/


/* @media screen and (max-height: 500px) {
    #homebgimage {background-size: 100%; background-position: 50% 50%}
    #homecontent {font-size: 71%}
    #bottom {font-size: 80%}
}
*/

@media screen and (min-width: 500px) {
    .availablenow {font-size: 105%;}
}
@media screen and (min-width: 600px) {
    .availablenow {font-size: 125%;}
    #etitaybgimage {
    width:100%;
    background-image: url(morrisonbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
    background-size: 150%;
    }
}
@media screen and (min-width: 1001px) {
    .availablenow {font-size: 150%;}
}
    

@media screen and (min-width: 1001px) {
    body {font-size: 120%}
    
}

@media screen and (min-width: 1500px) {
    body {font-size: 120%}
    #nav {width: 95%}
    #spacersquare {width: 3%}
    #container {width: 95%}
    #homebgimage2 {background-size: 100%; background-position: 50% 35%}
    #banner {width:95%}
    #twocol {width:85%}
    #twocol500 {width:85%}
    #twocol700 {width:85%}
}

@media screen and (max-width: 1499px) {
    body {font-size: 120%}
    #nav {width: 95%}
    #spacersquare {width: 3%}
    #container {width: 95%}
    #homebgimage2 {background-size: 100%; background-position: 50% 35%}
    #banner {width:95%}
    #twocol {width:85%}
    #twocol500 {width:85%}
    #twocol700 {width:85%}
}

@media screen and (max-width: 1000px) {
    body {font-size: 120%}
    #nav {width: 95%}
    #spacersquare {width: 8%}
    #container {width: 95%}
    #homebgimage2 {background-size: 100%; background-position: 50% 35%}
    #banner {width:95%}
    #twocol {width:85%}
    #twocol500 {width:85%}
    #twocol700 {width:85%}
}
@media screen and (max-width: 800px) {
    body {font-size: 110%}
    #primary,#secondary,#content {display: block; text-align: center; width: 100%; margin: 0 auto;}
    #container {width: 125%}
    #homebgimage2 {background-size: 100%; background-position: 50% 35%}
    #banner {width:100%}
    #secondary,#content {padding-bottom: 8%}
    #content {background-color: #fcfcfc}
    #padding {padding: 4% 10% 4% 10%}
}

@media screen and (max-width: 700px) {
    body {font-size: 110%}
    #navcontainer {padding-top: 3%; padding-bottom: 2%;}
    #nav {width: 95%}
    #nav #logo {width: 100%; display: block; margin-bottom: 2%}
    #nav #spacer {display: none;}
    #nav .menu1 {width: 15.89%;}
    #nav .menu2 {width: 20.92%;}
    #nav .menu3 {width: 19.09%;}
    #nav .menu4 {width: 17.62%;}
    #nav .menu5 {width: 26.48%;}
    #spacersquare {width: 28%}
    #banner {width:95%}
    #homebgimage2 {background-size: 100%; background-position: 50% 50%}
    #container {width: 100%; padding-top: 0;}
    #twocol {width:90%}
    #twocol500 {width:90%}
    #twocol700 {width:90%}
    #twocolleft,#twocolright {display: block; width: 100%; margin: 0;}
    #primary,#secondary,#content {display: block; text-align: center; width: 100%; margin: 0 auto;}
    #secondary,#content {padding-bottom: 8%}
    #tour {width:95%}
    #tour .wide {display:none;}
    #tour .narrow {display:inline-block; width: 100%; margin: auto 0}
    #padding {padding: 4% 10% 4% 10%}
    #content {background-color: #fcfcfc}
    .boxbuttonbig {font-size: 2em}
}

@media screen and (max-width: 500px) {
    #homebgimage2 {background-size: 100%; background-position: 50% 50%}
    #homecontent {font-size: 60%}
}



/* @media screen and (max-height: 500px) {
    #homebgimage {background-size: 100%; background-position: 50% 50%}
    #homecontent {font-size: 71%}
    #bottom {font-size: 80%}
}
    
