/* Table of Contents
==================================================
    #Fonts
    #General
    #Header
    #Content
    #Footer */
/* Fonts
============================= */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600,600italic,700,700italic,800,800italic');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,500,300,200,100,600,700,800,900');
@import 'fonts/font-awesome/stylesheet.css';
@import 'fonts/glyphicons/stylesheet.css';

/* General
============================= */
html {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: none;
    border: solid 10px #e9e9e9;
}

body {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: none;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    color: #58585a;
}

.btn-grey{color: #fff; background: #58585a; text-transform:uppercase;}
.btn-grey:hover{color: #fff;}

.btn-about{color: #fff; border: 2px solid #fff; text-transform:uppercase; padding: 10px;}
.btn-about:hover{color: #fff;}

h1, h2, h3, h4, h5, h6 { font-weight: 300; }
h1 { font-size: 72px; line-height: 80px; text-transform: uppercase; }
h2 { font-size: 24px; line-height: 24px; }

.btn {
    border: 2px solid transparent;
    border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

.btn-default {
    color: #fff;
    background-color: #58585a;
    border-color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #58585a;
    background-color: #fff;
    border-color: #58585a;
}




/* Container
============================= */
div#website-container {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

div#website-container > div.row {
    position: relative;
    height: 100%;
    margin: 0;
}

div#website-container > div.row > [class*="col-"] {
    padding: 0;
}



/* Navigation
============================= */
a#website-logo {
    display: block;
    text-align: center;
    margin: 15px;
}

aside#navigation {
    position: relative;
    height: 100%;
}

div#navigation-container {
    padding: 0 40px;
}

nav#main-navigation {
    position: relative;
    border: 0;
    margin: 0;
    min-height: 0;
    background-color: transparent;
}

.products {
font-size: 12px;
padding: 1px;
border-bottom: 0;

}
nav#main-navigation > div.navbar-header {
    border-bottom: solid 1px #56575b;
}

nav#main-navigation > div.navbar-header > a.navbar-brand {
    display: inline-block; padding: 0; text-align: center;
    font-size: 30px; line-height: 34px;
    height: 101px; width: 34px;
    margin: 4px;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle {
    width: 34px;
    height: 34px;
    border-color: transparent;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 4px;
    padding: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle:hover,
nav#main-navigation > div.navbar-header > button.navbar-toggle:focus {

    border-radius: 0;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -12px;
    width: 24px;
    height: 2px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar-top {
    margin-top: -7px;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar-middle {
    margin-top: -1px;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar-bottom {
    margin-top: 5px;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle:hover > .icon-bar-box > .icon-bar,
nav#main-navigation > div.navbar-header > button.navbar-toggle:focus > .icon-bar-box > .icon-bar {
    background-color: #2e2e2e;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar-middle.convert {
    opacity: 0;
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar-top.convert {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav#main-navigation > div.navbar-header > button.navbar-toggle > .icon-bar-box > .icon-bar-bottom.convert {
    margin-top: -1px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav#main-navigation div.navbar-collapse {
    padding: 0;
    border: 0;
}

nav#main-navigation div#navigation-normal {
    display: block;
}

nav#main-navigation div#navigation-compressed {
    display: none;
}

nav#main-navigation div#navigation-compressed-more {
    display: none;
}

nav#main-navigation li + li {
    margin: 0;
}

nav#main-navigation li {
    position: relative;
}

nav#main-navigation li > a {
    border-radius: 0;
    position: relative;
    display: block;
    text-align: left;
    color: #58585a;
    font-size: 14px;
    line-height: 16px;
    padding: 20px 0;
    border-bottom: solid 1px #b7b7b7;
    font-weight: 300;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

nav#main-navigation li.open > a,
nav#main-navigation li.open > a:hover,
nav#main-navigation li.open > a:focus,
nav#main-navigation li.active > a,
nav#main-navigation li.active > a:hover,
nav#main-navigation li > a:focus,
nav#main-navigation li > a:hover {
    color: #a8405b;
    background: none;
}

nav#main-navigation li > a > span {
    opacity: 0;
    float: right;
    height: 100%;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    font-family: 'FontAwesome', arial, sans-serif;

}

nav#main-navigation li > a > span:before {
    content: "\f105";
}

