/************ Mics ************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/************ Body ************/
body {
    font-family: Arial,Helvetica,sans-serif;
    color: #666;
    font-size: .8em;
    line-height: 150%;
    background: url(/website_design/patterns/colourlovers/cozy.jpg) repeat fixed 0% 0% #FFF;
    }
pre {
    white-space: pre-line;
    background-color: #000;
    color: #fff;
    padding: .5em;
    }
blockquote {
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 3em;
    padding-left: 1em;
    border-left: 3px solid #f2e7e8;
    }
h1,
h2,
h3,
h4,
h5 {
    color: #4d4d4d;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.99);
    }
h1 {
    font-size: 2.142em;
    line-height: 1.1333em;
    margin-bottom: .2666em;
    }
h2 {
    font-size: 1.714em;
    line-height: 1.1666em;
    margin-bottom: .4555em;
    }
h3 {
    font-size: 1.429em;
    line-height: 1.4em;
    margin-bottom: .4em;
    }
h4 {
    font-size: 1.143em;
    line-height: 1.65em;
    margin-bottom: .4555em;
    }
h5 {
    font-size: 1em;
    line-height: 1.65em;
    margin-bottom: .5em;
    }
hr {
    border: 0;
    background: transparent url(/website_tpl/cozy/img/h_line.png) top repeat-x;
    }
ul,
ol {
    margin: 1em 0 1em 2em;
    list-style-position: inside;
    }
.minH {
    min-height: 600px;
    }
a {
    color: #AD6069;
    text-decoration: underline;
    }
a:hover {
    color: #be8289;
    text-decoration: none;
    }
p {
    border: 0;
    margin: 0;
    padding: 0;
    }
.text {
    padding-bottom: .5em;
    }
.text ul {
    list-style-type: disc;
    }
.text img {
    padding-bottom: .5em;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 9px;
    line-height: 1em;
    display: inline-block;
    }
.cbg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1160px;
    width: 98%;
    z-index: -10;
    }
.cbg {
    background-color: transparent;
    }
footer {
    clear: both !important;
    height: 1em;
    margin: 2em 0;
    }
table {
    border-collapse: collapse;
    width: 100%;
    }
table thead td {
    padding: .5em;
    color: #000;
    font-weight: normal;
    background-color: #666;
    border: 1px solid #808080;
    }
table td {
    padding: .5em;
    border: 1px solid #808080;
    }

/************ Page header ************/
.page-header-image-box {
    display: block;
    text-align: center;
    margin-top: 2em;
    margin-right: 10px;
    }
.page-header-image-box img {
    max-height: 7em;
    }
.page-header-text-box {
    display: block;
    text-align: center;
    margin-top: 1em;
    }
.page-header-text-box a {
    color: #4d4d4d;
    text-decoration: none;
    }
.page-header-tagline {
    font-style: italic;
    font-size: 1em;
    }
.page-header-social-box {
    display: block;
    float: right;
    margin-top: 1em;
    margin-bottom: 10px;
    }
.page-header-social-box:after {
    clear: both;
    }
.page-header-social-box a {
    font-size: 2em;
    margin-right: 10px;
    color: #AD6069;
    }
.page-header-social-box a:hover {
    font-size: 2em;
    margin-right: 10px;
    color: #be8289;
    }
.page-header-social-box > a:last-child {
    margin-right: 0;
    }
.page-header-mobile {
    display: none;
    }
@media only screen and (max-width: 768px) {
.page-header-mobile {
    display: block;
    }
.page-header-social-desktop {
    display: none;
    }
.page-header-image-box {
    display: block;
    text-align: center;
    }
.page-header-text-box {
    display: block;
    background: url(/website_tpl/cozy/img/header.png) repeat-x scroll bottom center transparent;
    margin-bottom: 2em;
    padding-bottom: 2em;
    }
}

/************ Navigation ************/
#navZone {
    width: 100%;
    margin: 1.75em 0;
    }
