/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
/* Generic css items. */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
  overflow-x: hidden;
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Oswald', sans-serif;
}

img {
  width: 100%;
}

img.file-icon,
#imce-content img,
.event-body img {
  width: inherit;
}

.event-body img {
  max-width: 100%;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oswald', sans-serif;
}

a,
a:link,
a:visited {
  color: #000;
}

a:hover,
a:focus {
  color: #333;
}

a.button {
  display: inline-block;
  color: #FFF;
  background-color: #428BCA;
  border-color: #357EBD;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.button:hover,
a.button:focus {
  color: #333333;
  text-decoration: none;
}

a.button:active,
a.button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

body p {
  margin: 0 0 20px 0;
}

.hide-me {
  display: none;
}

.csp-social-links-wrapper,
.region-footer {
  /*display:inline-block;
  float:left;*/
  display: block;
}

.jumbotron {
  background: none;
}

/* Header region. */
header#navbar .widescreen a.logo img {
  max-width: 200px;
  max-height: 40px;
  margin-top: 2px 0 3px 0;
  width: auto;
}

header#navbar.navbar .logo {
  padding-right: 5px !important;
}

header#navbar .widescreen div.navbar-header,
header#navbar .widescreen div.navbar-collapse.collapse {
  display: inline-block !important;
  float: left !important;
  border: none;
}

/* Apply the flexy box container to header and nav containers. */
header#navbar .widescreen {
  background: #000; /* Old browsers */
  /*background: rgba(0,0,0,0.7);*/
}

body.not-front header#navbar {
  position: relative;
}

body.not-front h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

body .page-header {
  padding-bottom: 7px;
  margin: 0 0 60px 0;
  border-bottom: 3px solid #000;
}

body.not-front h3 {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
' font-size: 18 px;
}

header#navbar .widescreen,
header#navbar .widescreen div.navbar-collapse.collapse div.region-navigation,
header#navbar .widescreen div.navbar-collapse.collapse nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  /*background: -moz-linear-gradient(top, rgb(69,72,77) 0%, rgb(0,0,0) 100%);*/ /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(69,72,77)), color-stop(100%,rgb(0,0,0)));*/ /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* IE10+ */
  /*background: linear-gradient(to bottom, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );*/ /* IE6-9 */
}

header#navbar .widescreen div.navbar-collapse.collapse div.region-navigation {
  width: 100%;
  position: relative;
}

header#navbar .widescreen {
  /*border: 1px solid #252525;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);*/
}

.tb-megamenu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  /*background: rgb(69,72,77);*/ /* Old browsers */
  /*background: -moz-linear-gradient(top, rgb(69,72,77) 0%, rgb(0,0,0) 100%);*/ /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(69,72,77)), color-stop(100%,rgb(0,0,0)));*/ /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* IE10+ */
  /*background: linear-gradient(to bottom, rgb(69,72,77) 0%,rgb(0,0,0) 100%);*/ /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );*/ /* IE6-9 */
  background: transparent;
}

.tb-megamenu .nav {
  float: right;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: #fff;
}

/* Flexi shrink the logo area. */
header#navbar .widescreen div.navbar-header {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* Flexi expand the navigation area. */
header#navbar .widescreen div.navbar-collapse.collapse {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* Flexi expand the main menu and pull to the left. */
header#navbar .widescreen div.navbar-collapse.collapse nav section#block-tb-megamenu-main-menu.block-tb-megamenu,
  /* This line added in to make the main menu work with the template menu. */
header#navbar .widescreen, header#navbar .widescreen div.navbar-collapse.collapse div.region-navigation {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

header#navbar .widescreen div.navbar-collapse {
  padding-right: 0;
}

header#navbar .widescreen div.navbar-collapse.collapse nav section#block-tb-megamenu-main-menu.block-tb-megamenu {
  bottom: 0;
  position: absolute;
  right: 25px;
}

header#navbar .widescreen nav div#block-template-user-menu,
header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal {
  position: absolute;
  right: 35px;
  bottom: 30px;
}

/* Flexi shrink the user menu to pull to the right. */
header#navbar .widescreen div.navbar-collapse.collapse nav section#block-tb-megamenu-user-menu.block-tb-megamenu,
  /* Above for mega-menu, below for the template menu. */
header#navbar .widescreen nav div#block-template-user-menu,
header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: stretch;
}

/* Menu customizations. */
.tb-megamenu .nav li a,
#block-bootstrap-login-modal-bootstrap-login-modal .nav li a {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

#block-template-user-menu ul li a,
header#navbar .widescreen div.navbar-collapse.collapse nav section#block-tb-megamenu-user-menu.block-tb-megamenu .tb-megamenu .nav li a,
header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal .nav li a {
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #b7b7b7;
  padding: 0 10px;
}

header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal .nav li a {
  text-transform: none;
}

header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal .nav li a i {
  float: right;
  line-height: 2.5rem;
  padding: 0 0 0 3px;
}

header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal ul.navbar-nav {
  margin: 0px;
}

/* User profile styles. */
.user-profile-video {
  margin-bottom: 20px;
}

.user-profile-headline h3 {
  margin-top: 0px;
  padding-top: 0px;
}

.page-user .field-name-field-user-profile-track audio {
  width: 100%;
}

.page-events .row .col {
  background-color: #F9F9F9;
  border-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  display: inline-block;
  float: left;
  width: 46%;
  margin: 2%;
}

body.page-home .container {
  width: 100% !important;
  padding: 0;
}

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

.tb-megamenu .nav > li > a,
#block-bootstrap-login-modal-bootstrap-login-modal .nav > li > a {
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

#block-bootstrap-login-modal-bootstrap-login-modal .nav > .active > a,
#block-bootstrap-login-modal-bootstrap-login-modal .nav > .active > a:hover,
#block-bootstrap-login-modal-bootstrap-login-modal .nav > .active > a:focus,
#block-bootstrap-login-modal-bootstrap-login-modal .nav > li > a:hover,
#block-bootstrap-login-modal-bootstrap-login-modal .nav > li > a:focus,
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus,
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > a:focus {
  color: #f00;
  background: transparent;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,2b2d29+100 */
  /*background: rgb(69,72,77);*/ /* Old browsers */
  /*background: -moz-linear-gradient(top, rgb(69,72,77) 0%, rgb(43,45,41) 100%);*/ /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(69,72,77)), color-stop(100%,rgb(43,45,41)));*/ /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* IE10+ */
  /*background: linear-gradient(to bottom, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#2b2d29',GradientType=0 );*/ /* IE6-9 */
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

#block-bootstrap-login-modal-bootstrap-login-modal .nav > li > a:last-child,
.tb-megamenu .nav > li > a:last-child {
  border-right: 0px;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: inherit;
}

.tb-megamenu .nav li.dropdown.open.level-1 > .dropdown-toggle {
  color: #f00;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,2b2d29+100 */
  /*background: rgb(69,72,77);*/ /* Old browsers */
  /*background: -moz-linear-gradient(top, rgb(69,72,77) 0%, rgb(43,45,41) 100%);*/ /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(69,72,77)), color-stop(100%,rgb(43,45,41)));*/ /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* IE10+ */
  /*background: linear-gradient(to bottom, rgb(69,72,77) 0%,rgb(43,45,41) 100%);*/ /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#2b2d29',GradientType=0 );*/ /* IE6-9 */
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  color: #000;
}

