﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Slab',serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    background: #595959;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

img {
    border: none;
}

.fullbg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #595959;
    z-index: -1;
}

.slideshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.bg-container {
    margin: 0 auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    background-color: #595959;
    z-index: 0;
    overflow: hidden;
}

.bg-text-container {
    position: absolute;
    padding-top: 150px;
    width: 100%;
}

.bg-text {
    width: 1000px;
    margin: 0 auto;
}

    .bg-text p {
        font-size: 18px;
        width: 500px;
        line-height: 1.5;
    }

    .bg-text h1 {
        font-weight: 400;
	font-size: 23px;
    }

#topmenu_background {
    width: 100%;
    height: 50px;
    padding: 0 0 15px 0;
    position: relative;
    background-color: rgba(255,255,255,0.85);
}

.topmenu_container {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
    padding: 0;
}

#topmenu_background.fixed-top {
    position: fixed;
    top: 0;
}

.logo_container {
    float: left;
    width: auto;
    height: 50px;
    display: inline-block;
}

.logo {
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    margin: 0;
    display: block;
    vertical-align: middle;
}

.footer {
    margin-bottom: 0;
    background: #595959;
    text-align: left;
    padding-bottom: 0;
}

.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-color: #595959;
}

.color-line {
    height: 0;
    position: relative;
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
}

.blue-border {
    border-top: 5px solid #0066cc;
}

.colorblue {
    color: #0066cc;
}

.green-border {
    border-top: 5px solid #009900;
}

.red-border {
    border-top: 5px solid #cc0000;
}

.orange-border {
    border-top: 5px solid #ff6600;
}




@media only screen and (max-width : 1173px) {
    .bg-text {
        font-size: 17px;
	width:90%;
        line-height: 1.5;
    }
    .bg-text-container {padding-top: 65px;}
    .bg-text h1 {font-size: 19px;}
}

@media only screen and (max-width : 1024px) {
    .topmenu_container {
        width: 95%;
    }
    .fullbg {
        width: 150%;
    }
    .bg-text p {
        font-size: 16px;
    }
    .bg-text-container {padding-top: 65px;}
    .bg-text h1 {font-size: 18px;}
}

@media only screen and (max-width : 768px) {
    .fullbg {
        width: 200%;
    }

    .bg-text p {
        font-size: 14px;
	width:100%;
        line-height: 1.5;
    }

    .logo_container {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .logo {
        margin: 0 auto;
        height: 32px;
        vertical-align: top;
        padding-top: 13px;
    }

    .bg-text {
        text-align: left;
    }
    .bg-text-container {padding-top: 65px;}
    .bg-text h1 {font-size: 16px;}
}

@media only screen and (max-width : 480px) {

    .fullbg {width: 250%;}
    .bg-text p {
        font-size: 12px;
	width:100%;
        line-height: 1.5;
    }
    .bg-text-container {padding-top: 65px;}
    .bg-text h1 {font-size: 15px;}
}