.nav-desktop {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    }
.nav-desktop ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 10;
    background: url(/website_tpl/cozy/img/header.png) repeat-x scroll 0 center transparent;
    }
.nav-desktop ul:after {
    content: "";
    clear: both;
    display: block;
    }
.nav-desktop > ul > li {
    display: inline-block;
    }
.nav-desktop > ul > li {
    background: url(/website_design/patterns/colourlovers/cozy.jpg) repeat fixed 0% 0% #FFF;
    }
.nav-desktop ul li:after {
    content: "\00b7";
    padding: 0 10px;
    font-weight: bold;
    color: #4d4d4d;
    text-shadow: 0 1px 0 rgba(255,255,255,.99);
    }
.nav-desktop ul li:last-child:after {
    content: '';
    }
.nav-desktop ul li:first-child:before {
    content: '';
    padding: 0 10px;
    }
.nav-desktop ul li a {
    font-size: 1.2em;
    text-decoration: none;
    color: #4d4d4d;
    text-shadow: 0 1px 0 rgba(255,255,255,.99);
    padding: 10px 0;
    display: inline-block;
    }
.nav-desktop ul li a:hover {
    text-decoration: none;
    color: #be8289;
    z-index: 300;
    position: relative;
    }
.nav-desktop ul li.selected a {
    color: #AD6069;
    }

/* Navigation Subnav */
.nav-desktop ul ul {
    display: none;
    position: absolute;
    z-index: 1100;
    top: 100%;
    min-width: 160px;
    width: auto;
    border: 1px solid #ccc;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    }
.nav-desktop ul ul li:first-child:before {
    content: '';
    padding: 0;
    }
.nav-desktop ul ul li {
    text-align: left;
    }
.nav-desktop ul ul li a {
    padding: 10px;
    }
.nav-desktop ul ul li:after {
    content: '';
    padding: 0;
    }
.nav-desktop ul li:hover > ul {
    display: block;
    }
.nav-desktop ul li.selected ul li a {
    color: #4d4d4d;
    }
.nav-desktop ul li.selected ul li a:hover {
    color: #be8289;
    }

/* For mobile navigation */
#nav-mobile-link {
    display: none;
    }
[role="mobile-sub-navigation"],
[role="mobile-navigation"],
[role="content"] {
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    }
.js [role="mobile-sub-navigation"] {
    left: -5000%;
    top: 0;
    position: absolute;
    width: 80%;
    height: 100vh;
    height: 100%;
    }
.js [role="mobile-navigation"] {
    left: -5000%;
    top: 0;
    position: absolute;
    width: 80%;
    height: 100vh;
    height: 100%;
    }
.js [role="content"] {
    left: 0;
    position: relative;
    }
@media only screen and (max-width: 768px) {
body {
    overflow-x: hidden;
    }
#navZone {
    display: none;
    }
#nav-mobile-link {
    margin-top: .5em;
    margin-right: .5em;
    text-decoration: none;
    padding: .25em .5em;
    font-size: 2em;
    display: inline-block;
    color: #fff;
    background-color: #AD6069;
    }
.nav-mobile {
    border: none;
    padding: 0;
    }
.nav-mobile ul {
    text-align: left;
    font-weight: normal;
    display: table;
    width: 85%;
    margin: 20px;
    }
.nav-mobile ul li {
    display: table-row;
    }
.nav-mobile ul li a {
    border-top: 1px solid #808080;
    padding: 1em .8em;
    display: table-cell;
    white-space: normal;
    width: 100%;
    font-size: 1.2em;
    text-decoration: none;
    color: #4d4d4d;
    }
.nav-mobile ul li a:hover {
    color: #FFF;
    background-color: #AD6069;
    text-decoration: none;
    }
.nav-mobile ul li a.expand {
    border-top: 1px solid transparent;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 10px;
    cursor: pointer;
    }
.nav-mobile ul li a.back {
    text-decoration: none;
    cursor: pointer;
    }
.nav-mobile ul li.selected {
    background-color: #AD6069;
    }
.nav-mobile ul li.selected a {
    color: #FFF;
    text-shadow: none;
    }
