/* @group css break points */
body:before {
  content: "xs";
  display: none; /* Prevent from displaying. */
}
@media (min-width: 768px) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "md";
  }
}
@media (min-width: 1200px) {
  body:before {
    content: "lg";
  }
}
/* @end */

/* @group grid */
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* @end */

/* @group fonts */
@font-face {
  font-family: 'ProximaNova'; /* light */
  src: url('../fonts/26EB3F_11_0.eot');
  src: url('../fonts/26EB3F_11_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_11_0.woff') format('woff'),
    url('../fonts/26EB3F_11_0.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'ProximaNova'; /* regular */
  src: url('../fonts/26EB3F_13_0.eot');
  src: url('../fonts/26EB3F_13_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_13_0.woff') format('woff'),
    url('../fonts/26EB3F_13_0.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'ProximaNova'; /* semibold */
  src: url('../fonts/26EB3F_12_0.eot');
  src: url('../fonts/26EB3F_12_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_12_0.woff') format('woff'),
    url('../fonts/26EB3F_12_0.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'ProximaNova'; /* bold */
  src: url('../fonts/26EB3F_14_0.eot');
  src: url('../fonts/26EB3F_14_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_14_0.woff') format('woff'),
    url('../fonts/26EB3F_14_0.ttf') format('truetype');
  font-weight: 700;
}
/* @end */

/* @group body */
body {
  font-family: 'ProximaNova', sans-serif;
  font-size: 20px;
  background-color: #f2f2e9;
  -webkit-font-smoothing: antialiased;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* @end */

/* @group links */
a {
  color: #bda662;
}
a:hover,
a:focus {
  color: #bda662;
}

a,
.link-tile {
  cursor: pointer;
}

p.back a {
  cursor: pointer;
  color: #959595;
  font-size: 12px;
  line-height: 12px;
}

.panel.full-width .btn {
  border-radius: 15px;
  background-color: #FFF;
  padding: 10px 15px;
  color: #898a7e;
  position: relative;
  border: none;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.panel.full-width .btn.active,
.panel.full-width .btn.active:focus,
.panel.full-width .btn.active:active,
.panel.full-width .btn.active:hover,
.panel.full-width .btn:focus,
.panel.full-width .btn:active,
.panel.full-width .btn:hover {
  background-color: #000;
  color: #bda662;
  position: relative;
  border: none;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
} 

@media (min-width: 768px) {
  p.back a {
    font-size: 16px;
    line-height: 16px;
  }
}
/* @end */

/* @group Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
/* @end */

/* @group addthis */
.addthis_toolbox {
  font-size: 25px;
}
.addthis_toolbox span {
  font-size: 20px;
}
.addthis_toolbox a+a {
  margin-left: 10px;
}
.addthis_toolbox.brand_colours .addthis_button_twitter_follow i,
.addthis_toolbox.brand_colours .addthis_button_twitter i {
  color: #00aced;
}
.addthis_toolbox.brand_colours .addthis_button_facebook_follow i,
.addthis_toolbox.brand_colours .addthis_button_facebook i {
  color: #3b5998;
}
.addthis_toolbox.brand_colours .addthis_button_instagram_follow i,
.addthis_toolbox.brand_colours .addthis_button_instagram i {
  color: #517fa4;
}
.addthis_toolbox.brand_colours .addthis_button_linkedin i,
.addthis_toolbox.brand_colours .addthis_button_linkedin_follow i {
  color: #007bb6;
}
.addthis_toolbox.brand_colours .addthis_button_google_plusone_share i {
  color: #dd4b39;
}
.addthis_toolbox.brand_colours .addthis_button_pinterest_share i {
  color: #cb2027;
}
/* @end */

/* @group header and navbar */
body.about header {
  /*min-height: 645px;
  background: transparent url('/images/theme/header-bg-band.jpg') no-repeat center center;
  background-size: cover;*/
}
body header > .container {
  padding-top: 40px;
  position: relative;
}

.navbar.dark {
  background-color: #000000;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  min-height: 70px;
}
.navbar.dark .navbar-header {
  margin-left: 0;
}
.navbar.dark .navbar-brand {
  background: url('/img/amv-logo-xs.png') no-repeat center center;
  width: 64px;
  margin: 24px 0 0;
  background-size: 64px 20px;
  padding: 0;
  height: 20px;
}

.navbar.dark .nav {
  margin: 19px 0 0;
  float: right;
}
.navbar.dark .nav > li {
  margin: 0;
  text-align: center;
  display: inline-block;
}
.navbar.dark .nav > li > a {
  display: inline-block;
  border-left: 1px solid #363636;
  border-radius: 0px;
  padding: 0 14px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}
.navbar.dark .nav > li > a:hover,
.navbar.dark .nav > li > a:focus {
  background-color: #363636;
  color: #bda662;
}
.navbar.dark .nav > li:last-child > a {
  border-right: 1px solid #363636;
}
.navbar.dark .nav > li > a > span.color-highlight,
.navbar.dark .nav > li > a > i {
  color: #bda662;
}
  
  .navbar-toggle {
    margin: 24px 10px 0 30px;
    padding: 0;
    border: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 0;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-toggle.active {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 24px;
  }
  .navbar-toggle.active:before {
    content: "\f00d";
    padding: 0 5px 0 0;
  }
  .navbar-toggle.active .icon-bar {
    display: none;
  }
  
  #enquiry-list-dropdown.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-width: 275px;
  }
  #enquiry-list-dropdown.dropdown-menu li.scroll-y {
    padding: 0;
  }
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    margin: 0;
    max-height: 175px;
    overflow-y: scroll;
  }
  #enquiry-list-dropdown.dropdown-menu .artists li {
    padding: 0;
    padding: 10px;
    margin-left: 0;
    line-height: 0;
  }
  #enquiry-list-dropdown.dropdown-menu .artists li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
  }
  #enquiry-list-dropdown.dropdown-menu .artists li button.close {
    width: 24px;
    height: 24px;
    background: transparent url('/images/theme/close-icon.png') no-repeat center center;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #enquiry-list-dropdown.dropdown-menu .artistsli button.close:hover {
    background: transparent url('/images/theme/close-icon-gold.png') no-repeat center center;
  }
  #enquiry-list-dropdown.dropdown-menu li.send {
    background-color: #000;
    padding: 10px;
  }
  #enquiry-list-dropdown.dropdown-menu .artists li.nopadding {
    padding: 0 10px;
  }
  #enquiry-list-dropdown.dropdown-menu .artists li .divider {
    margin: 0;
    background-color: #b4b4b4;
  }
  #enquiry-list-dropdown.dropdown-menu .none {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
  }

#site-header {
  margin-top: 70px;
}
.navbar.light {
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 0;
}
.navbar.light .navbar-nav > li > a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
#nav-overlay .nav,
#nav-overlay .addthis_toolbox {
  display: none;
}

/* site notice */
#site-notice-bar {
  margin-bottom: 0;
  background-color: #F2F2E9;
  border: none;
  border-radius: 0;
  padding: 6px 0 5px;
}
#site-notice-bar p {
  color: #000000;
  font-weight: 400;
}
#site-notice-bar p.color-gold i {
  font-size: 20px;
  vertical-align: middle;
}
a:hover #site-notice-bar p.color-gold {
  color: #000000;
}

#modal-site-notice button.close {
  color: #BDA662;
  background: none;
}
#modal-site-notice button.close:hover {
  color: #000000;
}
#modal-site-notice .modal-content {
  padding: 30px;
}
#modal-site-notice .modal-header,
#modal-site-notice .modal-body {
  padding: 0;
}
#modal-site-notice .modal-header h2 {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: .83px;
  font-weight: 600;
  margin: 0;
}
#modal-site-notice .modal-body.wysiwyg {
  margin-top: 15px;
  font-weight: 400;
}
#modal-site-notice .modal-body.wysiwyg h3 {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
#modal-site-notice .modal-body.wysiwyg h3 + p,
#modal-site-notice .modal-body.wysiwyg p + h3,
#modal-site-notice .modal-body.wysiwyg p + p {
  margin-top: 22px;
}
#modal-site-notice .modal-body.wysiwyg p a:not(.btn) {
  font-weight: 600;
}

