/*
*   Design by Pixelis
*   www.pixelis.com.au
*
*   Table of Contents
*
*   1. Fonts
*
*   2. Normalize
*
*   3. General Resets
*
*   4. General Classes
*
*   5. Content
*       5.1 Headings
*       5.2 Paragraphs
*       5.3 Links
*       5.4 Lists
*       5.5 Images
*       5.6 Tables
*       5.7 Forms and Inputs
*       5.8 Pagination
*
*   6. Header
*
*   7. Main Body
*       7.1 General
*       7.2 Slider
*       7.3 Main Banner
*       7.4 Main Content
*       7.5 Feature Boxes
*       7.6 Staff List
*       7.7 Image List
*       7.8 Testimonials
*       7.9 Gallery
*       7.10 Blog
*       7.11 Sidebar
*       7.12 Contact Map
*       7.13 Contact Area
*       7.14 Lightbox
*
*   8. Footer
*
*   9. Breakpoint: 700 - 756
*       9.1 Feature Boxes
*       9.2 Gallery
*
*   10. Breakpoint: < 700
*       10.1 Header
*       10.2 Images
*       10.3 Tables
*       10.4 Forms and Inputs
*       10.5 Feature Boxes
*       10.6 Image List
*       10.7 Gallery
*       10.8 Blog
*       10.9 Sidebar
*       10.10 Contact Area
*       10.11 Headings
*       10.12 Slider
*       10.13 Footer
*/

/*------------------------------
1. Fonts
------------------------------*/

/*------------------------------
2. Normalize
------------------------------*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2rem;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*------------------------------
3. General Resets
------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
    font-size: 100%;
}
body {
    font-family: 'Open Sans', sans-serif, 'FontAwesome';
    color: #fff;
    font-size: 0.857rem;
    line-height: 1.25rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #000;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------
4. General Classes
------------------------------*/

.inner-wrapper {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 280px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------
5. Content
------------------------------*/

/* ---- 5.1 Headings ---- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
h1 {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 4rem;
    font-size: 3.75rem;
    letter-spacing: -2px;
    text-shadow: 2px 2px 1px rgba(0,0,0,1);
    position: absolute;
    top: -200px;
    left: 0;
}
    h1 span {
        display: table-cell;
        height: 130px;
        vertical-align: middle;
    }
h2 {
    font-size: 2.25rem;
    padding: 20px 0 46px 0;
}
h3 {
    font-size: 1.75rem;
    padding-bottom: 20px;
}
h4 {
    font-size: 1.5rem;
    padding-bottom: 15px;
}
h5 {
    font-size: 1.25rem;
    padding-bottom: 10px;
}
h6 {
    font-size: 1.15rem;
    padding-bottom: 10px;
}

.main-section-title {
    position: relative;
    text-align: center;
    padding: 35px 0;
}
    .main-section-title span {
        display: inline-block;
        padding: 0 30px;
    }

/* ---- 5.2 Paragraphs ---- */

p {
    padding: 0 0 20px 0;
    margin: 0;
}

.breakout-text p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0 8% 20px 8%;
    margin: 0;
    text-align: center;
}

.feature-info {
    background: #560212;
    padding: 30px 4%;
    margin: 0 0 30px 0;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}
.feature-info:hover {
    background: #6c0e1f;
}
    .feature-info p {
        padding: 0;
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.563rem;
    }
    .feature-info p + p {
        padding-top: 20px;
    }

/* ---- 5.3 Links ---- */

a {
    text-decoration: underline;
    color: #fff;
}
a:hover {
    text-decoration: none;
}
a[href^="tel:"],
#main-wrapper a[href^="tel:"] {
    text-decoration: none;
    border: 0;
    cursor: default;
}

/* ---- 5.4 Lists ---- */

.main-content ul,
.main-content ol {
    padding: 0 0 25px 40px;
}
.main-content ul {
    list-style: outside disc;
}
.main-content ol {
    list-style: decimal outside;
}
.main-content ul ul,
.main-content ol ol {
    padding: 8px 0 0 20px;
}
    .main-content li {
        padding: 0 0 5px 0;
    }

