body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 81px;
}

img {
    max-width: 100%;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-info {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.btn-yellow, .btn-yellow:hover, .btn-yellow:focus {
    background: #f8c100;
    color: #000;
    text-decoration: none;
    border: none;
}

.btn-dark, .btn-dark:hover, .btn-dark:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
    border: none;
}

.btn-dark, .btn-yellow {
    display: block;
    text-align: center;
    padding: 13px 30px 10px;
    border-radius: 0;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
}

.btn-dark:hover, .btn-yellow:hover {
    opacity: .8;
}

.btn-large {
    font-size: 22px;
}

.btn-medium {
    font-size: 18px;
}

.btn-small {
    font-size: 15px;
}

.downloadbtn {
    width: 100%;
}

.content {
    margin-bottom: 30px;
}

.bottom-space {
    position: relative;
    margin-bottom: 10px;
}

/*----------------------------------------------
					header
------------------------------------------------*/

#top-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    background: #fff;
}

#top-menu.tiny {
    min-height: auto;
}

#top-menu.tiny .navbar-brand {
    width: 200px;
}

#top-menu.navbar {
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.navbar-default {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.navbar-default .navbar-brand {
    padding: 17px 15px 26;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.tiny {
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #e8e8e8;
    border-bottom-width: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.tiny .navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.tiny .navbar-brand {
    padding: 0px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.navbar-default .navbar-nav > li > a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.tiny .navbar-nav > li > a {
    font-size: 17px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.navbar-default .navbar-nav > li > a {
    color: rgba(25, 25, 25, 1);
    background-color: rgba(255, 255, 255, 1);

}

#top-menu.navbar-default .navbar-nav > li > a:hover,
#top-menu.navbar-default .navbar-nav > li > a:focus {
    color: rgba(25, 25, 25, 1);
    background-color: rgba(255, 255, 255, 1);
}

#top-menu.navbar-default .navbar-nav > li > a:hover:after,
#top-menu.navbar-default .navbar-nav > li > a:focus:after {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    content: "";
    background: #f8c100;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu.navbar-default .navbar-nav > .active > a,
#top-menu.navbar-default .navbar-nav > .active > a:hover,
#top-menu.navbar-default .navbar-nav > .active > a:focus {
    color: rgba(25, 25, 25, 1);
}

#top-menu.navbar-default .navbar-toggle {
    border-color: #000;

}

#top-menu.navbar-default .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 8px;
}

#top-menu.tiny .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
}

#top-menu.navbar-default .navbar-toggle:hover,
#top-menu.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

#top-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

#top-menu.navbar-default .navbar-toggle:hover .icon-bar,
#top-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #aeaeae;
}

/*----------------------------------------------
						slider					 
-----------------------------------------------*/
.slider-area {
    overflow-x: hidden;
    font-family: 'Fjalla One', sans-serif;
}

#slider .flex-direction-nav,
#carousel .flex-direction-nav
{
    opacity: .3;
    filter: alpha(opacity=1);
    cursor: default;
    z-index: 0;
}

#slider .flex-direction-nav:hover,
#carousel .flex-direction-nav:hover
{
    opacity: 1;
    filter: alpha(opacity=1);
    cursor: default;
    z-index: 0;
}

#slider .flex-direction-nav .flex-disabled,
#carousel .flex-direction-nav .flex-disabled
{
    opacity: 1 !important;
    filter: alpha(opacity=1);
    cursor: default;
    z-index: 0;
}

#slider .slides li {
    position: relative;
}

#slider .slides li .slider-text {
    position: absolute;
}

#slider .slides li .slider-text h4 {
    display: inline-block;
    padding: 5px;
    color: #000;
    background: #f8c100;
}

#slider .slides li .slider-text h1 {
    display: block;
    padding: 5px;
    color: #fff;
    background: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

#slider .slides li .slider-text h5 {
    display: inline-block;
    padding: 5px;
    color: #fff;
    background: #000;
    margin-top: 0px;
}


#carousel {
    padding: 0px 0px 30px;
    max-height: 260px;
    /*overflow: hidden;*/
}

#carousel .thumb {
    text-align: center;
    background: #fff;
    display: block;
    position: relative;
    margin-top: 30px;
    width: 200px;
    float: left;
}