@media (min-width: 768px) {
  #site-notice-bar p.color-gold {
    font-weight: 600;
  }
  #site-notice-bar p.color-gold i {
    margin-left: 5px;
  }

  #modal-site-notice .modal-content {
    padding: 40px 60px;
  }
  #modal-site-notice .modal-body.wysiwyg {
    margin-top: 20px;
    font-size: 16px;
  }
  #modal-site-notice .modal-body.wysiwyg h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  #site-notice-bar p {
    font-size: 16px;
  }

  #modal-site-notice .modal-content {
    padding: 50px 60px;
  }
}
/* end site notice */

#enquire-overlay {
  visibility: hidden;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #111;
  z-index: 1000;
  -webkit-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  overflow-y: scroll
}
#enquire-overlay.active {
  opacity: 0.90;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}

#login-wrap .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-width: 170px;
  width: 100%;
}
#login-wrap .dropdown-menu li {
  margin-left: 0;
}
#login-wrap .dropdown-menu li+li {
  border-top: 1px solid #E3E3E3;
}
#login-wrap .dropdown-menu a {
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
}
#login-wrap .dropdown-menu a i {
  float: right;
  color: #D1D1D1;
  font-size: 18px;
  line-height: 50px;
}
#login-wrap .dropdown-menu a:hover i {
  color: #BDA662;
}

@media (max-width: 767px) {
  .nav > li.dropdown.open { 
    position: static; 
  }
  /*.nav > li.dropdown.open .dropdown-menu {
    display:table; 
    width: 100%; 
    text-align: center; 
    left:0; 
    right:0;
    border: none;
    max-height: 300px;
    overflow-y: scroll;
  }*/
  .dropdown-menu>li { 
    margin-left: 0; 
    text-align: left;
  }
}
@media (max-width: 991px) {
  #nav-overlay {
    visibility: hidden;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #111;
    z-index: 1000;
    -webkit-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow-y: scroll
  }
  #nav-overlay.active {
    opacity: 0.90;
    visibility: visible;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
  }
  #nav-overlay.active .nav,
  #nav-overlay.active .addthis_toolbox {
    display: block;
  }
  #nav-overlay .nav {
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 1001;
    color: #fff;
    width: 100%;
  }
  #nav-overlay .nav li {
    margin-left: 0;
    border-bottom: 1px solid #000;
  }
  #nav-overlay .nav a {
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 17px 10px;
  }
  #nav-overlay .nav > li > a.active, 
  #nav-overlay .nav > li > a:hover, 
  #nav-overlay .nav > li > a:focus {
    color: #bda662;
    background-color: inherit;
  }
  #nav-overlay .addthis_toolbox {
    padding: 13px;
  }
  #nav-overlay .addthis_toolbox i {
    vertical-align: -3px;
  }
  #nav-overlay .addthis_toolbox a:hover,
  #nav-overlay .addthis_toolbox a:focus {
    color: #bda662;
  }
  
  #login-wrap .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .navbar.dark .navbar-header {
    float: none;
  }
  .navbar.dark .navbar-brand {
    background: url('/images/theme/amv-music-logo-white.png') no-repeat center center;
    width: 275px;
    margin-top: 12px;
    min-height: 42px;
    background-size: 275px 42px;
  }
  #nav-overlay .addthis_toolbox {
    padding: 14px 0;
  }
}
@media (min-width: 992px) {
  .navbar.light .navbar-nav {
    margin: 15px 0 15px -35px;
  }
  .navbar.light .navbar-nav > li > a {
    color: #000;
    padding: 10px 15px 10px;
  }
  .navbar.dark .nav > li > a > i {
    margin-right: 10px;
  }
  .navbar.light .addthis_toolbox {
    border-top: none;
    min-height: 40px;
    font-size: 25px;
    padding: 4px 0 0;
    margin-right: -10px;
  }
  .navbar.light .addthis_toolbox a+a {
    margin-left: 10px;
  }
  .navbar.light .navbar-nav > li > a.active, 
  .navbar.light .navbar-nav > li > a:hover, 
  .navbar.light .navbar-nav > li > a:focus {
    color: #bda662;
    background-color: inherit;
  }
  .navbar.light .addthis_toolbox {
    margin-top: 15px;
  }
  .navbar.light .addthis_toolbox a {
    color: #000;
  }
  .navbar.light .addthis_toolbox a:hover,
  .navbar.light .addthis_toolbox a:focus {
    color: #bda662;
  }
}


@media (min-height: 375px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 225px;
  }
}
@media (min-height: 400px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 350px;
  }
}
@media (min-height: 568px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 400px;
  }
}
@media (min-height: 627px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 450px;
  }
}
@media (min-height: 627px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 450px;
  }
}
@media (min-height: 1024px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 600px;
  }
}
@media (min-height: 1200px) {
  #enquiry-list-dropdown.dropdown-menu li.scroll-y ul {
    max-height: 800px;
  }
}
/* @end */

/* @group banner */
section.banner {
  height: 155px;
  background-position: center bottom;
  background-size: cover;
}
section.banner h1 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  section.banner {
    height: 206px;
  }
  section.banner h1 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  section.banner {
    height: 240px;
  }
}
/* @end */

/* @group typograhy */
body {
  color: #000;
}

h1, h2, h3, .fake-h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.fake-h1 {
  color: #000;
}
section.banner h1 {
  color: #fff;
}

h3 {
  color: #bda662;
}

.wysiwyg h2 {
  color: #bda662;
}

.index.blog h2,
h4,
p.title {
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
h4.modal-title {
  font-size: 22px;
  line-height: 28px;
}

#carousel-about p.title {
  font-size: 15px !important;
  line-height: 15px !important;
}

.wysiwyg h2 {
  padding-top:  15px;
  margin-bottom:  -10px;
}

p {
  margin: 0;
}
p#sly-frame-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}
#content-wrap .panel-heading p.filters {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #000;
}
#content-wrap .panel-heading .close {
  opacity: 1;
  filter: alpha(opacity=100);
}
#content-wrap .panel-heading i {
  color: #BDA662;
  font-size: 12px;
}
#content-wrap .panel-heading i:before {
  vertical-align: 3px;
}
[aria-expanded=true] i.fa-plus:before {
	content: "\f068";
}

p, ul {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
p {
  color: #959595;
}
p.gold {
  color: #bda662;
}
p small {
  font-size: 16px;
  line-height: 24px;
}
p strong {
  font-weight: 600;
  color: #000;
}

#content-wrap .p-first-gold p:first-of-type,
section.contact-form h1+p,
section.contact-info h2+p,
section.padding-blog .wysiwyg h1+p,
.modal p.gold {
  font-size: 15px;
  line-height: 24px;
}
section.contact-form h1+p,
section.contact-info h2+p,
section.padding-blog .wysiwyg h1+p {
  color: #000;
}
#content-wrap .p-first-gold  p:first-of-type {
  color: #BDA662;
}

a.join-our-lineup {
  display: inline-block;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  h1, h2, h4.modal-title, .fake-h1 {
    font-size: 40px;
    line-height: 48px;
  }
  
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .index.blog h2,
  p.title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  
  #carousel-about p.title {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  p#sly-frame-title {
    font-size: 22px;
    line-height: 22px;
  }
  
  p,
  ul {
    font-size: 15px;
    line-height: 24px;
  }
  
  .panel.events .item p.date {
    line-height: 20px;
  }
  
  #content-wrap .p-first-gold p:first-of-type,
  section.contact-form h1+p,
  section.contact-info h2+p,
  section.padding-blog .wysiwyg h1+p,
  .modal p.gold {
    font-size: 18px;
    line-height: 26px;
  }
  
  a.join-our-lineup {
    margin-top: 35px;
    font-size: 14px;
    font-weight: 700;
  }
  .wysiwyg h2 {
    font-size:  26px;
    line-height:  30px;
    padding-top:  24px;
    margin-bottom:  -5px;
  }
}
@media (min-width: 992px) {
  h1, h2, .fake-h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .index.blog h2,
  p.title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  section.contact-form h1,
  section.contact-form h2,
  #carousel-about p.title {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  p#sly-frame-title {
    font-size: 28px;
    line-height: 28px;
  }
  
  p,
  ul {
    font-size: 16px;
    line-height: 24px;
  }
  
  #content-wrap .font-large p,
  #content-wrap p.font-large,
  #content-wrap .p-first-gold  p:first-of-type,
  section.contact-form h1+p,
  section.contact-info h2+p,
  section.padding-blog .wysiwyg h1+p,
  .modal p.gold {
    font-size: 20px;
    line-height: 28px;
  }
  .wysiwyg h2 {
    font-size:  26px;
    line-height:  30px;
    padding-top:  24px;
    margin-bottom:  -5px;
  }
}
/* @end */