.tb-megamenu .nav > li {
  position: relative;
}

.tb-megamenu .nav > li::after {
  content: '';
  border-right: 1px solid #555;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
}

.tb-megamenu .nav > li:last-child::after {
  border: none;
}

.tb-megamenu .nav > li > a {
  border-right: 0px;
  padding: 3px 10px 4px 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.tb-megamenu .dropdown-menu li > a {
  border: 0px;
}

.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
  background: none;
  color: #f00;
  /*color:#000;*/
}

/* This removes a weird background color flashing on hover out. */
.tb-megamenu .btn-navbar {
  background-color: none;
  border: none;
}

.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus {
  border: 0;
  outline: none;
}

/* Just adding this to always have some space in the content area, even when empty. */
.region-content {
  min-height: 300px;
}

.page-home .region-content {
  /*max-width:1130px;*/
  margin: 0 auto;
}

/* This is to override a css override in Bootstrap. */
/* If removed, will need to adjust the Follow Us H2. */
footer .block:first-child h2.block-title {
  margin-top: 20px;
}

footer h2,
footer .block h2.block-title {
  font-size: 18px;
  /*font-family: 'Lato';*/
  font-family: 'Oswald', sans-serif;
}

.footer-credits {
  margin-top: 40px;
}

/* Fonticons provided by: http://fortawesome.github.io/Font-Awesome/ */
/* Fonticons search can be found here: http://fortawesome.github.io/Font-Awesome/icons/ */

.ssl-links img {
  width: 90px;
  height: 50px;
}

.csp-social-links a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}

.csp-social-links .fa {
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  line-height: 48px;
  text-align: center;
}