nav#main-navigation li.open > a > span,
nav#main-navigation li.open > a:hover > span,
nav#main-navigation li.open > a:focus > span,
nav#main-navigation li.active > a > span,
nav#main-navigation li.active > a:hover > span,
nav#main-navigation li.active > a:focus > span,
nav#main-navigation li > a:focus > span,
nav#main-navigation li > a:hover > span {
    opacity: 1;
}

nav#main-navigation li > ul.dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section#navigation-footer {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
}

/* Banner
============================= */
section#page-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/rosebank_craft_market.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-artifact {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Artifact.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-bracelet {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Bracelet.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-jewellery {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Jewellery.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-necklace {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Necklace.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-painting {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Painting.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-prints {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Prints.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-sculptures {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Sculptures.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner-wall-art {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url('../img/African-Wall-Art.jpg') no-repeat left center;
    background-size: cover;
}

section#page-banner:before, #page-banner-artifact:before, #page-banner-bracelet:before, #page-banner-jewellery:before, #page-banner-necklace:before, #page-banner-painting:before,
#page-banner-prints:before, #page-banner-sculptures:before, #page-banner-wall-art:before  {
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.3);
}



.page-banner-content,
.page-banner-hours {
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 200px 50px 50px 50px;
    display: block;
}


.page-banner-hours {
    padding-top: 50px;
}

.page-banner-content > .banner-title {
    font-size: 176px; line-height: 130px;
    margin-bottom: 15px;
}



.page-banner-content > .banner-subtext-01 {
    font-size: 24px; line-height: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-banner-content > .banner-subtext-02 {
    font-size: 32px; line-height: 28px;
    margin-bottom: 15px;
}

.page-banner-content > .banner-subtext-03 {
    font-size: 30px; line-height: 26px;
    margin-bottom: 15px;
}

/* Content
============================= */
section#content {
    position: relative;
    height: 100%;
}


div#content-container {
    position: relative;
    width: 100%;
    height: 100%;
}


div#content-container-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 15px 15px;
}

div.row.intro {
    background: #fff;
    height: 30%;
    margin: 0;
}
div.row.intro > [class*="col-"] {
    position: relative;
    height: 100%;
    padding: 0;
}
div.row.intro > div.image {
    background: url('../img/rosebank_craft_market1.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100px;
}
div.row.intro div.text {
    padding: 30px;
    font-size: 14px;
}
div.row.intro div.text div.text-title {
    font-size: 22px; line-height: 45px;
}
div.row.intro div.text div.text-title-01 {
    font-size: 68px; line-height: 64px;
}

div.row.hours {
    background: #acc335;
    height: 40%;
    margin: 0;
}
div.row.hours > [class*="col-"] {
    position: relative;
    height: 100%;
    padding: 0;
}
div.row.hours > div.image {
    background: url('../img/rosebank_craft_market2.jpg') no-repeat center bottom;
    background-size: contain;
    min-height: 100px;
}
div.row.hours div.text {
    padding: 30px;
    font-size: 14px;
}
div.row.hours div.text div.text-title {
    font-size: 100px; line-height: 60px; padding-bottom:20px;
}
div.row.hours div.text div.text-title-01 {
    font-size: 16px; line-height: 18px;
    margin-bottom: 5px;
}

div.row.gallery {
    background: #fff;
    height: 30%;
    margin: 0;
}
div.row.gallery > [class*="col-"] {
    position: relative;
    height: 100%;
    padding: 0;
}
div.row.gallery > div.image {
    background: url('../img/rosebank_craft_market3.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100px;
}
div.row.gallery div.text {
    padding: 30px;
    font-size: 14px;
}
div.row.gallery div.text div.text-title {
    font-size: 60px; line-height: 54px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #a6a6a7;
}
div.row.gallery div.text a.text-title-01 {
    display: block;
    font-size: 16px; line-height: 18px;
}
div.row.gallery div.text a.text-title-01 > span {
    float: right;
}
div.row.gallery div.text a.text-title-01:hover,
div.row.gallery div.text a.text-title-01:focus {
    text-decoration: none;
}

div#map-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.eventpic {padding-top:25px}
.margin-padding {margin: 5px 8px; }
.float-right-event {float:right; }


/* Footer
============================= */
footer {
    text-align: center;
    padding: 5px;
    font-size: 12px;
    background: #58585a;
    color: #fff;
}

footer a {
    font-size: 12px;
    color: #fff;
}

footer a:hover, footer a:focus {
    color: #aaa;
    text-decoration: none;
}

a.social-icon {
    font-size: 40px;
}