.main-content .contact-options {
    list-style: none;
}
    .contact-options li {
        padding: 0;
        margin: 0 0 16px 0;
    }
    .contact-options li:before {
        display: inline-block;
        width: 20px;
        margin: 0 10px 0 -30px;
        font-size: 1.25rem;
        position: relative;
        top: 2px;
    }
    .contact-options .email:before {
        content: "\f0e0";
    }
    .contact-options .phone:before {
        content: "\f095";
    }
    .contact-options .times:before {
        content: "\f073";
    }
    .contact-options .address:before {
        content: "\f041";
    }
    .contact-options .facebook:before {
        content: "\f09a";
    }
    .contact-options .instagram:before {
        content: "\f16d";
    }
    .contact-options a {
        color: #fff;
        border-bottom: 1px dashed #fff;
    }
    .contact-options a {
        text-decoration: none;
    }
    .contact-options a:hover {
        border-bottom: 1px solid #000;
        text-decoration: none;
    }
    
    /*tripadvisor*/
    #TA_virtualsticker135 {
    padding: 12px 0 0 0;}
    #CDSWIDHEADER {
    width: 142px !important;}
    #CDSWIDLOGO {
    height: auto !important;}

/* ---- 5.5 Images ---- */

/* ---- 5.6 Tables ---- */

table {
    border: 1px solid #333;
    padding: 0;
    margin: 0 0 30px 0;
}
    table tr:hover td {
        background: #f1f1f1;
    }
    table th {
        padding: 10px;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.188rem;
        background: #ddd;
        color: #000;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }
    table td {
        padding: 10px;
        font-weight: normal;
        font-size: 0.813rem;
        line-height: 1rem;
        background: #fff;
        color: #333;
        border-right: 1px solid #333;
    }

/* ---- 5.7 Forms and Inputs ---- */

form {
    clear: both;
    overflow: hidden;
}

.form-section {
    clear: both;
    overflow: hidden;
    margin: 0 0 15px 0; /* change .submit-status margin */
}
    .form-section input[type="submit"] {
        float: right;
    }

label {
    display: block;
    padding: 0 0 4px 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    width: 100%;
    border: 1px solid #6c0e1f;
    border-radius: 2px;
    padding: 6px 20px;
    margin: 0;
    color: #6c0e1f;
    resize: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    display: inline-block;
    font-size: 0.813rem;
    line-height: 1;
    text-align: center;
    color: #6c0e1f;
    background: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid #6c0e1f;
    border-radius: 2px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: #6c0e1f;
    color: #fff;
}

::-webkit-input-placeholder {
   color: #6c0e1f;
}
:-moz-placeholder { /* Firefox 18- */
   color: #6c0e1f;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #6c0e1f;  
}
:-ms-input-placeholder {  
   color: #6c0e1f;  
}

.submit-status {
    clear: both;
    border-radius: 3px;
    padding: 0;
    margin: 15px 0 0 0; /* change .form-section margin */
}
.submit-status + .submit-status {
    margin: 10px 0 0 0;
}
.submit-status.success {
    color: #009b12;
}
.submit-status.error {
    color: #be0000;
}

/* ---- 5.8 Pagination ---- */

.pagination {
    clear: both;
    padding: 50px 0 0 0;
    overflow: hidden;
}
    .pagination.has-previous .current-position {
        width: 150px;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 0 20px;
    }
    .pagination .prev,
    .pagination .next {
        margin-top: -17px;
    }
    .pagination .prev {
        float: left;
    }
    .pagination .next {
        float: right;
    }

/*------------------------------
6. Header
------------------------------*/

#main-header {
    padding: 32px 0 0 0;
    background: url(images/header-bg.jpg) transparent no-repeat center center;
    background-size: cover;
}
    #main-header .logo {
        display: block;
        width: 254px;
        height: 153px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 3.5rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }

#main-nav-wrapper {
    background: #6c0e1f;
    margin: 37px 0 0 0;
}

#mobile-nav-btn {
    display: none;
}

#main-nav .has-children {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
    #main-nav .level-2 .has-children:after {
        content: "\f054";
    }