.csp-social-links .fa {
  color: #fff;
  border-color: #4B4B4B;
  background: #262626;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}


.csp-social-links .fa.fa-twitter {
}

.csp-social-links .fa.fa-youtube {
  font-size: 30px;
}

.csp-social-links .fa.fa-soundcloud {
  font-size: 28px;
}

/* Hover effects. */
.csp-social-links .fa:hover,
.csp-social-links .fa:focus {
  background: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-facebook:hover,
.csp-social-links .fa.fa-facebook:focus {
  color: #3c5a99;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-twitter:hover,
.csp-social-links .fa.fa-twitter:focus {
  color: #28aae1;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-google:hover,
.csp-social-links .fa.fa-google:focus {
  color: #dd4b39;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-youtube:hover,
.csp-social-links .fa.fa-youtube:focus {
  color: #e62c2e;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-soundcloud:hover,
.csp-social-links .fa.fa-soundcloud:focus {
  color: #f75f0b;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-linkedin:hover,
.csp-social-links .fa.fa-linkedin:focus {
  color: #0077b5;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.csp-social-links .fa.fa-instagram:hover,
.csp-social-links .fa.fa-instagram:focus {
  color: #241f21;
  border-color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.page-promo,
.featured-blocks-wrapper {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  width: 100%;
  justify-content: center;
}

.featured-blocks-wrapper {
  background: url(../cspmusic_studiobg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-home .carousel-indicators,
.page-home .carousel-control.left,
.page-home .carousel-control.right {
  display: none;
}

.page-home .main-container .featured-blocks-wrapper .featured-blocks-item {
  color: #fff;
}

.page-home .main-container .featured-blocks-wrapper .featured-blocks-item .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.page-home .main-container .featured-blocks-wrapper .featured-blocks-item .flexslider {
  border-radius: 0;
  background: transparent;
  border: none;
}

.page-home .region-promotion section#block-views-promotions-promo-block-1,
.page-home .region-promotion section#block-views-promotions-promo-block-2,
.page-home .region-promotion section#block-views-promotions-promo-block-3,
.featured-blocks-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.page-home .featured-blocks-item .region {
  padding: 0 10px;
}

/* Header style modifications. */
.container .jumbotron {
  padding: 0px;
}

#page-header .col-sm-12 {
  padding: 0px;
}

header#navbar.navbar-default {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1c1c1c+28,232323+80,161616+100
  background: rgb(0,0,0); */
  /*background:#fff;*/
  /*padding:10px;*/
  /* border-color:#1A1A1A; */
  background: transparent;
  /*position: absolute;*/
  width: 100%;
  border: none;
}

.well {
  border-radius: 0px;
}

.navbar {
  margin-bottom: 0px;
}

.navbar .widescreen {
  max-width: 1600px;
  padding: 0 0 0 35px;
  margin: auto;
}

.featured {
  background: #000;
  margin-bottom: 40px;
}

.featured .widescreen {
  padding: 0px;
  max-width: 1600px;
  margin: auto;
}

.featured .banner {
  margin: auto;
}

.featured .container.banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+10,000000+75,000000+90,000000+100&0+0,0.65+100 */
/*

/* Custom Featured Slider style modifications. */
/*
@media only screen  and (min-device-width : 1140px) {
.view-featured-artists .carousel-inner {
}
}
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1139px) {
.view-featured-artists .carousel-inner {
}
}
@media only screen and (max-device-width : 767px) {
	.view-featured-artists .carousel-inner {
}
	.view-featured-artists .col-lg-4 h3 {
		font-size:16px;
	}
	.one-sidebar .view-featured-artists .col-lg-4 {
		float:left;
	}
}
*/
.view-featured-artists .carousel-inner div.item > h3.slider-artist-name {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  z-index: 900;
  position: absolute;
  bottom: 8px;
  left: 9%;
  width: 82%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

.view-featured-artists .carousel-control {
  width: 5%;
}

.page-featured-artist .featured section h2.block-title {
  display: none;
}

.view-featured-artists .col-lg-4 img {
  width: 100%;
}

.view-featured-artists .col-lg-6 {
  padding-bottom: 50px;
}

.view-featured-artists .col-lg-6 .caption {
  display: none;
}

.view-featured-artists .col-lg-4 h3 {
  font-weight: 300;
  margin-top: 3px;
  font-size: 20px;
}

.view-featured-artists .row {
  margin-bottom: 20px;
}

/* Will affect all menus in the secondary region. */
.region-sidebar-second .nav > li > a,
.region-sidebar-second .nav > li > a:link,
.region-sidebar-second .nav > li > a:visited {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  padding: 0px 0px 0px 5px;
}

.region-sidebar-second .nav > li > a:hover,
.region-sidebar-second .nav > li > a:focus {
  color: #000;
}

.region-sidebar-second h2.block-title {
  font-size: 24px;
  font-weight: 600;
}

/* Hiding the general Register links. */
header nav .navbar-nav > li:last-child {
  display: none;
}

.page-node.node-type-promotions article.node .field-name-field-promotional-image.field-type-image,
.page-node.node-type-article article.node .field-name-field-image.field-type-image {
  width: 50%;
  float: right;
  margin-left: 20px;
}

.page-node.node-type-promotions .field-name-field-promotional-video,
.page-node.node-type-article .field-name-field-article-video,
.page-blog .field-name-field-article-video {
  margin-bottom: 20px;
}

.page-blog .news-item-row {
  margin-bottom: 40px;
  overflow: hidden;
}

.page-blog ul.news-item {
  padding-left: 0px;
}

.page-blog .views-field-created {
  font-style: italic;
  color: #a1a1a1;
  font-size: 12px;
  margin: 10px 0px;
}

.featured-story-body .view-node a,
.views-field-view-node span a,
a.red-button,
a.red-button:link,
a.red-button:visited {
  /*background: rgb(236, 236, 236) none repeat scroll 0% 0%;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgb(204, 204, 204);
  padding: 5px;
  margin-top: 5px;*/
  background: #f00;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 12px;
  margin-top: 15px;
  display: inline-block;
}

/* Footer customizations */
.footer {
  background: #000;
  color: #fff;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer section,
.footer section.block-menu {
  /*padding:0px 10px;
  margin:0px 10px;
  display:inline-block;
  float:left;*/
  display: block;
}

.footer a,
.footer a:link,
.footer a:visited {
  color: #fff;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

.footer .block-menu .nav li {
  display: inline-block;
  border-left: 1px solid #707070;
}

.footer .legal-links .block-menu .nav li,
.footer .block-menu .nav li.first {
  border: none;
}

.footer .nav > li > a,
.footer .nav > li > a:link
.footer .nav > li > a:visited {
  padding: 3px 5px;
  line-height: 12px;
  background: none;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

.footer .nav > li > a:hover,
.footer .nav > li > a:focus {
  background: #151515;
  text-decoration: underline;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

/* Footer Quick Contact. */
footer section.block.block-webform {
  padding: 0px 10px;
  margin: 0px 10px;
  display: inline-block;
  float: left;
  min-height: 240px;
}

footer section.block.block-webform form div > .footer-contact {
  display: block;
  width: 100%;
}

footer section.block.block-webform form div > .footer-contact label {
  display: inline-block;
  float: left;
  width: 15%;
}

footer section.block.block-webform form div > .footer-contact .form-textarea-wrapper,
footer section.block.block-webform form div > .footer-contact input.footer-contact-field {
  display: inline-block;
  float: left;
  width: 85%;
  height: 30px;
  border: none;
  border-radius: 4px;
  margin-bottom: 3px;
}

footer section.block.block-webform form div button.webform-submit {
  position: absolute;
  bottom: 0px;
  left: 5px;
}

/* Footer section credits */
.csp-credits div {
  display: inline-block;
  width: 100%;
}

footer .csp-social-links-wrapper h2 {
  font-family: 'Oswald';
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
}

.csp-credits .credits-site-title {
  font-family: "Function Pro", Futura, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  font-stretch: expanded;
}

.csp-credits .credits-site-title a.logo img {
  height: 30px;
  width: auto;
}

.csp-credits .credits-site-title a.logo {
  padding: 0px;
  margin: 0px 0px 0px -3px;
}

.csp-credits .legal-links {
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 20px;
}

.csp-credits .legal-links section.block-menu {
  margin-left: 0px;
  padding-left: 0px;
}

.csp-credits .legal-links section.block-menu h2.block-title {
  display: none;
}

.csp-credits .legal-links section.block-menu .nav > li {
  display: inline-block;
}

.csp-credits .legal-links a,
.csp-credits .legal-links a:link {
  padding: 7px;
  color: #898989;
  font-size: 11px;
}

.csp-credits .legal-links li:nth-of-type(1) a {
  margin-left: 0px;
  padding-left: 0px;
}

.csp-credits .legal-links a:hover,
.csp-credits .legal-links a:focus {
  text-decoration: underline;
  background: none;
}

.csp-credits .advisory {
  font-size: 12px;
}

body .csp-credits .copyright,
body .csp-credits .site-credits {
  display: inline-block;
  width: auto;
  font-size: 10px;
  color: #585858;
}

body .csp-credits .site-credits a,
body .csp-credits .site-credits a:hover,
body .csp-credits .site-credits a:visited {
  color: #585858;
}

/* Front page Articles. */
.featured-blocks-item .view-articles {
  margin-bottom: 0;
}

/*.view-articles .row {
	margin:0;
}*/
.page-home .page-promo h3.promo-title,
.page-home .featured-blocks-wrapper .featured-blocks-item .featured-block-title,
.view-articles .front-page-article-title {
  padding: 5px 15px;
  margin-bottom: 0px;
  border-right: #ccc 1px solid;
  font-size: 18px;
}

.page-home .page-promo .view-display-id-promo_block_3 h3.promo-title,
.page-home .featured-blocks-wrapper .featured-blocks-item:last-child .featured-block-title,
.view-articles .col-lg-3:last-child .front-page-article-title {
  border-right: none;
}

.page-home .page-promo .views-field-title,
.page-home .featured-blocks-item .views-field-title {
  display: none;
}

.page-home .page-promo .promo-teaser,
.page-home .featured-blocks-wrapper .featured-blocks-item .featured-block-body,
.view-articles .front-page-article-body {
  padding: 20px 0;
  /*border-right:#ccc 1px solid;*/
}

.page-home .page-promo .view-display-id-promo_block_3 .promo-teaser,
.page-home .featured-blocks-wrapper .featured-blocks-item:last-child .featured-block-body,
.view-articles .col-lg-3:last-child .front-page-article-body {
  border-right: none;
}

/* Event styles. */
.event-address {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.event-date {
  font-weight: bold;
  margin-bottom: 20px;
}

.event-date .date-display-range {
  display: inline;
}

.event-flyer {
  margin-bottom: 20px;
}

.event-address .organisation-block {
  font-weight: bold;
}

/* Events page. */
.page-events .field-name-field-event-date .date-display-single {
  font-weight: 300;
  line-height: 1.6;
  font-size: 23px;
}

.page-events .views-field-field-event-date-1 {
  font-weight: 300;
  line-height: 1.6;
  font-size: 20px;
}

.page-events .events-link {
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #EEEEEE;
  border-color: #E8E8E8;
  transition: background-color 300ms ease-out;
  width: 100%;
  font-size: 20px;
  padding: 7px 0px 8px 0px;
  margin: 15px 0 0 0;
  border: 1px solid #E8E8E8;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* Featured Artist styles. */
.node-type-featured-artist h1 {
  font-size: 48px;
}

.page-user .field-name-field-elite-member-quote,
.node-type-featured-artist blockquote,
.node-type-featured-artist .field-name-field-artist-quote {
  padding: 20px 40px 20px 20px;
  background: #f9f9f9;
  border-left: 15px solid #EEE;
  margin-bottom: 40px;
}

.node-type-featured-artist .field-name-field-artist-quote p,
.node-type-featured-artist .pane-node-field-artist-quote blockquote p {
  font-size: 2rem;
  padding-left: 10px;
}

.page-user .field-name-field-elite-member-quote P::before,
.node-type-featured-artist blockquote::before,
.node-type-featured-artist .field-name-field-artist-quote P::before {
  content: open-quote;
  color: #ccc;
}

.node-type-featured-artist h3.field-name-field-featured-info-title {
  margin-top: 0px;
}

.node-type-featured-artist .flexslider {
  margin-bottom: 0px;
}

/* Artist Assessment form styles. */
.node-type-wanted .webform-component-fieldset {
  width: 100%;
}

/* Better section separation for the profile sections. */
.node-type-featured-artist .pane-node-field-profile-biography-title h3.field-name-field-profile-biography-title,
.node-type-featured-artist .track-section h2.pane-title {
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 24px;
}

/* This gives the background color to the player section on featured tracks. */
.node-type-featured-artist .track-section .featured-track div.view-content .selby-content-header {
  background: rgb(33, 33, 33);
  background-color: rgb(33, 33, 33);
  color: #ccc;
}

/* This featured track title should only be used with the dark background. */
.node-type-featured-artist .track-section .featured-track div.view-content .selby-content-header h3.featured-track-title {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}

/* This featured track artist should only be used with the dark background. */
.node-type-featured-artist .track-section .featured-track div.view-content .selby-content-header .featured-track-artist {
  padding-left: 10px;
}

.node-type-featured-artist .track-section .featured-track div.view-content .btn-primary:active,
.node-type-featured-artist .track-section .featured-track div.view-content .btn-primary.active,
.node-type-featured-artist .track-section .featured-track div.view-content .open .dropdown-toggle.btn-primary {
  background: rgb(33, 33, 33);
  background-color: rgb(33, 33, 33);
  border-color: #000;
}

.node-type-featured-artist .track-section .featured-track div.view-content .btn-primary:hover,
.node-type-featured-artist .track-section .featured-track div.view-content .btn-primary:focus {
  background: #000;
  background-color: #000;
}

.node-type-featured-artist .track-section .featured-track div.view-content audio {
  width: 100%;
}

.node-type-featured-artist .track-section .featured-track div.view-content > ul {
  padding: 0px;
  list-style: none;
}

.node-type-featured-artist .track-section .featured-track h3.featured-track-title {
  margin-top: 0px;
}

.node-type-featured-artist p {
  /* padding-left:20px; */
}

.artist-profile-social-links .social-list {
  margin: 20px 0px 40px 0px;
}

.artist-profile-social-links .social-list ul {
  list-style: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}

.artist-profile-social-links .social-list ul a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}

.artist-profile-social-links .social-list ul .fa {
  font-size: 32px;
  width: 50px;
  height: 50px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 48px;
  text-align: center;
}

.artist-profile-social-links .social-list ul .fa {
  color: #fff;
  border-color: #4B4B4B;
  background: #626262;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.artist-profile-social-links .social-list ul .fa:hover,
.artist-profile-social-links .social-list ul .fa:focus {
  background: #000;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

/* Custom flexibox css to move items around in the Wanted webform. */
/* Use this for the container. */
section.group-wanted-form form.webform-client-form > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Use this for the item to appear first. */
section.group-wanted-form form.webform-client-form > div > fieldset#edit-register {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: none;
  margin-bottom: 0px;
}

/* Use this for everything that follows our first item. */
section.group-wanted-form form.webform-client-form > div > div.form-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100%;
}

section.group-wanted-form fieldset#edit-register .form-item.form-group > label,
section.group-wanted-form form.webform-client-form > div > div.form-item > label {
  margin: 20px 0px 0px;
  width: 100%;
  background: #F5F5F5;
  border-radius: 4px 4px 0px 0px;
  padding: 5px 15px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 0px;
}

section.group-wanted-form form.webform-client-form .field-type-date .panel-body,
section.group-wanted-form form.webform-client-form > div > fieldset#edit-register > .panel-body {
  padding: 0px;
}

section.group-wanted-form form.webform-client-form .field-type-date .chosen-container.form-control {
  border: none;
  box-shadow: none;
}

section.group-wanted-form form.webform-client-form .field-type-date fieldset.date-combo .container-inline-date > .form-item {
  margin-bottom: 0px;
}

section.group-wanted-form form.webform-client-form > div > fieldset#edit-register input,
section.group-wanted-form form.webform-client-form > div > fieldset#edit-register .image-widget-data,
section.group-wanted-form form.webform-client-form > div > div.form-item > input,
section.group-wanted-form form.webform-client-form > div > div.form-item > .chosen-container {
  border-radius: 0px 0px 4px 4px;
  width: 100%;
}

section.group-wanted-form form.webform-client-form > div > fieldset#edit-register input.form-radio {
  width: inherit;
}

section.group-wanted-form form.webform-client-form > div > fieldset#edit-register .form-type-radios .form-radios {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  padding: 5px 10px;
}

section.group-wanted-form form.webform-client-form > div > fieldset#edit-register.panel {
  box-shadow: none;
}

section.group-wanted-form fieldset#edit-register .form-item-pass > .form-item.form-group > label,
section.group-wanted-form fieldset#edit-register .form-item-pass > .form-item.form-group > input {
  width: 50%;
}


section.group-wanted-form form.webform-client-form > div > div.form-item > .chosen-container {
  width: 100% !important;
}

section.group-wanted-form form.webform-client-form > div > fieldset#edit-register > legend.panel-heading,
section.group-wanted-form form.webform-client-form > div > fieldset#edit-register > .panel-body > .help-block {
  display: none;
}

section.group-wanted-form .confirm-parent,
section.group-wanted-form .password-parent {
  width: 100% !important;
  max-width: 100% !important;
}

.node-type-wanted .field-name-body {
  padding-top: 20px;
}

/* Helps with the submit button placement. */
section.group-wanted-form {
  padding-bottom: 60px;
}

/* Helps with the submit button placement. */
section.group-wanted-form form > div > button.form-submit {
  position: absolute;
  bottom: 0;
}

/* Flexi box for the main artist page. */
/* The flexibox container. */
.page-artists .view-filters {
  display: none;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* The flexibox first child, the views filter, pull to the right. */
.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 0 4 auto;
  -ms-flex: 0 4 auto;
  flex: 0 4 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 0px 10px;
  max-width: 180px;
  box-sizing: border-box;
}

/* The flexibox second child, the actual content, pull to the left. */
.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-content {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets > div {
  display: inline-block;
  width: 100%;
  float: left;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets label {
  font-weight: 300;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets select option {
  font-weight: 300;
  font-stretch: extra-condensed;
  font-size: 16px;
  background: #fff;
  color: #000;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets select option:hover,
.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets select option:focus {
  background: #000;
  color: #fff;
  -webkit-transition: all 200ms ease 100ms;
  -moz-transition: all 200ms ease 100ms;
  -o-transition: all 200ms ease 100ms;
  transition: all 200ms ease 100ms;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets .form-type-select select {
  border: none;
  padding: 0px;
  box-shadow: none;
}

.page-artists section#block-system-main .view-featured-artists.view-display-id-main_artist_filter_page .view-filters .views-exposed-widgets .description {
  font-stretch: semi-expanded;
  font-style: italic;
  line-height: 14px;
  font-weight: 200;
  margin-top: 5px;
  padding-left: 3px;
  color: #7B7B7B;
}

.page-home header#page-header h2.block-title {
  background: #000;
  color: #fff;
  margin: 0px -15px;
  padding: 10px 20px;
}

.page-home .page-promo h2.promo-type,
.page-home .featured-blocks-wrapper .featured-blocks-item h2.block-title {
  /*background:#000;
  color:#fff;
  margin:0px;
  padding:10px;*/
  font-size: 18px;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 7px 0;
  border-bottom: 2px solid #000;
  margin: 0 0 7px 0;
}

.page-home .featured-blocks-wrapper .featured-blocks-item h2.block-title {
  color: #fff;
  border-bottom: 2px solid #ff0000;
}

.page-home .region-content section#block-system-main h2.pane-title {
  /*background:#000;
  color:#fff;
  margin: 0px -15px;
  padding: 10px 20px;*/
  background: transparent;
  color: #000;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  padding: 7px 0;
  margin: 30px 0 7px 0;
}

.page-home .region-content section#block-system-main .pane-articles .field-type-image {
  margin: 0;
}

/* News Page. */
.page-blog h2.news-page-titles {
  /*background:#000;*/
  color: #000;
  margin: 0px;
  padding: 10px 0;
  font-size: 20px;
}

.page-blog h2.news-page-titles a,
.page-blog h2.news-page-titles a:link {
  color: #000;
}

.page-blog h2.news-page-titles a:hover,
.page-blog h2.news-page-titles a:focus {
  text-decoration: none;
  color: #000;
}

ul.news-item {
  list-style: none;
}

#floatbar {
  position: fixed;
  bottom: 0;
  z-index: 9000;
  display: block;
  width: 100%;
  opacity: .2;
  -webkit-transition: opacity 200ms ease 100ms;
  -moz-transition: opacity 200ms ease 100ms;
  -o-transition: opacity 200ms ease 100ms;
  transition: opacity 200ms ease 100ms;
}

#floatbar:hover {
  opacity: 1;
  -webkit-transition: opacity 200ms ease 100ms;
  -moz-transition: opacity 200ms ease 100ms;
  -o-transition: opacity 200ms ease 100ms;
  transition: opacity 200ms ease 100ms;
}

#floatbar h2.block-title {
  display: none;
}

#floatbar .region-floatbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#floatbar .region-floatbar section#block-rrssb-rrssb {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 4 0 auto;
  -ms-flex: 4 0 auto;
  flex: 4 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

#floatbar .region-floatbar section#block-search-form {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.front-featured-story-block .row {
}

body.page-node-65 .main-container.container,
body.page-node-444 .main-container.container,
body.page-node-446 .main-container.container,
body.page-node-125 .main-container.container,
.main-container.container .container {
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

body.page-node-59 .featured,
body.page-node-515 .featured,
body.page-artists-wanted .featured,
body.page-composers-wanted .featured,
body.page-songwriters-wanted .featured,
body.page-musicians-wanted .featured {
  margin-bottom: 0;
}

body.page-node-59 footer.footer,
body.page-node-515 footer.footer,
body.page-artists-wanted footer.footer,
body.page-composers-wanted footer.footer,
body.page-songwriters-wanted footer.footer,
body.page-musicians-wanted footer.footer {
  margin-top: 0;
  border: none;
}

body.page-node-59 .main-container.container,
body.page-node-515 .main-container.container,
body.page-node-721 .main-container.container,
body.page-node-722 .main-container.container,
body.page-node-723 .main-container.container {
  background-image: url(../cspmusic_schedulebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  padding: 40px 0 300px 0;
}


body.page-artists-wanted,
body.page-composers-wanted,
body.page-songwriters-wanted,
body.page-musicians-wanted {
  background: rgba(160, 160, 160, 1);
  background: -moz-linear-gradient(left, rgba(160, 160, 160, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(160, 160, 160, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(160, 160, 160, 1)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(160, 160, 160, 1)));
  background: -webkit-linear-gradient(left, rgba(160, 160, 160, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(160, 160, 160, 1) 100%);
  background: -o-linear-gradient(left, rgba(160, 160, 160, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(160, 160, 160, 1) 100%);
  background: -ms-linear-gradient(left, rgba(160, 160, 160, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(160, 160, 160, 1) 100%);
  background: linear-gradient(to right, rgba(160, 160, 160, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(160, 160, 160, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#a0a0a0', GradientType=1);
}

body.page-artists-wanted .main-container.container,
body.page-composers-wanted .main-container.container,
body.page-songwriters-wanted .main-container.container,
body.page-musicians-wanted .main-container.container {
  background-image: url(../cspmusic_schedulebg_faded.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 25%;
}

.main-container.container .row {
  margin-left: 0;
  margin-right: 0;
}

body.page-node-59 .main-container.container .row,
body.page-node-515 .main-container.container .row {
  margin: 0 auto;
  padding: 0 15px;
}

.main-container.container .row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

body.page-node-65 article.node .field-name-field-profile-photo,
body.page-node-444 article.node .field-name-field-promotional-image,
body.page-node-446 article.node .field-name-field-promotional-image,
body.page-node-59 article.node .field-name-field-profile-photo,
body.page-node-515 article.node .field-name-field-profile-photo {
  display: none;
}

#artist_development-bg,
#artist_management-bg {
  background: #000;
  margin: 15px 0;
  padding: 40px 15px;
  color: #fff;
}

#artist_development-bg ul,
#artist_management-bg ul {
  color: #f00;
}

#artist_development-bg ul span,
#artist_management-bg ul span {
  color: #fff;
}

body.page-node-125 .main-container.container .container,
body.page-node-65 .main-container.container .container,
body.page-node-444 .main-container.container .container,
body.page-node-446 .main-container.container .container {
  padding-left: 15px;
  padding-right: 15px;
}

body.page-node-125 .footer {
  margin: 0;
  border: none;
}

#about_full1,
#about_full2,
#about_full3 {
  background-size: cover;
  background-position: center;
  /*margin: 0 -15px;*/
  padding: 50px 0;
  color: #fff;
}

#about_full1 {
  background-color: #1f1f1f;
  background-image: url(../cspmusic_about1.jpg);
  margin: 25px 0 0 0;
}

#about_full1 .container {
  padding: 0 15px 0 38%;
}

#about_full2 {
  background-color: #fff;
  background-image: url(../cspmusic_about2.jpg);
  color: #000;
}

#about_full2 .container {
  padding: 0 30% 0 15px;
}

#about_full3 {
  background-color: #101010;
  background-image: url(../cspmusic_about3.jpg);
  padding: 170px 0;
}

#about_full3 .container {
  padding: 0 15px 0 38%;
}

#about_full1 h2,
#about_full2 h2,
#about_full3 h2 {
  font-family: 'Oswald';
  font-weight: 300;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 27px;
}

#contact p {
  text-align: center;
  line-height: 16px;
}

#contact h3 {
  text-align: center;
  font-size: 18px;
  clear: both;
  padding: 50px 0 0 0;
}

#contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact ul li {
  width: 34%;
  padding: 0 2%;
  text-align: center;
  float: left;
}

#contact ul li:first-child {
  padding: 0 3% 0 0;
  width: 33%;
}

#contact ul li:last-child {
  padding: 0 0 0 3%;
  width: 33%;
}