/* @group colors */
.color-white {
  color: #fff;
}
/* @end */

/* @group buttons */
.btn,
#enquiry-list-dropdown.dropdown-menu .btn {
  border-radius: 0;
  border: 1px solid #333;
  color: #333;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}

.btn-primary,
#enquiry-list-dropdown.dropdown-menu .btn-primary {
  border-color: #bda662;
  color: #bda662;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
#enquiry-list-dropdown.dropdown-menu .btn-primary:hover,
#enquiry-list-dropdown.dropdown-menu .btn-primary:focus,
#enquiry-list-dropdown.dropdown-menu .btn-primary:active:hover,
#enquiry-list-dropdown.dropdown-menu .btn-primary:active:focus,
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled.focus, 
.btn-primary[disabled].focus, 
fieldset[disabled] 
.btn-primary.focus {
  border-color: #bda662;
  background-color: #bda662;
  color: #fff;
}

.btn-primary-green {
  background: #25C2A9;
  border-color: #25C2A9;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
.btn-primary-green:hover,
.btn-primary-green:focus {
  border-color: #23B8A1;
  background-color: #23B8A1;
  color: #fff;
}
/* @end */

/* @group panels */
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel.testimonials {
  background-color: #fff;
}
.panel.testimonials .panel-heading {
  padding: 15px 10px;
}
.panel.testimonials .panel-heading h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.panel.testimonials .panel-body {
  padding: 0 10px 15px;
}
.panel.testimonials .panel-body .item p.body {
  line-height: 20px;
}
.panel.testimonials .panel-body .item p.cite {
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .panel.testimonials .panel-heading {
    padding: 15px 20px;
  }
  .panel.testimonials .panel-body {
    padding: 0 20px 15px;
  }
}
/* @end */

/* @group forms */
.form-control,
.form-control[readonly] {
  border-radius: 0;
  height: 50px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
}
.form-control.small {
  width: 80px !important;
}
.form-control.small.inline {
  display: inline-block; 
}
textarea.form-control {
  line-height: 24px;
}
.form-control.error {
  color: #ed1c24;
  border-color: #ed1c24;
}

.form-control.error::-moz-placeholder {
  color:#444;
  opacity: 1;
}
.form-control.error:-ms-input-placeholder {
  color:#444;
  opacity: 1;
}
.form-control.error::-webkit-input-placeholder {
  color:#444;
  opacity: 1;
}

@media (min-width: 768px) {
  .form-control,
  .form-control[readonly] {
    font-size: 18px;
  }
}
/* @end */

/* @group modals */
body.modal-open {
  overflow: hidden;
}

.modal-dialog {
  margin-top: 35px;
}
.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-header {
  border-bottom-width: 0;
  padding: 20px;
}
.modal button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: transparent url('/images/theme/close-icon.png') no-repeat center center;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal button.close:hover {
  background: transparent url('/images/theme/close-icon-gold.png') no-repeat center center;
}
.modal .modal-body {
  padding: 25px 20px;
}
.modal .modal-title {
  margin-bottom: 15px;
}
.modal .modal-sub-title {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
}

ul.artist-list {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 45px;
  width: 100%;
  font-size: 14px;
  text-align: left;
  list-style: none;
}
ul.artist-list li {
  padding: 10px 0;
  margin-left: 0;
}
ul.artist-list li.nopadding {
  padding: 0;
}
ul.artist-list li .divider {
  height: 1px;
  overflow: hidden;
  margin: 0;
  background-color: #b4b4b4;
}
ul.artist-list li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
ul.artist-list li button.close {
  width: 24px;
  height: 24px;
  background: transparent url('/images/theme/close-icon.png') no-repeat center center;
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.artist-list li button.close:hover {
  background: transparent url('/images/theme/close-icon-gold.png') no-repeat center center;
}

.modal p.gold {
  color: #bda662;
  /*margin-bottom: 40px;*/
}

.modal .form-control,
.modal textarea.form-control {
  background-color: #F2F2F2;
  border-color: #D2D2D2;
}
.modal .form-control.error {
  color: #ed1c24;
  border-color: #ed1c24;
}
.modal form button {
  margin-bottom: 35px;
}

form .date-pick .form-control[readonly],
form .time-pick .form-control[readonly] {
  cursor: default;
}

.modal div.addthis_toolbox {
  width: 96px;
  margin: 0 auto 40px;
}

.modal h5 {
  background: url('/img/experience-is-everything-black.png') no-repeat center center;
  width: 258px;
  background-size: 258px 20px;
  padding: 0;
  margin: 0 auto 30px;
  height: 20px;
}

@media (min-width: 768px) {
  .modal .modal-title {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .modal p.gold {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .modal .modal-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/* @end */

/* @group content-wrap */
#content-wrap {
  background: #fff;
}
/* @end */

/* @group home */
#home-header {
  background: #000 url('../img/home/headerbg1.jpg') no-repeat center / cover;
  padding-bottom: 85px;
  padding-top: 40px;
  
  transition: background 1s linear;
  -moz-transition: background 1s linear; /* Firefox 4 */
  -webkit-transition: background 1s linear; /* Safari and Chrome */
  -o-transition: background 1s linear; /* Opera */
}
body.home h1,
body.home h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 31px;
}
#home-header h1+p {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}
body.home h2+p,
body.home p+.btn {
  margin-top: 20px;
}

#quick-browse  .panel {
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
  /* margin-top: -45px; */
  padding: 20px 20px 15px;
}
#quick-browse .form-group {
  margin-bottom: 10px;
}
#quick-browse label,
#qb-keyword-wrap label {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}
#quick-browse .bootstrap-select .btn {
  border: 1px solid #D9D8D8;
  border-radius: 4px;
  height: 46px;
}
#quick-browse a:focus {
  outline: none !important;
}
#quick-browse .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
#quick-browse .btn:active {
  outline: 0;
  background-image: none;
  box-shadow: none;
}
#quick-browse .bootstrap-select,
#quick-browse .bootstrap-select .caret,
#quick-browse .dropdown-menu>li>a {
  color: #A1A1A1;
}
#quick-browse .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
#quick-browse .dropdown-menu>li>a {
  font-size: 16px;
}
#quick-browse .dropdown-menu>li.selected>a,
#quick-browse .dropdown-menu>li>a:hover {
  background-color: #F2F2E9;
  color: #BDA662;
}
#quick-browse .dropdown-menu.open {
  border: 1px solid #D9D8D8;
  border-radius: 4px;
  margin-top: -50px;
}
#quick-browse .bootstrap-select.open .dropdown-menu li a {
  padding: 11px 12px;
}
#quick-browse .btn-primary-green {
  font-size: 18px;
  margin-top: 15px;
  outline: none;
  padding-bottom: 9px;
}

#quick-browse .negative-margin-top {
  margin-top: -42px;
}
#quick-browse .nav-tabs {
  border-bottom: none;
  margin: 0 0 1px 0;
  display: inline-block;
  vertical-align: top;
}
#quick-browse .nav-tabs li {
  margin-left: 0;
}
#quick-browse .nav-tabs>li>a {
  border: none;
  color: #25C2A9;
  font-size: 16px;
  font-weight: 600;
}
#quick-browse .nav-tabs>li:not(.active)>a {
  background: #eee;
}
#quick-browse .nav-tabs>li:not(.active)>a:hover {
  border-bottom: none;
}

#qb-keyword-wrap {
  position: relative;
}
#qb-keyword-wrap.artists {
  margin-bottom: 30px;
}
#qb-keyword-wrap #qb-keyword {
  border: 1px solid #D9D8D8;
  border-radius: 4px;
  outline: none;
}
#qb-keyword-wrap #qb-keyword:focus {
  box-shadow: none;
}
#qb-keyword-wrap .fa {
  position: absolute;
  top: 40px;
  right: 15px;
}

#qb-keyword-wrap #qb-keyword-results {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  width: 100%;
  max-height: 225px;
  overflow-y: scroll;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}
