/*end iphone css*/

/*body*/

body {
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: optimizeLegibility;
}

a img {
    border-style: none;
}

.enquirybutton {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 18px;
    /* font-size: calc(30px + (20 - 30) * ((100vw - 300px) / (1600 - 300))); */

}

.enquirybutton:hover {
    background-color: black;
    color: white;

}

.gallerybutton {

    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 18pt;
    /* font-size: calc(30px + (20 - 30) * ((100vw - 300px) / (1600 - 300))); */

}

.gallerybutton:hover {

    background-color: black;
    color: white;

}

.aboutbutton {
    
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 18pt;
    /* font-size: calc(30px + (20 - 30) * ((100vw - 300px) / (1600 - 300))); */

}

.aboutbutton:hover {

    background-color: black;
    color: white;

}

.nav > li > a {
    font-size: 24px;
}

.nav > li > a:hover {
    background-color:#960000;
}

.navbar {

    background-image: none;
    background-color: black;
    font-family: Copperplate, 'serif';

}

.navbar a {

    color: white;
    font-size: 24px;

}

.icon-bar {

    background-color: white;

}

.parallax {    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    padding-top: 34%;
}

 .parallaxholder {
    width: 100%;
 }

.parallaxindex {

    background-image: url("../eventimages/Luxfords_Parallax_Index_02.png");

}

.parallaxabout {

    background-image: url("../eventimages/Luxfords_Parallax_About_02.png");

}

.parallaxmenu {

    background-image: url("../eventimages/Luxfords_Parallax_Menu_02.png");

}

.parallaxcontact {

    background-image: url("../eventimages/Luxfords_Parallax_Contact_02.png");

}

@media only screen
and (max-device-width: 600px) {

    .parallax {
        padding-top: 75%;
    }

    .parallaxindex {
        background-image: url("../eventimages/Luxfords_Parallax_Index_Mobile_02.png");
    }

    .parallaxabout {
        background-image: url("../eventimages/Luxfords_Parallax_About_Mobile_02.png");
    }

    .parallaxmenu {
        background-image: url("../eventimages/Luxfords_Parallax_Menu_Mobile_02.png");
    }

    .parallaxcontact {
        background-image: url("../eventimages/Luxfords_Parallax_Contact_Mobile_02.png");

    }


}


#galimage {
    width: 260px;
}

#header {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

body.elixirbody {
    margin: 0px;
    background: black;
}

div.highlight {
    background: #000000;
}

div.highlight:first-of-type {
    /*width:840px;*/
    margin: 0 auto;
    align-items: center;
}

div.maincontent {
    margin: 0 auto;
    text-align: center;
}

img {
    position: relative;
    max-width: 100%;
    height: auto;
}


#pagecontainer {
    clear: both;
    background-color: #ffffff;
    padding-bottom: 80px;
    align-items: center;
    overflow: auto;
}

.navbar-nav.navbar-center {
    /*position: absolute;*/
    left: 50%;
    /*transform: translatex(-50%);*/
}

/*#menu {*/
/*    font-size: 12pt;*/
/*    letter-spacing: 2px;*/
/*    display: table; !* Allow the centering to work *!*/
/*    margin: 0 auto;*/
/*    position: fixed;*/
/*    z-index: 20;*/
/*    overflow: hidden;*/
/*    top: 0;*/
/*    background: #000000;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*#menu a.active {*/
/*    font-weight: bold;*/
/*}*/


/*#menu a {*/
/*    text-decoration: none;*/
/*    color: #ffffff;*/
/*    padding-top: 10px;*/
/*    text-transform: uppercase;*/

/*}*/

/*#menu ul {*/
/*    margin: 0px;*/
/*    height: 50px;*/
/*    display: inline-block;*/
/*}*/

/*#menu li {*/
/*    list-style: none;*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;*/
/*    padding-top: 22px;*/
/*    font-family: Arial;*/
/*    font-weight: lighter;*/
/*    display: inline;*/