#contact ul li h3 {
  margin-bottom: 2px;
  clear: none;
  padding: 0;
}

#contact a,
#contact a:visited {
  color: #f00;
}

#webform-client-form-129 {
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}

#webform-client-form-129 .form-submit {
  background-color: #000;
  border: none;
  border-radius: 0;
  padding: 6px 18px;
}

.webform-component--terms-and-conditions--terms-and-conditions-text {
  border: 1px solid #ddd;
  padding: 1em;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
  font: medium -moz-fixed;
  font: -webkit-small-control;
  overflow: auto;
  resize: both;
  height: 250px;
  max-width: 500px;
}

body .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
body .tb-megamenu .nav > .active > a,
body .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
body .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  background: transparent;
  color: #f00;
}

body header#navbar .widescreen nav div#block-template-user-menu,
body header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal {
  right: 25px;
}

.fa.fa-sign-in::before {
  content: '\f007';
}

.front-featured-story-block .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.webform-progressbar {
  padding: 30px 0;
}

/*#user-register-form .field-group-1,
#user-register-form .field-group-2,
#user-register-form .field-group-3 {
	display: none;
}*/
.date-day,
.date-year {
  margin: 0 0 0 6px;
}

.chosen-container {
  padding: 0;
}

body .chosen-container-single .chosen-single {
  padding: 4px 0 0 8px;
  border: none;
  background: transparent;
  box-shadow: none;
}