#main-nav .level-1 {
    display: table;
    table-layout: fixed;
    width: 100%;
}
    #main-nav .nav-item {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    #main-nav .level-1 > .nav-item {
        display: table-cell;
        text-align: center;
    }
        #main-nav a {
            display: block;
            color: #fff;
            padding: 13px 0 17px 0;
            font-size: 0.875rem;
            font-weight: 600;
            text-decoration: none;
            background: #6c0e1f;
        }
        #main-nav a:hover,
        #main-nav .active a {
            color: #6c0e1f;
            background: #fff;
        }
    #main-nav .dropdown {
        position: relative;
        z-index: 100;
    }
        #main-nav .dropdown > a {
            position: relative;
            z-index: 10;
        }
    #main-nav .level-2 {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 50%;
        opacity: 0;
        background: #6c0e1f;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    #main-nav .nav-item:hover > .dropdown > .level-2,
    #main-nav .nav-item.open > .dropdown > .level-2 {
        top: 100%;
        opacity: 1;
        max-height: 500px;
        overflow: unset;
    }
        #main-nav .level-2 a {
            height: auto;
            padding: 10px 0;
            margin: 0;
            text-transform: none;        
        }
        #main-nav .nav-level.level-2 > .nav-item + .nav-item a,
        #main-nav .nav-level.level-3 .nav-item a {
            border-top: 1px solid #fff;
        }
        
    #main-nav .level-3 {
        width: 0;
        max-height: 0;
        /*overflow: hidden;*/
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 65%;
        top: 0;
        opacity: 0;
        background: #6c0e1f;
        -webkit-transition: left 300ms ease;
        transition: left 300ms ease;
    }
    #main-nav .nav-item:hover > .dropdown > .level-3,
    #main-nav .nav-item.open > .dropdown > .level-3 {
        left: 100%;
        opacity: 1;
        width: 200px;
        max-height: 500px;
    }

/*------------------------------
7. Main Body
------------------------------*/

/* ---- 7.1 General ---- */

#main-wrapper {
    padding: 0;
}

/* ---- 7.2 Slider ---- */