#carousel .thumb:after {
    position: absolute;
    content: "";
    height: 1px;
    Width: 180px;
    bottom: 0;
    left: 0;
    background: #e8e8e8;
}

#carousel .thumb:hover:after {
    position: absolute;
    content: "";
    height: 1px;
    Width: 180px;
    bottom: 0;
    left: 0;
    background: #f8c100;
}

#carousel .thumb img {
    display: block;
    cursor: pointer;
    width: 184px;
    height: 135.73px;
}

#carousel .thumb img:hover {
    opacity: 1;
}

#carousel .flex-active-slide {
    position: relative;
}

#carousel .flex-active-slide:after {
    position: absolute;
    content: "";
    height: 2px;
    Width: 180px;
    bottom: 0;
    left: 0;
    background: #f8c100;
}

#carousel .flex-active-slide img {
    opacity: 1;
}

#carousel .thumb .name {
    Text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}

#carousel .thumb .tour-name {
    font-size: 16px;
    color: #646464;
    display: flex;
    height: 45px;
    flex-direction: column;
    justify-content: flex-end;
}

#carousel .flex-direction-nav a {
    margin-top: -57px;
}

/*
#carousel .flex-active-slide .tour-name{
	color:#fff;
}

*/
/*---------------------------------------------
				content area
-----------------------------------------------*/
.content-area {
    padding-top: 30px;
    padding-bottom: 50px;
}

.bordered-title {
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-top: 25px;
    font-family: 'Fjalla One', sans-serif;

}

.borderless-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-family: 'Fjalla One', sans-serif;

}

/*-------- video slider ---------*/
#video-gallery {
    width: 100%;
    font-family: 'Fjalla One', sans-serif;
}

.videoGallery .rsTmb {
    padding: 10px 20px;
}

.videoGallery .rsThumbs .rsThumb {
    width: 220px;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

.videoGallery .rsThumbs {
    width: 220px;
    padding: 0;
}

.videoGallery .rsThumb:hover {
    background: #fcfbfb;
    color: #000;
}

.videoGallery .rsThumb.rsNavSelected {
    background-color: #f8c100;
    border-bottom: -color #02874A;
}

.videoGallery .rsThumb.rsNavSelected:hover {
    background: #fcfbfb;
    color: #000;
}

.sampleBlock {
    left: 3%;
    top: 1%;
    width: 100%;
    max-width: 400px;
}

/*--------- highlights area ---------*/
.single-highlight {
    position: relative;
    max-width: 250px;
    margin-bottom: 15px;
}

.single-highlight img:hover {
    opacity: 1.0;
    border: 1px double #000000;
}

.highlight-text {
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-left: 10px;
    margin-bottom: 5px;
    z-index: 9;
}

.highlight-text h4 {
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.highlight-text p {
    font-weight: 300;
    color: #e4e4e4;
    font-size: 13px;
}

.opace-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    z-index: 9;
}

/*----------- Home page latest news area -----*/
/*---- .panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f0d7";   
    float: right; 
    color: grey;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f0da";
} ------*/
.panel-heading [data-toggle="collapse"]:after {
    color: #000;
    font-family: FontAwesome;
    content: "\f0d9";
    float: right;
    font-size: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    color: #C1C1C1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.latest-news-area .panel {
    border: none;
    box-shadow: none;
}

.latest-news-area .panel-title {
    font-size: 20px;
}

.latest-news-area p {
    color: #121212;
    font-size: 13px;
    font-weight: 400;
}

.latest-news-area .panel-heading {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-top: 1.5px solid #E6E5E5;
    border-radius: 0;
    padding-top: 15px;
}

.latest-news-area .panel-heading [data-toggle="collapse"] {
    color: #000;
}

.latest-news-area .panel-heading [data-toggle="collapse"].collapsed {
    color: #C1C1C1;
}

.latest-news-area .panel-heading a:hover, .latest-news-area .panel-heading a:focus {
    text-decoration: none;
}

.latest-news-area .panel-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #c1c1c1;
    font-size: 13px;
}

.latest-news-area .panel-body img {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}

.latest-news-area .panel-group .panel-heading + .panel-collapse > .list-group, .latest-news-area .panel-group .panel-heading + .panel-collapse > .panel-body {

    border-top: none;
}