#qb-keyword-wrap #qb-keyword-results .results {
  background-color: #fff;
}
#qb-keyword-wrap #qb-keyword-results .results .row {
  cursor: pointer;
  margin: 0;
  display: flex;
}
#qb-keyword-wrap #qb-keyword-results .results .row.hover {
  background-color: #F2F2E9;
}
#qb-keyword-wrap #qb-keyword-results .results .row + .row {
  margin-top: 5px;
}
#qb-keyword-wrap #qb-keyword-results .results .row p {
  font-size: 16px;
  line-height: 20px;position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#qb-keyword-wrap #qb-keyword-results .results .row.hover p {
  color: #BDA662;
}
#qb-keyword-wrap #qb-keyword-results .results .row .col-xs-5 {
  padding-left: 0;
}
#qb-keyword-wrap #qb-keyword-results .results .row .col-xs-7 {
  padding-right: 0;
}

@media (max-width: 767px) {
  #quick-browse .nav-tabs>li>a .fa {
    margin-left: -5px;
  }
}
@media (min-width: 768px) {
  #home-header {
    padding-bottom: 175px;
    padding-top: 80px;
  }
  body.home h1 {
    font-size: 44px;
    line-height: 50px;
  }
  #home-header h1+p {
    font-size: 20px;
    line-height: 24px;
    padding: 0 65px;
  }
  body.home h2 {
    font-size: 40px;
    line-height: 48px;
  }
  
  #quick-browse .negative-margin-top {
    margin-top: -115px;
  }
  #quick-browse .nav-tabs>li>a {
    font-size: 18px;
  }
  #quick-browse .btn-primary-green {
    margin-top: 28px;
  }
  #qb-keyword-wrap.artists {
    width: 475px;
    margin: 0 auto 30px;
  }
  #qb-keyword-wrap #qb-keyword-results {
    max-height: 350px;
  }
  #qb-keyword-wrap #qb-keyword-results .results .row .col-xs-5 {
    width: 20%
  }
  #qb-keyword-wrap #qb-keyword-results .results .row .col-xs-7 {
    width: 80%
  }
  #qb-keyword-wrap.artists #qb-keyword-results .results .row .col-xs-5 {
    width: 30%
  }
  #qb-keyword-wrap.artists #qb-keyword-results .results .row .col-xs-7 {
    width: 70%
  }
}
@media (min-width: 992px) {
  body.home .navbar.light {
    background: none;
  }
  body.home .navbar.light a {
    color: #fff;
  }
  #home-header {
    margin-top: -68px;
    padding-bottom: 205px;
    padding-top: 160px;
  }
  #home-header h1+p {
    font-size: 24px;
    line-height: 29px;
    padding: 0 85px;
  }
  body.home h1 {
    font-size: 60px;
    line-height: 64px;
  }
  
  #quick-browse .negative-margin-top {
    margin-top: -115px;
  }
  #quick-browse label,
  #qb-keyword-wrap label {
    font-size: 12px;
  }
  #quick-browse #search-tab2 .panel {
    min-height: 125px;
  }
  #qb-keyword-wrap #qb-keyword {
    height: 46px;
    line-height: 46px;
  }
  #qb-keyword-wrap #qb-keyword-results {
    max-height: 350px;
  }
  #qb-keyword-wrap #qb-keyword-results .results .row p {
    font-size: 18px;
  }
}
/* @end */

/* @group catalogue */
#browse.anchor {
  display: block;
  height: 105px; /*same height as header*/
  margin-top: -105px; /*same height as header*/
  visibility: hidden;
}
.pills-wrap .table {
  display: table;
  margin: 0 auto;
}
.pills-wrap ul {
  list-style: none;
  min-width: 400px;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dedec9;
  margin-bottom: 0 !important;
  margin-left: 0;
}
.pills-wrap:not(.sub) ul {
  padding-top: 0;
}
.pills-wrap ul li {
	display: inline-block;
}
.pills-wrap ul a {
	display: inline-block;
  border-radius: 18px;
  background-color: #e8e8e8;
  padding: 10px 12px;
  margin: 0 1px;
  color: #898a7e;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.pills-wrap ul a:hover,
.pills-wrap ul a:focus,
.pills-wrap ul a.active {
  background-color: #000;
  color: #bda662;
  text-decoration: none;
}

.pills-wrap.sub ul {
  margin-top: -3px;
}
.pills-wrap.sub ul li a {
  margin: 10px 3px 0;
}
.pills-wrap.sub ul a:hover,
.pills-wrap.sub ul a:focus,
.pills-wrap.sub ul a.active {
  /*background-color: #bda662;
  color: #fff;*/
}

.panel.filters .panel-heading {
  padding-top: 16px;
  padding-bottom: 16px;
}

.index.artists .item img {
  margin-bottom: 10px
}
.index.artists .item h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px;
  line-height: 24px;
}
.index.artists .item h2 a {
  color: #000;
}
.index.artists .item a.add-to-enquiry {
  display: block;
  width: 24px;
  height: 24px;
  background: transparent url('/images/theme/circle-plus.png') no-repeat right center;
}
.index.artists .item a.add-to-enquiry:hover {
  background-image: url('/images/theme/circle-plus-gold.png');
}

.index .btn-block {
  background-color: #f2f2e9;
  border-color: #f2f2e9;
  color: #000;
  border-radius: 20px;
}
.index .btn-block:hover, 
.index .btn-block:focus {
  background-color: #bda662;
  border-color: #bda662;
  color: #fff;
}

.region-description h1 {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
}
@media (min-width: 768px) {
  .region-description h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .region-description h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* @end */

/* @group terms */
#content-wrap.terms p {
  font-size: 14px;
  line-height: 20px;
}
/* @end */

/* @group artist */
.artist-header img {
  margin: 0 auto;
}

p.back {
  margin-bottom: 10px !important;
}
#content-wrap.artist h1,
#content-wrap.artist p.fake-h1 {
  margin-bottom: 15px;
}
#content-wrap.artist .clearfix p {
  margin-bottom: 20px;
}
#content-wrap.artist a.song-list {
  display: inline-block;
  padding-left: 35px;
  line-height: 46px;
  background: transparent url(/images/theme/icons/icon-song-list.png) no-repeat left center;
  color: #bda662;
  font-weight: 600;
}
#content-wrap.artist a.song-list:hover {
  color: #000;
  text-decoration: none;
}
#content-wrap.artist a.add-to-enquiry {
  display: inline-block;
  padding: 10px 17px 10px 45px;
  line-height: 24px;
  background: #000 url(/images/theme/circle-plus-gold.png) no-repeat 14px center;
  color: #fff;
  font-weight: 600;
}
#content-wrap.artist a.add-to-enquiry:hover {
  background-color: rgba(0,0,0,.75);
}
#content-wrap.artist .addthis_toolbox span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#content-wrap.artist .addthis_toolbox .at300b {
  float: none;
}

#media-accordion {
  margin-bottom: 30px;
}
#media-accordion .panel {
  border-radius: 0;
  border: none;
  margin-bottom: 1px;
}
#media-accordion.panel-group .panel+.panel {
  margin-top: 0;
}
#media-accordion .panel .panel-heading {
  border-radius: 0;
  border: none;
  background-color: #f2f2e9;
  padding: 10px;
}
#media-accordion .panel .panel-heading h3 a {
  display: block;
  padding-left: 40px;
  line-height: 30px;
  background: transparent url(/images/theme/circle-play-white.png) no-repeat left center;
  background-size: 30px 30px;
  color: #bda662;
  font-weight: 300;
  font-size: 14px;
}
#media-accordion .panel .panel-heading h3 a:hover {
  text-decoration: none;
}
#media-accordion .panel .panel-heading h3 a b {
  color: #000;
  font-weight: 700;
}
#media-accordion .panel.active .panel-heading {
  background-color: #000;
}
#media-accordion .panel.active .panel-heading h3 a b {
  color: #fff;
}
#media-accordion .panel .panel-body {
  border: none;
  background-color: #000;
  padding: 0 10px 10px;
}

#content-wrap.artist div.tags p {
  font-size: 14px;
  line-height: 19px;
}
#content-wrap.artist div.tags p b {
  color: #bda662;
}
#content-wrap.artist div.tags p a {
  color: #959595;
}

