/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/





* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    height: 100%;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
	color: #E15638;
}

img {
    border: none;
}

a {
    color: #E15638;
}

b {
    font-weight: 700;
	color: #E15638;
}

/* Scaling Quality---------------------------------------*/

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../img/progress.gif) no-repeat center center;
}

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
}

#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}



/*Image Quality---------------------------------------*/

#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

#supersized a {
    width: 100%;
    height: 100%;
    display: block;
}

#supersized li.prevslide {
    z-index: -20;
}

#supersized li.activeslide {
    z-index: -10;
}

#supersized li.image-loading {
    background: #111 url(../img/progress.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}

#supersized li.image-loading img {
    visibility: hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
    display: inline;
}


/*Toggle Boxes---------------------------------------*/


#lectureBox {
	text-transform: none;
    display: none;
    width: 400px;
    /*background-image: url('../img/bg-gray.png');*/
    top: -12px;
    position: center;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    top: -12px;
    font-size: 16px;
    color: #ffffff;
}


#aboutBox {
	text-transform: none;
    display: none;
    width: 400px;
    /*background-image: url('../img/bg-gray.png');*/
    top: -12px;
    position: center;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    top: -12px;
    font-size: 16px;
    color: #ffffff;
}


#contactBox {
	text-transform: none;
    display: none;
    width: 400px;
    /*background-image: url('../img/bg-gray.png');*/
    top: -12px;
    position: center;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    top: -12px;
    font-size: 16px;
    color: #ffffff;
}



/* Thumbnail Navigation----------------------------*/

#nextthumb, #prevthumb {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 61px;
    height: 75px;
    width: 100px;
    overflow: hidden;
    background: #ddd;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
    right: 12px;
}

#prevthumb {
    left: 12px;
}

#nextthumb img, #prevthumb img {
    width: 150px;
    height: auto;
}

#nextthumb:active, #prevthumb:active {
    bottom: 59px;
}

#nextthumb:hover, #prevthumb:hover {
    cursor: pointer;
}

#prevslide, #nextslide {
    position: absolute;
    height: 43px;
    width: 43px;
    top: 50%;
    margin-top: -21px;
    opacity: 0.6;
}

#prevslide {
    left: 10px;
    background: url('../img/back.png');
}

#nextslide {
    right: 10px;
    background: url('../img/forward.png');
}

#prevslide:active, #nextslide:active {
    margin-top: -19px;
}

#prevslide:hover, #nextslide:hover {
    cursor: pointer;
}



/*Navigation---------------------------------------*/

ul#nav {
    margin: 0px;
}

ul#nav li {
    margin: 0 1px 1px 0;
    padding: 20px;
    display: inline;
    float: left;
    color: #E15638;
    /*background: url('../img/bg-white.png');*/
}

h1 {
    font-weight: 700;
    padding: 20px;
    font-size: 20px;
}

ul#nav a li:hover {
    /*background: url('../img/bg-gray.png');*/
}

a {
    text-decoration: none;
}

ul#nav li.contactActive {
    /*background: url('../img/bg-gray.png');*/
}