body .chosen-container.error .chosen-choices,
body .chosen-container.error .chosen-single {
  border: none;
}

body .field-name-field-birthdate .panel {
  border: none;
}

body .field-name-field-birthdate .panel-default > .panel-heading {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.428571429;
}

body .field-name-field-birthdate .panel-default > .panel-heading .panel-title {
  font-size: 14px;
}

body .field-name-field-birthdate .panel-body,
body .field-name-field-birthdate fieldset.date-combo .container-inline-date .date-padding {
  padding: 0;
}

body .field-name-field-address .panel {
  border: none;
  box-shadow: none;
}

body .field-name-field-address .panel-heading {
  display: none;
}

body .field-name-field-address .panel-body {
  padding: 0;
}

#ajax-user-register-form-wrapper .ds-form > .row > div {
  padding-left: 0;
  padding-right: 0;
}

.chosen-container.state {
  display: block !important;
}

.addressfield-container-inline {
  margin-top: 15px;
}

.form-item-field-address-und-0-administrative-area {
  width: 24%;
}

.form-item-field-address-und-0-administrative-area .chosen-container.state {
  width: 100% !important;
}

@media (max-width: 767px) {
  .addressfield-container-inline .form-item {
    width: 100%;
  }

  .form-item-field-birthdate-und-0-value .form-item > div {
    margin-left: 0;
    margin-bottom: 6px;
    margin-right: 6px;
  }
}

