.top-banner-wrapper {
    margin-bottom: 50px;
}

.top-banner-text {
    position: relative;
    z-index: 1000;
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
}

.top-banner-image {
    position: absolute;
    top: 0;
}

.top-banner-button {
    background: white;
    font-family: 'Lato', sans-serif !important;
    margin-left: 10px;
}

.fa-chevron-circle-right {
    color: #f59b9a;
}

/** Disable responsive */
.container {
    width: 970px !important;
    max-width: none !important;
}

.full-container {
    min-width: 970px !important;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

body {
    font-family: 'Lato', sans-serif;
}

/************GENERAL STYLESHEET**************/
.container{
    padding: 0;
}

/************HEADER*************/
header .pull-right{
    padding: 33px 10px;
    text-align: right;
}

header .pull-right p{
    margin-bottom: 5px;
    font-size: 18px;
    color: #b3a27f;
}

header .pull-right p .greentext{
    font-size: 16.9px;
}

.nav>li>a{
    padding: 0 15px;
    border-right: 1px solid #beb095;
    text-transform: uppercase;
    margin-top: 15px;
}

.navbar{
    font-size: 17px;
    border: 0;
    background-image: url('../images/navbar.png');
    background-position: 50% 50%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #86624f;
}

.navbar-default .navbar-nav>li>a:hover{
    text-decoration: underline;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    /*background-color: #e5c67e;*/
    color: #86624f;
    background-color: #f7e9c8;
}

.navbar-brand {
    margin-top: -3px;
    margin-left: 15px;
}
.container>.navbar-header {
    margin-right: 0px;
}

.nav #nav-last a{
    border:0;
}

/*@media (max-width: 992px) {*/
    /*.navbar{*/
        /*font-size: 14px;*/

    /*}*/
    /*.nav>li>a{*/
        /*padding: 0 5px;*/
    /*}*/
/*}*/

/************CLOSE HEADER************/

/************FOOTER************/

footer {
    min-height: 130px;
    /*background: url("../images/footer.png?1") bottom center #aca69b repeat-x;*/
    background: url("../images/footer-plain.png") bottom center #aca69b repeat-x;
    border-top: 1px solid white;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.footer .container {
    position: relative;
}

.mint-logo {
    position: absolute;
    top: 96px;
    right: 0px;
}

.footer-brush {
    position: absolute;
    top: 20px;
    left: 120px;
    font-weight: 700;
}

.footer a,
.footer a:visited,
.footer a:hover,
.footer a:active {
    color: #fff;
}

footer .pull-right,
footer .pull-left{
    margin-top: 30px;
}

footer ul{
    padding-left: 0;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px;
}

footer ul li {
    display: inline;
}


footer ul li img{
    vertical-align: top;
}

.footer-text {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 13px;
}

/************CLOSE FOOTER************/



.title{
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.title h1{
    margin-left: 15px;
    color: #738146;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
}

.greentext {
    color: #aec366;
}

.pinktext {
    color: #F88486;
}


/*********************/
article {
    margin-bottom: 80px;
    text-align: center;
}
article img{
    opacity: 1;
    /*transition: all .3s; this creates a shudder */
}
article img:hover{
    opacity: 0.8;
    box-shadow: 0 0 10px #333;
}

.title-pink,
.title-pink a {
    color: #e97f7e;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 21px;
}

.title-green {
    color: #738146;
    text-transform: uppercase;
}

#steps h2,
#steps h3 {
    text-transform: uppercase;
}

#steps h2 {
    color: #b6c978;
}

@media (min-width: 1px) { /* 767 */
    #contactbox{
        position: absolute;
        top: 50px;
        right: 10px;
    }

    article{
        text-align: left;
    }

    #joinus section{
        margin-top: 20px;
    }
    #joinus .container  #sec2{

    }
    #joinus .container #sec1, #joinus .container #sec2{
        min-height: 200px;
    }
    #steps td p{
        font-size: 13px;
        line-height: 15px;
    }

    #noexp #noexp-content{
        text-align: left;
    }
}
@media (min-width: 1px) { /* 990 */
    #steps td p{
        font-size: 15px;
        line-height: 17px;
    }
    #joinus .container #sec1{
        background-image: url("../images/joinbg1.png?1");
        background-repeat: no-repeat;
        background-position: 0 0;
        padding-left: 100px;
    }
    #joinus .container #sec2{
        background-image: url("../images/joinbg2.png?1");
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) 0;
        padding-right: 70px;
    }

    #noexp{
        padding-top: 75px;
        margin-top: -120px;
    }

    #joinus #sec1,#joinus #sec2{
        margin-top: -30px;
        padding-top: 30px;
        z-index: 5;
    }

    #joinus section{

    }
}