/*}*/

/*main content*/

div.leftcontent {
    float: left;
    width: 660px;

}

div.rightsignup {
    float: right;
    width: 300px

}

div.clear {
    clear: both;
}

#pagecontainer h2 {
    font-family: Copperplate;
    font-size: 30pt;
    /* font-size: calc(90px + (70 - 90) * ((100vw - 300px) / (1600 - 300))); */
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center
}

#pagecontainer h3 {
    font-family: Arial;
    font-size: 30pt;
    /* font-size: calc(70px + (50 - 70) * ((100vw - 300px) / (1600 - 300))); */
    font-weight: normal;
    margin: 5px;
    margin-left: 0px;
    text-align: center;
    color: #960000
}

#pagecontainer h4 {
    font-family: Copperplate;
    font-size: 30pt;
    /* font-size: calc(70px + (50 - 70) * ((100vw - 300px) / (1600 - 300))); */
    font-weight: normal;
    margin: 5px;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 30px;
}

#error {
    font-family: Arial;
    font-size: 10pt
}

#maintext p {
    width: 75%
}


#pagecontainer p, div.termsandcond {
    font-family: 'Montserrat', sans-serif;
    font-size: 14pt;
    /* font-size: calc(50px + (30 - 50) * ((100vw - 300px) / (1600 - 300))); */
    color: #000000;
    text-align: center;
    font-weight: lighter;
    padding-bottom: calc(10px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
    padding-top: calc(10px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
    padding-left: calc(5% + (20 - 5) * ((100vw - 300px) / (1600 - 300)));
    padding-right: calc(5% + (20 - 5) * ((100vw - 300px) / (1600 - 300)))
}


div.homebox {
    border-top: 1px solid #ffffff;
    padding-bottom: 10px;
    padding-top: 6px;

}


div.homesubbox {
    float: left;
    width: 250px;

    font-family: helvetica;
    font-weight: lighter;
    color: #333333;
    margin-top: 20px;
    margin-right: 25px;
}

div.homesubbox:last-child {
    margin-right: 0px;
}


div.homeposter {
    padding-right: 30px;

}

span.subtitle {
    font-weight: bold;
    display: inline-block;

}

div.leftcontent p {

    margin-left: 30px;
}


input.signup {
    height: 35px;
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;

}

div.poster img {
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

div.poster div {
    float: left;
    width: 260px;
    padding-left: 10px;
}

img.homeimage {
    padding-top: 30px;
    padding-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#socialmedia {
    float: right;
    /* margin-left: 30px; */
    /* margin-top: 5px; */
    margin: auto;
    padding: 5px;
}

#copyright {
    color: #ffffff;
    float: left;
    font-family: helvetica;
    font-size: 9pt;
    /* padding-right: 40px; */
    /* margin-top: 15px; */
    /* margin: 5px auto; */
    padding: 5px;
}

div.photo {
    float: left;
    font-size: 12px;
    text-align: center;
    font-family: helvetica;
    cursor: pointer;
    border: 1px solid;
    padding: 1px;
    height: 200px;
    width: 270px;

}

img.imageview {
    width: 270px;
    height: 180px;
    border: 1px solid black;
    padding: 1px;
}

div.photo img {
    width: 270px;
    height: 180px;
}


#homegallery {
    min-height: 170px;
}

#loading {
    display: block;
    margin-left: auto;
    margin-right: auto

}

#togallery {
    text-decoration: none;
}

#terms {
    float: left;
    /* margin-top: 15px; */
    /* padding: 5px; */
    margin: 4px auto;
}

#terms a {
    color: #ffffff;
    font-family: arial;
    font-size: 9pt;
    padding: 5px;
}

div.submenu {
    float: left;
    font-weight: bold;
    text-align: center;
    width: 90%;
}

div.menuitem {
    width: 100%;
    float: left;
    padding: 5px;

}