/*------------ Gallery Image --------*/
.gallery-img {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

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

.gallery-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: none;
    text-align: center;
    font-size: 40px;
}

.gallery-img-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -20px;
}

.gallery-img:hover .gallery-img-overlay {
    display: block;
}

/*------ sidebar area -----*/
.sidebar .sidebar-download {
    display: flex;
    flex-direction: column;
}

.sidebar .sidebar-download-area {
    order: 2;
}

.sidebar .sidebar-download-area.top {
    order: 1;
}

.sidebar-calendar {
    margin-bottom: 20px;
}

.latest-post .post-title, .recent-post ul li .post-title {
    margin-bottom: 1px;
}

.latest-post .post-title {
    color: #000;
}

.latest-post .post-meta {
    font-size: 16px;
}

.latest-post .post-excerpt {
    font-size: 14px;
    color: #ababab;
}

.sidebar-latest-news ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar-latest-news p a {
    color: inherit;
    font-weight: bold;
}


.sidebar-latest-news ul li {
    list-style: none;
    padding-left: 0px;
    color: #000;
    padding: 8px 0px;
    position: relative;
}

.sidebar-latest-news ul li span {
    display: block;
    color: #333;
    font-size: 10px;
    margin-top: 5px;
}

.sidebar-latest-news ul li h4 {
    margin-top: 5px;
    margin-bottom: 2px;
}

.sidebar-latest-news ul li h4 a {
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.sidebar-latest-news .post-date {
    margin-bottom: 0px;
    color: #000;
}

.latest-post ul li a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    color: #000;
    display: block;
}

/*------ event slider ------*/
#events .flex-direction-nav a {
    top: 0;
    margin-top: -50px;
    background: transparent;
}

#events .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=1);
    cursor: default;
    z-index: 0;
}

#events .slides ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

#events .slides ul li {
    border-bottom: 1px solid #D8D6D6;
    padding: 5px;
    margin-bottom: 2px;
    color: #000;
    clear: both;
}
#events .slides ul li .event-day {
    min-width: 78px;
    float: left;
    clear: both;
}

#events .slides ul li .event-date {
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    float: left;
    text-transform: uppercase;
    line-height: 35px;
    padding-right: 10px;
}

#events .slides ul li .event-month {
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    padding-right: 10px;
}

#events .slides ul li .event-Place {
    font-family: 'Fjalla One', sans-serif;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
}

#events .slides ul li .event-availability {
    float: right;
    font-family: 'Fjalla One', sans-serif;
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
    padding-right: 18px;
}

#events .slides ul li .available {
    color: #000;
}

#events .slides ul li .optioned {
    color: #000;
}

#events .slides ul li .booked {
    color: #D3D3D3
}

#events .slides .inactive-slide {
    height: 1px;
}

#events .slides li.flex-active-slide {
    height: auto;
}

#month .slides .thumb h5 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

#month .thumb {
    text-align: center;
}

.sidebar-tour {
    margin-bottom: 10px;
    overflow: hidden;
}

.sidebar-tour-image {
    width: 40px;
    margin-right: 10px;
    float: left;
}

.sidebar-tour-date {
    width: 32px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 32px;
    float: left;
    text-transform: uppercase;
    line-height: 40px;
    margin-right: 10px;
}

.sidebar-tour-month {
    width: 20px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    padding-top: 3px;
    float: left;
}

.sidebar-tour-availability {
    font-family: 'Fjalla One', sans-serif;
    color: #F8C100;
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
}

.sidebar-tour-book {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 0px;
    float: right;
}

.sidebar-tour-book:hover {
    background: #F8C100;
    color: #333;
}

/*-------- breadcrumb area --------*/
.breadcrumb-area {
    text-transform: uppercase;
    padding-top: 30px;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #e2e2e2;
}

.page-breadcrumb h3 {
    margin-bottom: 3px;
    font-weight: 700;
    font-family: 'Fjalla One', sans-serif;
}

.page-breadcrumb h3 span {

}

/*--------- Calendar area --------------*/
#sidebarCalendar {
    font-family: 'Fjalla One', sans-serif;
}

#sidebarCalendar .fc-toolbar h2 {
}

.fc-unthemed .fc-today {
    background: #F8C100;
}

.fc-state-default, .fc-state-default:focus {
    background: none;
    border: none;
    box-shadow: none;
}