.slider {
    position: relative;
    overflow: hidden;
}
    .slider .slide {
        position: absolute !important;
        width: 100%;
        height: 100%;
    }
        .slider .slide .slide-title {
            padding: 10px;
            margin: 0;
            font-size: 1.5rem;
            background: #fff;
        }
    .slider img {
        width: 100%;
        height: auto;
    }
    .slider .slide-caption {
        opacity: 0;
        position: absolute;
        left: 3%;
        bottom: 30px;
        z-index: 2;
        -webkit-transition: opacity ease 700ms 700ms;
        transition: opacity ease 700ms 700ms;
    }
    .slider .flex-active-slide .slide-caption {
        opacity: 1;
    }
    .slider .flex-control-nav {
        position: absolute;
        right: 6%;
        bottom: 15px;
        z-index: 2;
    }
        .slider .flex-control-nav li {
            display: inline-block;
        }
        .slider .flex-control-nav li + li {
            padding-left: 10px;
        }
        .slider .flex-control-nav a {
            display: block;
            width: 14px;
            height: 14px;
            text-indent: -9999px;
            border-radius: 15px;
            background: #f0f0f0;
            cursor: pointer;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        .slider .flex-control-nav a:hover,
        .slider .flex-control-nav .flex-active {
            background: #333;
        }
    .slider .main-caption-wrapper {
        position: relative;
        z-index: 20;
        padding-top: 180px;
        padding-bottom: 50px;
    }
    .slider .main-caption {
        float: left;
        width: 31.2%;
        background: #000;
        background: rgba(0,0,0,0.6);
        color: #fff;
        padding: 20px 16px 20px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 50px 0 300px 0;
    }
    .slider .main-caption + .main-caption {
        margin-left: 3%;
    }
    .slider .main-caption.contact {
        /*margin: 22px 0 0 0;*/
    }
        .slider .main-caption a {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px dashed #fff;
        }
        .slider .main-caption a:hover {
            border-color: transparent;
        }
        .slider .main-caption .gf-links {
            display: table;
            width: 100%;
            padding: 15px 0 0 0;
        }
        .slider .main-caption .gf-link {
            display: table-cell;
            text-align: center;
            padding: 0 4px;
        }
        .slider .main-caption .title {
            display: block;
            width: auto;
            font-size: 1.2rem;
            line-height: 1.5rem;
            color: #fff;
            text-shadow: none;
            position: static;
            top: 0;
            left: 0;
            padding: 0;
            margin: 2px 0 20px 0;
            letter-spacing: 0;
            text-align: left;
        }
.slider .main-caption-wrapper .awards {
text-align:center;
}
.slider .main-caption-wrapper .award {
display: inline-block;
width: 100%;
padding: 0 5px;
max-width: 126px;
}
        .slider .main-caption p {
            padding: 0;
            margin: 0;
        }
        .slider .main-caption p + p {
            margin: 15px 0 0 0;
        }
        .slider .main-caption .contact-options {
            padding: 0 0 0 30px;
        }

/* ---- 7.3 Main Banner ---- */

.main-banner {
    height: 300px;
    overflow: hidden;
}
    .main-banner img {
        width: 100%;
        height: auto;
    }

/* ---- 7.4 Main Content ---- */

.main-content {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
}
    .main-content img.left {
        float: left;
        margin: 0 15px 15px 0;
    }
    .main-content img.right {
        float: right;
        margin: 0 0 15px 15px;
    }

/* ---- 7.5 Feature Boxes ---- */

.grid-box {
    width: 30%;
    float: left;
    padding: 0 3.333333% 0 0;
    margin: 0 0 40px 0;
    position: relative;
}
.grid-box:nth-child(3n+1) {
    padding: 0;
}
    .grid-box .thumb {
        display: block;
        background: #000;
        max-height: 140px;
        overflow: hidden;
        position: relative;
    }
        .grid-box .thumb img {
            width: 100.5%;
            height: auto;
            opacity: 1;
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }
        .grid-box a.thumb:hover img {
            opacity: 0.6;
        }
    .grid-box .title {
        width: 100%;
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: 0;
        margin: 0;
        color: #000;
    }
    .grid-box .description {
        padding: 10px;
        background: #ddd;
    }
    .grid-box .summary {
        padding: 0;
        margin: 0 0 15px 0;
    }
        .grid-box .summary p {
            padding: 0;
            margin: 0;
        }
        .grid-box .summary p + p {
            margin: 15px 0 0 0;
        }
    .grid-box .button {
        display: block;
    }

/* ---- 7.6 Staff List ---- */

.staff-list {
    overflow: hidden;
}
    .staff-list .thumb {
        max-width: 180px;
        max-height: 180px;
        border-radius: 100px;
        overflow: hidden;
        margin: 0 auto;
        background: none;
    }
    .staff-list .description {
        background: none;
    }
    .staff-list .title {
        text-align: center;
    }
    .staff-list .summary {
        text-align: center;
    }

/* ---- 7.7 Image List ---- */

.image-list .list-item {
    display: table;
    width: 100%;
}
.image-list .list-item + .list-item {
    padding: 30px 0 0 0;
}
.image-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 220px;
}
.image-list .thumb img {
    width: 100%;
    height: auto;
}
.image-list .thumb-description {
    padding: 6px 0 0 0;
    margin: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
}
.image-list .summary {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}

/* ---- 7.8 Testimonials ---- */

.testimonials .testimonial-wrapper {
    padding: 20px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 4px;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}
.testimonials .testimonial {
    display: inline;
    font-size: 1.071rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 2;
}
.testimonials .reference {
    position: relative;
    z-index: 2;
    font-weight: bold;
    padding: 8px 0 0 0;
    margin: 0;
}

/* ---- 7.9 Gallery ---- */

.gallery-categories {
  padding: 0 0 28px 0;
  margin: 0;
  font-size: 1.125rem;
  list-style: none;
  text-align: center; }