#content-wrap.artist .panel.events {
  background-color: #f2f2e9;
}
#content-wrap.artist .panel.events .panel-heading {
  padding: 15px 10px;
}
#content-wrap.artist .panel.events .panel-heading h3 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}
#content-wrap.artist .panel.events .panel-body {
  padding: 0 10px 15px;
}
#content-wrap.artist .panel.events .panel-body .item {
  background-color: #fff;
  border-left: 3px solid #bda662;
  padding: 15px 20px;
  margin-bottom: 20px;
}
#content-wrap.artist .panel.events .title a {
  color: #000;
}
#content-wrap.artist .panel.events .link-tile.hover .title a,
#content-wrap.artist .panel.events .title a:hover {
  color: #bda662;
  text-decoration: none;
}
#content-wrap.artist .panel.events .panel-body .item:last-of-type {
  margin-bottom: 0;
}
#content-wrap.artist .panel.events .panel-body .item p {
  margin: 0;
  padding: 0;
}

#content-wrap.artist .panel.events .panel-body .item.active {
  background-color: #000;
}
#content-wrap.artist .panel.events .panel-body .item.active .title a {
  color: #fff;
}
#content-wrap.artist .panel.events .link-tile.active.hover .title a,
#content-wrap.artist .panel.events .active .title a:hover {
  color: #bda662;
  text-decoration: none;
}
#content-wrap.artist .panel.events .panel-body .item.active .date {
  color: #bda662;
}

#content-wrap.artist .panel.testimonials {
  background-color: #f2f2e9;
}

#content-wrap.artist div.description h1:first-child,
#content-wrap.artist div.description p:first-child {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
}

@media (max-width: 767px) {
  #content-wrap.artist .addthis_toolbox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .artist-header img {
    max-width: 720px;
  }
  
  #content-wrap.artist a.add-to-enquiry {
    min-width: 230px;
    padding: 10px 17px 10px 45px;
    line-height: 24px;
    background: #000 url(/images/theme/circle-plus-gold.png) no-repeat 12px center;
  }
  #content-wrap.artist div.description h1:first-child,
  #content-wrap.artist div.description p:first-child,
  #content-wrap.artist div.description h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
  }
  
  #media-accordion {
    margin-bottom: 40px;
  }
  #media-accordion .panel .panel-heading {
    padding: 15px 20px;
  }
  #media-accordion .panel .panel-heading h3 a {
    padding-left: 50px;
    line-height: 39px;
    background-size: 39px 39px;
    font-size: 18px;
  }
  #media-accordion .panel .panel-body {
    padding: 0 15px 20px;
  }
  
  #content-wrap.artist .addthis_toolbox span {
    margin-bottom: 0;
    margin-right: 10px;
  }
  #content-wrap.artist .addthis_toolbox i:before {
    vertical-align: -4px;
  }
  
  #content-wrap.artist .panel.events .panel-heading {
    padding: 15px 20px;
  }
  #content-wrap.artist .panel.events .panel-body {
    padding: 0 20px 15px;
  }
  
  #content-wrap.artist .col-sm-8 .panel.testimonials {
    margin: 45px 0 10px;
  }
  #content-wrap.artist .col-sm-8 .panel.testimonials .panel-heading {
    padding: 15px 20px 5px;
  }
  #content-wrap.artist .col-sm-8 .panel.testimonials .panel-body {
    padding-bottom: 30px;
  }
  #content-wrap.artist .col-sm-8 .panel.testimonials #carousel-testimonials .carousel-indicators {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #content-wrap.artist a.add-to-enquiry {
    min-width: 300px;
    display: inline-block;
    padding-left: 35px;
    line-height: 24px;
    background: #000 url(/images/theme/circle-plus-gold.png) no-repeat 35px center;
    color: #fff;
    font-weight: 600;
  }
  #content-wrap.artist div.description h1:first-child,
  #content-wrap.artist div.description p:first-child,
  #content-wrap.artist div.description h2 {
    font-size: 20px;
    line-height: 30px;
  }
  
  #content-wrap.artist .col-sm-8 .panel.testimonials {
    margin: 50px 0 50px;
  }
}
/* @end */

/* @group about */
.carousel-indicators {
  left: 48.2%;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 1px;
  margin-right: 5px;
  background-color: #000;
  border: none;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 1px;
  margin-right: 5px;
  background-color: #bda662;
}

#carousel-about .carousel-indicators {
  visibility: hidden;
}
#carousel-about .carousel-control {
  bottom: auto;
  top: 115px;
}
#carousel-about .carousel-control.left span {
  left: 5px;
}
#carousel-about .carousel-control.right span {
  right: 5px;
}
#carousel-about .item img {
  width: 170px;
  margin: 0 auto;
}

#carousel-clients .carousel-indicators {
  left: 0;
  bottom: -40px;
  margin-left: 0;
  width: auto;
}
#carousel-clients .item img {
  border: 1px solid #D9D8D8;
}

@media screen AND (min-width: 768px) {
  #carousel-about .carousel-indicators {
    visibility: visible;
    bottom: -20px;
    left: 47.8%;
  }
  #carousel-about .carousel-control {
    top: 0;
    bottom: 0;
  }
  #carousel-about .carousel-control.left span {
    left: -5px;
  }
  #carousel-about .carousel-control.right span {
    right: -5px;
  }
  #carousel-about .item img {
    width: auto;
  }
}
@media screen AND (min-width: 992px) {
  #carousel-about .carousel-indicators {
    bottom: -20px;
    left: 46.7%;
  }
  #carousel-about .carousel-control.left span {
    left: 15px;
  }
  #carousel-about .carousel-control.right span {
    right: 15px;
  }
}
/* @end */

/* @group carousel */
.carousel a div {
  background-color: #000;
  padding: 12px 0;
}
.carousel a div p {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.carousel .carousel-control {
  padding: 0;
  background: none;
  width: 35px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel .carousel-control span {
  width: 35px;
  height: 35px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel .carousel-control.left span {
  left: 10px;
  background: transparent url('/images/theme/arrow-left.png') no-repeat center center;
}
body:not(.mobile) .carousel .carousel-control.left:hover span {
  background: transparent url('/images/theme/arrow-left-white.png') no-repeat center center;
}
.carousel .carousel-control.right span {
  right: 10px;
  background: transparent url('/images/theme/arrow-right.png') no-repeat center center;
}
body:not(.mobile) .carousel .carousel-control.right:hover span {
  background: transparent url('/images/theme/arrow-right-white.png') no-repeat center center;
}

#carousel-header .item img {
  width: 100%;
}
.carousel.header {
  margin-bottom: 25px;
}
.carousel.header .carousel-control.left span {
  left: 10px;
}
.carousel.header .carousel-control.right span {
  right: 10px;
}

#carousel-testimonials {
  border-bottom: none !important;
}
#carousel-testimonials .carousel-indicators {
  position: static;
  margin-left: 0;
  left: 0;
  width: auto;
  text-align: left;
}
#carousel-testimonials .item {
  padding: 0 !important;
}
#carousel-testimonials p.body {
  font-size: 16px !important;
  line-height: 20px !important;
}
#carousel-testimonials p.cite {
  color: #bda662;
}

#carousel-page.carousel {    
  border-bottom: none;
}
#carousel-page.carousel .item {
  padding: 0 12px;
}
#carousel-page.carousel .item .artist {
  position: relative;
}
#carousel-page.carousel .item .artist .info {
  display: none;
}
#carousel-page.carousel .row div[class^=col-] {    
  padding: 0 10px;
}
#carousel-page .carousel-control.left span {
  left: -5px;
}
#carousel-page .carousel-control.right span {
  right: -5px;
}

@media screen AND (min-width: 768px) {
  .carousel a div p {
    font-size: 28px;
    line-height: 32px;
  }
  .carousel .carousel-control.left span {
    left: 20px;
  }
  
  #carousel-header .item a div {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
  }
  .carousel .item a div p,
  .sly-frame.header li a div p {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  
  #carousel-page.carousel .item .artist .info {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: calc(100% - 20px);
    padding: 15px;
  }
}
@media screen AND (min-width: 992px) {
  .carousel .carousel-control.right span {
    right: 20px;
  }
}
/* @end */

/* @group blog */
.index.blog h2 {
  margin-top: 15px;
}
.index.blog .link-tile {
  margin-bottom: 20px;
}