/********************************************/
h1{
    color: #738146;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

h2{
    color: #FFF;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
}

h3{
    color: #e97f7e;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

h4{
    color: #646c49;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

h5{
    color: #FFF;
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
}

h6{
    color: #e97f7e;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

p, li {
    font-size: 16px;
    color: #414141;
    line-height: 21px;
    font-weight: 300;
}

.cms-content ul,
article ul{
    list-style: none;
}

.cms-content ul,
.cms-content ol,
article ul,
article ol{
    margin: 0px;
    padding: 0px;
}

.cms-content ul li,
article ul li{
    /*padding-left: 28px;*/
    background: url('../images/li-image.png?1') no-repeat 0px 4px;
    padding: 1px 0px 1px 28px;
}

.list-inline li {
    background: none;
    padding: 0px 5px;
}


pre{
    font-size: 16px;
    color: #414141;
}

blockquote{
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    color: #1f5b84;
}

a:hover{
    text-decoration: none;
}

.feat-img{
    max-width: 545px;
    padding: 5px;
}

.NewsPage .feat-img{
    max-width: 390px;
}

.thumbnail{
    max-width: 230px;
    border: 0;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    z-index: 2;
    color: #fff;
    background-color: #a1ba4b;
    border: none;
    cursor: default;
    font-weight: 500;
    font-size: 14px;
}

.pagination>li>a, .pagination>li>span{
    border: none;
    color: #3c3c3c;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 0;
}

/**********CAROUSEL**********/

.carousel{
    padding-left: 0;
    padding-right: 0;
}

.carousel .item img{
    width: 100%;
}

.carousel-control img {
    position: absolute;
    top: 50%;
}

.carousel-control{
    z-index:100;
}
.carousel-control.left,.carousel-control.right{
    background-image: none;
}

.carousel .left img{
    left:5px;
    z-index: 100;
}

.carousel .right img{
    right: 5px;
    z-index: 100;
}

.carousel #carousel-frame{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.carousel #carousel-frame img{
    width: 100%;
    height: 100%;
}

/************STEPS*************/

#steps{
    margin-top: 20px;
    display: block;
    float: right;
    padding: 0;
}

#steps td{
    padding: 5px;
}

#steps h3{
    font-size: 22px;
    font-weight: 100;
    margin: 0;
}

/************JOIN US*************/

#joinus, #noexp{
}

#joinus  #sec1 #joinusfor{
    color: #738146;
    font-size: 25px;
}

.btn {
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #515050;
}

.btn:hover{
    color: #242323;
}

.yellowbutton {
    background-color: #ffdc73;
    border-bottom: 2px solid #d2a00b;
}

.greenbutton {
    background-color: #63bc67;
    border-bottom: 2px solid #48884b;
    color: #1c1c1c;
}


.homebutton{
    margin-right: 30px;
}

/************NO EXP**************/

#noexp{
    padding-bottom: 75px;
    background: url("../images/bg.png") top repeat-x;
    text-align: center;
    background-position:50% 50%;
}

#noexp .container{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#noexp img{
}

#noexp p{
    font-size: 17px;
}

#artistintrobox{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 370px;
    margin-top: 20px;
    height: 245px;
    background: url("../images/artistintro.png") top no-repeat;
}

#artistintrobox img{
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 58px;
}

#artistintrobox #artistintro{
    display: block;
    width: 200px;
    float: right;
    margin-top: 20px;
    margin-right: 50px;
    text-align: left;
}

#artistintrobox h2{
    color: #b6c978;
}

/*@media (max-width: 992px) {*/
    /*#noexp .container{*/
        /*background-color: #AEC466;*/
    /*}*/
/*}*/

/**********UPCOMING**********/
#upcoming{
    margin-top: -60px;
}

#upcoming #text h4{
    font-weight: 500;
    text-align: left;
}

#upcoming #text p{
    text-align: left;
}
#upcoming #text{
    padding-left: 35px;
    padding-right: 25px;
}
#upcoming .gallery-image > img{
    width: 98%;
}
#upcoming .gallery-image{
    margin-bottom: 5px;
}

/**********GALLERY**********/

.gallery {
    max-width: 970px;
    display: block;
    margin: 0 auto 10px auto;
}
.gallery .gallery-image:hover .gallery-crump{
    bottom:0;

}
.gallery .gallery-image{
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    max-height: 150px;
}

.gallery .gallery-image > img {
    width: 100%;
}

.gallery .gallery-image .gallery-crump{
    width: 100%;
    display: block;
    position: absolute;
    bottom:-120px;
    font-size: 20px;
    font-weight: 300;
    transition: all .3s;
    text-align: center;
}

.gallery .gallery-image .gallery-crump p{
    background-color: #9bb448;
    padding: 20px;
    color: #FFF;
    margin-bottom: 0;
}


.gallery .gallery-image .gallery-crump img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;

}

