/* 
    Document   : style
    Created on : 2012-04-05, 19:48:23
    Author     : Peter
    Description:
        Purpose of the stylesheet follows.
*/

@import url('reset.css');
@import url('gallery.css');
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700);
@font-face {
    font-family: 'Conv_CENTURY';
    src: url('CENTURY.eot');
    src: local('Century'), url('CENTURY.woff') format('woff'), url('CENTURY.ttf') format('truetype'), url('CENTURY.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

root { 
    display: block;
}

body {
    text-align: center;
    background: #000;
    margin:0;
    
}

#page {
    margin: 0 auto;
    width: 1000px;
    height: 1400px;
    text-align: left;
    background: url('../images/bg.jpg') no-repeat ;
}

#top {
    height: 759px;
}

#left {
    width: 280px;
    float: left;
}

#left-logo {
    margin-top: 13px;
    margin-left: 35px;
    float: left;
}

#left-menu {
    
}

.bmenu{
    padding: 0px;
    margin: 40px 0 10px 40px;
    float: left;
    position: relative;
    z-index:0;
}
.bmenu li{
    font-size: 35px;
    line-height: 46px;
    display: block;
}

.bmenu li a{
    position: relative;
    color: transparent;     
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: 'Conv_CENTURY', 'Times New Roman',Georgia;
    behavior: url(./css/PIE.htc);
    z-index:1;
}

.bmenu:hover li a{
    position: relative;
    text-shadow: 0px 0px 5px #bfbfbf;
    behavior: url(./css/PIE.htc);
    z-index:1;
}
.bmenu li a:hover{
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
    padding-left: 10px;
}

#right {
    width: 673px;
    float: left;
    margin-left: 20px;
}

#right-top {
    height: 156px;
}

#name {
    float: left;
    margin-top: 85px;
    margin-left: 14px;
}

#right-logo {
    float: right;
    margin-right: 18px;
}

#right-gallery {
    position: relative;
    width: 653px;
    height: 365px;
    behavior: url(./css/PIE.htc);
    background: url('../images/info_bg.png') no-repeat;
    z-index:1;
    clear:both;
}

.gallery-black-bg {
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.gallery-black-bg h2 {
    font-size: 28px;
}

.gallery-black-bg p {
    font-size: 21px;
}

#right-menu {
    
}

.vertical-menu {
    width: 690px;
    margin-top: 30px;
}

.vertical-menu, .vertical-menu li {
    display: inline-block;
    margin-left: 10px;
}

.vertical-menu li {
    float: left;
    position: relative;
}

.vertical-menu, .vertical-menu li:first-child {
    margin-left:0;
}

.vertical-menu li img {
    position: relative;
    border: 2px solid #bcbcbc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 5px 5px 5px #000;
    -webkit-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    /* Uncomment if you want shadows instead of transparent
    behavior: url(./css/PIE.htc);
    z-index:1;
    */
}

.vertical-menu p {
    position: absolute;
    font-size: 14px;
    width: 130px;
    line-height: 20px;
    background: #000;
    top: 24px;
    left: 1px;
    z-index:10;
    color: #d2b02a;
    text-align: center;
    font-weight: bold;
}

.vertical-menu p span {
    color: #fff;
}

#bottom {
    position: relative;
    height: 641px;
}

#map-container {
    height: 515px;
    width: 1000px;
}

#map {
    float: left;
    margin-top: 66px;
    margin-left: 117px;
}

#bottom-info {
  float: left;
  width: 100%;
  margin-top: 35px;
}

#bottom-info p {
    font-size: 20px;
    display: block;
    line-height: 28px;
}

#bottom-info p.text1 {
  margin-left: 85px;
  color: #fff;
}

#bottom-info p.text2 {
  margin-left: 165px;
  color: #a8a8a7;
}

#bottom-info p.text3 {
  margin-left: 235px;
  color: #fff;
}