.gallery-categories .category {
  display: inline-block;
  padding: 5px 6px 2px 6px;
  margin: 0 10px 5px 10px;
  cursor: pointer;
  color: #888;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-size: 0.917rem; }

.gallery-categories .category.active,
.gallery-categories .category:hover {
  color: #fff;
  border-color: #fff; }

.gallery .loading {
  padding: 10px;
  text-align: center;
}

.gallery .gallery-items {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
  padding: 0;
  margin: 0 }

.gallery .gallery-item {
  float: left;
  display: block;
  position: relative;
  width: 20%;
  cursor: pointer;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  
.gallery.private-room {
    margin-top: 40px;
}
.gallery.private-room .gallery-item {
    width: 25%;
}

.gallery .gallery-item .media-icon {
  display: block;
  display: none;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.gallery .image .media-icon:after {
  content: "\f03e"; }

.gallery .video .media-icon:after {
  content: "\f01d";
  font-size: 3rem; }

.gallery .thumb-wrapper {
  display: block;
  overflow: hidden;
  position: relative; }

.gallery .thumb-wrapper:hover .description-wrapper {
  opacity: 1; }

.gallery .thumb-wrapper:hover .description {
  opacity: 1;
  top: 0; }

.gallery .thumb-wrapper:hover .media-icon {
  opacity: 1;
  top: 0; }

.gallery .thumb {
  display: block;
  width: 100.5%;
  height: auto;
  overflow: hidden; }

.gallery .description-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease; }

.gallery .description {
  display: block;
  min-height: 15px;
  text-align: center;
  padding: 0;
  margin: 25% 7.5% 15% 6%;
  font-size: 0.929rem;
  line-height: 1.375rem;
  color: #fff;
  opacity: 0;
  position: relative;
  top: -30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

/* ---- 7.10 Blog ---- */

.post-list {
    float: left;
    width: 70%;
    overflow: hidden;
}

.blog-post + .blog-post {
    margin: 80px 0 0 0;
}
    .blog-post .thumb {
        display: block;
        overflow: hidden;
        max-height: 280px;
        background: #4a4a4a;
    }
        .blog-post .thumb img {
            width: 100%;
            height: auto;
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }
        .blog-post .thumb:hover img {
            opacity: 0.5;
        }
        .blog-post .title a,
        .blog-post .title a:hover {
            text-decoration: none;
        }

/* ---- 7.11 Sidebar ---- */

.sidebar {
    float: right;
    width: 28%;
    overflow: hidden;
    background: #ddd;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .sidebar .title {
        font-size: 1.5em;
        line-height: 1.25em;
        font-weight: normal;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .sidebar .item-list {
        padding: 0 0 0 20px;
        margin: 0;
    }
        .sidebar .item-list li {
            padding: 8px 0 0 0;
        }

/* ---- 7.12 Contact Map ---- */

.feature-contact-wrapper {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
a.feature-contact-wrapper {
    display: block;
    background: #000;
}
    a.feature-contact-wrapper img {
        -webkit-transition: opacity ease 400ms;
        transition: opacity ease 400ms;
    }
    a.feature-contact-wrapper:hover img {
        opacity: 0.6;
    }
    .feature-contact-wrapper img {
        width: 100%;
    }
    .feature-contact-wrapper .caption {
        position: absolute;
        bottom: 5%;
        left: 20px;
    }
        .feature-contact-wrapper .title {
            font-size: 1.125em;
            font-weight: bold;
        }
        .feature-contact-wrapper p {
            padding: 0;
            margin: 0;
        }
        .feature-contact-wrapper p + p {
            margin: 6px 0 0 0;
        }
            .feature-contact-wrapper p span {
                display: inline-block;
                padding: 6px;
                background: #fff;
            }

/* ---- 7.13 Contact Area ---- */

.contact-container {
    float: right;
    width: 51%;
}
.contact-container + .contact-container {
    float: left;
    width: 43%;
}

/* ---- 7.14 Lightbox ---- */

.lightbox .large-media {
  display: none; }

#lighbox-wrapper {
  display: none; }

#lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998; }

#lightbox-media {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 0 20px 0;
  z-index: 9999; }

#lightbox-media #close-lightbox {
  display: block;
  width: 50px;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  position: relative;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

#lightbox-media #close-lightbox:hover {
  opacity: 0.5; }

#lightbox-media .media * {
  width: 80%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

#lightbox-media .media img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%; }

#lightbox-media .media iframe {
  display: block;
  margin: 0 auto;
  width: 70%; }

#lightbox-media .caption-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  width: 100%; }

#lightbox-media .caption {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 6px;
  max-width: 80%; }

#lightbox-media .controls {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 300px;
  margin: 0 0 0 -150px; }