/************ARTIST HOLDER***************/

/*@media (max-width: 767px) {*/
    /*.ArtistHolder .thumbnail{*/
        /*margin: 0 auto 20px auto;*/
    /*}*/
/*}*/

/************ARTIST PAGE*****************/
.ArtistPage h3 {
    margin-bottom: 25px;
}

.ArtistPage h4 {
    font-size: 23px;
    font-family: lato;
    font-weight: 300;
}

/*@media (max-width: 990px) {*/
    /*article{*/
        /*text-align: center;*/
    /*}*/
/*}*/

/************CLASS HOLDER*****************/
.CalendarPage h4{
    color: #aec466;
}

.calendar{
    max-width: 970px;
    margin: 0 auto 80px auto;
}

.divider{
    background-image: url('../images/class-holder.png');
    background-repeat: no-repeat;
    background-position: 50% -15px ;
    min-height: 80px;
    margin-bottom: -80px;
}

.calendar tr th{
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #f2d9d9;
    color: #FFF;
    text-align: center;
    max-width: 40px;
    overflow: hidden;
    height: 48px;
}

.calendar tr #thf{
    border-left: 0;
}

.calendar tr #thl{
    border-right: 0;
}

.calendar-day {
    width:14.2%;
    height: 60px;
    border: 1px solid #f2d9d9;
    position: relative;
    padding: 0px !important;
}

.calendar-day-number {
    padding: 0px 4px 0px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #f79b9a;
}

.calendar-current-day {
    /* We have to go double and important to override */
    border: 1px double #f89695 !important;
}

.calendar-event {
    /*background: linear-gradient(135deg, #e7edd1 50%, #f1f4e3 50%);*/
    background: linear-gradient(to bottom right, #e7edd1 50%, #f1f4e3 50%);
    padding: 0px 0px 8px 0px;
    color: #000;
}

.calendar-event img {
    margin-top: 8px;
}

.calendar-event-alt {
    background: linear-gradient(to bottom right, #fae9c9 50%, #fcf2df 50%);
}

.calendar-event-private {
    background: linear-gradient(to bottom right, #fbd3d3 50%, #fce0e0 50%);
}

.calendar-event-title {
    padding: 0px 13px;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    line-height: 1.2;
}

.calendar-event-location {
    color: #424242;
    padding: 3px 10px 2px 13px;
    font-size: 13px;
}

.calendar-event:hover .calendar-event-title {
    color: #fff;

    background-image: url('../images/paint-swish-3-lines.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.calendar-event:hover img {
    box-shadow: 2px 2px 4px 0px rgba(128,128,128,1);
}

.calendar-event-time {
    padding: 0px 12px 2px 13px;
    font-size: 14px;
    font-weight: 300;
    color: #414141;
}

.calendar-event-seats {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #58595b;
    color: #58595b;
    padding: 4px 0px 0px 35px;

    background-image: url('../images/stool-small.png');
    background-position: 10px 5px;
    background-repeat: no-repeat;
}

.calendar tr td .callendate{
    display: block;
    text-align: left;
    color: #f79b9a;
}

.calendar tr td .callentent p{
    text-align: left;
    font-size: 13px;
}

.calendar tr td .callentent img{
    max-width: 100%;
}




/************CLASS PAGE***************/
.price {
    font-size: 25px;
    margin-top: 30px;
}

.price span{
    font-weight: bold;
}

/**************CONTACT*************/

#map{
    position: relative;
    background-color: #B3D1FF;
    overflow: hidden;
}

#map #map_canvas{
    min-height: 380px;
}

#contactbox{
    height: 270px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 15px;
    background: url("../images/contactbg-sm.png") top center no-repeat;
}

#contactbox ul{
    position: relative;
    margin-top: 65px;
    margin-left: 10px;
    list-style: none;
}

#contactbox ul li {
    font-size: 18px;
    color: #808080;
    position: relative;
    margin-bottom: 20px;
}

#contactbox ul li .contacticon{
    width: 40px;
    display: block;
    float: left;
}

#contactbox ul li #contactaddress{
    overflow: hidden;
}

.ContactPage h4{
    font-family: lato;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 50px;
}

.message.required {
    color: red;
}