a#map-link {
  width: 435px;
  height: 304px;
  background: url(../images/map.png) no-repeat; 
  display: block;
}

#addres-container {
    float: left;
    margin-top: 135px;
    margin-left: 68px;
    width:330px;
    font-weight: bold;
    font-size: 23px;
    line-height: 23px;
    color: #fff; 
}

.line {
  /*font-family: 'Cabin', sans-serif;*/
  margin-bottom: 5px;
  padding:0;
}

#addres-hours p {
  display: inline-block;
}

#addres-hours #hours{
  color:#2d2d2d; 
  vertical-align: top;
}

#cafe.line {
  color: #1d1a1a;
} 

#mobile.line {
  margin-top: 20px;
}

.line1of5 {
  margin-bottom: 17px;
}

.line2of5 {
  margin-bottom: 14px;
}

.line3of5 {
  margin-bottom: 14px;  
}

.line4of5 {
    margin-bottom: 6px;
}

.line5of5 {
  
}

#social-bar {
    padding-left: 500px;
}

#social-bar>div {
     display: inline-block;
     height: 42px;
}

#social-bar a {
     padding-left: 52px;
     font-size: 24px;
     line-height: 42px;
}

#instagram {
     background: url(../images/insta-icon.png) no-repeat;
}

#instagram a {
     color: #585856;
}

#facebook {
     background: url(../images/fb-icon.png) no-repeat; 
     margin-left: 33px;
}

#facebook a {
     color: #fff;
}

#facebook a span {
    color: #868685;
}

#footer {
    position: absolute;
    bottom: 12px;
    right: 9px;
}





.info-box {
    font-size: 25px;
}

/******* LOADING *******/
#loading{
    position: absolute;
    text-align: center;
    visibility: hidden;
    top: 80px;
    left: 150px;
}
/******* /LOADING *******/

/****** CONTACT ******/

#contact-left {
    float: left;
    margin-left: 45px;
    margin-top: 27px;
    width: 140px;
}

#enquiry {
    font-size: 28px;
    color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 44px;
    color: #fff;
}

#contact-left h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}

#contact-left #map {
    margin:0;
}

#contact-left #map a {
    color:#333333;
}


#contact-right {
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}

#contact-container {
    width: 295px;
    font-size: 16px;
}


#contact-form {
    float: right;
    padding: 0px 20px 15px 25px;
}

#contact-form th{
    font-size: 18px;
    color: #fff;
    text-align: right;
    font-weight: normal;
}

#contact-form input {
    float: left;
    border: 0;
    line-height: 16px;
    font-size: 14px;
    width: 200px;
    height: 18px;
    padding: 0 5px;
    border:1px solid #525252;
    border-radius: 5px;
    -moz-border-radius :5px;
    -webkit-border-radius: 5px;
   /* background: url('../images/contact_input.png') no-repeat; */
}

#contact-form textarea {
    width: 200px;
    height: 105px;
    border: 0;
    padding: 5px;
    margin-bottom:5px;
    border:1px solid #525252;
    border-radius: 5px;
    -moz-border-radius :5px;
    -webkit-border-radius: 5px;
    /*background: url('../images/contact_textarea.png') no-repeat;*/
}

#contact-form #fields-req {
    float: left;
    font-size: 11px;
    color: #fff;
}


#contact-form #submit {
    width: 87px;
    height: 25px;
    float: right;
    border: 0;
    background: none;

}

#contact-container table th  {
     padding:6px 0;
}




p#contact-web {
    text-align: center;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    font-size: 14px;
    color: #fff;
}

p#contact-web span {
    color: #979795;
}
/****** CONTACT ******/

.mypopup{
    position:absolute;
    left:150px;
    top:150px;
    z-index:100;
    background-color: #2482cc;
    border: 1px dashed #ffffff;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 30px;
    display: none;
}

.mypopup input {
    margin-top: 20px;
}