.fc-state-default:hover {
    color: #f8c100;
}

.fc-unthemed td.fc-widget-header, .fc-unthemed th.fc-widget-header {
    border-color: #fff;
    font-family: 'Roboto', sans-serif;
}

.fc-toolbar h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.fc-basic-view .fc-body .fc-row {
    min-height: auto;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

/*--------- Portfolio area ------------*/
.roster-area {
    padding-top: 50px;
    padding-bottom: 140px;
}

.roster .mix {
    display: none;
    position: relative;
    padding-top: 30px;
    padding-bottom: 5px;
}

.roster .mix img {
    display: block;
    margin: 0 auto;
}

.roster .mix h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
}

.roster .mix p {
    text-align: center;
    color: #A2A2A2;
    display: none;
}

.roster .mix:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #dcdcdc;
    bottom: 0;
    left: 5%;
}

.pagination-wrapper {
    clear: both;
}

ul.roster-name,
ul.alphabet-filter,
ul.pagination {
    list-style: none;
    padding-left: 0px;
}

ul.roster-name li {
    display: inline-block;
    margin-right: 5px;
    background: #333333;
    color: #fff;
    padding: 14px 32px 14px 32px;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.alphabet-filter li,
ul.pagination li {
    display: inline-block;
    margin-right: 5px;
    background: #333333;
    color: #fff;
    padding: 7px 13px;
    font-size: 13px;
    font-family: 'Oswald';
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.alphabet-filter li.active,
ul.roster-name li.active,
ul.pagination li.active {
    background: #f8c100;
}

.roster-search-form .form-control {
    background: url(img/search-glass.png) center right 5px no-repeat, #e0e0e0;
    height: 48px;
    border-radius: 0px;
    font-family: Arial;
    font-size: 13px;
    margin-top: 5px;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #333;
}

/*-------------------------------------------
				artist profile area
---------------------------------------------*/
.artist-img {
    position: relative;
}

.artist-img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 30px;
}

.artist-img-content h1,
.book-artist-info h1 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    padding: 5px;
    color: #fff;
    background: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.artist-img-content h5 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 11px;
}

.artist-img-content h5 span {
    background: #000;
    padding: 5px;
}

.artist-img-content h4 {
    color: #000;
    font-family: 'Fjalla One', sans-serif;
}

.artist-img-content h4 span {
    background: #f8c100;
    padding: 5px;
}

.book-artist-photo {
    display: block;
    margin: 0 auto;
}

.book-artist-info h3 {
    font-family: 'Fjalla One', sans-serif;
    margin-top: 10px;
}

.booking-label {
    line-height: 1;
    padding-top: 15px;
}

.eventType-label {
    font-weight: 400;
    padding-top: 5px;
}

.artist-calendar {
    width: 256px;
}

.tour-availability.status-optioned,
.sidebar-tour-availability.status-optioned {
    opacity: 0.6;
}

.tour-availability.status-booked,
.sidebar-tour-availability.status-booked {
    color: #bbb;
    border: none;
}

/*------------------------------------------
				on tour
-------------------------------------------*/
.tour-panel {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.tour-panel-heading {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f6f6f6;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
}

.tour-panel-description {
    border-bottom: 1px solid #e8e8e8;
    font-family: 'Fjalla One', sans-serif;
}

.tour-name {
    font-size: 16px;
    padding-top: 13px;
    padding-left: 15px;
}

.tour-location {
    float: left;
}

.tour-booking {
    float: right;
}

.tour-location {
    font-size: 16px;
    padding-left: 20px;
    float: left;
    padding-top: 13px;

}

.tour-availability {
    border: 2px solid #f8c100;
    color: #f8c100;
    font-size: 13px;
    padding: 3px 6px;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
    float: left;
    font-weight: 700;
}

.tourbooking {
    background: #000;
    color: #fff;
    padding: 14px 25px;
    float: right;
    text-transform: uppercase;
    border-radius: 0px;
}

.tourbooking:hover, .tourbooking:focus {
    color: #fff;
    opacity: .8;
}

.on-tour .gallery-img {
    width: 31%;
    margin-right: 2%;
    float: left;
}

.on-tour .gallery-img-overlay {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Oswald';
    padding-top: 38%;
}

/*------------------------------------------
				footer area
-------------------------------------------*/
.footer-top {
    background: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 30px;

}

.address-area {
    background: url(img/footer-top-bg.png) center left no-repeat;
}

.address {
    padding-top: 20px;
    padding-bottom: 50px;
}

.address p {
    color: #646464;
    line-height: 21px;
    font-size: 12px;
}

.address h3 {
    margin-top: 0px;
    color: #f8c100;
    padding-bottom: 10px;
    font-family: 'Fjalla One', sans-serif;
}

#newsForm .form-control,
#contactForm .form-control {
    margin-bottom: 10px;
}