.myform-group{
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

input.text,
textarea.textarea {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aca69b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.myform-group  .text{
    width: 49%;
}

.myform-group textarea{
    min-height: 150px;
}

input.small-text {
    padding: 2px 5px;
    font-size: 14px;
}


/***************FAQ PAGE****************/
/*********ACCORDION***********/

.panel{
    border: 0;
    border-bottom: 1px solid #e2ecc4;
}

.panel-default .panel-heading{
    padding-left: 0;
}

.panel-default .panel-title {
    margin-left: 20px;
    margin-top: 5px;
    padding: 10px;
    background-color: #f79b9a;
}

.panel-default .panel-title .accordion-title{
    font-size: 23px;
    padding: 20px 57px;
    margin-top: -15px;
    margin-left: -20px;
    width: 150px;
    background: url("../images/accordionbar.png") left bottom no-repeat;
    color: #FFF;
    font-weight: bold;
}

.panel-default .panel-title .accordion-button{
    padding: 9px 15px;
    text-align: right;
    margin-top: -15px;
    margin-right: -25px;
    width: 150px;
    background: url("../images/accordionbar2.png") right bottom no-repeat;
}

.panel-body {
    padding-left: 40px;
    text-align: justify;
}


/**************Gallery***************/
.gallery{
    overflow: hidden;
    text-align: center;
}

.gallery-image{
    padding-bottom: 10px;
    overflow: hidden;
}

.loadmore{
    background-color: #aec466;
    border: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
}

/***************NEWS HOLDER*****************/
.news-date{
    font-size: 14px;
    color: #aec466;
    margin-bottom: 0;
}

.NewsHolder h2 a{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.NewsHolder p,
.NewsHolder h2 {
    margin-left: 50px;
}

.NewsHolder .thumbnail{
    border: none;
    margin: 10px auto;
}

/***** ENQUIRE PAGE ******/
.EnquiryPage div.field {
    display: inline-block;
    min-height: 95px;
    vertical-align: top;
}


.EnquiryPage form {
    width: 800px;
}

.EnquiryPage textarea {
    width: 490px;
}

/*@media (max-width: 900px) {*/
    /*.EnquiryPage form {*/
        /*width: 550px;*/
    /*}*/
/*}*/

/*@media (max-width: 570px) {*/
    /*.EnquiryPage form {*/
        /*width: 450px;*/
    /*}*/

    /*.EnquiryPage textarea {*/
        /*width: 430px;*/
    /*}*/
/*}*/


.EnquiryPage input,
.EnquiryPage textarea {
    margin-right: 20px;
    margin-bottom: 0px;
}



.EnquiryPage button {
    margin-top: 10px;
}

/******* Event Page ******/
.Event .continue {
    display: none;
}

/********/
hr {
    border: none; /* Remove all other borders*/
    border-top: 1px solid #aec466;
    margin: 20px 0px;
}

hr:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

hr:after {
    background: url('../images/hr-image.png?1') no-repeat top center;
    content: "";
    display: block;
    height: 52px;
    position: relative;
    top: -26px; /* half the height of the ornament */
    clear: both;
}

.coupon-status {
    margin-bottom: 5px;
}

.coupon-status .error {
    color: red;
}

.coupon-status .success {
    color: green;
}

/*Dropdown nav*/

.has-dropdown:hover + .custom-dropdown {
    display: block;
}

.custom-dropdown:hover {
    display: block;
}

.custom-dropdown {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #F7EAC8;
    position: absolute;
    width: 100%;
    display: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 100;
}

.custom-dropdown li {

}

.custom-dropdown li a {
    color: #86624f;
    display: block;
    padding: 15px;
}

.custom-dropdown li a:hover {
    color: #333;
    text-decoration: underline;
}

.voucher-question-wrapper {
    display: table;
    width: 100%;
}

.voucher-inner-wrapper {
    display: table-cell;
    /*text-align: center;*/
}

.voucher-question {
    display: inline-block;
    text-align: center;
}

.voucher-qty-field {
    width: 55px;
    padding: 5px 8px 5px 8px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    outline: 1px solid #aeaeae;
    border-radius: 0px;
    height: 34px;
    margin-left: 5px;
    background: url(../images/arrow_down.png) no-repeat 80% 50% #fff;
   -webkit-appearance: none;
       -moz-appearance: none;
   background-position-x: 30px;
}

.voucher-qty-field:before {
    content: " ";
    width: 10px;
    height: 34px;
    background: black;
    display: block;

}

.small-margin {
    margin: 0 0 10px 0;
}

.branch-text{
    display: block;
    color: #e97f7e;
    font-size: 16px;
    margin: 0 0px 5px 103px;
    position: relative;
    top: 0px;
    font-style: italic;
}

.branch-link {
    display: inline-block;
    color: #e97f7e;
    font-size: 16px;
    font-style: italic;
}

.studio-name {
    color: #AEC566 !important;
    font-weight: 700;
}

.checkbox {
    padding-left: 0;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label {
    position: relative;
    display: inline-block;
    color: #555;
    padding-left: 22px;
    font-size: 16px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.checkbox label::before{
    height: 17px;
    width: 17px;
    border: 1px solid #aca69b;
    left: 0;
    top: 2px;
}

.checkbox label::after {
    height: 6px;
    width: 12px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 3px;
    top: 7px;
}

.checkbox input[type="checkbox"] + label::after {
    content: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}