@import url('https://fonts.googleapis.com/css?family=PT+Sans|PT+Serif');


/*
    font-family: 'PT Sans', sans-serif;
    font-family: 'PT Serif', serif;
*/



/* -- Website -- */
html  {
    background-color: #fff;
}
body {
    background-size: 100%;
}
.website  {
    min-width: 0;
}
.website .page_banner {
    min-height: 450px !important;
    transition: all 0.5s;
}
.website .page_banner {
    height: 0;
    margin: 0 auto;
    padding: 0 0 50%;
}

/* -- Header -- */
.header {
    background-image: none;
    background-color: #fff;
    height: 110px;
    box-shadow: none;
    border: none;
    min-width: 0;
}

.header .header_logo  {
    width: 230px;
    opacity: 1;
    transition: all 1s;
    margin:0px 10px 0 0px;
    background-size: 190px;
    height: 86px;
}

.header .header_info  {
    display: inline;
    font-family: 'PT Sans', sans-serif;
    color: #666666;
    text-shadow: none;
}

.website .page_banner_slideshow .banner_buttons .button {
   background-color: #666666;
}
.website .page_banner_rotator .banner_slide .image {
    border: 0 none transparent;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1;
    height: 100%;
}
.top_wrapper, .nav_wrapper {
    max-width: 98%;
}


/* -- Nav -- */

.nav .list_pages .item_page .link {
    transition: all 0.3s;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
}
.nav .list_pages .list_subs {
    background-image: none;
    background-color: #f7f7f7;
    border: none;
    width: auto;
    border-radius: 0;
   
}
.nav .list_pages .list_subs .item .link {
    padding: 20px;
    position: relative;
    width: 200px;
    transition: all 0.3s;
     font-size:80%;
}
.nav .list_pages .item_page .link_page:hover, 
.nav .list_pages .item_page:hover .link_page, 
.nav .list_pages .item_page.active2 .link_page,
.nav .list_pages .list_subs .item_sub.active .link_sub, 
.nav .list_pages .list_subs .item_sub .link_sub:hover {
    text-decoration: none;
    color: #666666;
}


/* -- Content -- */
.content a {
    color: #666666;
    transition: all 0.3s;
}
.content a:hover {
    color: #000;
    opacity: 0.6;
}
.content h1 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.content h2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 20px;
    color: #666666;
}
.content h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: 30px;
    margin-left: 35%;
}
.content .clear_header {
    position: absolute;
    margin: 0 auto;
    margin-top: -450px;
    width: 100%;
    transition: all 0.5s;
}
.content .clear_body {
    padding: 20px 10px 60px 10px;
}
.content .body_block p {
    text-align: left;
    line-height: 28px !important;
    margin-bottom: 20px;
    clear: both;
}
.content hr, 
.content .line_divider {
    border-color: #000;
    border-style: solid;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
.content .body_sublinks {
    display: block;
}
.content .contest_block {
    display: block;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 80%;
    padding: 10px;
    border-width: 1px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}
.page_banner.page_banner_fullsize.page_banner_rotator {
    padding-bottom: 44.6992%!important;
}





/* -- Page -- */
.page {
    border: none;
}
.page .page_wrapper {
    max-width: 1024px;
    min-height: 0; 
}
.page .page_content {
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    letter-spacing: 1.2px;
}



/* --  Footer -- */
.footer {
    background-color: #fff;
    min-width: 0;
    padding-top: 30px;
}
.footer .footer_info .footer_column_logo .logo_image {
    width: 230px;
    opacity: 1;
    transition: all 1s;
    margin:0px 10px 0 0px;
    background-size: 190px;
    height: 86px;
}
.footer_wrapper {
    border-top: #000 solid 1px;
    padding-top: 40px;
}
.footer .footer_info a, 
.footer .footer_info a:hover {
    color: #000000;
}
.footer .footer_links,
.footer .footer_links a {
    color: #000;
    transition: all 0.3s;
}
.footer .footer_links a:hover {
    color: #666666;
}
.footer .footer_logo  {
    display: block;
    color:#000;
}
.footer .footer_logo .text {
    color: #000;
}
.footer .footer_info, .footer .footer_info .formatter {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: bottom;
    overflow: hidden;
    padding-top: 44px;
    height: 172px;
    color: #000000;
    
}