#btnPrev {
  margin: 0 15px 0 0;
}

#ajax-user-register-form-wrapper .panel {
  background-color: rgba(255, 255, 255, 0.5);
}

#ajax-user-register-form-wrapper .panel-default > .panel-heading {
  background-color: rgba(245, 245, 245, 0.5);
}

#ajax-user-register-form-wrapper .form-actions {
  text-align: center;
}

#ajax-user-register-form-wrapper .form-submit {
  margin: 30px 0;
}

#ajax-user-register-form-wrapper .field-type-image .form-submit {
  margin: 0;
}

/*
@media (min-width: 768px) {
	.container {width: 750px;}
}
@media (min-width: 992px) {
	.container {width: 970px;}
}
@media (min-width: 1200px) {
	.container {width: 1170px;}
}

*/
@media (min-width: 768px) {
  body .navbar-nav > li > a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tb-megamenu .nav li a {
    font-size: 1.2rem;
    line-height: 2.5rem;
    /*padding:15px 15px;*/
    -webkit-transition: all 200ms ease 100ms;
    -moz-transition: all 200ms ease 100ms;
    -o-transition: all 200ms ease 100ms;
    transition: all 200ms ease 100ms;
  }

  .navbar-default .navbar-nav > li > a,
  header#navbar .widescreen div.navbar-collapse.collapse nav section#block-tb-megamenu-user-menu.block-tb-megamenu .tb-megamenu .nav li a,
  header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal .nav li a {
    font-size: 1rem;
    /*line-height:3.5rem;*/
    padding: 0 10px;
    -webkit-transition: all 200ms ease 100ms;
    -moz-transition: all 200ms ease 100ms;
    -o-transition: all 200ms ease 100ms;
    transition: all 200ms ease 100ms;
  }

  .container {
    width: 100% !important;
  }
}

/* Mega Menu adjustments for smaller devices, navbar collapsed. */
@media screen and (max-width: 479px) {
  .show-desktop {
    display: none;
  }

  .fa.fa-user,
  .fa.fa-inbox,
  .fa.fa-sign-out {
    font-size: 2rem;
    font-weight: 100;
  }

  #block-template-user-menu ul li a {
    font-size: 1rem;
  }

  .navbar-collapse {
    padding-right: 0px;
    padding-left: 25px;
  }

  header#navbar .widescreen {
    padding-right: 0px;
  }

  .tb-megamenu .btn-navbar {
    /*margin-top:20px;*/
    background: none;
    background-image: none;
    padding: 0px;
    font-size: 24px;
    margin-bottom: 15px;
  }

  header#navbar .widescreen a.logo img {
    max-width: 180px;
    max-height: 40px;
    margin-top: 2px 0 3px 0;
    width: auto;
  }

  .tb-megamenu .nav-collapse {
    top: 54px;
    left: -220px;
    min-width: 300px;
  }

  .page-events .row .col {
    width: 96%;
    margin: 2%;
  }

  .view-featured-artists .col-lg-4 {
    width: 100%;
    display: inline-block;
    float: left;
  }

  .one-sidebar .view-featured-artists .col-lg-4 {
    width: 98%;
    display: inline-block;
  }

  /* Featured blocks for home page. */
  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item {
    width: 100%;
  }

  /* Block styles for the news blocks. */
  .page-home .view-articles .col-lg-3 {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0px;
    margin-bottom: 20px;
  }

  .front-featured-story-block .panel-2col .panel-col-first,
  .front-featured-story-block .panel-2col .panel-col-last {
    width: 100%;
  }

  .front-featured-story-block h2.featured-story-title,
  .front-featured-story-block .featured-story-body {
    padding-left: 0;
  }

  .front-featured-story-block .panel-2col .panel-col-first .inside,
  .front-featured-story-block .panel-2col .panel-col-last .inside {
    margin: 0 0 1em 0;
  }

  .no-sidebars.page-blog .field-name-field-image.field-type-image {
    width: 100%;
  }

  .view-featured-artists .carousel-inner div.item > h3.slider-artist-name {
    font-size: 16px;
  }

  .node-type-featured-artist h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 480px) {
  .view-featured-artists .col-lg-4 {
    /*width:33%;*/
    width: 50%;
    display: inline-block;
    float: left;
  }

  .one-sidebar .view-featured-artists .col-lg-4 {
    width: 32%;
    display: inline-block;
  }

  /* Featured blocks for home page. */
  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item {
    width: 50%;
  }

  /* Block styles for the news blocks. */
  .page-home .view-articles .col-lg-3 {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0px;
    margin-bottom: 20px;
  }

  .front-featured-story-block h2.featured-story-title {
    padding-left: 15px;
  }

  .front-featured-story-block .featured-story-body {
    padding-left: 15px;
  }

  .no-sidebars.page-blog .field-name-field-image.field-type-image {
    width: 40%;
    float: right;
    margin-left: 10px;
  }
}