.panel.share {
  background-color: #f2f2e9;
  margin-bottom: 0;
}
.panel.share .panel-heading {
  padding: 15px 20px;
}
.panel.share p.title {
  margin: 0 0 15px;
}
.panel.share .panel-body {
  padding: 15px 20px 15px;
}
.panel.share .addthis_toolbox {
  margin-top: -2px;
}
.panel.share .addthis_toolbox span {
  font-weight: 600;
  line-height: 20px;
}
.panel.share .addthis_toolbox a {
  float: none;
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}
.panel.share .addthis_toolbox a i {
  font-size: 26px;
  vertical-align: -4px;
  margin-right: 10px;
}
.panel.share .addthis_toolbox a img {
  margin-right: 10px;
  vertical-align: bottom;
}
.panel.share .addthis_toolbox a:hover {
  text-decoration: none;
  color: #bda662;
}
.panel.share .addthis_toolbox a+a {
  margin-left: 0;
}

#disqus_thread a {
  color: #bda662;
}
/* @end */

/* @group clients */
.container.clients img {
  margin-bottom: 20px;
}

.panel.cta {
  border-radius: 8px;
  padding: 20px 20px 25px;
}
.panel.cta p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .index.blog h2 {
    margin-top: 15px;
  }
  .index.blog .link-tile {
    margin-bottom: 30px;
  }

  .panel.cta {
    padding: 20px;
  }
  .panel.cta p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .panel.cta p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
/* @end */

/* @group contact */
section.contact-form .addthis_toolbox span,
section.contact-info .addthis_toolbox span {
  font-size: 14px;
  margin-right: 8px;
}
section.contact-form .addthis_toolbox i,
section.contact-info .addthis_toolbox i {
  vertical-align: -4px;
}

p.form-notice {
  font-weight: 500;
}

.contact-form .bootstrap-select.open .dropdown-menu,
.contact-form .bootstrap-select.open .dropdown-menu .inner {
  max-height: 250px !important;
}

@media (max-width: 767px) {
  p.form-notice {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  section.contact-form .addthis_toolbox span,
  section.contact-info .addthis_toolbox span {
    font-size: 15px;
  }
  
  p.form-notice {
    float: left;
    margin-top: 10px;
  }

  .contact-form .bootstrap-select.open .dropdown-menu,
  .contact-form .bootstrap-select.open .dropdown-menu .inner {
    max-height: 350px !important;
  }
}
@media (min-width: 992px) {
  section.contact-form .addthis_toolbox span,
  section.contact-info .addthis_toolbox span {
    font-size: 16px;
  }
  section.contact-form .addthis_toolbox {
    margin-top: 20px;
  }

  .contact-form .bootstrap-select.open .dropdown-menu,
  .contact-form .bootstrap-select.open .dropdown-menu .inner {
    max-height: 450px !important;
  }
}
/* @end */

/* @group footer */
footer section.padding-standard {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer p,
footer a {
  color: #A1A1A1;
  font-weight: 600;
}
footer p,
footer ul a {
  font-size: 14px;
  line-height: 22px;
}
footer a:hover {
  color: #FFF;
}

footer h3,
footer h4 {
  color: #D9D9D9;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}
footer h3.thanks {
  margin-bottom: 50px;
}
footer h4.color-gold {
  color: #BDA662;
}
footer form h4 {
  font-size: 10px;
  line-height: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .form-control {
  border: 1px solid #D9D8D8;
  border-radius: 4px;
  text-align: left;
  line-height: 46px;
  height: 46px;
}
footer button.btn-primary {
	background: #25C2A9;
  border: 1px solid #25C2A9;
  border-radius: 4px;
  color: #FFF;
  padding: 11px 20px;
}
footer button.btn-primary:hover,
footer button.btn-primary:active:hover,
footer button.btn-primary:focus {
	border-color: #23B8A1;
  background-color: #23B8A1;
  outline-color: #25C2A9;
}
footer button.btn-primary.disabled,
footer button.btn-primary.disabled:focus {
	border-color: #23B8A1;
  background-color: #23B8A1;
  opacity: .75;
}

footer .breaker {
  border-top: 1px solid #A1A1A1;
  margin-top: 15px;
  margin-bottom: 30px;
}

footer h3.text-hide {
  background: url('/img/experience-is-everything-white.png') no-repeat center center;
  width: 215px;
  background-size: 215px 16px;
  padding: 0;
  height: 16px;
  margin-bottom: 30px;
}

footer ul,
footer ul li {
  margin-left: 0;
}
footer ul {
  margin-top: 10px;
  margin-bottom: 15px;
}

footer .addthis_toolbox a {
  color: #FFF;
}
footer .addthis_toolbox a:hover {
  color: #BDA662;
}

@media (max-width: 767px) {
  footer .addthis_toolbox {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sm-text-right {
    text-align: right;
  }
  
  footer h3,
  footer h4 {
    font-size: 20px;
    line-height: 28px;
  }
  footer form h4 {
    font-size: 10px;
    line-height: 12px;
    margin-top: 30px;
  }
  footer form button.btn {
    font-size: 18px;
    padding: 10px 20px 9px;
  }
  footer form .col-sm-5 {
    width: 40%;
  }
  footer form .col-sm-2 {
    width: 20%;
  }
  
  footer .breaker {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  
  footer .col-sm-4 h4 {
    font-size: 17px;
    line-height: 21px;
  }
  footer ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  footer ul li.nowrap {
    white-space: nowrap;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  footer .copyright {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  footer p,
  footer ul a {
    font-size: 16px;
    line-height: 22px;
  }
  footer h3 {
    font-size: 24px;
    line-height: 28px;
  }
  footer p.copyright {
    font-size: 15px;
    line-height: 21px;
  }
  footer form h3 {
    margin-bottom: 30px;
    font-variant: normal;
  }
  footer form h4 {
    font-size: 12px;
    line-height: 15px;
    margin-top: 16px;
  }
  footer form .col-md-3 {
    width: 27%;
  }
  footer form .col-md-2 {
    width: 19%;
  }
}
/* @end */

/* @group sly coverflow */
/*.coverflow-wrap {
  background: transparent url(/images/theme/soundwave-bg.png) no-repeat center 60%;
  background-size: cover;
  padding: 0 0 30px;
}*/

.sly-frame { 
  width: 100%; 
  height: 410px; 
  padding: 0; 
}
.sly-frame .slidee { 
  margin: 0; 
  padding: 0; 
  height: 100%; 
  list-style: none; 
}
.sly-frame .slidee li { 
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 720px; 
  height: 100%; 
  background-size: cover;
}
.sly-frame .slidee li a { 
  display: block;
  height: 100%; 
  position: relative;
}
.sly-frame .slidee li a div { 
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
}
.sly-frame .slidee li a div p { 
  margin: 0;
}
.sly-frame .slidee li a p.title { 
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #bda662;
  padding: 20px 20px 0;
}
.sly-frame .slidee li a p.intro { 
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px 20px;
}
.sly-controls a {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -17px;
  z-index: 100;
}
.sly-controls a.prev {
  left: 20px;
  background: transparent url('/images/theme/arrow-left-white.png') no-repeat center center;
  cursor: pointer;
}
.sly-controls a.prev:hover {
  background: transparent url('/images/theme/arrow-left.png') no-repeat center center;
}
.sly-controls a.next {
  right: 20px;
  background: transparent url('/images/theme/arrow-right-white.png') no-repeat center center;
  cursor: pointer;
}
.sly-controls a.next:hover {
  background: transparent url('/images/theme/arrow-right.png') no-repeat center center;
}

/* Effects */
.sly-frame-wrap {
  position: relative;
}
.sly-frame.effects {
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	overflow-y: show;
}
.sly-frame.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.sly-frame.effects ul li {
	position: relative;
	margin: 0 -150px;
	-webkit-transform: rotateY(60deg) scale(0.6);
	-ms-transform: rotateY(60deg) scale(0.6);
	transform: rotateY(60deg) scale(0.6);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.sly-frame.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0,0,0);
}
.sly-frame.effects ul li.active ~ li {
	-webkit-transform: rotateY(-60deg) scale(0.6);
	-ms-transform: rotateY(-60deg) scale(0.6);
	transform: rotateY(-60deg) scale(0.6);
}

.sly-frame-wrap.content { 
  padding: 0 80px;
}
.sly-frame.content { 
  height: 200px; 
}
.sly-frame.content .slidee li { 
  width: 351px; 
}
.sly-frame.content.effects ul li {
	margin: 0 -90px;
}
.sly-controls.content a.prev {
  background-image: url('/images/theme/arrow-left.png');
}
.sly-controls.content a.next {
  background-image: url('/images/theme/arrow-right.png');
}
/* @end */

/* @group the wedding guide - award ribbon and modal */
#twg-award-2015 {
  position: fixed;
  left: 50%;
  margin-left: -95px;
  top: 70px;
  z-index: 100;
}

#twg-award-2015-modal .modal-dialog {
  top: 35px;
  margin-top: 0;
}
#twg-award-2015-modal .close {
  position: absolute;
  top: 28px;
  right: 28px;
  filter: alpha(opacity=100);
  opacity: 1;
  background-image: none;
}
#twg-award-2015-modal .modal-content {
  background-color: #000000;
  background-size: cover;
  background-position: center bottom;
  padding: 48px 0 100px;
}
#twg-award-2015-modal .modal-content img {
  margin-bottom: 28px;
}
#twg-award-2015-modal .modal-content h1 {
  color: #FFFFFF;
  margin-bottom: 20px;
}
#twg-award-2015-modal .modal-content p {
  color: #bda662;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #twg-award-2015-modal .modal-dialog {
    top: 150px;
  }
  #twg-award-2015-modal .modal-content {
    padding: 48px 0 180px;
  }
}
@media (min-width: 992px) {
  #twg-award-2015 {
    position: fixed;
    left: 0;
    margin-left: 0;
    top: 150px;
    z-index: 100;
  }
  #twg-award-2015-modal .modal-dialog {
    top: 200px;
  }
}
/* @end */

