/********************************************* BEGIN Imports */

@import url(http://fonts.googleapis.com/css?family=Special+Elite);
/********************************************* BEGIN Defaults */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

html {
    font-size: 62.5%;
    /* html element 62.5% font-size for REM use */
    
    height: 100%;
}

body {
    height: 100%;
    background: url('../img/bg02B.jpg') repeat-y top center;
    padding: 0;
    margin-top: 130px;
    color: #222;
    font-family: 'Special Elite', cursive;
    font-size: 12pt;
    font-weight: normal;
    line-height: normal;
}

.container {
    max-width: 807px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

section {
    margin: 40px auto;
    overflow: hidden;
}

hr {
    border: 0;
}

#postcard {
    background: url('../img/postcard01A.png') no-repeat top center;
    width: 807px;
    height: 487px;
    max-height: 487px;
    position: relative;
    margin: 0 auto;
}

section .container {
    max-width: 807px;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.row {
    padding: 20px 0 0 0;
    margin-right: 0;
    margin-left: 0;
}
/********************************************* BEGIN Navigation */

#nav {
    width: 100%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0;
    z-index: 10000;
    text-align: center !important;
    background: url('../img/webtitle02.png') repeat-x top center;
}

#nav .webtitle {
    font-size: 20pt;
}

.navbar {
    position: relative;
    min-height: 30px;
    height: 50px;
    padding: 0;
    margin-bottom: 0px;
    border: 1px solid transparent;
    background-color: #fff;
}

.navbar-inverse {
    border-color: #ebebeb;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 10px;
    line-height: normal;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:visited {
    color: #222222;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ebebeb;
    background-color: #222222;
}
/********************************************* BEGIN Banner */

section#banner {}

.banner {
    position: relative;
    background: url('../img/banner01A.jpg') no-repeat top center;
    background-size: 100% 100%;
    top: 20px;
    margin: 10px auto;
    transition: all 0.3s;
    width: 733px;
    height: 447px;
    transform: rotate(0.5deg);
}

.banner:hover {
    background-image: url('../img/banner01B.jpg');
}
/********************************************* BEGIN MusicVideo */

section#musicvideo  {
    padding: 10px 0 0 0;
}

section#musicvideo h3 {
    margin-top: 0;
}

#rm-module-manager-0 {
    background: #fff;
}
/********************************************* BEGIN Agenda */

#agenda h5 {
    color: #0b0f71;
    line-height: 13pt;
    font-size: 10pt;
}
/********************************************* BEGIN Contact */

section#agenda input,
section#agenda textarea {
    width: 100%;
    margin-bottom: 10px;
    font-size: 10pt;
    border: 1px solid #dedede;
    color: rgba(0, 0, 0, 0.5);
}

section#agenda input {
    height: 30px;
}

section#agenda .btn {
    background: #c7b79c;
    font-weight: bold;
}

/********************************************* BEGIN Gallery */

section#gallery {
    padding: 10px 0 0 0;
}
/********************************************* BEGIN Footer */

section#footer {
    padding: 40px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
}

section#footer a,
section#footer a:active,
section#footer a:focus,
section#footer a:visited {
    text-decoration: none;
    color: #c7b79c;
    transition: all 1s;
}

section#footer a:hover {
    color: #000;
    font-weight: bold;
}
/********************************************* BEGIN Others*/

::selection {
    background: #c7b79c;
    color: #000;
    text-shadow: none;
}

::-webkit-selection {
    background: #c7b79c;
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: #c7b79c;
    color: #000;
    text-shadow: none;
}
/********************************************* BEGIN Media */

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
        min-height: 30px;
        height: 58px;
        padding: 7px 0;
    }
    .navbar-nav > li {
        display: table-cell;
        float: none;
    }
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}