@media screen and (max-width: 540px) {
  html body.admin-menu {
    margin-top: 43px !important;
  }

  body #admin-menu {
    font-size: 10px;
  }

  #admin-menu > div > .dropdown > li > a {
    padding: 2px 3px 3px;
  }

  .featured-blocks-wrapper {
    background-attachment: initial;
  }

  #about_full1 .container,
  #about_full2 .container,
  #about_full3 .container {
    padding: 0 15px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .show-desktop {
    display: none;
  }

  .fa.fa-user,
  .fa.fa-inbox,
  .fa.fa-sign-out {
    font-size: 3rem;
    font-weight: 100;
  }

  #block-template-user-menu ul li a {
    line-height: normal;
  }

  .navbar-collapse {
    padding-right: 0px;
    padding-left: 25px;
  }

  header#navbar .widescreen {
    padding-right: 0px;
  }

  .tb-megamenu .btn-navbar {
    /*margin-top:15px;*/
    margin-bottom: 15px;
    background: none;
    background-image: none;
    padding: 0px;
    font-size: 32px;
  }

  .tb-megamenu .nav-collapse {
    top: 37px;
    left: -240px;
    min-width: 300px;
  }

  .page-events .row .col {
    width: 96%;
    margin: 2%;
  }

  .view-featured-artists .carousel-inner div.item > h3.slider-artist-name {
    font-size: 20px;
  }

  .node-type-featured-artist h1 {
    font-size: 30px;
  }

}

@media screen and (max-width: 767px) {
  .page-user .moscone-flipped-content,
  .page-user .moscone-flipped-sidebar,
  .node-type-featured-artist .moscone-flipped-content,
  .node-type-featured-artist .moscone-flipped-sidebar {
    width: 100%;
  }

  .node-type-featured-artist .moscone-flipped-content-inner {
    margin-right: 0px;
  }

  /* Promotion block margins for tablet and under viewports. */
  .page-home .region-promotion section#block-views-promotions-promo-block-1,
  .page-home .region-promotion section#block-views-promotions-promo-block-2,
  .page-home .region-promotion section#block-views-promotions-promo-block-3 {
    margin-bottom: 40px;
  }

  header#navbar .widescreen {
    padding: 0 0 0 20px;
  }

  header#navbar .widescreen nav div#block-template-user-menu,
  header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal {
    right: 50px;
    bottom: 14px;
  }

  .tb-megamenu .nav-collapse {
    top: 29px;
  }

  .page-home .region-promotion section#block-views-promotions-promo-block-1,
  .page-home .region-promotion section#block-views-promotions-promo-block-2,
  .page-home .region-promotion section#block-views-promotions-promo-block-3 {
    margin: 0 15px 20px 15px;
  }

  .page-home .featured-blocks-item .region {
    padding: 10px 15px;
  }

  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item {
    width: 100%;
  }

  .page-home .region-content {
    margin: 0 15px;
    width: auto;
  }

  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item.featured-blocks-one {
    padding: 50px 0 0 0;
  }

  #contact ul li,
  #contact ul li:first-child,
  #contact ul li:last-child {
    width: 100%;
    padding: 20px 0;
  }

  .node-type-featured-artist .moscone-flipped-sidebar {
    margin: 50px 0 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .fa.fa-user,
  .fa.fa-inbox,
  .fa.fa-sign-out {
    font-size: 1.2rem;
    font-weight: 100;
  }

  .navbar-collapse {
    padding-right: 0px;
    padding-left: 25px;
  }

  .tb-megamenu .btn-navbar {
    /*margin-top:15px;*/
    margin-bottom: 15px;
    background: none;
    background-image: none;
    padding: 0px;
    font-size: 34px;
  }

  .tb-megamenu .nav-collapse {
    top: 39px;
    left: -240px;
    min-width: 300px;
  }

  .view-featured-artists .carousel-inner div.item > h3.slider-artist-name {
    font-size: 29px;
  }

  .node-type-featured-artist h1 {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) {
  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item,
  .page-home .region-promotion section {
    max-width: 250px;
  }

  .page-home .region-content {
    max-width: 700px;
    margin: 0 auto;
    width: auto;
  }

  .node-type-featured-artist .pane-node-field-profile-biography {
    max-height: 400px;
    overflow-y: scroll;
    display: block;
  }

  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 120px;
    height: 60px;
    width: 40px;
    margin-top: -60px;
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0% 0%;
    border-radius: 7px;
    padding: 60px 40px;
    font-family: "prodicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    color: #CCC;
    opacity: 0.37;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }

  .carousel-control .glyphicons-chevron-left:hover,
  .carousel-control .glyphicons-chevron-right:hover,
  .carousel-control .icon-prev:hover,
  .carousel-control .icon-next:hover {
    opacity: 0.85;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }

  .carousel-control .icon-prev::before,
  .carousel-control .icon-next::before {
    position: absolute;
    top: 0px;
    left: 25px;
  }

  /* Styling to add some navigation animations. */
  header#navbar .widescreen div.navbar-collapse.collapse nav section.block-tb-megamenu,
  header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal {
  }

  /* Featured blocks for home page. */
  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item {
    width: 33.33%;
    padding: 50px 0 0 0;
  }

  /* Promo blocks for home page. */
  .page-home .region-promotion section#block-views-promotions-promo-block-1,
  .page-home .region-promotion section#block-views-promotions-promo-block-2,
  .page-home .region-promotion section#block-views-promotions-promo-block-3 {
    width: 33.33%;
    float: left;
    padding: 20px 0px;
  }

  .page-home .region-promotion section#block-views-promotions-promo-block-1 .view-promotions,
  .page-home .region-promotion section#block-views-promotions-promo-block-2 .view-promotions,
  .page-home .region-promotion section#block-views-promotions-promo-block-3 .view-promotions {
    padding: 0 10px;
  }

  .page-home .region-featured section#block-views-promotions-promo-block-1 .view-promotions,
  .page-home .region-featured section#block-views-promotions-promo-block-2 .view-promotions,
  .page-home .region-featured section#block-views-promotions-promo-block-3 .view-promotions {
    background: #191919;
  }

  .page-home .region-featured section#block-views-promotions-promo-block-1 .view-promotions,
  .page-home .region-featured section#block-views-promotions-promo-block-2 .view-promotions {
    margin-right: 5px;
    border-right: #fff solid 1px;
  }

  /* Block styles for the news blocks. */
  .page-home .view-articles .col-lg-3 {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 0px;
    margin-bottom: 20px;
  }

  .no-sidebars.page-blog .field-name-field-image.field-type-image,
  .no-sidebars.page-services .field-name-field-profile-photo,
  .no-sidebars.node-type-services .field-name-field-profile-photo {
    width: 50%;
    float: right;
    margin-left: 20px;
  }

  .page-blog .news-item-row,
  .no-sidebars.page-blog .news-item-row {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
  }

  .page-node-65 .main-container.container .container,
  .page-node-444 .main-container.container .container,
  .page-node-446 .main-container.container .container,
  .page-node-125 .main-container.container .container,
  .page-node-59 .main-container.container .row,
  .page-node-515 .main-container.container .row {
    width: 750px !important;
  }
}

