@import 'https://fonts.googleapis.com/css?family=Carrois+Gothic|Open+Sans+Condensed:300,700';
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400);
@import url(http://fonts.googleapis.com/css?family=Montserrat:100,200,400,700);

/****************************
 * DEFAULTS
 ****************************/
HTML, BODY, DIV, P, IMG { margin: 0; border: 0; padding: 0; text-decoration: none;}

* { font-family: "Carrois Gothic"; font-weight: 400; }

BODY { background-color: #333; }

A       { color: #4799b1; text-decoration: none; }
A:hover { color: #265c9e; }

iframe.facebook {border:0px; overflow:hidden; width:600px; height:80px;}
iframe { position: relative; }

/****************************
 * THUMBNAILS
 ****************************/
.thumbnail {
    position: relative;
    margin-bottom: 1.5%;
    margin-left: 0.75%;
    margin-right: 0.75%;
    float: left;
    width: 31.8%;
}
.thumbnailWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 3px;
       -moz-box-shadow: rgba(0,0,0,0.3) 0px 0px 3px;
            box-shadow: rgba(0,0,0,0.3) 0px 0px 3px;
}
.thumbnail IMG { -webkit-filter: blur(0px); }
.thumbnail IMG { width: 100%; top: -30%; position: absolute; opacity: 0.9; -webkit-filter: blur(3px);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.frosted {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background .5s ease;
       -moz-transition: background .5s ease;
        -ms-transition: background .5s ease;
         -o-transition: background .5s ease;
            transition: background .5s ease;
    background-color: rgba(0, 0, 0, 0.1);
}
.frosted:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.frosted .titles {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -15px;
    -webkit-transition: top .5s ease;
       -moz-transition: top .5s ease;
        -ms-transition: top .5s ease;
         -o-transition: top .5s ease;
            transition: top .5s ease;
}
.frosted:hover .titles {
    top: 35%;
}
.frosted .title, .frosted .subtitle {
    font-family: Lato!important;
    font-family: "Open Sans Condensed"!important;
    color: white;
    padding: 0 10px;
    font-size: 15pt;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-weight: 300;
    border-radius: 0;
    opacity: 1;
    -webkit-filter: blur(0px);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.frosted .subtitle {
    font-size: 10pt;
    letter-spacing: 1px;
    text-transform: capitalize;
    opacity: 0;
    -webkit-filter: blur(2px);
       -moz-filter: blur(2px);
	    filter: blur(2px);
    padding: 0 10px;
}
.frosted:hover .title { opacity: 1; }

.frosted .subtitle::before {
    content: "";
    width: 0px;
    border-bottom: 1px solid #949494;
    border-bottom: 1px solid #37CFEA;
    display: block;
    margin: 10px auto;
    -webkit-filter: blur(2px);
    -webkit-transition: width .5s ease;
       -moz-transition: width .5s ease;
        -ms-transition: width .5s ease;
         -o-transition: width .5s ease;
            transition: width .5s ease;
}
.frosted:hover .subtitle::before {
    -webkit-filter: blur(0px);
    width: 100px;
}
.frosted:hover .subtitle {
    opacity: 1;
    -webkit-filter: blur(0px);
       -moz-filter: blur(0px);
	    filter: blur(0px);
}

/****************************
 * GALLERY IMAGES
 ****************************/
#gallery { padding: 0px 0.5%; }
#gallery img {
    display: block;
    width: 100%;
    padding-top: 1%;
}
img.logo {
    display: block;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    opacity: 0.6;
}

/****************************
 * FORMS & FIELDS
 ****************************/
textarea, input[type="text"] {
    border: 1px solid #E0E0E0;
    min-height: 20px;
    width: 200px;
    font-size: 17px;
    font-weight: 200;
    color: #555;
    margin-top: -1px;
    padding-left: 4px;
}

/****************************
 * NEXT/PREV BUTTONS
 ****************************/
.buttons {
    margin: 50px 0 20px 0 ;
    height: 60px;
}
.buttons a {
    margin-right: 15px;
    margin-left: 15px;
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
    font-family: Rockwell!important;
    color: black;
    line-height: 64px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); 
    background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); 
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
            border-radius: 32px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}
.buttons a:active {
    top: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
    background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6); 
    background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6); 
    background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
    background-image: linear-gradient(top, #eaeaea, #f6f6f6);
}
.buttons a::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    background-color: #eaeaea;
    -webkit-border-radius: 140px;
       -moz-border-radius: 140px;
            border-radius: 140px;
    opacity: 0.5;		
}
.buttons a:active::before {
    top: -9px;
}
.buttons a:hover::before { opacity: 1; }
.buttons a.arrow_prev { float: left; width: auto; padding-right: 15px; }
.buttons a.arrow_next { float: right; width: auto; padding-right: 15px; }
.buttons a.arrow_prev:hover::before, .buttons a.arrow_next:hover::before { background-color: #DDF1FA; }
.buttons a.twitter:hover::before { background-color: #c6f0f8; }
.buttons a.facebook:hover::before { background-color: #dae1f0; }
.buttons a.instagram:hover::before { background-color: #fadae6; }
.twitter img { vertical-align: -7px; }
.arrow_prev img { vertical-align: -26px; }
.arrow_next img { vertical-align: -26px; }
.arrow_prev #click, .arrow_next #click {
    height: 64px;
    border-bottom-left-radius: 32px;
    margin-right: 20px;
    border-top-left-radius: 32px;
}
.facebook img { vertical-align: -12px; }
.instagram img { vertical-align: -17px; width: 42px; }
.buttons a img { border: 0; }

/****************************
 * NAV BAR
 ****************************/
#headerWrapper { position: relative; }
.nav {
    height: 100px;
    position: absolute;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: height 0.2s ease, background 0.4s ease;
    transition: height 0.2s ease, background 0.4s ease;
    background: rgba(0,0,0,0.2);
}
.nav_scroll {
    height: 40px;
    position: fixed;
    left: 50px;
    right: 50px;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 100;
    -webkit-transition: height 0.2s ease, background 0.4s ease;
	-ms-transition: height 0.2s ease, background 0.4s ease;
	    transition: height 0.2s ease, background 0.4s ease;
}
.nav_mobile {
    display: none;
    height: 60px;
    position: fixed;
    left: 50px;
    right: 50px;
    top: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: height 0.2s ease, background 0.4s ease;
	-ms-transition: height 0.2s ease, background 0.4s ease;
	    transition: height 0.2s ease, background 0.4s ease;
}
.nav_links, .nav_links_scroll {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform-style: preserve-3d;
	    transform-style: preserve-3d;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.nav_links_scroll {
    right: 40px;
    font-size: 11px;
    letter-spacing: 0.2em;
}
.mobile_menu_link #hamburger {
    position: relative;
    top: 1px;
    height: 12px;
    width: 21px;
    margin-left: 8px;
    fill: #676a6f;
}
.nav_links a, .nav_links_scroll a {
    color: rgba(255,255,255,0.9);
    margin-left: 40px;
    -webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	    transition: all 0.2s ease;
    padding: 0px;
}
.nav_links_scroll a {
    color: #676a6f;
}
.nav_links a:hover {
    padding-bottom: 4px;
    border-bottom: 1px solid #b2dab9;
    border-bottom: 1px solid #37CFEA;
}
.nav_logo {
    position: absolute;
    top: 50%;
    left: 26px;
    height: 60px;
    fill: #fff;
    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	    transform-style: preserve-3d;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	    transition: all 0.2s ease;
    -webkit-filter: invert(1);
	-ms-filter: invert(1);
	    filter: invert(1);
}
.nav_logo_scroll {
    height: 30px;
    -webkit-filter: invert(0);
	-ms-filter: invert(0);
	    filter: invert(0);
}

/****************************
 * BLOG NAVIGATION PAGES
 ****************************/
.pages {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 70px;
    text-align: center;
}
.pages::before {
    content: "go to page:";
    text-transform: capitalize;
    color: grey;
    font-size: 10pt;
    font-weight: 200;
}
.pages a {
    margin-right: 4px;
    margin-left: 4px;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-weight: 400;
    font-size: 12pt;
    text-align: center;
    background-color: rgba(210,210,210, 0.2);
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
	    border-radius: 7px;
    border: 1px solid rgba(140,140,140, 0.2);
    color: rgb(255, 113, 113);
}
.pages a.page:hover{
    background-color: #c6f0f8;
    background-color: rgba(0,0,0, 0.2);
    color: white;
}
.pages a.page.selected {
    background-color: red;
    border: 2px solid red;
    background-color: rgb(255, 147, 147);
    border: 1px solid rgb(255, 113, 113);
    color: white;
}
.pages a.page.selected:hover {
    opacity: 0.5;
    cursor: default;
}

/****************************
 * HERO BANNER
 ****************************/
#title {
    z-index: -2;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}
img.title {
    margin-top: 185px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    height: 200px;
    padding: 15px;
    opacity: 0.8;
    border-radius: 10px;
    display: block;
}
#heroWrapper {
    position: relative;
    height: 500px;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#heroWrapper .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-size: cover;
    background-color: rgba(192, 192, 192, 0.2);
    background-position: center center;
    text-align: center;
}
.hero_wrap {
    border-radius: 5px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
	    transform-style: preserve-3d;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
#heroWrapper H1 {
    color: white;
    font-size: 50px;
    font-weight: 300;
    font-family: Lato!important;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    white-space: nowrap;
}

/****************************
 * TAGS 
 ****************************/
.tags {
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    width: 96%;
}
.tags ul {
    padding: 0;
    margin: 0;
    clear: both;
    float: right;
    display: table;
    list-style: none;
}
.tags li, .tags a {
    float: right;
    height: 19px;
    line-height: 18px;
    position: relative;
    font-size: 11px;
    padding-bottom: 5px;
}
.tags a:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    float: left;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
}
.tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #DBDBDB transparent transparent;
    border-style: solid;
    border-width: 10px 12px 9px 0;
}
.tags a {
    margin-left: 15px;
    padding: 0 10px 0 12px;
    background: #DBDBDB;
    text-decoration: none;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
       -moz-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
}
.tags a:hover {
    background: #00A1E0;
    color: #fff;
}
.tags a:hover:before {
    border-color: transparent #00A1E0 transparent transparent;
}

