body {
    background: url(../images/body_bg.jpg) top center repeat;
    background-attachment: fixed;
}

#header.header {
    background: #e3f5f9;
}

.navbar-default {
    background-color: inherit;
    border: 0 none;
}

.nav.nav-tabs {
    margin-bottom: 0;
    border-bottom: 0 none;
}

#navigation {}



#navigation ul.nav.menu.nav.nav-tabs>li.active>a,
#navigation ul.nav.menu.nav.nav-tabs>li.active>a:focus,
#navigation ul.nav.menu.nav.nav-tabs>li.active>a:hover {
    border: 0 none;
}

#navigation ul.nav.menu.nav.nav-tabs.pull-right {}

#navigation ul.nav.menu.nav.nav-tabs.pull-right li a {
    background-color: #2a2c61;
    color: #fff;
    padding: 25px 20px 25px;
    letter-spacing: 2px;
    line-height: 1.25em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
}

#navigation ul.nav.menu.nav.nav-tabs.pull-right li a:hover {
    background-color: #7a4459;
}

#navigation ul.nav.menu.nav.nav-tabs.pull-right li.active a {
    background-color: #7a4459;
}

#showcase {
    background: #7a4459;
}

#showcase .moduletable {}

#main {
    background-color: #fff;
    margin-top: 15px;
}

p#slogan {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px;

    color: #fff;
    text-align: center;
    font-size: 150%;
    letter-spacing: 4px;
    font-style: italic;
    clear: both;
}

.page-header {
    text-align: center;
    text-transform: uppercase;
}

p,
ul li {
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    border: 0;
    letter-spacing: 3px;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 300%;
    color: #666;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 200%;
}

h2 a {
    color: #666;
}

#content-bottom {
    margin: 10px 0;
    padding: 10px 5px;
    clear: both;
    text-align: center;
    background: #2a2c61;
}

#content-bottom p,
#content-bottom p a {
    color: #fff;
}

#footer {
    border-top: 5px solid #444;
    background: #5c5c5c;
    color: #fff;
    clear: both;
}

#footer h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 150%;
    text-align: left;
    color: #fff;
}

#footer a,
#copy a {
    color: #fff;
    text-decoration: none;
}

#footer ul.nav.menu li.active,
#footer a:hover,
#copy ul.nav.menu li.active,
#copy a:hover {
    text-decoration: underline;
}

#footer ul.nav.menu {}

#footer ul.nav.menu li {}

#footer ul.nav.menu li a {
    padding: 0;
}

#footer ul.nav.menu>li>a:focus,
#footer ul.nav.menu>li>a:hover,
#copy ul.nav.menu>li>a:focus,
#copy ul.nav.menu>li>a:hover {
    background: transparent;
}

#copy {
    padding: 10px;
    text-align: center;
    clear: both;
    background: #444444;
}

.footer1 {
    color: #fff;
    margin: 10px 0;
    padding: 0;
}

.gallery img {
    margin: 10px;
    border: 1px solid #ccc;
    padding: 3px;
}



/* ============================================================================================================================
== RECTANGLE-BORDER STYLE WITH CURVE
** ============================================================================================================================ */

.rectangle-speech-border {
    position: relative;
    padding: 30px 15px;
    margin: 1em 0 3em;
    border: 10px solid #2a2c61;
    text-align: center;
    color: #333;
    background: #fff;
    /* css3 */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



/* creates larger curve */

.rectangle-speech-border:before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 60px;
    width: 50px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #2a2c61;
    background: transparent;
    /* css3 */
    -webkit-border-bottom-right-radius: 80px 50px;
    -moz-border-radius-bottomright: 80px 50px;
    border-bottom-right-radius: 80px 50px;
    /* reduce the damage in FF3.0 */
    display: block;
}



/* creates smaller curve */

.rectangle-speech-border:after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 56px;
    width: 20px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #2a2c61;
    background: transparent;
    /* css3 */
    -webkit-border-bottom-right-radius: 40px 50px;
    -moz-border-radius-bottomright: 40px 50px;
    border-bottom-right-radius: 40px 50px;
    /* reduce the damage in FF3.0 */
    display: block;
}



/* creates a small circle to produce a rounded point where the two curves meet */

.rectangle-speech-border> :first-child:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50px;
    width: 10px;
    height: 10px;
    background: #2a2c61;
    /* css3 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



/* creates a white rectangle to cover part of the oval border*/

.rectangle-speech-border> :first-child:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 76px;
    width: 24px;
    height: 15px;
    background: #fff;
}

div.contact_page h2 {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: left;
}

.pageTitle .moduletable,
.footerMenu .moduletable {
    margin-bottom: 0;
    padding: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 350px;
}

div.opening_times {
    margin: 10px;
    padding: 25px 10px;
    font-size: 75%;
}

div.opening_times.row {
    font-size: 60%;
    padding: 10px;
}

.dark_blue {
    background: #9cc2e5;
}

.light_blue {
    background: #e6f5f8;
}
h3.pricesBg {
    background: #2a2c61;
    padding: 10px;
    font-size: 120%;
    color: #fff;
}

h1.first_h, h2.first_h, h3.first_h, h4.first_h, h5.first_h, h6.first_h {
    margin-top: 10px;
}