h1 {
    margin-bottom: 0.5em;
}
body {
    padding-bottom: 40px;
}
.bg-fixed {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/bg-common-01.jpg");
}
.bg-index {
    background-image: url("../img/bg-index-01.jpg");
}
.bg-about {
    background-image: url("../img/bg-about-01.jpg");
}
.bg-contacts {
    background-image: url("../img/bg-contacts-01.jpg");
}

#head {
    position: fixed;
    top: 0;
    width:100%;
    background-color: rgba(86,93,103,0.7);
    height: 80px;
    overflow: hidden;
}
#logo,
#logo:hover {
    float: left;
    display: block;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    font-family:"PT Sans";
    font-weight:600;
    margin-left: 15px;
}
#menu {
    float: right;
}
#menu ul{
    list-style-type:none;
    padding:0;
    margin:0;
}
#menu li{
    display:inline-block;
    font-size: 16px;
}
#menu a{
    display: block;
    height:80px;
    line-height:80px;
    overflow: hidden;
    color: #FFF;
    text-transform: uppercase;
    padding:0 20px;
    white-space: nowrap;
    text-decoration: none;
    font-family:"PT Sans";
    font-weight:600;
}
#menu .active a,
#menu a:hover {
    background-color: rgba(86,93,103,0.7);
    text-decoration: none;
}

#pay {
    width: 70%;
}
.navbar-my{
    background-color: rgba(86,93,103,0.7);
}
.colorWhite{
    color: #FFFFFF;
}