/****************************
 * FACEBOOK LINKS
 ****************************/
#fblink, #sitelink {
    z-index: 20;
}
#fblink {
    margin: 0px;
    border: 0px;
    padding-top: 10px;
}
#fblink .fb-like-box {
    margin: 0 auto;
}
#fbutton {
    z-index: 50;
    position: relative;
    padding: 0;
    margin-left: 5px;
    height: 20px;
    top: -25px;
}
#fbutton_new {
    z-index: 10;
    position: relative;
    padding: 0;
    margin-top: 10px;
    float: left;
}

/****************************
 * FOOTER
 ****************************/
#footerWrapper {
    padding-bottom: 20px;
    border-top: 1px solid rgb(224,224,224);
    margin-top: 80px;
    padding-bottom: 50px;
    padding-top: 50px;
}
#footer {
    margin: 0 auto;
    text-align: center;
    height: 80px;
}
#footer img#refreshed {
    margin: 0 auto;
    display: block;
    height: 70%;
}
svg#logo {
    float: left;
    height: 32pt;
    width: 32pt;
    opacity: 0.5;
    margin: 18px 10px 18px 20px;
}
#footer #logo {
    float: left;
    opacity: 0.5;
    margin: 20px 10px 20px 20px;
    padding: 0;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    font-family: Lato!important;
    top: -5px;
    position: relative;
}
#logo:before, #logo:after {
    content: '{';
    font-weight: 100;
    position: relative;
    top: 2px;
    left: 1px;
    font-size: 50px;
    color: #aaa;
}
#logo:after {
    content: '}';
}
#footer .divider {
    border-right: 1px solid #AAAAAA;
    display: inline;
    margin: 0 10px;
    padding: 30px 0;
    position: relative;
    top: 10px;
    float: left;
}
#footer_row2 {
    padding: 20px;
    border-top: 1px solid rgb(224,224,224);
    text-align: center;
}
svg#social {
    width: 32pt;
    width: 40px;
    height: 40px;
    margin: 16px 20px 16px 0px;
    margin: 20px 20px 20px 0px;
}
a.socialIcons {
    opacity: 0.3;
    float: right;
}
a.socialIcons:hover {
    opacity: 0.6;
}
a.socialIcons IMG {
    width: 32px;
    padding: 20px 5px;
}
#sitelink {
    margin: 0 auto;
    font-size: 9pt;
    font-size: 12px;
    font-weight: 200;
    color: rgb(112,112,112);
    float: left;
    padding: 30px 10px;
    line-height: 20px;
    color: #AAAAAA;
}

