body{
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
    padding: 0;
}

.width-carousel{
    background-size: 100% ; 
    max-height:650px;
}

.headertext {
    width: 100%;
    padding-bottom: 50%;
    text-align: center;
} 

.navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(0,0,0,0.4);
 }

.logo-sprite {
    position:relative;
    background-image: url(../images/sprite.png) ;
}

.large-logo {
    width: 310px; /* Icon width */
    height: 100px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -0px; /* Icon background position in sprite */
}

.medium-logo {
    width: 310px; /* Icon width */
    height: 100px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -100px; /* Icon background position in sprite */
}

.small-logo {
    width: 310px; /* Icon width */
    height: 100px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -200px; /* Icon background position in sprite */
}

@media (max-width: 5048px) {
    .prLogo {
        width: 310px; /* Icon width */
        height: 100px; /* Icon height */
        display: inline-block; /* Display icon as inline block */
        background-position: 0 -0px; /* Icon background position in sprite */
    }
}

@media (max-width: 1248px) {
    .prLogo {
        width: 310px; /* Icon width */
        height: 100px; /* Icon height */
        display: inline-block; /* Display icon as inline block */
        background-position: 0 -100px; /* Icon background position in sprite */
    }
}

@media (max-width: 800px) {
    .prLogo {
        width: 310px; /* Icon width */
        height: 100px; /* Icon height */
        display: inline-block; /* Display icon as inline block */
        background-position: 0 -200px; /* Icon background position in sprite */
    }
}

a.carousel-header-text:not([href]):not([tabindex]){
    color:white;
}

a.carousel-header-text{
    text-shadow: 1px -2px 10px #000000,1px -2px 10px #000000,1px -2px 10px #070707;
    font-family:Arial, Helvetica, sans-serif ;
    font-size: 2vw;
    color:white;
    white-space: nowrap;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.carousel-buttons{
    position: absolute;
    top: 60%;
    left: 45%;
}

.carousel-header:hover{
    text-decoration: underline;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 10px;
    width: 100%;
}

div.pagecontent{
    margin-top: 5px; 
    margin-bottom: 0px; 
    margin-left: 10px; 
    margin-right: 10px;
    padding: 5;
}

div.pagefooter{
    margin-top: 5px; 
    margin-bottom: 0px; 
    margin-left: 15px; 
    margin-right: 15px;
    padding: 5;
}

div.pagefooter h3{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 font-stretch:100%;
 line-height: 16px;
 text-decoration-color: rgb(125,125,125) ;
}

div.pagefooter a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-stretch:100%;
    line-height: 16px;
    text-decoration-color: rgb(125,125,125) ;
}

div.pagefooter address{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-stretch:100%;
    line-height: 16px;
    text-decoration-color: rgb(125,125,125) ;
}

div.pagefooter ul { 
    padding: 0;
    list-style-type: none;
}

div.pagefooter tr{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-stretch:100%;
    line-height: 16px;
    text-decoration-color: rgb(125,125,125) ;
}

.container-fluid.custom-container {
    margin: 10px;
    max-width: 1500px;
    align-content: center;
}

.pannel1{
    background-color: rgba(0,0,0,0);
    border-bottom-color: rgb(207,207,207);
    
}

.pannel2{
    padding-top: 28px;
    background-color: rgba(0,0,0,0);
    border-bottom-color: rgb(207,207,207);    
}

.pannelfooter{
    background-color: rgb(255, 255, 255);
}

.heading{
    display: inline-block;
    background-color: rgb(130,40,132);
    background-size:auto;
    padding-top:10px;
    padding-left:15px;
    padding-bottom:5px;
    padding-right:15px;
}

.heading h2{
    display: inline-block;
    color: rgb(255,255,255) ;
    background-color: rgb(130,40,132);
    background-size:auto;
    font-family: 'Dosis', sans-serif;
    font-size:2em;
    font-stretch:130%;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    vertical-align: middle;
}

p.bodytext{
    color: rgb(0,0,0) ;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.1em;
    font-stretch:100%;
    line-height: 1.4em;
    font-weight: 400;
    margin-block-start: 14px;
    margin-block-end: 14px;
}

a.infolink{
    display: inline-block;
    color: rgb(255,255,255) ;
    background-color: rgb(130,40,132);
    background-size:auto;
    font-family: 'Dosis', sans-serif;
    font-size:1em;
    font-stretch:100%;
    font-weight: 700;
    line-height:1.25em;
    vertical-align: middle;
    padding-top:15px;
    padding-left:20px;
    padding-bottom:15px;
    padding-right:20px;
}

@media (max-width: 992px) {
    .heading{
        padding-top:7px;
        padding-left:7px;
        padding-bottom:2px;
        padding-right:7px;
    }

    .heading h2{
        font-size:1.5em;
        font-stretch:130%;
        line-height: 1em;
    }

    p.bodytext{
        font-size:1em;
        font-stretch:100%;
        line-height: 1.4em;
    }

    a.infolink{
        font-size:1em;
        font-stretch:100%;
        line-height: 1.25em;
    }
}

p.bodytext.lead{
    font-weight: 700;
}

.customericon{
    max-width:250px;
    max-height: 100px;
}

p.bodytext.customertext{
    max-width:300px;
    font-size: 1em;    
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .customericon{
        max-height: 90px;
        max-width:80px;
    }

    p.bodytext.customertext{
        max-width:180px;
        font-size:0.8em;
        font-stretch:100%;
        line-height: 1.1em;
        margin-block-start: 3px;
        margin-block-end: 3px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
}