/* @group colors */
.color-inherit {
  color: inherit;
}

.bg-white {
  background-color: #FFF;
}
.bg-black {
  background-color: #000;
}
.bg-light {
  background-color: #F2F2E9;
}
.bg-light1 {
  background-color: #E5E0CF;
}
.bg-light2 {
  background-color: #DFD6B7;
}

.orange {
  background-color: transparent;
}

.color-black {
  color: #000 !important;
}
.color-gold {
  color: #BDA662 !important;
}
/* @end */

/* @group spacing */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

section.padding-smaller {
  padding-top: 15px;
  padding-bottom: 0;
}
section.padding-standard {
  padding-top: 35px;
  padding-bottom: 40px;
}
section.padding-larger {
  padding-top: 35px;
  padding-bottom: 50px;
}
section.padding-header-carousel {
  padding-top: 25px;
  padding-bottom: 25px;
}
section.padding-blog {
  padding-top: 15px;
  padding-bottom: 50px;
}

h1 + p,
h2:not(.pull-left) + p,
p:not(.pull-left) + p,
#content-wrap.artist div.description h2,
#content-wrap.artist div.description ul,
#content-wrap.artist div.description ol,
#content-wrap.artist div.description ul+p,
#content-wrap.artist div.description ol+p {
  margin-top: 20px;
}

.margin-top-standard {
  margin-top: 20px;
}
.margin-top-larger {
  margin-top: 30px;
}
.margin-bottom-standard {
  margin-bottom: 20px;
}
.margin-bottom-larger {
  margin-bottom: 30px;
}

.panel.full-width {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

ul, ol, li {
  padding-left: 0;
  margin-left: .75em;
}

@media (min-width: 768px) {
  section.padding-smaller {
    padding-top: 30px;
    padding-bottom: 0;
  }
  section.padding-standard {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  section.padding-larger {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  section.padding-header-carousel {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  section.padding-blog {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  
  h1 + p,
  h2:not(.pull-left) + p,
  p:not(.pull-left) + p,
  #content-wrap.artist div.description h2,
  #content-wrap.artist div.description ul,
  #content-wrap.artist div.description ol,
  #content-wrap.artist div.description ul+p,
  #content-wrap.artist div.description ol+p,
  .wysiwyg p+h3,
  .wysiwyg h3+p {
    margin-top: 25px;
  }
  
  .margin-top-standard {
    margin-top: 25px;
  }
  .margin-top-larger {
    margin-top: 35px;
  }
  .margin-bottom-standard {
    margin-bottom: 25px;
  }
  .margin-bottom-larger {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  section.padding-smaller {
    padding-top: 50px;
    padding-bottom: 0;
  }
  section.padding-larger.cta {
    padding-top: 20px;
  }
  section.padding-header-carousel {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  section.padding-header-carousel.contact-form,
  section.padding-blog {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  
  .margin-top-standard {
    margin-top: 30px;
  }
  .margin-top-larger {
    margin-top: 40px;
  }
  .margin-bottom-standard {
    margin-bottom: 30px;
  }
  .margin-bottom-larger {
    margin-bottom: 40px;
  }
}
/* @end */

/* @group divider */
.row.divider {
  border-bottom: 1px solid #d9d8d8;
  margin: 0;
}
/* @end */

/* @group utils */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disable_text_highlighting {
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Webkit */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE 10  */
  
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;  
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block {
  display: block;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .margin-bottom-xs {
    margin-bottom: 35px;
  }
  .force-br-xs:after {
    content:"\A"; 
    white-space:pre;
  }
  .block-xs {
    display: block;
  }
  .btn.block-xs {
    width: 100%;
  }
  .no-float-xs {
    float: none !important;
  }
}

.nopaddingtop {
  padding-top: 0;
}
.nopaddingbottom {
  padding-bottom: 0;
}
@media (min-width: 768px) AND (max-width: 991px) {
  .block-sm {
    display: block;
  }
  .btn.block-sm {
    width: 100%;
  }
  .force-br-sm:after {
    content:"\A"; 
    white-space:pre;
  }
}
/* @end */

/* @group datetimepicker */
.bootstrap-datetimepicker-widget {
  z-index:10000 !important;
}
.bootstrap-datetimepicker-widget .timepicker .btn {
  border: none;
}
.bootstrap-datetimepicker-widget .timepicker td {
  height: 35px;
  line-height: 35px;
}
.bootstrap-datetimepicker-widget .timepicker td.separator {
  width: 10px;
}
.bootstrap-datetimepicker-widget .timepicker td span {
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
/* @end */

/* @group bootstrap-select */
.bootstrap-select .btn {
  padding: 6px 12px;
  height: 50px;
  font-size: 16px;
  color: inherit;
  font-weight: 300;
}
.modal .bootstrap-select .btn {
  border: 1px solid #D2D2D2;
}
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:active, 
.bootstrap-select .btn.active, 
.bootstrap-select.open>.dropdown-toggle.btn {
  color: inherit;
  background: none;
  border: none;
}
.modal .bootstrap-select .btn:hover,
.modal .bootstrap-select .btn:active, 
.modal .bootstrap-select .btn.active, 
.modal .bootstrap-select.open>.dropdown-toggle.btn {
  border: 1px solid #D2D2D2;
}
.bootstrap-select.open .dropdown-toggle.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.open .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
}
.bootstrap-select.open .dropdown-menu li {
  margin-left: 0;
}
.bootstrap-select.open .dropdown-menu li a {
  padding: 12px 12px;
}

#contactForm .bootstrap-select .btn {
  border: 1px solid white;
}
#contactForm .form-group.error .bootstrap-select .btn {
  border-color: #ed1c24;
}

@media (min-width: 768px) {
  .bootstrap-select .btn {
    font-size: 18px;
  }
}
/* @end */

/* @group venues */
#venues-index {
  padding-top: 50px;
  padding-bottom: 40px;
}
#venues-index .header h2 {
  font-size: 28px;
  line-height: 30px;
}
#venues-index .header h2 + p {
  margin-top: 10px;
}
#venues-index .pills-wrap ul {
  border: none;
  padding-bottom: 0px;
}
.venue-info-wrap .col-sm-4 a {
  color: #A1A1A1;
}
.artist.venue .item,
.index.venues .item {
  box-shadow: 0 0 6px 0 rgba(161, 161, 161, .35);
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}
.artist.venue .item img,
.index.venues .item img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.artist.venue .logo,
.index.venues .logo {
  box-shadow: 0 2px 6px 0 rgba(161, 161, 161, .2);
  margin: -45px auto 25px;
  width: 90px;
  height: 90px;
  border-radius: 3px;
}
.artist.venue .logo img {
  max-width: 90px;
  margin-left: -10px;
  border-radius: 3px;
}
.artist.venue .item p,
#venues-index .item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.artist.venue .item p.color-gold,
#venues-index .item p.color-gold {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
}
.artist.venue .item .inner,
.index.venues .item .inner {
  padding: 0 20px 30px;
}
.artist.venue .item h3,
.index.venues .item h3
{
  font-size: 24px;
  line-height: 30px;
}
.artist.venue .item h3 a,
.index.venues .item h3 a {
  color: #000;
}
#venues-index p {
  font-size: 18px; 
  line-height: 22px;
  font-weight: 500;
}
.index.venues .load-more {
  margin-top: 40px;
}
#venues-index .pills-wrap {
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 35px !important;
  border-bottom: 1px solid #D9D8D8;
}
#venues-index .pills-wrap ul li  {
  margin-left: 5px;
}
#venues-index .pills-wrap ul li a {
  background: #F2F2E9;
}
#venues-index .pills-wrap ul a:hover,
#venues-index .pills-wrap ul a:focus, 
#venues-index .pills-wrap ul a.active {
  background: black;
}
#venues-index .pills-wrap ul li:first-child  {
  margin-bottom: 10px;
  margin-left: 41px;
}
#venues-index .pills-wrap ul li:nth-child(5) {
  margin-left: 52px;
}
#venues-index .pills-wrap ul li:nth-child(3) {
  margin-bottom: 10px;
}
.artist.venue .list-inline.pills {
  text-align: center;
  margin-bottom: 25px;
}
.artist.venue .list-inline.pills li {
  font-size: 10px;
  line-height: 18px;
  padding: 2px 10px;
  text-transform: uppercase;
  color: #A1A1A1;
  border: 1px solid #A1A1A1;
  border-radius: 18px;
  font-weight: 600;
}
.artist.venue .info p:nth-child(3) {
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
}
#content-wrap.artist.venue .info h1 {
  margin-bottom: 0px;
}
.artist.venue .carousel-indicators {
  left: 50%;
  top: 5px;
}
.artist.venue .carousel-indicators li {
  background: white;
  width: 6px;
  height: 6px;
  margin-right: 0px;
}
.artist.venue .carousel-indicators li.active {
  background: #BDA662;
}
.artist.venue section.padding-smaller p:last-child{
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D8D8;
}
.artist.venue .upcoming-events {
  padding-top: 30px;
  padding-bottom: 30px;
}
.artist.venue .news .item,
.artist.venue .upcoming-events .item {
  margin-top: 30px;
  box-shadow: none;
  text-align: left;
}
.artist.venue .upcoming-events .item {
  margin-bottom: -10px;
}
.artist.venue .upcoming-events .item img {
  box-shadow: 2px 0 8px 0 rgba(161, 161, 161, .50);
  border-radius: 3px;
}
.artist.venue .news .item h3,
.artist.venue .upcoming-events .item h3 {
  color: black;
}
.artist.venue .news {
  padding-top: 30px;
  padding-bottom: 30px;
}
.artist.venue .br-light {
  background: #F2F2E9;  
}
.artist.venue .item img {
  border-radius: 3px;
}
#google-map {
  height: 283px;
  width: 100%;
  margin-bottom: 20px;
}
.artist.venue .news .item h3, 
.artist.venue .upcoming-events .item h3 {
  margin-top: 10px;
}

