
/* Force the vertical scroll bar to always appear to prevent the background image resizing */
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
    font-family: "Radley", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-feature-settings: "liga" 0;
	-moz-font-feature-settings: "liga" 0;
	font-feature-settings: "liga" 0;
    background: url('../img/bg.jpg') no-repeat fixed center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.selected {
	color: #000000 !IMPORTANT;
}

h1,
h2 {
}   text-transform: uppercase;

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h4 {
	padding-bottom: 1em;
}
	
p {
    line-height: 1.6;
    color: #000;
}

.box p, li {
	font-size: 1.20em;
}


.box p.subscript {
	font-size: 1.05em;
}


.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.borderless  {
	width: auto !important;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.tagline {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: lowercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.95);
	border-radius: 10px;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
	line-height: 150%;
	color: #555;
}

.bigger {
	font-size: 200% !IMPORTANT;
	}
	
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-right {
    float: none;
    margin: 0 auto 0;
	padding-bottom: 1em;
}

.img-center {
	margin: auto;
}

.img-content {
	max-width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

.content-text p .video {
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin: auto;
	display: block;
	
}

.track:first-child {
	margin-top: 0.5em;
}

.track {
	/*max-width: 75%;*/
	margin: auto;
	display: block;
}

.music * {
	margin-bottom: 0.75em;
}
	
footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer span {
    margin: 0;
    padding: 12px 0px;
	display:block;
}

footer img {
	border:0;
	max-height:24px;
}

.findoutmore {
	font-size: 1.25em;
    margin: 0 auto 0;
}

.quote {
	display:block;
	border-left: 4px solid #F3A117;
	margin-bottom:2em;
}
.quote-text {
	display:block;
	text-align: center;
	font-style: italic;
	color: #000;
	font-size: 2em;
	margin-bottom: 0.25em;
	padding-left: 16px;
}

.inset {
	margin-left: 16px;
}

.quote-footer {
	display:block;
	text-align: right;
	font-style: normal;
	color: #566;
	font-size: 1.1em;
}

.matchHeight {
	padding-bottom: 16px;
}

#loading {
	height: 250px;
	}
	
.hidden {
	display: none;
}

.pageLink {
    cursor: pointer;
}

.padding {
	padding-bottom: 2em;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

input, textarea {
	font-family: Arial
}

.register {
	width: 100%;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 10px;
        text-align: center;
        /*text-shadow: -1px -1px 1px rgba(255,255,255,0.8);*/
        font-family: "Radley","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 400;
        line-height: normal;
		font-style: italic;
        color: #000;
		text-transform: capitalize;
    }

	.intro-text {
		font-size: 1.4em;
	}
 
	.top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

	.img-right {
        float: right;
        margin-left: 25px;
    }

	.img-content {
		width: 80%;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	.img-portrait {
		max-width: 25%;
	}

	.content-text {
		width: 70%;
		margin: auto;
	}

	.content-text p {
		margin-bottom: 2em;
	}

	.highlight p {
		margin-bottom: 0;
	}

	.padding {
		padding-bottom: 2em;
	}
	
    .tagline {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
		font-family: "Radley","Helvetica Neue",Helvetica,Arial,sans-serif;
		text-align: center;
        /*text-shadow: -1px -1px 1px rgba(255,255,255,0.7);*/
        text-transform: lowercase;
        font-size: 3em;
        font-weight: 700;
		font-style: italic;
        letter-spacing: 3px;
        color: #000;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

	.navbar-sticky {
        background: rgba(255,255,255,1);
        border-bottom: 1px solid #30150A;
        box-shadow: 0 1px 3px rgba(77,72,69,0.2), 0 6px 10px rgba(77,72,69,0.15);
	}
    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }

	.bottom {
		position: absolute;
		bottom: 0;
	}

	.submit {
		float: right !important;
	}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media screen and (max-width:767px) {
    .box {
       border-radius: 0px;
    }
}