.social-area p {
    color: #646464;
    font-size: 16px;
}

.social-area h3 {
    text-transform: uppercase;

    font-family: 'Fjalla One', sans-serif;
}

.social-area hr {
    border-top: 1px solid #dfdede;
}

ul.social-media {
    list-style: none;
    padding-left: 0px;
}

ul.social-media li {
    display: inline-block;
    padding-right: 10px;
}

ul.social-media li a {
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}

ul.social-media li a:hover {
    background: #424141;
}

.btn-black {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
    text-shadow: none;
    box-shadow: none;
    font-family: 'Fjalla One', sans-serif;
}

.btn-black:hover, .btn-black:focus {
    background: #424141;
    color: #fff;
}

.footer-bottom {
    background: #191919;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.footer-bottom h3 {
    color: #fff;

}

.footer-bottom p {
    color: #5f5f5f;

}

.footer-bottom a {
    color: #5f5f5f;
}

.footer-bottom a:hover {
    color: #fff;
}

/*---------- form -------*/
input[type=text], input[type=email], input[type=number] {
    background: #e0e0e0;
    height: 48px;
    border-radius: 0px;
    font-family: Arial;
    font-size: 13px;
    box-shadow: none;
}

input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

textarea, textarea.form-control {
    background: #e0e0e0;
    border-radius: 0px;
    font-family: Arial;
    font-size: 13px;
    box-shadow: none;
    resize: none;
}

/*fields for computing bots*/
#contactForm #id_last_name,
#contactForm #id_email,
#newsForm #id_last_name,
#newsForm #id_email {
    display: none;
}