/****************************
 * CONTENT
 ****************************/
#pageWrapper {
    margin: 50px;
    margin-top: 0px;
    background: whitesmoke url("/images/texture-paper.jpg");
}
#contentWrapper {
    padding: 0px 0.5%;
    border: 0;
    max-width: 1100px;
    margin: 0 auto;
}
#contentWrapper P {
    margin: 0px;
    line-height: 150%;
    color: #3e3e3e;
    text-align: justify;
    font-weight: 300;
    padding: 20px 0.5%;
}
#contentWrapper H1 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2em;
    padding: 0 0.5%;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
    padding: 3% 1.5%;
    text-align: center;
    font-family: Lato;
    border-bottom: 1px solid rgba(52, 163, 228, 0.65);
}
#contentWrapper H2 {
    text-align: center;
    font-family: Montserrat, Lato, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    position: relative;
    text-transform: uppercase;
    color: #676a6f;
    margin: 40px 0;
}
#contentWrapper H2:after {
    content: "";
    width: 50px;
    border-bottom: 1px solid #676a6f;
    display: block;
    margin: 20px auto 0;
    margin: 0 auto;
}
#content {
    position: relative;
    padding: 0px;
    margin: 0px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
#feedback {
    font-style: italic;
    font-family: Georgia!important;
    padding: 30px 10%;
}

