/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2016, 5:45:49 PM
    Author     : hcs
*/    
body {
    background-color: #3e454d;
}

h1, h2, h3 {
    color:#990000;
}

.mein {
    border-bottom: 3px solid #bc0032;
}
.navbar {
    margin-bottom: 0px;
    background-color: white;
}
.navbar .nav > li > a {
    padding: 15px 12px;
}

.content {
    background-color: #f8f8f8;
    padding: 20px 0;
    border-bottom: 3px solid #bc0032;
}

.footerarea {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
    color: #d2d1d1;
}
.footerarea h4,
.footerarea a {
    color: white;
}
.footerarea .row > div {
    border-right: 1px solid #4f565e;
    min-height: 150px;
}
.footerarea ul {
    margin-bottom: 0;
    line-height: 1.5em;
}



  
 
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(188, 0, 50, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.center-image img {
    margin: auto;
}

@media (max-width: 767px) {
    .ccm-custom-style-main-49.navbar-header {
        width: 80%;
    }
    .navbar-header img { 
        display: inline-block;
    }
    .navbar-header a {
        line-height: 50px;
    }
}