.black-overlay{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.envelope {
	width: 600px;
	z-index:1002;
	position: fixed;
    background-color: white;
    padding: 15px 30px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-left{
    float:left;
}

.btn-right{
    float:right;
}

.buttons:after{
    content: '';
    clear: both;
}

.newsletter-message{
    padding-top: 40px;
    min-height: 400px;
}

/*------------------------------------------------
				responsive css
--------------------------------------------------*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #slider .slides li .slider-text {
        bottom: 0%;
        left: 3%;
    }

    #slider .slides li .slider-text h4, .artist-img-content h4 {
        font-size: 16px;
    }

    #slider .slides li .slider-text h1, .artist-img-content h1 {
        font-size: 36px;
    }

    #slider .slides li .slider-text h5, .artist-img-content h5 {
        font-size: 16px;
    }


    #top-menu.navbar-default {
        font-size: 18px;
    }

    #top-menu.navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top-menu.tiny .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #top-menu .navbar-brand img {
        width: 236px;
    }

    .roster .mix {
        width: none;
    }

    .fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
        padding-top: 12px;
    }

    .fc-basic-view .fc-body .fc-row {
        height: 31px !important;
    }

    .footer-top {
        text-align: left;
    }

    ul.roster-name,
    ul.alphabet-filter {
        text-align: none;
    }

    .tour-img {
        float: left;
        width: 69px;
    }

    .tour-name {
        float: left;
        width: 180px;
    }

    .tour-location {
        float: left;
    }

    .tour-booking {
        float: right;
        width: 287px;
    }

    .envelope {
        width: 430px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #slider .slides li .slider-text {
        bottom: 5%;
        left: 5%;
    }

    #slider .slides li .slider-text h4, .artist-img-content h4 {
        font-size: 18px;
    }

    #slider .slides li .slider-text h1, .artist-img-content h1 {
        font-size: 44px;
    }

    #slider .slides li .slider-text h5, .artist-img-content h5 {
        font-size: 18px;
    }


    #carousel .flex-direction-nav .flex-next{
        margin-right: -60px;
    }

    #carousel .flex-direction-nav .flex-prev{
        margin-left: -60px;
    }


    #top-menu.navbar-default {
        font-size: 20px;
    }

    #top-menu.navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top-menu.tiny .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .roster .mix {
        width: none;
    }

    .fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
        padding-top: 14px;
    }

    .fc-basic-view .fc-body .fc-row {
        height: 41px !important;
    }

    .footer-top {
        text-align: left;
    }

    .tour-img {
        float: left;
        width: 69px;
    }

    ul.roster-name,
    ul.alphabet-filter {
        text-align: none;
    }

    .tour-name {
        float: left;
        width: 180px;
    }

    .tour-location {
        float: left;
    }

    .tour-booking {
        float: right;
        width: 287px;
    }

    .envelope {
        width: 600px;
    }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

    #slider .slides li .slider-text {
        bottom: 0%;
        left: 0%;
    }

    #slider .slides li .slider-text h4, .artist-img-content h4 {
        font-size: 10px;
        margin-bottom: 0px;
    }

    #slider .slides li .slider-text h1, .artist-img-content h1 {
        font-size: 18px;
        margin-top: 0px;
    }

    #slider .slides li .slider-text h5, .artist-img-content h5 {
        font-size: 10px;
        margin-bottom: 0px;
    }

    #top-menu.navbar-default .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #top-menu.navbar-default {
        font-size: 16px;
    }

    #top-menu.tiny .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
        padding-top: 12px;
    }

    .fc-basic-view .fc-body .fc-row {
        height: auto !important;
    }

    .footer-top {
        text-align: center;
    }

    .tour-img {
        float: left;
        width: 69px;
    }

    .roster .mix {
        width: 100%;
    }

    ul.roster-name,
    ul.alphabet-filter {
        text-align: center;
    }

    .tour-name {
        float: left;
        min-height: 50px;
    }

    .tour-location {
        float: left;
    }

    .tour-booking {
    }

    .envelope {
        width: 300px;
    }
}

/* wide mobile screen */
@media (min-width: 480px) and (max-width: 767px) {

    #slider .slides li .slider-text {
        bottom: 0%;
        left: 0%;
    }

    #slider .slides li .slider-text h4, .artist-img-content h4 {
        font-size: 11px;
    }

    #slider .slides li .slider-text h1, .artist-img-content h1 {
        font-size: 22px;
    }

    #slider .slides li .slider-text h5, .artist-img-content h5 {
        font-size: 11px;
    }

    #top-menu.navbar-default {
        font-size: 16px;
    }

    #top-menu.navbar-default .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #top-menu.tiny .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-top {
        text-align: center;
    }

    .fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
        padding-top: 8px;
    }

    .tour-img {
        float: left;
        width: 69px;
    }

    .tour-name {
        float: left;
        min-height: 50px;
    }

    .tour-location {
        float: left;
    }

    .tour-booking {
    }

    .envelope {
        width: 320px;
    }
}




/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }

    #slider .slides li .slider-text {
        bottom: 15%;
        left: 5%;
    }

    #slider .slides li .slider-text h4, .artist-img-content h4 {
        font-size: 18px;
    }

    #slider .slides li .slider-text h1, .artist-img-content h1 {
        font-size: 44px;
    }

    #slider .slides li .slider-text h5, .artist-img-content h5 {
        font-size: 18px;
    }

    #top-menu.navbar-default .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #top-menu.navbar-default {
        font-size: 20px;
    }

    #top-menu.tiny .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fc-basic-view .fc-body .fc-row {
        height: 39px !important;
    }

    .footer-top {
        text-align: left;
    }

    .fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
        padding-top: 11px;
    }

    ul.roster-name,
    ul.alphabet-filter {
        text-align: none;
    }

    .tour-img {
        float: left;
        width: 69px;
    }

    .tour-name {
        float: left;
        width: 180px;
    }

    .tour-location {
        float: left;
    }

    .tour-booking {
        float: right;
        width: 287px;
    }

    .envelope {
        width: 600px;
    }
}

/* Press page */

.press {
    margin-bottom: 10px;
}

.press .press-title {
    font-weight: 700;
}

.press .press-teaser blockquote {
    font-size: inherit;
    border-left: none;
    font-weight: 400;
}

.press .press-meta span {
    font-weight: bold;
}