/****************************
 * myForm
 ****************************/
#myForm {
    margin-top: 30px;
    margin-bottom: 50px;
}
#myForm fieldset {
    border: 0px solid #781351;
    margin: 0 auto;
}
#myForm P {
    padding: 0.5% 1%;
}
#myForm label {
    width: 44%;
    float: left;
    text-align: right;
    display: block;
    padding: 1% 1%;
    font-size: 12pt;
    line-height: 20pt;
    text-transform: uppercase;
}
#myForm label:after {
    content: "";
}
#myForm input, #myForm select, #myForm textarea {
    color: #781351;
    background: rgba(206, 219, 239, 0.2);
    border: 1px solid #093C8B;
    padding: 1% 1%;
    line-height: 20pt;
    font-size: 15pt;
    font-weight: 200;
    width: 50%;
}
#myForm input {
}
#myForm select {
    height: 34pt;
    width: 52%;
    padding: 1%;
}
#myForm textarea {
    height: 6.5em;
}
#myForm .submit input {
    color: #000;
    background: #E8EEEF;
    line-height: 20pt;
    font-size: 15pt;
    font-weight: 200;
    padding: 0.5% 5%;
    width: auto;
} 
#enquiry H1 {
    font-size: 1.5em;
    color: black;
}
#myForm P#enquiry {
    margin-left: 46%;
    padding-left: 0;
}
#myForm h2 {
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}
div #form_message {
    margin-left: 46%;
    margin-top: 5px;
    font-weight: 200;
}

/* Mobile Menu */
.mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background: rgba(40,40,40,.93);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	    box-sizing: border-box;
    transition: opacity .2s ease;
}
.show {
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
}
#mobile_menu_items {
    text-align: center;
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(3%, -50%);
	-ms-transform: translate(3%, -50%);
	    transform: translate(3%, -50%);
}
#mobile_menu_items .link {
    margin-bottom: 10%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.3em;
    position: relative;
    text-transform: uppercase;
    display: block;
    color: #fff;
}
.mobile_menu_close {
    display: block;
    background: url(/images/close.png) no-repeat;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    -webkit-filter: invert(1);
	-ms-filter: invert(1);
	    filter: invert(1);
    text-indent: -9999px;
    opacity: 0.5;
    transition: opacity .2s ease;
    position: absolute;
}