#lightbox-media .control {
  font-size: 1.75rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

#lightbox-media .control:hover {
  opacity: 0.5; }

#lightbox-media .prev {
  float: left;
  margin: 0 0 0 4%; }

#lightbox-media .next {
  float: right;
  margin: 0 4% 0 0; }

/* ---- Awards ---- */

.awards-list {
  float: left;
  width: 49%;
}
.awards-list + .awards-list {
  margin-left: 2%;
}

/*------------------------------
8. Footer
------------------------------*/

#main-footer {
    background: #6c0e1f;
    text-align: center;
    padding: 8px 0;
    color: #fff;
}
    #main-footer a {
        color: #fff;
        text-decoration: none;
    }
    #main-footer a:hover {
        color: #fff;
        text-decoration: underline;
    }
    #main-footer .social-list-title {
        color: #f0f0f0;
        font-size: 0.75rem;
        text-transform: uppercase;
        padding: 0 0 10px 0;
        margin: 0 auto;
    }
    #main-footer .social-list li {
        display: inline-block;
        margin: -12px 0 8px 0;
    }
    #main-footer .social-list li + li {
        margin-left: 10px;
    }
    #main-footer .social-list a {
        display: block;
        text-decoration: none;
        font-size: 1.625rem;
        line-height: 0.75rem;
        width: 28px;
        color: #f0f0f0;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    }
    #main-footer .social-list a:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    #main-footer .social-list .facebook:hover {
        color: #3d5a99;
    }
    #main-footer .social-list .twitter:hover {
        color: #4a9ed1;
    }
    #main-footer .social-list .google-plus:hover {
        color: #dd4b39;
    }
    #main-footer .social-list .instagram:hover {
        color: #33628a;
    }
    #main-footer .social-list span {
        display: block;
        text-indent: -9999px;
    }
    #main-footer .copyright {
        font-size: 0.750rem;
        color: #fff;
        padding: 0;
        margin: 0;
        text-align: right;
    }

/*------------------------------
9. Breakpoint: 700 - 756
------------------------------*/

@media (min-width: 700px) and (max-width: 756px) {

    /* ---- 9.1 Feature Boxes ---- */

    .grid-box,
    .grid-box:nth-child(3n+1) {
        width: 46%;
        padding-right: 4%;
    }
    .grid-box:nth-child(2n+1) {
        padding-right: 0;
    }

    /* ---- 9.2 Gallery ---- */

    .gallery .gallery-item {
        width: 25%;
    }
}

/*------------------------------
10. Breakpoint: < 700
------------------------------*/

