﻿a
{
    color: #ccc;
    text-decoration: none;
}

a:hover
{
    color: #fff;
}

body
{
    background: #fcb348; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcb348 0%, #aa6a02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb348), color-stop(100%,#aa6a02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcb348 0%,#aa6a02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcb348 0%,#aa6a02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcb348 0%,#aa6a02 100%); /* IE10+ */
    background: linear-gradient(top,  #fcb348 0%,#aa6a02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb348', endColorstr='#aa6a02',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: White;
    font-family: 'Nunito' , sans-serif;
    -webkit-animation-name:             rotatenone; 
        -webkit-animation-duration:         60s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
}

div.header
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 635px;
    height: 267px;
    background-image: url("images/header.png");
    margin-bottom: -15px;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes rotatenone {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(0deg); }
}

div.sunburst 
{
    background-image: url("images/sunburst.png");
    width: 100%;
    height: 924px;
    position: absolute;    
    z-index: -100;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
       -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         60s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
    visibility: hidden;
}

div.visible 
{
    visibility: visible;
}

div.panel-nowavailable
{
    background-image: url("images/nowavailable.png");
    width: 625px;
    height: 223px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

a.twitter-button 
{
    background-image: url("images/twitter.png");
    width: 74px;
    height: 73px;
    left: 530px;
    top: -13px;
    position: relative;
    display: block;
}

a.twitter-button#twitter-hover
{
    background-image: url("images/twitter-hover.png");
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;    
    top: 134px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5 ease;
}

a:hover.twitter-button#twitter-hover
{
    opacity: 1;
    filter: alpha(opacity=1);
}

a.facebook-button 
{
    background-image: url("images/facebook.png");
    width: 74px;
    height: 73px;
    left: 412px;
    top: 60px;
    position: relative;
    display: block;
}

a.facebook-button#facebook-hover
{
    background-image: url("images/facebook-hover.png");
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;    
    top: 134px;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5 ease;
}

a:hover.facebook-button#facebook-hover
{
    opacity: 1;
    filter: alpha(opacity=1);
}

a.download-button 
{
    background-image: url("images/download.png");
    width: 455px;
    height: 74px;
    left: 152px;
    top: 79px;
    position: relative;   
    display: block;
}

a.download-button#download-hover
{
    background-image: url("images/download-hover.png");
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5 ease;
}

a:hover.download-button#download-hover
{
    opacity: 1;
    filter: alpha(opacity=1);
}

div.letter-border
{
    background-image: url("images/letters.png");
    width: 865px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -93px;
    margin-top: -22px;   
}

div.panel
{
    margin-bottom: -30px;
}

div.panel-top
{
    background-image: url("images/panel-top.png");
    width: 865px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
}

div.panel-center
{
    background-image: url("images/panel-center.png");
    width: 865px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

div.panel-bottom
{
    background-image: url("images/panel-bottom.png");
    width: 865px;
    height: 69px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    top: -16px;
    z-index: -10;
}

div.panel-header
{
    background-image: url("images/basic-header.png");
    width: 826px;
    height: 13px;
    display: block;
    position: relative;
    top: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

div.top-panel-header
{
    width: 844px;
    height: 106px;
    display: block;
    position: relative;
    top: -50px;
}

div.article-date
{
    font-size: 31pt;
    float: right;
    position: relative;
    right: 10px;
}

div.top-panel-header > div.article-date
{
    top: 90px;
    font-size: 28pt;    
}

div.panel-header > div.article-date
{
    top: -50px;
}

div.article-title
{
    font-size: 31pt;
    font-variant: small-caps;
    position: relative;
}

div.panel-header > div.article-title
{
    top: -50px;
    left: 10px;
}

div.top-panel-header > div.article-title
{
    top: 90px;
    left: 27px;
}

div.article-content
{
    padding-left: 27px;
    padding-right: 36px;
    margin-top: 0;
    position: relative;
    margin-top: -35px;
}

p.article-text
{
    padding: 0px;
}

.article-baseimage
{
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.5);
}

img.article-baseimage
{
    float: left;
    margin-right: 10px;
    z-index: 100;
}


img.article-image
{
    background-image: url("images/image-bg.png");
    float: left;
    width: 247px;
    height: 201px;
    padding: 10px;
}

div.article-image
{
    float: left;
    margin-right: 10px;
}

div.article-image > div.article-image-cover
{
    width: 267px;
    height: 221px;
    display: block;
}

div.article-image-cover > img.article-image-cover
{
    display: block;
    position: relative;
    top: -221px;
}

p.article-byline
{
    float: right;
    font-variant: small-caps;
    font-size: 20px;
    padding-right: 36px;
}

div #panel-news
{
    background-image: url("images/news-header.png");
}

div #panel-about
{
    background-image: url("images/about-header.png");
}

div #panel-videos
{
    background-image: url("images/videos-header.png");
}

div #panel-gallery
{
    background-image: url("images/gallery-header.png");
}

a#home
{
    width: 139px;
    height: 46px;
    display: inline-block;
    left: 14px;
    top: 206px;
    position: relative;
    color: Black;
}

a#about
{
    width: 154px;
    height: 46px;
    display: inline-block;
    left: 5px;
    top: 206px;
    position: relative;
}

a#videos
{
    width: 175px;
    height: 46px;
    display: inline-block;
    top: 206px;
    position: relative;
}

a#try
{
    width: 150px;
    height: 46px;
    display: inline-block;
    top: 206px;
    position: relative;
}

div.slider
{
    margin-top: 0px;
    margin-bottom: 0px;
}

p.contact
{
    text-align: center;
    font-variant: small-caps;
    font-size: 19pt;
    display: inline-block;
    width: 100%;
    margin: 0;
}

iframe#fb 
{
    background-color: rgba(255, 255, 255, .4);
    margin-top: -38px;
    margin-right: 10px;
    float: right;   
    border-radius: 8px;
    -moz-border-radius: 8px;    
}

em.quote 
{
    font-style: italic;
    font-size: 11pt;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}