/* Breakpoints for the profile intro boxes. */
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page-user .moscone-flipped-column-content-region.moscone-flipped-sidebar,
  .node-type-featured-artist .moscone-flipped-column-content-region.moscone-flipped-sidebar {
    max-height: 425px;
    overflow-y: scroll;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-transition: max-height 100ms ease 100ms;
    -moz-transition: max-height 100ms ease 100ms;
    -o-transition: max-height 100ms ease 100ms;
    transition: max-height 100ms ease 100ms;
  }

  .node-type-featured-artist .moscone-flipped-container.moscone-flipped-column-content {
    max-height: 425px;
    overflow: hidden;
    -webkit-transition: max-height 100ms ease 100ms;
    -moz-transition: max-height 100ms ease 100ms;
    -o-transition: max-height 100ms ease 100ms;
    transition: max-height 100ms ease 100ms;
  }

  .page-user .pane-user-field-profile-photo .img-responsive img,
  .node-type-featured-artist .flexslider .slides img {
    height: 425px;
    width: auto;
    -webkit-transition: max-height 100ms ease 100ms;
    -moz-transition: max-height 100ms ease 100ms;
    -o-transition: max-height 100ms ease 100ms;
    transition: max-height 100ms ease 100ms;
  }

  .node-type-featured-artist .flexslider .slides > li {
    overflow: hidden;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .page-user .moscone-flipped-column-content-region.moscone-flipped-sidebar,
  .node-type-featured-artist .moscone-flipped-column-content-region.moscone-flipped-sidebar {
    max-height: 465px;
    overflow-y: scroll;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -webkit-transition: max-height 100ms ease 100ms;
    -moz-transition: max-height 100ms ease 100ms;
    -o-transition: max-height 100ms ease 100ms;
    transition: max-height 100ms ease 100ms;
  }

  .node-type-featured-artist .moscone-flipped-container.moscone-flipped-column-content {
    max-height: 465px;
    overflow: hidden;
    -webkit-transition: max-height 100ms ease 100ms;
    -moz-transition: max-height 100ms ease 100ms;
    -o-transition: max-height 100ms ease 100ms;
    transition: max-height 100ms ease 100ms;
  }

  .page-user .pane-user-field-profile-photo .img-responsive img,
  .node-type-featured-artist .flexslider .slides img {
    /* height:465px;
    width:auto; */
  }

  .node-type-featured-artist .flexslider .slides > li {
    overflow: hidden;
  }
}

@media screen and (max-width: 979px) {
  .tb-megamenu {
    background: none;
    height: 100%;
  }

  body header#navbar .widescreen nav div#block-template-user-menu,
  body header#navbar .widescreen div.navbar-collapse.collapse nav section#block-bootstrap-login-modal-bootstrap-login-modal {
    right: 55px;
    bottom: 14px;
  }

  .tb-megamenu .btn-navbar:hover,
  .tb-megamenu .btn-navbar:focus {
    background: none;
    background-image: none;
  }

  #block-template-user-menu ul li a {
    font-size: 1rem;
  }

  .tb-megamenu .dropdown-menu li > a:hover,
  .tb-megamenu .dropdown-menu li > a:focus,
  .tb-megamenu .dropdown-submenu:hover > a,
  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.open.active > a:hover,
  .tb-megamenu .nav-collapse .nav > li > a:hover,
  .tb-megamenu .nav-collapse .nav > li > a:focus,
  .tb-megamenu .nav > .active > a,
  .tb-megamenu .nav > .active > a:hover,
  .tb-megamenu .nav > .active > a:focus,
  .tb-megamenu .nav > li > a:hover,
  .tb-megamenu .nav > li > a:focus,
  .tb-megamenu .nav li.dropdown.open.level-1 > .dropdown-toggle {
    /*color:#fff;*/
    color: #f00;
    background: transparent;
  }

  .tb-megamenu .dropdown-menu li,
  .tb-megamenu .dropdown-menu li,
  .tb-megamenu .dropdown-submenu:hover,
  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.open.active,
  .tb-megamenu .nav-collapse .nav > li,
  .tb-megamenu .nav > .active,
  .tb-megamenu .nav > li,
  .tb-megamenu .nav li.dropdown.open.level-1 > .dropdown-toggle {
    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    /*border:none;*/


  }

  .tb-megamenu .nav-collapse .nav > li > a {
    border-bottom: 1px solid #333;
  }

  .navbar .logo {
    margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media screen and (min-width: 992px) {
  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item,
  .page-home .region-promotion section {
    max-width: 323px;
  }

  .page-home .region-content {
    max-width: 920px;
  }

  .page-node-65 .main-container.container .container,
  .page-node-444 .main-container.container .container,
  .page-node-446 .main-container.container .container,
  .page-node-125 .main-container.container .container,
  body.page-node-59 .main-container.container .row,
  body.page-node-515 .main-container.container .row {
    width: 970px !important;
  }

  article#node-59,
  article#node-515 {
    width: 75%;
  }
}

/*@media (min-width: 768px)
bootstrap.min.css:9
.container {
    width: 750px;
}*/
@media screen and (min-width: 1200px) {
  .page-home .main-container .featured-blocks-wrapper .featured-blocks-item,
  .page-home .region-promotion section {
    max-width: 390px;
  }

  .page-home .region-content {
    max-width: 1130px;
  }

  .page-user .moscone-flipped-column-content-region.moscone-flipped-sidebar,
  .node-type-featured-artist .moscone-flipped-column-content-region.moscone-flipped-sidebar {
    max-height: 565px;
    overflow-y: scroll;
    display: -moz-box;
    display: -webkit-box;
    display: box;
  }

  .node-type-featured-artist .moscone-flipped-container.moscone-flipped-column-content {
    max-height: 565px;
    overflow: hidden;
  }

  .page-user .pane-user-field-profile-photo .img-responsive img,
  .node-type-featured-artist .flexslider .slides img {
    height: 555px;
    width: auto;
  }

  .node-type-featured-artist .flexslider .slides > li {
    overflow: hidden;
  }
}

.view-reviews .views-row {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 20px;
  padding: 0px 15px 15px 15px;
}

.view-reviews .views-row .field, .view-reviews .views-row .views-field {
  width: 100%;
  clear: both;
  float: left;
  padding-bottom: 10px;
}

article#node-717 .field.field-name-body.field-type-text-with-summary.field-label-hidden {
  float: left;
  width: 100%;
}

article#node-717 .field-type-text-with-summary .even p {
  font-size: 15px;
  padding-top: 10px;
}

.auth_info {
  font-size: 13px;
  color: #555555;
  clear: both;
}

.comments {
  font-size: 15px;
  padding-top: 10px;
}

body.page-node-721 .main-container.container .cog-form--light-background,
body.page-node-722 .main-container.container .cog-form--light-background,
body.page-node-723 .main-container.container .cog-form--light-background {
  padding-left: 10px !important;
  padding-right: 10px !important;;
}

body.page-node-721 .featured,
body.page-node-722 .featured,
body.page-node-723 .featured {
  margin-bottom: 0px !important;
}

body.page-node-721 .main-container.container,
body.page-node-722 .main-container.container,
body.page-node-723 .main-container.container {
  padding-right: 10px !important;
  padding-left: 10px !important;;
}

body.page-node-721 .footer,
body.page-node-722 .footer,
body.page-node-723 .footer {
  margin-top: 0 !important;
}