/* alterations for mobile devices */

@media (max-width: 1023px) {
    #heroWrapper { height: 400px; }
    #heroWrapper H1 { margin-top: 0px; font-size: 45px; }
    .hero_wrap { top: 55%; }
    #pageWrapper { margin: 20px; } .nav_scroll { left: 20px; right: 20px; }
    .nav      { height: 50px; } .nav_scroll      { height: 30px; }
    .nav_logo { height: 30px; } .nav_logo_scroll { height: 20px; }
    .nav_links a { margin-left: 20px; padding: 5px; }

    #contentWrapper, #contentWrapper P, .thumbnail, div#gallery { padding-left: 0.5%; padding-right: 0.5%; }
    .thumbnail {
	width: 49%;
	padding-bottom: 1%;
	margin: 0;
    }
    #contentWrapper P { font-size: 1em; }
    img.title {
	height: 100px;
	margin-top: 160px;
	margin-top: 0px;
    }
    #myForm .submit input {
	line-height: 20pt;
	font-size: 12pt;
    }
    #myForm input, #myForm select, #myForm textarea {
	line-height: 16pt;
	font-size: 12pt;
    }
    #myForm select {
	height: 27pt;
    }
    #myForm label {
	font-size: 10pt;
	line-height: 20pt;
    }
}

@media (max-height: 900px) {
    img.title { margin-top: 0px; height: 100px; }
    #heroWrapper { height: 350px; }
    #heroWrapper H1 { font-size: 50px; }
    .hero_wrap { top: 55%; }
    #pageWrapper { margin: 20px; } .nav_scroll { left: 20px; right: 20px; }
    .nav      { height: 50px; } .nav_scroll      { height: 30px; }
    .nav_logo { height: 30px; } .nav_logo_scroll { height: 20px; }
    #contentWrapper, #contentWrapper P, .thumbnail, div#gallery { padding-left: 0.5%; padding-right: 0.5%; }
    #contentWrapper P { font-size: 1.2em; }
    .thumbnail {
	width: 32.3%;
	padding-bottom: 1%;
	margin: 0;
    }
}

@media (max-width: 767px) {
    #nav_menu ul li { font-size:0.9em; }
    #nav_menu ul ul li { font-size:0.8em; }
    .nav_links { letter-spacing: 0.1em; }
    .nav_scroll { height: 30px; }
    .nav_logo { height: 30px; content: url(/images/SK-logo.png); } .nav_logo_scroll { height: 20px; }
    img.title { margin-top: 110px; }
    img.title { margin-top: 0px; }
    #heroWrapper { height: 300px; }
    #heroWrapper H1 { font-size: 40px; }
    .hero_wrap { top: 53%; }
    #contentWrapper, .thumbnail { padding-left: 0.5%; padding-right: 0.5%; }
    .thumbnail {
	width: 49%;
	padding-bottom: 1%;
	margin: 0;
    }
}