@media (max-width: 700px) {

    /* ---- 10.1 Header ---- */

    #mobile-nav-control {
        text-align: right;
    }
    #mobile-nav-btn {
        display: inline-block;
        width: auto;
        background: transparent;
        text-align: center;
        font-size: 1.75rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px;
        margin: 0;
        border: 0;
        cursor: pointer;
        color: #fff;
    }
    #mobile-nav-btn:hover {
        color: #000;
    }
    #main-nav {
        position: relative;
    }
        #main-nav .level-1 .nav-level {
            border: 0;
            height: auto;
            padding: 0;
            margin: 0;
        }
        #main-nav .level-1 {
            display: block;
            height: 0;
            overflow: hidden;
            background: #6c0e1f;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            opacity: 0;
            z-index: 100;
            padding: 0 0 15px 0;
        }
        #main-nav .level-1 .nav-item {
            position: relative;
        }
        #main-nav .level-1 .nav-item:hover {
            background: #fff;
        }
        #main-nav .level-1 .nav-item a {
            display: block;
            padding: 10px 15px;
            margin: 0;
            box-sizing: border-box;
            width: 100%;
            position: static;
            color: #fff;
        }
        #main-nav .level-1 .active a,
        #main-nav .level-1 .nav-item a:hover {
            background: none;
        }
        #main-nav .level-1 .nav-item:hover > .dropdown > a,
        #main-nav .level-3 .nav-item:hover > a {
            color: #6c0e1f !important;
            background: none;
        }
        #main-nav.open .level-1 {
            height: auto;
            opacity: 1;
            padding: 0;
            margin: 0;
            border: 2px solid #640012;
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }
            #main-nav .level-1 .nav-level {
                display: block;
                opacity: 1;
                position: static;
                -webkit-transition: none;
                transition: none;
            }
            #main-nav .level-1 .nav-item {
                padding: 0;
                text-transform: none;
                position: relative;
            }
            #main-nav .has-children:after {
                content: "\f078" !important;
            }
            #main-nav .nav-item.open > .dropdown > a > .has-children {
                -ms-transform:rotate(180deg);
                -webkit-transform:rotate(180deg);
                transform:rotate(180deg);
            }
        #main-nav .nav-item,
        #main-nav .level-1 > .nav-item {
            font-size: 1rem;
            line-height: 1.25rem;
            display: block;
            text-align: left;
        }
    #main-nav .level-2 {
        overflow: hidden;
    }
    #main-nav .level-2 .nav-item a,
    #main-nav .level-2 .nav-item + .nav-item a {
        padding-left: 30px;
        border: 0;
        color: #fff;
    }
    #main-nav .nav-item:hover .level-2,
    #main-nav .nav-item:hover .level-3 {
    display: none;}
    
    #main-nav .level-3 {
        width: 100%;
    }
    #main-nav .nav-item:hover > .dropdown > .level-3,
    #main-nav .nav-item.open > .dropdown > .level-3 {
        width: auto;
    }
        #main-nav .level-3 .nav-item a {
            padding-left: 45px !important;
        }

    /* ---- 10.2 Images ---- */

    .main-content img,
    .main-content img.left,
    .main-content img.right {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    /* ---- 10.3 Tables ---- */

    table {
        width: 100%;
    }

    /* ---- 10.4 Forms and Inputs ---- */

    .button,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        width: 100%;
    }

    /* ---- 10.5 Feature Boxes ---- */

    .grid-box,
    .grid-box:nth-child(2n+1) {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 0 30px 0;
    }

    /* ---- 10.6 Image List ---- */

    .image-list .list-item,
    .image-list .thumb,
    .image-list .summary {
        display: block;
        width: auto;
    }
    .image-list .thumb img {
        margin: 0;
    }
    .image-list .thumb-description {
        padding: 18px 0 6px 0;
    }
    .image-list .summary {
        padding: 0;
    }

    /* ---- 10.7 Gallery ---- */

    .gallery .gallery-item {
        width: 50%;
    }
    .gallery .thumb-wrapper:hover .description {
        display: none;
    }
    .gallery .thumb-wrapper img {
    padding: 0 !important;
    margin: 0 !important;}

    /* ---- 10.8 Blog ---- */

    .post-list {
        float: none;
        width: auto;
    }

    .blog-post .thumb img {
        padding: 0;
        margin: 0;
    }

    /* ---- 10.9 Sidebar ---- */

    .sidebar {
        float: none;
        width: auto;
        margin: 40px 0 0 0;
    }

    /* ---- 10.10 Contact Area ---- */

    .contact-container {
        float: none;
        width: auto;
        margin: 0;
    }
    .contact-container + .contact-container {
        float: none;
        width: auto;
        margin: 20px 0 0 0;
    }

    /* ---- 10.11 Headings ---- */
    h1 {
        font-size: 3rem;
    }

    /* ---- 10.12 Slider ---- */

    .slider .main-caption-wrapper {
        padding-top: 30px;
    }

    .slider .main-caption.intro,
    .slider .main-caption.contact,
    .slider .main-caption.good-food {
        float: none;
        width: auto;
        padding: 13px;
        margin: 0 0 30px 0;
    }
        .slider .main-caption .title {
            text-align: center;
        }

    /* ---- 10.13 Footer ---- */

    #main-footer .copyright {
        text-align: center;
    }

    /* ---- Awards ---- */

    .awards-list {
      float: none;
      width: auto;
    }
    .awards-list + .awards-list {
      margin: 0;
    }

}