#artistsInRegion .panel {
  margin: 30px -10px;
  padding: 30px 28px;
  border-radius: 4px;
}
#artistsInRegion .panel h2 {
  font-size: 18px;
  line-height: 22px;
}
#artistsInRegion .panel h2+p {
  margin-top: 10px;
}
#artistsInRegion .panel p+p {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .index.venues [class*=col-] + [class*=col-],
  .index.venues .group + .group {
    margin-top: 30px;
  }
  #venues-index .pills-wrap ul {
    max-width: 282px;
    margin-left: auto;
    margin-right: auto;
    min-width: 263px;
  }
  section.banner h1 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  #venues-index .breaker {
    margin: 40px 0 50px;
  }
  .artist.venue .item p.color-gold {
    margin-top: 10px;
  }
  .index.venues .clearfix {
    margin-bottom: 30px;
  }
  .index.venues .link-tile {
    margin-bottom: 25px;
  }
  .index.venues .load-more {
    margin-top: 10px;
  }
  #venues-index .pills-wrap ul li:nth-child(5) {
    margin-left: 0px;
  }
  #venues-index .pills-wrap ul {
    margin-left: auto;
    margin-right: auto;
  }
  #venues-index .row.header p:nth-child(3) {
    margin-top: 5px !important;
  }
  #venues-index .pills-wrap {
    margin-top: 20px;
  }
  .artist.venue .item {
    box-shadow: none;
  }
  #venues-index .header p {
    font-size: 20px;
    line-height: 28px;
  }
  .artist.venue .item h3 a, 
  .index.venues .item h3 a {
    font-size: 24px;
  }
  .venue-info {
    background-color: white;
    margin-top: -75px;
    text-align: left;
    width: 574px;
    margin-left: auto;
    margin-right: auto;
    box-shadow:0 2px 6px 0 rgba(161, 161, 161, .35);
    position: relative;
    height: 154px;
    border-radius: 3px;
  }
  .artist.venue .logo {
    box-shadow: none;
    margin: auto;
    width: auto;
    height: auto;
  }
  .artist.venue .logo img {
    margin-left: 0px;
    height: 154px;
    width: 154px;
    max-width: 154px;
  }
  .artist.venue .list-inline.pills {
    text-align: left;
  }
  #content-wrap.artist.venue .info h1 {
    font-size: 30px;
    line-height: 22.5px;
    margin-top: 22px;
  }
  #content-wrap.artist div.description p:first-child {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
  }
  #content-wrap.artist div.description p {
    font-size: 16px;
    line-height: 22px;
  }
  #google-map {
    margin-bottom: 30px;
  }
  .artist.venue section.padding-smaller p:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .breaker {
    margin-top: 40px;
    border-bottom: 1px solid #D9D8D8; 
  }
  .artist.venue .news h2,
  .artist.venue .upcoming-events h2 {
    font-size: 25px;
    line-height: 22px;
  }
  .artist.venue .news .item h3,
  .artist.venue .upcoming-events .item h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
  .artist.venue .upcoming-events .item {
    margin-bottom: 10px;
  }
  .artist.venue .news,
  .artist.venue .upcoming-events{ 
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .artist.venue .news .item, 
  .artist.venue .upcoming-events .item {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .artist.venue .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-left: 7px;
  }
  .artist.venue .carousel-indicators {
    top: 25px;
  }
  .artist.venue section.padding-smaller {
    padding-top: 0px;
  }
  .artist.venue .list-inline.pills li:first-child {
    margin-left: 0px;
  }

  #artistsInRegion .panel {
    margin: 60px 0;
    padding: 40px;
  }
  #artistsInRegion .panel h2 {
    font-size: 25px;
    line-height: 30px;
  }
  #artistsInRegion .panel h2+p {
    margin-top: 20px;
    font-size: 16px;
  }
  #artistsInRegion .panel p+p {
    margin-top: 20px;
  }
}
@media (min-width: 992px) { 
  .venue-info {
    width: 795px;
    height: 199px;
    margin-top: -100px;
  }
  .artist.venue .logo img {
    height: 200px;
    width: 200px;
    max-width: 200px;
  }
  .artist.venue .logo {
    width: 200px;
  }
  .artist.venue .info {
    margin-left: 30px;
  }
  #content-wrap.artist.venue .info h1 {
    font-size: 40px;
    line-height: 30px;
    margin-top: 30px;
  }
  .artist.venue .list-inline.pills li {
    font-size: 14px;
    line-height: 22px;
  }
  .index.venues .clearfix {
    margin-bottom: 40px;
  }
  #venues-index .pills-wrap ul li:first-child {
    margin-left: 167px;
  }
  #venues-index .pills-wrap {
    margin-bottom: 50px !important;
  }
  .artist.venue section.padding-header-carousel {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #artistsInRegion .panel h2+p {
    margin-top: 20px;
  }
  #artistsInRegion .panel p+p {
    margin-top: 20px;
  }
}
/* @end */

.form-thanks p {
  color: #000;
}