@media (max-width: 600px) {
    #pageWrapper { margin: 0px; padding-bottom: 70px; } .nav_scroll { left: 0px; right: 0px; }
    .nav      { display: none; height: 50px; } .nav_scroll      { height: 30px; }
    .nav_logo { height: 30px; content: url(/images/SK-logo.png); } .nav_logo_scroll { height: 20px; }
    .nav_links { right: 20px; }
    .nav_links a { color: black; font-size: 13px; }
    .nav_logo { -webkit-filter: invert(0); filter: invert(0); left: 20px; }
    .nav_mobile { height: 50px; display: block; left: 0px; right: 0px; background-color: rgba(255,255,255,0.7); }
    img.title {
	margin-top: 100px;
	margin-top: 00px;
	height: 50px;
	border: 1px solid #FFF;
	display: block;
    }
    .thumbnail {
	width: 100%;
	padding-bottom: 3%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
    }
    div#gallery {
	padding-left: 0;
	padding-right: 0;
    }
    .frosted .title { font-size: 14pt; }
    #contentWrapper P {
	font-size: 1.2em;
	font-weight: 200;
	line-height: 120%;
	padding-top: 20px;
	padding-bottom: 20px;
    }
    #contentWrapper {
	padding-left: 0;
	padding-right: 0;
    }
    #contentWrapper B { font-weight: 400; }
    #heroWrapper {
	margin-top: 0px;
	height: 240px;
    }
    #heroWrapper H1 {
	font-size: 21px;
	padding: 8px 12px;
    }
    .hero_wrap { top: 60%; }
    #contentWrapper P, #contentWrapper H1, #contentWrapper H2, .tags {
	padding-left: 2%;
	padding-right: 2%;
    }
    #contentWrapper H2 {
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
    }
    #myForm P {
        padding-bottom: 5px;
        padding-top: 0px;
    }
    #footer {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
	display: block;
	position: relative;
    }
    #footer #logo {
	float: right;
	opacity: 0.5;
	margin: 10px 15px;
	font-size: 40px;
	font-weight: 100;
	line-height: 40px;
	display: inline-block;
    }
    #footer .divider {
	display: none;
    }
    #footer_row2 {
	padding: 20px;
	border-top: 1px solid rgb(224,224,224);
	text-align: center;
	position: relative;
    }
    #fblink {
	margin: 0px;
	border: 0px;
	padding-top: 10px;
	position: absolute;
	top: 50px;
	width: 90%;
	padding-bottom: 40px;
    }
    #sitelink {
	margin: 0px;
	font-size: 9pt;
	font-weight: 200;
	color: rgb(112,112,112);
	width: 90%;
	clear: both;
	position: absolute;
	top: 60px;
	display: block;
	padding: 20px 5%
    }
    a.socialIcons {
	opacity: 0.3;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
    }
    svg#social {
	width: 40px;
	height: 40px;
	margin: 10px 0px 10px 10px;
    }
    .buttons { display: none; }
    .buttons { margin-top: 15px; }
    .buttons img#click {
	border: 0;
	height: 50px;
	float: left;
	width: 70px;
	padding-right: 10px;
    }
    .buttons a {
	padding-bottom: 5px;
    }
    #myForm {
	margin-top: 0px;
	margin-bottom: 10px;
    }
    #myForm fieldset { width: 100%; padding: 0; }
    #myForm .submit input {
        line-height: 20pt;
        font-size: 12pt;
	margin-left: 0;
	width: 100%;
    }
    #myForm input, #myForm select, #myForm textarea {
        line-height: 16pt;
        font-size: 12pt;
	margin: 0;
	width: 97%;
    }
    #myForm select {
        height: 25pt;
	width: 100%;
	padding: 1%;
    }
    #myForm label {
	width: 97%;
	float: none;
	text-align: left;
        font-size: 10pt;
        line-height: 12pt;
	padding: 5px 0px 1px 0px;
    }
    #myForm P#enquiry, div #form_message {
        margin-left: 0;
	padding-left: 2%;
    }
}

@media (max-width: 600px) and (orientation : landscape), (max-width: 767px) and (orientation:landscape) {
    #mobile_menu_items .link {
	margin-bottom: 3%;
	font-size: 15px;
    }
    #heroWrapper {
	height: 300px;
    }
    #heroWrapper H1 {
	font-size: 25px;
    }
    .hero_wrap { top: 55%; }
    .thumbnail, div#gallery, #contentWrapper P, #contentWrapper H1, #contentWrapper H2, .tags {
	padding-left: 1%;
	padding-right: 1%;
    }
    .thumbnail {
	width: 48%;
	padding-bottom: 2%;
    }
    #contentWrapper P {
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
    }
    #myForm P {
        padding-bottom: 5px;
        padding-top: 0px;
    }
    img.title {
	margin-top: 0px;
	border: 1px solid #FFF;
	height: 60px;
	display: block;
    }
}
