/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/CustomScrollbar/v3.0.2/jquery.mCustomScrollbar.min.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Pickadate/3.5.2/themes/classic.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.svg#robotoregular) format('svg');
   font-weight:400;
   font-style:normal;
}

/* @general styles
-----------------*/
body {
    background-image: URL('http://cdn.myld.com.au/2/2/web_c41bcc1478.gif');
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #444444;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0
}

strong,
label,
dt {

}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    font-family: inherit
}

h1 { font-size: 30px }
h2 { font-size: 25px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 16px }

h5.title,
h6.title {
    font-family: Papyrus, "Arial";
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3px;
    border-bottom: 1px solid #e7e7e7;
    color: #229cd5;
    padding-bottom: 5px;    
}

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}
address {
    margin-top: 10px;
    text-align: right;
    font-size: 15px;
    line-height: 20px;
}

address span {
    color: #229dd5;
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*.btn {
    border: 1px solid #;
    background-color: ;
}*/

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 100px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center {
    margin: 0 auto
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.overlay .content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}

.wrap {
    position: relative;
    margin: 15px 0 50px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d7d7d7;
    height: auto;
    background: #ffffff;
}





/* -- HEADER -- */

#header {
    /*position: relative;*/
    border-bottom: 1px solid #d7d7d7;
}

#header .brand {
    margin: 80px 0 20px 50%
}

body#image-gallery #header .brand,
body#contact #header .brand {
    margin-left: 20px
}

#cta-mob {
    font-size: 16px;
    text-align; center
}

#cta-mob a {
    background-color: #229dd5;
    display: block;
    padding: 20px 10px;
    font-weight: 700;
    color: white
}

#navigation {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right
}

#navigation .nav > li > a {
    font-family: Helvetica, Arial, sans-serif;
    color: #229dd5;
    font-size: 15px;
    /*height: 15px;*/
    padding: 5px;
    border-right: 5px solid rgba(34, 156,231, 0.4);
    margin: 2px 0;    
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background: none;
    color: #3281a5;
    border-right: 5px solid rgba(50, 129, 165, 0.8);
}



/* -- SLIDER -- */

#slider .carousel .item {
    width: 100%;
    max-height: 270px;
}

#slider .carousel .item img {
    width: 100%;
}

#slider .carousel-inner .item,
#carousel-testi .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

#slider .carousel-inner .active,
#carousel-testi .carousel-inner .active {
  opacity: 1;
}


#slider .carousel-inner .active.left,
#slider .carousel-inner .active.right,
#carousel-testi .carousel-inner .active.left,
#carousel-testi .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

#slider .carousel-inner .next.left,
#slider .carousel-inner .prev.right,
#carousel-testi .carousel-inner .next.left,
#carousel-testi .carousel-inner .prev.right {
  opacity: 1;
}
/*
# .carousel-control {
  z-index: 2;
}*/   

#carousel-testi .slides {
    padding-top: 20px;
    height: 170px;
}

#carousel-testi .carousel-inner {    
}

#carousel-testi .carousel-control {
    position: absolute;
    background: none !important;
    width: 7px;
    height: 11px;
    top: 10px !important;
    bottom: auto;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999
}

#carousel-testi .left.carousel-control {
    left: auto;
    right: 25px
}

#carousel-testi .right.carousel-control {
    right: 10px
}







/* -- CONTENT -- */

main {
    padding: 0 15px;
}

#feature-wrap {
    margin-top: -167px;
}

#feature-img {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px double #999999; 
    clear: both;
    height: 828px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #abcdef;    
}

body#home #feature-img {
    background-image: URL('http://cdn.myld.com.au/2/8/yots-greek-taverna_e7794f8afe.jpg');    
}

body#lunch-menu #feature-img,
body#dinner-menu #feature-img {
    background-image: url(http://cdn.myld.com.au/2/7/yots-greek-taverna_f9980fad82.jpg)
}

body#dessert-menu #feature-img {
    background-image: url(http://cdn.myld.com.au/2/7/yots-greek-taverna_87f008c235.jpg)
}

body#wine-list #feature-img {
    background-image: url(http://cdn.myld.com.au/2/7/yots-greek-taverna_2286c9a045.jpg)
}

body#drinks #feature-img {
    background-image: url(http://cdn.myld.com.au/2/2/c1bc3b5bca.png)
}

#modules-wrap .thumb {
    margin-top: 10px;
    width: 100%
}

.module.note {
    font-size: 120%
}

#accordion .panel-title {
    background: url("http://cdn.myld.com.au/2/3/yots-greek-taverna_d9cd9cc003.png") right no-repeat;
    border: 1px dotted #e7e7e7;
    padding: 5px 10px;
    font-family: Papyrus, "Arial";
    text-transform: uppercase;
    color: #229cd5;
}

#accordion .panel-body {
    padding-left: 0;
    padding-right: 0;
}

#accordion .panel,
.panel-group .panel-heading+.panel-collapse .panel-body {
    border: none !important
}

.table span,
.note span {
    color: #229cd5;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-bottom: 1px solid #a0cced;
    
}

.table .text-right {
    vertical-align: middle
}

.table h6.title,
.table .spacer {
    border-bottom: none;
}

.image-gallery {
    display: inline-block;
    margin: 0 auto
}

.image-gallery > li {
    position: relative;
    border: double #e1e1e1;
    height: 100px;
    margin: 20px 13px 0;
    text-align: left;
    width: 153px;
    overflow: hidden;
    display: inline-block;
}

.image-gallery > li > a {
    display: block;
    position: relative;
    outline: medium none;
    text-decoration: none;
    margin: 0 auto;
    width: inherit;
    height: inherit;
}

.image-gallery > li > a > img {
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
}

.image-gallery > li > a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 10px;
    text-align: center;
    background-color: rgba(255,255,255,0.70);
    color: #222222;
}

#map {
    height: 300px
}



#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer {
    border-top: 1px solid #e7e7e7; 
    padding: 10px 30px
}

#footer-nav li {
    display: inline-block;
    margin-right: 12px;
}

#footer-nav li:last-child {
    margin-right: 0
}

#footer-nav > li > a {
    padding: 10px 0;
    display: inline-block;
    font-size: 12px;
    font-weight: bold
}

.footer .socialmedia,
#ld_branding_link {
    position: relative;
    display: inline-block;
}

#ld_branding_link {
    top: 8px
}



/* @media queries
-----------------*/
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header .brand {
        margin: 0 auto
    }
    body#image-gallery #header .brand,
    body#contact #header .brand {
        margin: 0 auto !important
    }
    .image-gallery {
        text-align: center
    }
    .image-gallery > li {
        width: 160px
    }
    #feature-wrap {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
    .image-gallery > li {
        width: 130px
    }    
}