div.menuiconexpanded {
    background: url("../images/minus.jpg");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    display: inline-block;
    height: 20px;
    width: 20px;

}

div.menuicon {
    background: url("../images/plus.jpg");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

div.menuname {
    text-align: left;
    font-weight: bold;
    display: inline-block;

}

div.menudescription {
    text-align: center;
    display: none;
    padding: 10px;

}

div.submenu {
    float: left;
    font-weight: bold;
    text-align: center;
    width: 90%;
}

div.foodmenu {
    clear: both;
    padding-top: 10px;
}

/*
div.imagetitle {
	padding-bottom: 15px;
    padding-top: 20px;
    font-weight:bold;
}
*/

#drinkmenu li img, #functionmenu li img {
    width: 130px;

}

#drinkmenu li, #functionmenu li {
    list-style: none;
    float: left;
    padding: 10px;

    text-align: center;
    font-size: 17px;
    background: #ffffff;
    height: 30px;
    cursor: pointer;
}

#drinkmenu li.selected, #functionmenu li.selected {
    opacity: 1;
    border-bottom: 4px solid #960000;
}

#drinkmenu li {
    width: 130px;
}

#functionmenu li {
    width: 177px;
}

#footer {
    padding-top: 10px;
    height: 50px;

}

div.functionbox {
    border-top: 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;

}

div.functionbox img {
    float: left;

}

div.functiontext {
    float: left;
    padding-left: 30px;
    width: 600px;

}

/*events */

div.eventdiv {
    float: left;
    padding-left: 10px;
    width: 260px;
    color: #ffffff;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: lighter;
    text-align: justify;

}

div.eventtitle{
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
}

.contentflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
 }

form.contact_form {
    margin-top: 20px;
}

form.contact_form label {
    display: inline-block;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: lighter;
    width: 100px;
}

form.contact_form input {
    margin: 5px;
    width: 250px;
}

form.contact_form textarea {
    height: 100px;
    margin: 5px;
    width: 250px;
}

form.contact_form input[type="image"] {
    float: right;
    width: 70px;
}


/*iphone css*/

div.soldout a {
    display: none;
}

div.soldout img {
    opacity: 0.5;
}

div.soldtitle {
    font-weight: bold;
    text-align: center;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen

and (min-device-width: 320px)
and (max-device-width: 480px) {

    /*
    body {
    zoom: 180%;
    }
    */
    #maincontent {
        margin: 0px;

    }


    /*#menu ul {*/
    /*    margin: 0px;*/
    /*    height: 300px;*/
    /*}*/


#header {
    margin-top: 300px;
}

    /*#menu li:nth-child(even) {*/
    /*    float: right;*/
    /**/
    /*}*/

    /*#menu li {*/
    /*    !*font-size:30pt;*/
    /*    padding-right: 10px;*/
    /*    padding-top: 30px;*/
    /*    padding-bottom: 30px;*/
    /*    *!*/
    /*    width: 42%;*/
    /*    float: left;*/
    /*    font-size: 30pt;*/
    /*    border: 1px solid;*/
    /*    padding-right: 30px;*/
    /*    padding-left: 30px;*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px;*/
    /*    background: black;*/
    /**/
    /*}*/


}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

@media (max-width: 1000px
) {
 .navbar-header {
     float: none;
 }
 .navbar-left,.navbar-right {
     float: none !important;
 }
 .navbar-toggle {
     display: block;
 }
 .navbar-collapse {
     border-top: 1px solid transparent;
     box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
 }
 .navbar-fixed-top {
     top: 0;
     border-width: 0 0 1px;
 }
 .navbar-collapse.collapse {
     display: none!important;
 }
 .navbar-nav {
     float: none!important;
     margin-top: 7.5px;
 }
 .navbar-nav>li {
     float: none;
 }
 .navbar-nav>li>a {
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .collapse.in{
     display:block !important;
 }
}
    