.nav-mobile ul li.selected a:hover {
    background-color: #be8289;
    }
.active[role="mobile-sub-navigation"] {
    left: -100%;
    }
.active[role="mobile-navigation"] {
    left: 0%;
    }
.active[role="content"] {
    left: 85%;
    }
.active-sub[role="mobile-sub-navigation"] {
    left: 0%;
    }
.active-sub[role="mobile-navigation"] {
    left: -100%;
    }
}

/************ Image ************/
.image {
    padding-bottom: .5em;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 9px;
    line-height: 1em;
    display: inherit;
    }
.image img {
    max-width: 100%;
    }
.image .caption {
    font-style: italic;
    padding: 10px;
    }

/************ Gallery ************/
/* Gallery */
.popup-gallery-item {
    width: 25%;
    position: relative;
    float: left;
    padding: 10px;
    }
.popup-gallery a {
    display: block;
    line-height: 0;
    }
.popup-gallery a > img {
    padding-bottom: .5em;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 9px;
    line-height: 1em;
    }

/* Masonry Gallery */
.masonry-item {
    width: 33%;
    position: relative;
    float: left;
    padding: 10px;
    }
.masonry-grid-sizer {
    width: 33%;
    float: left;
    }
.masonry-gallery a {
    display: block;
    line-height: 0;
    }
.masonry-gallery a > img {
    padding-bottom: .5em;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 9px;
    line-height: 1em;
    }
@media only screen and (max-width: 768px) {
.masonry-item {
    width: 45%;
    }
.masonry-grid-sizer {
    width: 45%;
    }
}

/* Slide show */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    }
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    }
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
    }
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    padding-bottom: .5em;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    box-shadow: 0 0 0 1px rgba(255,255,255,.99) inset;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 9px;
    line-height: 1em;
    }
.rslides {
    margin: 0 auto;
    }
.rslides_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
    }
.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: .7;
    zoom: 1;
    -ms-filter: "alpha(opacity=70)";
    *filter: alpha(opacity=70);
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(/website_js/rslides/themes.gif) no-repeat left top;
    margin-top: -45px;
    }
.rslides_nav:active {
    opacity: 1.0;
    zoom: 1;
    -ms-filter: "alpha(opacity=100)";
    *filter: alpha(opacity=100);
    }
.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
    }
.rslides1_nav:focus {
    outline: none;
    }
.rslides_tabs {
    margin-top: 10px;
    text-align: center;
    }
.rslides_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
    }
.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #000;
    background: rgba(0,0,0,.2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 9px;
    height: 9px;
    }
.rslides_tabs .rslides_here a {
    background: #000;
    background: rgba(0,0,0,.8);
    }
.rslides .caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background: #000;
    background: rgba(0,0,0,.8);
    color: #FFF;
    }

/************ Form ************/
form > div {
    margin: 0 0 1em;
    }
form {
    padding-bottom: .5em;
    }
label {
    color: #666;
    }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"],
textarea {
    line-height: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .95em;
    width: 98.6%;
    padding: .8em .4em;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    color: #666;
    resize: none;
    }
textarea {
    height: 6em;
    }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="search"],
input[type="datetime-local"] {
    width: 50%;
    }
input:focus,
textarea:focus {
    outline: 0;
    background-color: white;
    }
.inputReq {
    color: #666;
    font-weight: bold;
    }
input[type=submit] {
    padding: .8em 1.6em;
    font-size: 1em;
    border: 1px solid #ccc;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,.99);
    background-color: #e1c5c8;
    color: #666;
    margin: 0;
    cursor: pointer;
    }
input[type=submit]:hover {
    background-color: #be8289;
    }
.alertText {
    border: 1px solid #C30;
    color: #C30;
    font-size: 1.2em;
    margin-bottom: 1em;
    }
.alertIcon {
    font-size: 1.5em;
    padding: 1em;
    }

/* Google maps zoom fix */
.gmnoprint img {
    max-width: none;
    }
.googleMap {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 10px;
    }
