/* Copyright 2015 Visual Arts Brampton */

@import url("https://fonts.googleapis.com/css?family=Bree+Serif");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');
@import url("fontello.css");
@import url("typography-bootstrap-reset.css");
@import url("fancybox.css");
@import url("animation.css");


/***** Base Size of Fonts and Body/HTML     */

@-ms-viewport {                 
  width: auto !important;
}
  
html {
  font-size: 65%;  
  margin: 0;
  padding: 0;
}

body {
  background-color: #3DB4E5;
  background-image: url("../images/bg-pattern.png");
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7; 
}

.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}


/***** Text Colour & Link Styles     */

body, html, a {
  color: #333;
}

a {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h5 a, h4 a {
  color: inherit;
}

a:hover, a:focus {
  color: #3DB4E5;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #3DB4E5;
}

a:hover, a:active, a, object, embed, *:focus {
  outline: none !important;
}


/***** Font Calls     */

.short-headline, h1, h2, h3, h4, h5, h6, #main-menu, .tagline, .dropcap {
  font-family: "Bree Serif", Sans-Serif;
}

body, input, textarea, button, form, #main-menu ul li li {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

blockquote {
  font-family: Georgia, Serif;
}


/***** Heading Sizes     */

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  line-height: 1.4;
}

h1 {
  font-size: 190%;
}

h2 {
  font-size: 170%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 { font-size: 110%;
  }

h6 {
  font-size: 95%;
}

/***** Images     */

img.align-right, img.pull-right {
  float: right;
  margin: 1% 0 1% 2%;
}

img.align-left, img.pull-left {
  float: left;
  margin: 1% 2% 1% 0;
}

img.align-center,
img.align-none {
  display: block;
  margin: 0 auto 2% auto;
}

img.add-margin-bottom {
  margin-bottom: 20px;
}

img.add-margin-top { 
  margin-top: 20px;
}

img.less-margin-bottom {
  margin-bottom: 5px;
}


/***** Main Wrappers / Containers     */

#site-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1199px;
  min-width: 320px;
}

.container {
  width: auto !important;
  padding: 0;
  margin: 0;
}

#page {
  position: relative;
}

#main-content.container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;  
}

#main-content .row {
  margin-top: 15px;
}


/***** Header / Logo / Tagline / social-header      */

.header {
  position: relative;
  width: 100%;
}

#logo {
  position: relative;
  float: left;
  left: 10px;
  background: url("../images/logo.png") 0% 50% no-repeat;
}

#logo.kids {
  background: url("../images/logo-kids.png") 0% 50% no-repeat;
}

#logo, #logo img {
  width: 380px;
  height: 120px;
  display: block;
}

.header .tagline {
  float: left;
  margin: 0 0 0 30px;
  padding: 0px;
  line-height: 120px;
  height: 120px;
  font-size: 100%;
  font-weight: 300;
}

.social-header {
  right: 0px;
  width: 100%;
  position: absolute;
}

.social-header .social-menu ul, .mobile-social-header .social-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-header .social-menu li, .mobile-social-header .social-menu li {
  float: right;
  position: relative;
}

.social-header .social-menu a, .mobile-social-header .social-menu a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
}

.social-header .social-menu span { 
  margin-left: 6px; 
}

.social-header .social-menu a:before, .mobile-social-header .social-menu a:before {
  font-family: fontello;
}

.social-header .social-menu .contact a {
  background: #444;
}

.social-header .social-menu .contact a:before, .mobile-social-header .social-menu .contact a:before {
  content: '\e801';
}

.social-header .social-menu .facebook a {
  background: #3B5998;
}

.social-header .social-menu .facebook a:before, .mobile-social-header .social-menu .facebook a:before {
  content: '\e80f';
}

.social-header .social-menu .twitter a {
  background: #1DA1F2;
}

.social-header .social-menu .twitter a:before, .mobile-social-header .social-menu .twitter a:before {
  content: '\e800';
}

.social-header .social-menu .youtube a {
  background: #CD201F;
}

.social-header .social-menu .youtube a:before, .mobile-social-header .social-menu .youtube a:before  {
  content: '\e803';
}

.social-header .social-menu .instagram a {
  background: #E1306C;
}

.social-header .social-menu .instagram a:before, .mobile-social-header .social-menu .instagram a:before  {
  content: '\e810';
}

.social-header .social-menu .pinterest a {
  background: #BC071C;
}

.social-header .social-menu .pinterest a:before, .mobile-social-header .social-menu .pinterest a:before  {
  content: '\e808';
}

.social-header .social-menu .tumblr a {
  background: #35465C;
}

.social-header .social-menu .tumblr a:before, .mobile-social-header .social-menu .tumblr a:before  {
  content: '\e807';
}

.social-header .social-menu .meetup a {
  background: #E0393E;
}

.social-header .social-menu .meetup a:before, .mobile-social-header .social-menu .meetup a:before  {
  content: '\e84e';
}

.social-header .social-menu .screening a {
  background: #5BB75B;
}

.social-header .social-menu .screening a:before, .mobile-social-header .social-menu .screening a:before {
  content: '\e852';
}


/***** Social Header Search     */

.social-header .search-wrapper form, .mobile-social-header .search-wrapper form {
  margin: 0;
  padding: 0;
}

.social-header .search-wrapper, .mobile-social-header .search-wrapper {
  position: absolute;
  top: 40px;
  height: 40px;
  right: 15px;
  background-color: #fff;
}

.social-header .search #search-trigger, 
.mobile-social-header .search #mobile-search-trigger {
  color: #ccc;
  display: block;
  float: left;
  cursor: pointer;
}

.social-header .search #search-trigger i:before, 
.mobile-social-header .search #mobile-search-trigger i:before {
  font-size: 25px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  position: relative;
  top: -10px;
}

.social-header .search #search-trigger.active i:before, 
.mobile-social-header .search #mobile-search-trigger.active i:before {
  content: "\e815";
}

.social-header .search input, .mobile-social-header .search input {
  background-color: #fff;
  width: 200px;
  margin-left: 5px;
  top: 5px;
  position: relative;
  float: right;
  font-size: 16px !important;	
  padding: 4px 6px;
  border: 1px solid #e9e9e9;
  color: #555;
  line-height: 20px;
  vertical-align: middle;  
}

.social-header .search input, .mobile-social-header .search input {
  display: none;
}


/***** Menu     */

.menu-wrapper {
  position: relative;
  background-color: #000;
  height: 60px;
  left: 0px;
  width: 100%;  
}

.mobile-trigger-wrapper, 
.mobile-nav {
  display: none;
}

#main-menu a { 
  font-size: 108%;
}

#main-menu {
  padding: 0;
  z-index: 999;
  clear: none;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  height: 55px;
}

#main-menu ul {
  display:block;
}

#main-menu li.deeper i {
  background: url("../images/menu-arrow.png") 0 0 no-repeat;
  display: inline-block;
  width: 5px;
  margin-left: 8px;
  height: 5px;
  position: relative;
  top: -2px; 
}

#main-menu ul ul li.parent i {
  background-position: -5px 0;
}

#main-menu ul {
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000;
}

#main-menu ul ul {
  margin: 0;
  padding: 0;
  display: none;
}

/* Level One */
#main-menu li {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  background: #000;
}

#main-menu li a {
  border: none;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 50px;
  margin: 0!important;
  padding: 0;
  border-top: 5px solid #000;
  text-decoration: none;
}

#main-menu ul li ul li.new a:after {
  margin-left: 5px;
  background-color: #d9534f;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  content: 'New!';
}

#main-menu li.parent.foo a {
  border-top-color: #000;
}

#main-menu a:hover,
#main-menu .active a,
#main-menu a.selected,
#main-menu li.parent.foo.active a {
  border-top: 5px solid #3DB4E5;
}

#main-menu li li {
  padding: 0;
}

/* Level Two */
#main-menu ul li ul li a {
  font-size: 90%;
}

#main-menu li.active ul a {
  background-color: inherit;
}

#main-menu li ul a:hover,
#main-menu ul li li a.selected,
#main-menu li.active ul li.active a, 
#main-menu li.active ul li.active ul li.active a, 
#main-menu li.active ul li.active ul li a:hover {
  background-color: #3DB4E5;
}

#main-menu li.active ul li.active ul li a {
  background-color: inherit;
}

#main-menu ul li ul li {
  background: #333;
  float: none;
  left: auto;
  margin: 0;
  top: 0;
  width: 100%;
}

/* Level Three */
#main-menu ul li ul li ul li {
  background: #333;
}

#main-menu li li {
  border-bottom: 1px solid #444;
}

#main-menu li ul a,
#main-menu li ul li a,
#main-menu li ul li ul li a {
  height: auto;
  line-height: 1.5;
  padding: 7px 10px;
  width: 250px;
  color: #fff;
  border: 0px!important;
}

#main-menu li ul {
  background: #333;
  left: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  z-index: 100;
}

#main-menu li ul ul {
  border-top: 0px;
  z-index: 100000;
}

#main-menu ul ul ul {
  border: none;
  top: 0!important;
  left: 195px;	
}

#main-menu li ul li ul {
  padding: 0;
  position: absolute;
  top: 0;
}

/* Level Four */
#main-menu ul li ul li ul li ul li a {
  background: #333;
}


/***** Page Header      */

.page-header {
  border-bottom: 0px;
  margin: 0px 0 10px 0;
  clear: both;
  padding: 0;
  background: url("../images/bg-dotted.png");
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.10);
}

.page-header h1 small {
  font-size: 50%;
  color: #888;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
  border-left: 1px solid #777;
  vertical-align: middle;
}

.page-header h1 {
  font-size: 185%;
  padding: 20px;
  margin: 0;
}


/***** Sidebar     */

/* Left Sidebar */
.sidebar-left .secondary-column {
  float: left;
  margin-left: 0;
}

.sidebar-left .primary-column {
  float: right;
  margin-right: 0;
}

.sidebar-left {
  background-image: url("../images/rule.png");
  background-position: 23.5% 0;
  background-repeat: repeat-y;
}

.sidebar-left.wider {
  background-image: url("../images/rule.png");
  background-position: 32.5% 0;
  background-repeat: repeat-y;
}

.sidebar-left .secondary-column .widget {
  padding-right: 20px;
}

/* Right Sidebar */
.sidebar-right  {
  background-image: url("../images/rule.png");
  background-position: 76.5% 0;
  background-repeat: repeat-y;
}

.sidebar-right.wider {
  background-image: url("../images/rule.png");
  background-position: 68% 0;
  background-repeat: repeat-y;
}

.sidebar-right .secondary-column .widget {
  padding-left: 20px;
}


/***** Short Headline     */

.short-headline {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 140%;
  background: url("../images/bg-diag-stripe.png");
  border-left: 5px solid #3DB4E5;
  width: auto;
  text-overflow: ellipsis; 
  white-space: nowrap;
  overflow: hidden;
}

.short-headline span {
  background: #fff;
  padding: 0 10px 5px 10px;
}

p + .short-headline,
table + .short-headline,
blockquote + .short-headline,
ul + .short-headline,
ol + .short-headline,
dl + .short-headline,
form + .short-headline,
h1 + .short-headline,
h2 + .short-headline,
h3 + .short-headline,
h4 + .short-headline,
h5 + .short-headline,
h6 + .short-headline,
.row + .short-headline {
  margin-top: 30px!important;
}

.short-headline + h1 {
  margin-top: 3%!important;
}

.short-headline.margin-top {
  margin: 2em 0 1em 0;
}

.widget .short-headline {
  font-size: 120%;
  margin-bottom: 1em;
}

.widget .short-headline {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top:0;
}

/***** Well     */

.well {
  background: url("../images/bg-dotted.png");
  padding: 4% 5%;
  border: none;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}

.well.no-padding {
  padding: 0;
}

.well h3 + p {
  margin-bottom: 20px;
}

.well .btn + .btn {
  margin-right: 5px;
  margin-left: 5px;
}

.well div {
  padding: 0 4% 4% 4%;
}

.well h2 {
  margin-top: 0;
}

.well img.alignleft, .well img.alignright {
  margin-top: 2%;
}

.well h3 {
  font-size: 140%;
}

.well h3 a {
  text-decoration: none;
}

.well.well-inverse {
  background: url("../images/bg-dotted-dark.png");
  background-color: #000;
  color: #fff;
}


/***** Widgets     */

.widget {
  margin: 0 0 10px 0;
  clear: both;
}

.widget:nth-child(n+2) {
  margin: 0 0 30px 0;
}

.widget p {
  font-size: 90%;
}

.widget a {
  text-decoration: none;
}

.widget p:last-child {
  margin: 0px;
}

.widget img.alignleft {
  margin: 5px 10px 0 0;
}

.widget img.alignright {
  margin: 5px 0 0 10px;
}

.widget img.aligncenter {
  margin: 0 0 10px 0;
  display: block;
  float: none;
  width: 100%;
}


/***** Navigation Widget     */

ul.navigation {
  margin-left: 0;
  padding-left: 0;
  font-size: 95%;
}

ul.navigation li {
  margin-left: 0;
  padding: 0 0 3px 15px;
  list-style: none;
  display: block;
  position: relative;
}

ul.navigation li:before {
  font-family: 'fontello';
  content: '\e816';
  /*entypo-icon-right-open*/
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 10px;
  line-height: 2.6em;
  color: #aaa;
}

ul.navigation li a {
  text-decoration: none;
  display: block;
  color: #777;
}

ul.navigation li.current a,
ul.navigation a:hover, 
ul.navigation li:hover a:before,
ul.navigation li ul li a:hover,
ul.navigation li ul li a:before {
  color: #000;
  font-weight: bold;
}

ul.navigation li.current li a {
  color: #777;
  font-weight: normal;
}

ul.navigation li.active a:before,
ul.navigation ul {  
  margin-left: 10px;
  margin-bottom: 0;
}


/***** Blogposts Widget     */

.widget ul.blogposts {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.widget ul.blogposts a {
  text-decoration: none;
}

.widget ul.blogposts li {
  border-bottom: 2px dotted #DFDFDF;
  float: left;
  margin-top: 10px;
  padding: 0px 0px 10px;
  width: 100%;
}

.widget ul.blogposts li:last-child {
  border: none;
  padding: 0px;
}

.widget ul.blogposts h3 {
  font-size: 100%;
  margin: 0px 0px 5px 55px;
}

.widget ul.blogposts p {
  margin: 0px 0px 0px 55px;
  font-size: 90%;
}

.widget ul.blogposts span.date {
  background: #eee;
  color: #000;
  border-radius: 60px;
  display: block;
  float: left;
  line-height: 1;
  height: 50px;
  width: 50px;
  padding: 7px 0 0 0;
  text-align: center;
}

.widget ul.blogposts .date .day {
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.widget ul.blogposts span.date .month {
  font-size: 11px;
  display: block;
  position: relative;
  text-transform: lowercase;
}

.widget ul.blogposts span.date .weekday {
  font-size: 11px;
  display: block;
  position: relative;
  text-transform: lowercase;
}

.widget ul.blogposts span.date .year {
  display: none;
}

.widget .blogposts-link {
  clear: both;
  padding-top: 5px;
  text-align: right;
}


/***** Image Widget (Sidebar, Footer)     */

ul.image-widget {
  position: relative;
  left: -5px;
  margin: 0;
  padding: 0;
}

.image-widget li {
  float: left;
  margin: 0 5px 10px 5px;
  width: 50px;
  height: 50px;
  list-style: none;
}

.image-widget a {
  position: relative;
  float: left;
}

.image-widget a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 6px rgba(0,0,0,.6);
}

.widget .image-widget li {
  width: 45px;
  height: 45px;
}


/***** Sponsors Widget     */

.widget .sponsors {
  margin: 0;
  padding: 0;
}

.widget .sponsors li {
  margin: 0 3% 3% 0;
  padding: 0;
  list-style: none;
  float: left;
}

.widget .sponsors li {
  width: 47%;
}

.widget .sponsors img {
  width: 100%;
  height: auto;
}


/***** Tags     */

.tag-wrapper a, .entry-tags a {
  float: left;
  display: block;
  text-decoration: none;
  background: #000;
  padding: 2px 8px 3px;
  margin: 0 3px 3px 0;
  color: #fff;
  font-size: 85%;
}

.tag-wrapper a:hover, .entry-tags a:hover {
  background: #3DB4E5;
  color: #fff;
}


/***** Figures     */

figure img {
  margin: 0;
  display: inline;
}

figure {
  margin: 2% 0 4% 0;
}

figcaption {
  text-align: left;
  margin-top: 0px;
  padding: 10px 0;
  clear: both;
  font-size: 90%;
  font-style: italic;
  background: url("../images/hr.png") 0 100% repeat-x;
}

figcaption p:last-child {
  margin-bottom: 0%;
}

figure.three-images {
  position: relative;
  width: 100.5%;
}

figure.three-images img {
  width: 32.333%;
  float: left;
  margin: 0 1% 0 0;
}

figure.two-images {
  position: relative;
  width: 100.5%;
}

figure.two-images img {
  width: 49%;
  float: left;
  margin: 0 1% 0 0;
}


/***** Call to Action     */

.call-to-action {
  position: relative;
  text-align: center;
  padding: 25px 20px 28px 20px;
  margin: 20px 0 30px;
  background: url("../images/bg-dotted.png") fixed;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.row + .call-to-action, 
.row-fluid + .call-to-action {
  margin:10px 0 30px;
}

.call-to-action h3 {
  margin-top: 0;
  margin-bottom: 1.5%;
  font-size: 175%;
}

.call-to-action p {
  font-size: 100%;
}

.call-to-action.trad .message {
  float: left;
  width: 70%;
  text-align: left;
  margin-right: 5%;
}

.call-to-action.trad .message p:last-child {
  margin-bottom: 0;
}

.call-to-action.trad .action {
  float: right;
  width: 20%;
  text-align: right;
  padding-top: 2%;
}

.call-to-action.inverse {
  background: #000 url("../images/bg-dotted-dark.png") fixed;
}

.call-to-action.inverse * {
  color: #fff;
}

.call-to-action-footer {
  background: #000 url("../images/bg-dotted-dark.png") fixed;
}

.call-to-action-footer .call-to-action {
  margin: 0;
  border: 0px;
  padding: 2% 3%;
  box-shadow: none;
  background: transparent;
}

.call-to-action-footer .call-to-action * {
  color: #fff;
}

.call-to-action-footer .call-to-action h4 {
  margin-top: 0;
  margin-bottom: 1.5%;
  font-size: 175%;
}


/***** Hero Units     */

.hero-unit {
  position: relative;
  clear: both;
  margin: -40px 0 40px 0;
  padding: 30px 4% 20px;
  background: #fff url(../images/bg-dotted.png);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.10);
}

.hero-unit h1 {
  padding: 0;
  line-height: 1.35;
  font-size: 220%;
}

.hero-unit.split {
  padding-top:30px;
}

.hero-unit.split h1 {
  line-height: 1.4;
  border-right: 1px solid #ccc;
  padding-right: 5%;
  margin:0;
}

.hero-unit.split .content {
  width: 47%;
  float: left;
  margin-left: 2%;
}

.hero-unit.split .headline {
  width: 47%;
  text-align: right;
  float: left;
}


/***** Sticky Notes     */

.sticky.f-right {
  max-width: 360px;
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}

.sticky.f-left {
  max-width: 360px;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.sticky.gold .content {
  background: #FFD700;
}

.sticky.pink .content {
  background: #FFC0CB;
}

.sticky.green .content {
  background: #d9ee62;
}

.sticky.blue .content {
  background: #C6E4F4;
}

.sticky.black .content {
  background: #000;
}

.sticky.black .content {
  color: #fff;
}

.sticky.orange .content {
  background: #3DB4E5;
}

.sticky div.content {
  padding: 20px;
  background: #f8f8f8;
}

.sticky {
  position: relative;
  z-index: 99!important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 40px rgba(0, 0, 0, 0.05) inset;
  margin: 10px 0 20px 0;
}

.sticky.more-margin {
  margin-top: 35px;
  margin-bottom: 30px;
}

.sticky button.close {
  display: block;
  height: 30px;
  position: relative;
  bottom: 10px;
}

.sticky:before,
.sticky:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 80%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  transform: skew(-15deg) rotate(-6deg);
}

.sticky:after {
  left: auto;
  right: 15px;
  transform: skew(15deg) rotate(6deg);
}

.sticky .content:after {
  display: block;
  content: "";
  position: absolute;
  width: 33%;
  height: 25px;
  top: -15px;
  left: 33%;
  border: 1px solid rgba(255, 255, 255, .6);
  background: rgba(254, 254, 254, .6);
  box-shadow: 0px 0 3px rgba(0,0,0,0.2);
}

.sticky.black {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.sticky.black:before,
.sticky.black:after {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
}


/***** Splatter     */

.splatter.sm {
  width: 125px;
  height: 125px;
  background-image: url("../images/splatter125x125.png");  
  margin-bottom: 20px;
}

.splatter.md {
  width: 150px;
  height: 150px;
  background-image: url("../images/splatter150x150.png");
}

.splatter.lg {
  width: 200px;
  height: 200px;
  background-image: url("../images/splatter200x200.png");
}

.splatter.f-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.splatter.f-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

.splatter .content {
  color: #fff;
  text-align: center;
  margin-left: -2px;
}

.splatter.sm .content {
  padding-top: 40px;  
}

.splatter.md .content {
  padding-top: 40px;
}

.splatter.lg .content {
  padding-top: 65px;
}

.splatter h1 {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.1;  
}

.splatter.sm h1 {
  font-size: 35px;
}

.splatter.md h1 {
  font-size: 45px;
}

.splatter.lg h1 {
  font-size: 55px;
}

.splatter p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}

.splatter.md p {
  font-size: 14px;
  line-height: 14px;
}

.splatter.lg p {
  font-size: 18px;
  line-height: 18px;
}

.splatter-content-left {
  float: left;
  margin-right: 20px;
}
 

/***** Image Gallery     */

.thumb-gallery {
  text-align: center;  
}
  
.thumb-gallery div {
  display:inline-block;
  float:none;
  text-align:left;
  margin-right:-4px;
  vertical-align: middle;
}

.thumb-gallery .thumbnail {
  border: 0px;
  padding: 0px;
}

.thumb-gallery img {
  *box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.thumb-gallery a div {
  margin-top: 5px;
  text-align: center;
}
	
.thumb-gallery div a {
  color: #333;	 
  text-decoration: none;
}
	
.thumb-gallery p {
  margin: 0px;
  font-size: 90%;
  text-align: center;
  margin-bottom: 20px;
}

.thumbnail-play {
  background-color: red;
  color: white;
}

/*
.thumb-gallery.captions .thumbnail {
  margin-bottom: 0px !important;
}
*/


/***** Video Gallery     */

.video-gallery .thumbnail, .video-single .thumbnail {
  border: 0px;
  padding: 0px;
}

.video-single {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.video-gallery img, .video-single img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.video-gallery a div, .video-single a div {
  margin-top: 5px;
}
	
.video-gallery div a, .video-single div a {
  color: #333;	 
  text-decoration: none;
}
	
.video-gallery p, .video-single p {
  margin: 0px;
  font-size: 90%;
}

.video-single p {
  text-align:center;
}

.video-gallery .video-play, .video-single .video-play {
  position: relative;
}

.video-gallery .video-play-button, .video-single .video-play-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0px;
  padding: 3px;
  text-align: center;
  background-color: #28AAE1;
  background-color: rgba(40,170,225,0.7);
  color: #fff;
  font-size: 90%;
}


/***** Lesson Gallery     */


.lesson-columns {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 10px 0px;
  margin: 0;
  flex-wrap: wrap;
}

.lesson-columns-block {
  box-shadow: rgba(0,0,0,0.1) 0px 0px 16px 3px;
  box-sizing: border-box;
  flex: 0 1 auto;
  list-style: none;
  position: relative;
  width: 32%;
  margin-bottom: 30px;
  background: #eee;
}

.lesson-columns-block.empty {
  box-shadow: rgba(0,0,0,0) 0px 0px 0px 0px;
  background: #fff;
}

.lesson-columns-content {
  padding: 15px 15px 15px;
  background: #eee;
}

.lesson-columns-title {
  margin: 0 0 10px 0;
  padding: 0px;
  font-family: 'Nunito Sans';
  font-size: 125%;  
}

.lesson-columns-title a {
  text-decoration: none;
  color: #3DB4E5;
}

.lesson-columns-title a:hover {
  color: #333;
}

.lesson-columns-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}


/***** Blog     */

.entry-post:before, .entry-post:after {
  display: table;
  content: "";
  line-height: 0;
}

.entry-post:after {
  clear: both;
}

.entry-meta abbr {
  border: 0px;
}

.blog-detail .video-wrapper, 
.blog-summary .video-wrapper {
  margin-bottom: 20px;
}

.blog-detail header .byline,
.blog-detail header .entry-meta,
.blog-summary header .byline,
.blog-summary header .entry-meta {
  font-size: 13px;
  font-size: 1.4rem;
  line-height: 2;
}

.blog-detail header .byline a,
.blog-detail header .entry-meta a,
.blog-summary header .byline a,
.blog-summary header .entry-meta a {
  text-decoration: none;
}

.blog-summary header .byline {
  margin-top: 5px;
	
}

.blog-detail .byline abbr {
  border-bottom: none;
}

.blog-detail header iframe,
.blog-summary header iframe {
  margin: 0px;
  height: 20px;
  vertical-align: middle;
}

.blog-detail header .entry-socialmedia,
.blog-summary header .entry-socialmedia {
  display: inline;	
}

.share-buttons {
  display: inline;
}

.share-buttons a {
  padding: 3px 5px 3px 5px;
  margin-right: 3px;
  min-width: 100px;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}

.share-buttons a span {
  margin-left: 6px;
}

.share-buttons .btn-facebook {
  color: #fff;
  background: #3B5998;
}

.share-buttons a:before {
  font-family: Fontello;
}

.share-buttons .btn-facebook:before {
  content: "\e80f";
}

.share-buttons .btn-twitter {
  color: #fff;
  background: #1DA1F2;
}

.share-buttons .btn-twitter:before {
  content: '\e800';
}

.blog-summary .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 5px;	
}

.blog-summary .entry-header .entry-title a {
  text-decoration: none;
}

.blog-summary .entry-post {
  background: url("../images/hr.png") 0 100% repeat-x;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.blog-summary .entry-post:last-child {
  background: none;
}

.blog-summary .entry-footer {
  width: 12%;
  display: block;
  margin-right: 2%;
}

.blog-detail {
  margin-bottom: 20px;
}

.blog-detail .entry-footer {
  width: 12%;
  display: block;
  margin-right: 2%;
}

.blog-detail .entry-header {
  background: url("../images/hr.png") 0 100% repeat-x;
  padding-bottom: 10px;
  margin-bottom: 3%;
  position: relative;
}

.blog-summary .entry-header {
  padding-bottom: 10px;
  position: relative;
}

.blog-detail .entry-header h1,
.blog-detail .entry-header h2 {
  margin-top: 0;
  margin-bottom: 5px;
}


/***** Recent News Module     */

.recent-news::after {
  clear: both;
  display: table;
  content: "";
  margin-bottom: 10px;
}

.recent-news .recent-news-block {
  background-color: #eeeeee;
  border-radius: 3px;
  clear: both;
  color: #333;
  display: block;
  display: table;  
  margin-bottom: 20px;
  padding: 8px 12px 8px 12px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;   
}

.recent-news .recent-news-block:hover {
  background-color: #dddddd;
}
  
.recent-news .recent-news-date {
  background: #ffffff;
  border-radius: 100%;
  display: inline-block;
  float: left;  
  height: 60px;
  padding: 12px 0 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}

.recent-news .recent-news-date .month {
  line-height: 16px;
}

.recent-news .recent-news-date .day {
  font-size: 24px;
  font-weight: bold;
  line-height: 16px;
}
  
.recent-news .recent-news-title {
  color: #F05B26;
  display: inline-block;  
  float: left;
  font-family: 'Bree Serif', Sans-Serif;
  font-size: 120%;
  line-height: 20px;
  padding: 10px 18px 5px 18px;
  width: 75%;
}

.recent-news .recent-news-introtext {
  display: inline-block;  
  float: left;
  padding: 10px 18px 5px 18px;
  width: 75%;
}

.recent-news .recent-news-arrow {
  background: #3DB4E5;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 120%;
  height: 30px;
  line-height: 30px;  
  position: absolute;
  right: 3%;
  text-align: center;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.recent-news .recent-news-arrow::after {
  content: "";
  display: block;
  position: absolute;
}


/***** Programs Feature Block     */

.program-feature-block {
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 15px;  
  position: relative;  
}

.program-feature-block.kids {
  background-image: url("../../../images/homepage/programs-kids.jpg");
}

.program-feature-block.adults {
  background-image: url("../../../images/homepage/programs-adults.jpg");
}

.program-feature-block.sessions {
  background-image: url("../../../images/homepage/programs-sessions.jpg");
}

.program-feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Bree Serif", Sans-Serif;
  background-color: rgba(0,0,0,0.2);
  text-shadow: 1px 1px #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;  
}

.program-feature-overlay:hover {
  background-color: rgba(0,0,0,0.4);
}

.program-feature-text {
  top: 50%;
  position: absolute;
  width: 100%;
  line-height: 1.3;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.program-feature-text-top {
  font-size: 160%;
}

.program-feature-text-bottom {
  font-size: 250%;
}


/***** Programs List     */

.well.program-box {
  min-height: 710px;
}

.well.program-box.no-details {
  min-height: 460px;
}

.program-box .program-info {
  height: 420px;
}

.program-box.no-details .program-info {
  height: auto;
}

.program-box h3 {
 font-size: 110%;
 font-family: "Source Sans Pro";
 font-weight: bold;
 height: 55px;
 margin-bottom: 0px;
}

.program-box p, .program-box h3+p {
 margin: 0;
 font-size: 95%;
}

.program-box .program-title {
  margin-bottom: 10px;

}

.program img {
  margin: 0px;
}

.tags-filter {
  text-align: center; 
  margin-top: 15px;
  margin-bottom: 15px;
}

.tags-filter .btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

h3.new:after {
  margin-left: 10px;
  background-color: #F05B26;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: 20%;
  font-weight: normal;
  content: 'New!';
  font-family: "Source Sans Pro";
}


.program-columns {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
  margin: 0;
  flex-wrap: wrap;
}

.program-columns-block {
  box-shadow: rgba(0,0,0,0.1) 0px 0px 16px 3px;
  box-sizing: border-box;
  flex: 0 1 auto;
  list-style: none;
  position: relative;
  *width: 47%;
  width: 32%;
  margin-bottom: 30px;
  background-color: #f8f9fa;
}

.program-columns-block.empty {
  box-shadow: rgba(0,0,0,0) 0px 0px 0px 0px;
  background-color: #ffffff;
}

.program-columns-header {
  position: relative;
}

.program-columns-image {
  display: block;
  width: 100%;
  *height: 200px;
  height: 277px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.program-columns-online {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  bottom: 0px;
  position: absolute;
  width: 100%;
  padding: 1% 2% 1% 2%;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}

.program-columns-callout {
  background-color: rgba(240,91,38,0.9);
  color: #fff;
  top: 0px;
  right: 0px;
  position: absolute;
  *width: 100%;
  padding: 1% 2% 1% 2%;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}

.program-columns-content {
  padding: 15px 15px 15px;
  background-color: #f8f9fa;
}

.program-columns-title {
  margin: 0 0 10px 0;
  padding: 0px;
  font-family: 'Nunito Sans';
  font-size: 130%;
}

.program-columns-title.new:after {
  margin-left: 10px;
  background-color: #F05B26;
  background-color: rgba(240,91,38,0.9);
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: 20%;
  font-weight: normal;
  content: 'New!';
  font-family: "Source Sans Pro";
}

.program-columns-title a {
  text-decoration: none;
  color: #333;  
}

.program-columns-title a:hover {
  color: #3DB4E5;
}

.program-columns-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}

.program-columns-inner p {
  margin: 0 0 5px 0;
}

.program-columns-buttons button, .program-columns-buttons a  {
  margin: 15px 15px 0px 15px;
}


/***** Homepage Quick Links     */

.quick-links ul {
  left: -15px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.quick-links li {
  display: inline-block;
  padding: 0 15px 0 15px;
}

.quick-links a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;  
}

.quick-links a span {
  font-size: 120%;
  margin-left: 10px;
  vertical-align: middle;
}

.quick-links a:before {
  color: #3DB4E5;
  font-family: "Fontello";
  font-size: 160%;
  vertical-align: middle;
}

.quick-links .calendar a:before {
  content: "\e83a";
}

.quick-links .directions a:before {
  content: "\e84a";
}

.quick-links .membership a:before {
  content: "\e84b";
}

.quick-links .info a:before {
  content: "\e82e";
}

.quick-links .contact a:before {
  content: "\e801";
}



/***** Member Artist List    */

.member-artists .media h4 {
  border-bottom: 1px solid #dddddd;
}

.member-artists .media img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.member-artists .media .media-body {
  width: 100%;
}

.member-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: -8px;
}

.member-links li {
  padding: 0 7px 0 7px;
  display: inline-block;
}

.member-links a {
  text-decoration: none;
}

.member-links  a:before {
  font-family: fontello;
  font-size: 140%;
  vertical-align: middle;
  padding-right: 10px;
}

.member-links .contact a:before {
  content: '\e801';
  color: #444;
}

.member-links .website a:before {
  content: '\e844';
  color: #FF6600;
}

.member-links .facebook a:before {
  content: '\e80f';
  color: #3B5998;
}

.member-links .twitter a:before {
  content: '\e800';
  color: #1DA1F2;
}

.member-links .youtube a:before {
  content: '\e803';
  color: #CD201F;  
}

.member-links .instagram a:before {
  content: '\e810';
  color: #E1306C;  
}

.member-links .pinterest a:before {
  content: '\e808';
  color: #BC071C;  
}

.member-links .gplus a:before {
  content: '\e80a';
  color: #DD4B39;  
}

.member-links .tumblr a:before {
  content: '\e807';
  color: #35465C; 
}

/***** Paypal Checkout     */

.paypal-form, .paypal-form2, .paypal-form3  {
  display: inline;
}

.btn-addcart:after {
  font-family: 'Fontello';
  padding-left: 5px;
  content: '\e846';
}

.btn-paynow:after {
  font-family: 'Fontello';
  padding-left: 5px;
  content: '\e849';
}

.btn-viewcart:after {
  font-family: 'Fontello';
  padding-left: 5px;
  content: '\e847';
}

.paypal-form .btn, .paypal-form2 .btn, .paypal-form3 {
  margin-bottom: 5px;
}

#form-participants {
  margin: 0 !important;
  padding: 0 !important;
}


/***** Snail Mail Voting     */

.snailmail-voting, .snailmail-results {
  margin-bottom: 30px;
}

.snailmail-image {
  padding: 8px;
  background-color: #EEEEEE;
}

.snailmail-title {
  background-color: #DDDDDD;
  padding: 8px;
  text-align: center;
  font-weight: bold;
}

.snailmail-caption {
  background-color: #EEEEEE;
  padding: 5px;
  text-align: center;
}

.snailmail-image img {
  margin-bottom: 0 !important;
}

.snailmail-buttonbar a {
  width: 50%;
}

.snailmail-buttonbar a.disabled {
    pointer-events: auto;
}

.snailmail-messagebox {
  background-color: #000;
  background-color: rgba(51,51,51,0.9);
  border: 2px solid #333;
  bottom: 20px;
  color: #fff;
  display: none;
  font-weight: 600;
  left: 50%;
  padding: 15px;
  position: fixed;
  right 50%;
  text-align: center;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);  
  width: 320px;
  z-index: 1000;
}
  
.snailmail-messagebox p {
  margin-bottom: 0;
}

.snailmail-votesremaining {
  text-align: center;
  font-weight: 600;
}


/***** Carousel     */

/* Fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#carouselPlayPause.active i:before, .carousel-controls a[data-action="pause"].active i:before {
  content: "\e832";
}

.carousel-controls ul {
  list-style: none;
}

.carousel-controls li {
  display: inline-block;
}

.carousel-controls li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Feature Carousel */

.carousel-feature {
  background-color: #000;
  position: relative;
}

.carousel-feature .item:first-child {
  display: block;
}

.carousel-feature .carousel-inner, .carousel-feature .item  {
  height: 367px;
}

.carousel-feature .item {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;   
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-feature .item img {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;  
}

.carousel-feature .item .carousel-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 410px;
  text-align: left;
  padding: 10px;
  padding-bottom: 15px;
  background-color: #000000;
  background-color: rgba(0,0,0,0.8);
  z-index: 3;
}

.carousel-feature .item .carousel-caption h3 {
  color: #3DB4E5;
  margin: 0px;
}

.carousel-feature .item .carousel-caption p a {
  color: #fff;
}

.carousel-feature .item .carousel-caption a {
  text-decoration: none;
}

.carousel-feature .carousel-indicators,
.carousel-feature .carousel-controls {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 410px;
  margin: 0;
  padding-right: 10px;
  text-align: right;
  z-index: 4;  
}

/* Boxed Carousel */

.carousel-boxed {
  background-color: #000;
  background-image: url("../images/bg-dotted-dark.png");
  padding: 2% 35px 2% 35px;
}

.carousel-boxed .item .carousel-img {
  float: left;
  width: 57%;
}

.carousel-boxed .item img {
  max-width: 100%;
}

.carousel-boxed .item .carousel-cap {
  float: left;
  width: 40%;
  margin-left: 3%;
  margin-bottom: 25px;
  text-align: left;
  z-index: 3;
}

.carousel-boxed .item .carousel-cap h2 {
  color: #3DB4E5;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.carousel-boxed .item .carousel-cap a {
  text-decoration: none;
}

.carousel-boxed .item .carousel-cap p {
  color: #fff;
}

.carousel-boxed .carousel-controls {
  position: absolute;
  bottom: 5px;
  right: 10px;
  margin: 0;
  z-index: 4;
}


/***** Homepage CTA    */

.section-header {
  position: relative; 
  display: block; 
  height: 160px; 
  background-size: cover; 
  background-position: 50% 50%; 
  margin-bottom: 15px;
}

.section-header::after {
  content: '';
  background-color: rgba(36,35,34,0.1); 
  z-index: 0; 
  width: 100%; 
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-header p {
  position: absolute; 
  bottom: 0; 
  z-index: 5; 
  color: #fff; 
  font-size: 70px; 
  font-weight: 900; 
  margin-bottom: -37px; 
  margin-left: 4%; 
  margin-top: 0;
  font-family: 'Nunito Sans';
  text-transform: uppercase;
}

.cta-columns {
  display: flex;
  justify-content: space-around;
  padding: 0px 0px 10px 0px;
  margin: 0;
  flex-wrap: wrap;
}

.cta-columns-block {
  box-shadow: rgba(0,0,0,0.1) 0px 0px 16px 3px;
  box-sizing: border-box;
  flex: 0 1 auto;
  list-style: none;
  position: relative;
  width: 30%;
  margin-bottom: 30px;
  background-color: #f8f9fa;
}

.cta-columns-block.empty {
  box-shadow: rgba(0,0,0,0) 0px 0px 0px 0px;
}

.cta-columns-image {
  display: block;
  width: 100%;
  height: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-columns-content {
  padding: 15px 15px 15px;
  background: #f8f9fa;
}

.cta-columns-title {
  margin: 0 0 15px 0;
  padding: 0px;
  font-family: 'Nunito Sans';
  font-size: 130%;
  
}

.cta-columns-title a {
  text-decoration: none;
  color: #333;
}

.cta-columns-title a:hover {
  
color: #3DB4E5;
}

.cta-columns-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}


/***** Footer      */

#footer {
  clear: both;
  padding: 0;
  background: #000;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer .container {
  width: 96%;
  margin: 0 auto;
}

#footer .row {
  margin: 20px 0;
}

#footer .row .row {
  margin: 0px;
}

#footer p {
  font-size:90%;
}

#footer a {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a.tel {
  text-decoration: none;
}

#footer h4 {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: normal;
  color: #3DB4E5;
}

#footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: -8px;
}

#footer .social li {
  padding: 0 7px 0 7px;
  display: inline-block;
  font-size: 150%;
}

#footer .social li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#footer .social li.facebook a:hover {
  color: #3B5998;
}

#footer .social li.twitter a:hover {
  color: #1DA1F2;
}

#footer .social li.youtube a:hover {
  color: #CD201F;
}

#footer .social li.instagram a:hover {
  color: #E1306C;
}

#footer .social li.pinterest a:hover {
  color: #BC071C;
}

#footer .social li.gplus a:hover {
  color: #DD4B39;
}

#footer .social li.tumblr a:hover {
  color: #35465C;
}

#footer .social li.meetup a:hover {
  color: #E0393E;
}

#footer .social .tooltip .tooltip-inner {
  background: #ccc;
  color: #000;
}

#footer .social .tooltip.top .tooltip-arrow {
  border-top-color: #ccc;
}

.footer-middle {
  clear: both;
  padding: 10px;
  background-color: #444;
  color: #ccc;
}

.footer-copyright {
  clear: both;
  padding: 10px;
  text-align: center;
  background: #333;
  position: relative;
  text-transform:uppercase;
  color: #777;
  font-size: 70%
}

.footer-copyright ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  position: relative;
}

.footer-copyright li {
  display: inline;
  padding: 0 12px 0 8px;
  border-right: 1px solid #888;  
}

.footer-copyright li:last-child {
  border: none;
}

.footer-copyright .last {
  border: none;
}

.footer-copyright li:first-child {
  padding-left: 10px;
}

.footer-copyright a,
.footer-copyright li {
  color: #777;
  text-decoration: none;
  margin: 0;
}

.footer-copyright a:hover {
  color: #aaa;
}


/***** Responsive Table Instructions     */

span.instructions {
  display: none;
}


/***** Sidebar Trigger     */

.sidebar-trigger {
  display: none;
}

.sidebar-trigger:hover {  
  opacity: 1;
}


/***** Unsupported Browser Message     */

.browser-warning {
  position: relative;
  top: 10px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;  
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.browser-warning .title {
  color: #ff0000;
}


/***** Misc     */

.btn-bar .btn {
  margin-bottom:3px;
}

.btn-bar { 
  text-align: center;
}

.btn-bar.add-margin-top {
  margin-top: 20px;
}

.btn-bar .btn {
  width: 170px;
}

.label-special {
  background-color: #F05B26;
}

.label-new {
  background-color: #F05B26;
  font-weight: bold;
  font-size: 95%;
}

.label-sale {
  background-color: #062575;
}

.panel-group h4 {
  font-family: "Source Sans Pro";
}

.panel .panel-heading a {
  font-size: 100%;
}

.jd-simple-contact-form .form-check-label {
  margin-left: 5px;
}

.policies-table, .policies-table td, .policies-table th {
  border: 1px solid #28AAE1;
}

.policies-table th {
  color: #fff;
  background-color: #28AAE1;
}

.policies-table td, .policies-table th {
  padding: 10px!important;
}

.policies-table td:first-child {
  color: #fff;
  background-color: #75CAED;
}

.policies-table ul {
  margin: 0px 20px;
}


/***** Media Queries */

@media (max-width: 1150px) {

  /***** Carousel     */

  .carousel-feature .carousel-inner, .carousel-feature .item {
    height: 320px;      
  }
  
  
  /***** Programs Feature Block     */
  
  .program-feature-text-top {
    font-size: 140%;
  }
  
  .program-feature-text-bottom {
    font-size: 230%;
  }
  
  
  /***** Programs List     */
  
   
  .well.program-box {
    min-height: 730px;
  }
  
  .program-box .program-info {
    height: 480px;
  }
 
}


@media (max-width: 991px) { /* col-md breaks here */

  /***** Member Artist List    */

  .member-artists .media {
    margin-bottom: 20px;
  }
  
  .member-artists.row {
    margin-top: 0px !important;
  }

  /***** Sidebar     */

  .sidebar-left {
    background-position: 31.5% 0;	
  } 
  
  .sidebar-right {
    background-position: 68% 0;	  	
  }
  
  .sidebar-right.wider {
    background-position: 60.5% 0;
  }
  
  .sidebar-left.wider {
    background-position: 40% 0;  
  }

  /***** Carousel     */
  
  .carousel-feature .carousel-inner, .carousel-feature .item {
    height: 290px;   
  }
  
  .carousel-feature, .carousel-boxed {
    font-size: 15px;
    font-size: 1.5rem;
  }
  
  .carousel-boxed {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .carousel-boxed .item .carousel-cap h2 {
    font-size: 140%;
  }  
  
  
  /***** Images     */
  
  img.add-margin-bottom-md, div.add-margin-bottom-md {
    margin-bottom: 20px;
  }
  
  img.add-margin-top-md, div.add-margin-top-md { 
    margin-top: 20px;
  }
  
  /***** Sticky Notes     */
  
  .sticky.f-right {
    max-width: 260px;
  }

  .sticky.f-left {
    max-width: 260px;
  }   


  /***** Programs Feature Block     */
  
  .program-feature-text-top {
    font-size: 110%;
  }
  
  .program-feature-text-bottom {
    font-size: 200%;
  }


  /***** Programs List     */

  .well.program-box {
    min-height: auto;
    height: auto;
    max-width: 420px;
    padding-top: 0px !important;
    margin-left: auto;
    margin-right: auto;
  } 
  
  .program-box .program-info {
    height: auto;
  }
   
  .program-columns-block {
    width: 48%;
  }
  
  /***** Homepage CTA     */
      
  .cta-columns-block {   
    width: 45%;    
  }  
 
  
  /***** Lesson Gallery */

  .lesson-columns {
    *display: block;
  }
  
  .lesson-columns-block {
    width: 48%;
  }    


}

@media (max-width: 892px) {

  /***** Remove Side Padding     */

  body {
    padding: 0 0 0 0;
  }
  
  
  /***** Menu     */
  
  #main-menu a {
    font-size: 92%;
  }  
  

  /***** Social Header     */

  .social-header .social-menu, .mobile-social-header .social-menu {
     margin-right: 35px;
   }
   
  .social-header .social-menu ul li a, .mobile-social-header .social-menu ul li a {
    height: 35px;
    width: 35px;
    padding: 0;
  }
  
  .social-header .social-menu span, .mobile-social-header .social-menu span {
    display: none;
  }	

  .social-header .social-menu ul li i:before, .mobile-social-header .social-menu ul li i:before {
    padding: 0;
    margin: 0;
  }
	
  .social-header .social-menu ul li i, .mobile-social-header .social-menu ul li i {
    line-height: 35px;
    text-align: center;
    padding: 0;
    font-size: 18px;
  }
  
  .social-header .social-menu a:before, .mobile-social-header .social-menu a:before {
    font-size: 18px;
    line-height: 35px;
  }    

  .social-header .search-wrapper, .mobile-social-header .search-wrapper {
    top: 0px;
    right: 8px;
    height: 40px;
  }

  .social-header .search-wrapper #search-trigger i:before, 
  .mobile-social-header .search-wrapper #mobile-search-trigger i:before {
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
  }

  .social-header .search-wrapper input {
    width: 200px;
  }
  

  /***** Sticky Notes     */
  
  .sticky.f-right {
    max-width: 892px;
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
	
  .sticky.f-left {
    max-width: 892px;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }    
  

  /***** Carousel     */
  
  .carousel-feature .carousel-inner, .carousel-feature .item {
    height: 260px;
  }
  
  
   /***** Well     */
   
   .well.no-padding {
     padding-top: 4%;
  }
  
  
  /***** Programs Feature Block     */
  
  .program-feature-text-top {
    font-size: 110%;
  }
  
  .program-feature-text-bottom {
    font-size: 180%;
  }  
   
}

@media (max-width: 766px) { /* col-sm breaks here */


  /***** Header Logo Tagline social-header     */

  #logo {
    float: none;
    margin: auto;
    left: 0px;
  }
   
  .header .tagline {
    float: none;
    margin: 0;
    text-align: center;
    line-height: 1.7;
    height: auto;
  }
  
  .header .social-header {
    display: none;
  }
  
  
  /***** Mobile Menu     */
 
  .menu-wrapper {
    position: static;
    background: transparent;
    width: 100%;    
    height: auto;   
    left: 0;
    right: 0;
  }  

  .mobile-trigger-wrapper {
    background-color: #000;
    position: relative;
    display: block;    
    width: 100%;
    height: 40px;     
  }
  
  .mobile-trigger {
    width: 30%;
    height: 100%;
    float: left;
  }

  .mobile-social-header {
    width: 70%;
    height: 100%;
    float: right;
  }
  
  .mobile-social-header .social-menu ul li a {
    height: 45px;
    width: 45px;		
  }

  .mobile-social-header .social-menu ul li i, .mobile-social-header .social-menu a:before {
    line-height: 40px;
  }
	
  .mobile-social-header .search-wrapper {
    position: absolute;
    background-color: #000;
  }
  
  .mobile-social-header .search #mobile-search-trigger {
    color: #fff;
  }
  
  .mobile-social-header .search input {
    width: 150px;   
  }

  .mobile-nav {
    margin: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 40px;
    width: 90px;
    background: #3DB4E5;
    z-index: 1001;
  }
  
  .mobile-nav {
    font-size: 15px;
  }

  .mobile-nav a span {
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 0px;
    background: url("../images/bg-nav-trigger.png") -20px 50% no-repeat;
  }

  .mobile-nav a b {	
    padding-left: 30px;
    font-weight: normal;
    background: none;	
    
  }

  .mobile-nav a.active span {
    background-position: -60px 50%;
  }

  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
    height: 40px;
    width: 100%;
    border: 0px;
    line-height: 38px;
    position: relative;
    z-index: 2000;
    text-transform: uppercase;
  }

  #main-menu {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
  }

  #main-menu ul {
    margin: 0;
    background: #000;
    border-bottom:3px solid #fff;
  }

  #main-menu ul ul {
    height: auto;
    width: 100%;
    overflow: visible;
    border-bottom:0px;
  }

  #main-menu li {
    padding: 0;
  }

  #main-menu * {
    float: none!important;
  }

  #main-menu ul li a {
    height: auto!important;
    line-height: normal;
    margin: 0;
    border: 0px;
    font-size: 95%;
    padding: 10px 0 10px 20px;
  }

  #main-menu a:hover,
  #main-menu .active a,
  #main-menu a.selected {
    border: 0px;
    background: #3DB4E5;
  }

  #main-menu li ul a,
  #main-menu li ul li a,
  #main-menu li ul li ul li a {
    height: auto;
    width: auto;

    background: #333;
    padding: 10px 0 10px 20px;
  }

  #main-menu li ul,
  #main-menu ul,
  #main-menu ul ul ul,
  #main-menu ul ul ul ul {
    position: relative!important;
    top: auto!important;
    left: 0!important;
    clear: both!important;
    right: auto!important;
    width: 100%!important;
  }

  #main-menu ul li ul li a, #main-menu ul li ul li ul li a {
    font-size: 85%;
  }

  #main-menu ul ul {
    display: none;
    border-bottom:none;
  }

  #main-menu li {
    margin: 0;
  }

  #main-menu li a {
    text-transform: uppercase;
  }

  #main-menu li li a {
    text-transform: none;
  }

  #main-menu ul ul li a {
    padding-left: 30px;
  }

  #main-menu ul ul li ul li a {
    padding-left: 50px;
  }

  #main-menu ul ul ul li:last-child {
    border: 0px;
  }

  #main-menu ul ul ul li {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }
  
  
  /***** Page Header     */
	
  .page-header {
    margin-top: 5px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.10), 0 -4px 2px -2px rgba(0, 0, 0, 0.08);        
  }
  
  
  /***** Sidebar     */
  
  .sidebar-right, .sidebar-left, .sidebar-right.wider, .sidebar-left.wider  {
    background: none;
  }
  
  .sidebar-left .primary-column, .sidebar-left .secondary-column {
    float: none;
  }
  
  .primary-column, .secondary-column {
    margin-bottom: 15px;
  }
  
  .secondary-column {
    background: url("../images/bg-dotted.png");
    border: none;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);  
    padding: 3% 3%;  
  }
  
  .sidebar-right .secondary-column .widget  {
    padding-left: 0px;
  }
  
  .sidebar-left .secondary-column .widget {
    padding-right: 0px;
  }
  
  
  /***** Off-Canvas Sidebar     */  
  
  .sidebar-trigger {
    display: block; 
  }

  .sidebar-trigger:after {
    font-family: "fontello";
    padding-left: 3px;
    content: "\e83b";
    vertical-align: middle;
  }
  
  .active.sidebar-trigger:after {
    font-family: "fontello";
    padding-left: 3px;
    content: "\e81a";
  }
 
  .sidebar-offcanvas {
    display: none;
  }
    
  .row-offcanvas {
     position: relative;
     transition: all .50s ease-out;
     -webkit-transition: all .50 ease-out;
     right: 0;
   }
    
  .row-offcanvas .sidebar-offcanvas {
    position: absolute;
    top: 0;  
    right: -300px;   
    display: none;
    width: 300px;
  }
    
  .active.row-offcanvas .sidebar-offcanvas {
    display: block;
  }
  
  .row-offcanvas.active {
    right: 310px;
  }
   
  .active.row-offcanvas .primary-column {    
    overflow: hidden;
    opacity: 0.3;
  }  
  
  
  /***** Widgets     */
  
  .widget .short-headline, .widget .short-headline span {
    background: none;
  }  
  
  .widget ul.blogposts span.date {
    background: #fff;
  }
  

  /***** Call to Action     */
  
  .call-to-action h3 {
    font-size: 150%;
  }
  	
  .call-to-action.trad .message {
    width: 65%;
    text-align: left;
    margin-right: 5%;
  }
  	
  .call-to-action.trad .action {
    float: right;
    width: 30%;
  }
  

  /***** Carousel     */
  
  /*
  
  .carousel-feature {
    margin-top: 5px;
  }
  
  .carousel-feature .carousel-inner {
    height: 350px;
  }
  
  .carousel-feature .item {
    height: 230px;    
  }  
  
  .carousel-feature .item .carousel-caption {
    top: 230px;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    background-color: #333;
  }  

  .carousel-feature .carousel-indicators,
  .carousel-feature .carousel-controls {
    bottom: 0;    
    left: 0;
    width: 100%;   
  }
  
  */
  
  .carousel-feature {
    margin-top: 5px;
  }  
  
  .carousel-feature .carousel-inner {
    height: 230px;
  }
    
  .carousel-feature .item {
    height: 230px;
  }   
  
  .carousel-feature .item .carousel-caption {
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    height: 45px;
    left: 0;
    overflow: hidden;
    text-align: center;
    top: 185px;
    width: 100%
  }
    
  .carousel-feature .item .carousel-caption p {
    display: none;
  }
    
  .carousel-feature {
    font-size: 1.4rem;
  }
        
  .carousel-controls {
    display: none;
  }
  
  
  /* Boxed Carousel */
  
  .carousel-boxed .item .carousel-img {
    float: none;
    width: 100%;
  }

  .carousel-boxed .item .carousel-cap {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  
  /***** Images     */
  
  img.add-margin-bottom-sm, div.add-margin-bottom-sm {
    margin-bottom: 20px;
  }
  
  img.add-margin-top-sm, div.add-margin-top-sm { 
    margin-top: 20px;
  }
  

  /***** Program Feature Block     */

  .program-feature-text-top {
    font-size: 160%;
  }

  .program-feature-text-bottom {
    font-size: 250%;
  }  
  
  /***** Programs List     */

  .program-columns {
    display: block;
  }
  
  .program-columns-block {
    width: 100%;
  }  
  
  /***** Homepage CTA     */
 
  .section-header {
    margin-top: 5px;
    height: 120px;
  }
  
  .section-header p {
    font-size: 45px;
    margin-bottom: -23px;
  }
    
  .cta-columns {
    display: block;
  }  
   
  .cta-columns-block {   
    width: 100%;    
  }   


}

@media (max-width: 688px) { 

  /***** Carousel     */
  
  /*
  
  .carousel-feature .carousel-inner {
    height: 310px;
  }
    
  .carousel-feature .item {
    height: 180px;    
  }   
  
  .carousel-feature .item .carousel-caption {
    top: 180px;
    left: 0;
    bottom: 0;
    height: 130px;
    width: 100%;
  }   
  
  .carousel-feature {
    font-size: 1.4rem;
  }
  
  */
  
  /***** Lesson Gallery */

  .lesson-columns {
    display: block;
  }
  
  .lesson-columns-block {
    width: 100%;
  }   
  

}

@media (max-width: 568px) {


  /****** Font Sizes     */
  
  body {
    font-size: 1.4rem;
    line-height: 1.7; 
  }
 
 
  /***** Logo     */
  
  #logo, #logo img {
    width: 310px; 
    height: 95px;
  }
  
  #logo {
    background-image: url("../images/logo-sm.png");
  }
  
  #logo.kids {
    background-image: url("../images/logo-kids-sm.png");
  }  
  
  
  /***** Page Header     */
  
  .page-header h1 {
    padding: 10px;
  }
  
  .page-header h1 small {
    display: block;
    padding: 0;
    margin: 5px 0 0 2px;
    border: 0px;    
  }
  
  
  /***** Short Headline     */
  
  .short-headline {
    font-size: 120%;
  }
  
  
  /***** Responsive Tables     */
  
  span.instructions {
    display: block;
    font-weight: bold;
    padding: 10px;
    background: #000;
    color: #fff;
  }
  
  
  /***** Off-Canvas Sidebar     */
  
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -250px;
    width: 250px;
  }

  .row-offcanvas-right.active {
    right: 260px;
  }   
  
  
  /***** Carousel     */
    
  /* 
  .carousel-feature .carousel-inner {
    height: 290px;
  }
    
  .carousel-feature .item {
    height: 150px;    
  }   
  
  .carousel-feature .item .carousel-caption {
    top: 150px;
    left: 0;
    bottom: 0;
    height: 140px;
    width: 100%;
  } 
  
  */
  
  .carousel-feature .carousel-inner {
    height: 180px;   
  }
  
  .carousel-feature .item {
    height: 180px;
  }   

  .carousel-feature .item .carousel-caption {
    top: 135px;
    height: 45px;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
  }
  
  .carousel-feature .item .carousel-caption p {
    display: none;
  }
    
  .carousel-controls {
    display: none;
  }
  
}

@media (max-width: 480px) {

  /***** Images     */
  
  img.align-right, img.pull-right, img.align-left, img.pull-left {
    width: auto;
    height: auto;
    float: none !important;
    margin: 0;
    margin-bottom: 10px;
    display: block;
  }
  
  
  /***** Blog Layout     */
  
  .blog-detail header .entry-socialmedia, .blog-summary header .entry-socialmedia {
    display: block;
  }
  
  
  /***** Carousel     */
  
  /*
  
  .carousel-feature .item {
    height: 125px;
  }
  
  .carousel-feature .carousel-inner {
    height: 265px;
  }
  
  .carousel-feature .item .carousel-caption {
    top: 125px;
  }
  
  */
  
  
  
  /***** Splatter     */
  
  .splatter.f-left, .splatter.f-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }  
   
  .splatter-content-left {
    float: none;
  }  
  
  
  /***** Recent News Module     */
  
  .recent-news .recent-news-introtext {
    width: 100%;
  }
  
  .recent-news .recent-news-arrow {
    display: none;
  }

}

@media (max-width: 385px) {

  /***** Carousel     */
  
  /*
  
  .carousel-feature .item {
    height: 100px;
  }
  
  .carousel-feature .carousel-inner {
    height: 240px;
  }
  
  .carousel-feature .item .carousel-caption {
    top: 100px;
  }
  
  */
  
}


/***** Equal Height Columns     */

@media (min-width: 991px) {
  .table-row {
    display: table;
    table-layout: fixed;
  }

  .table-row [class^="col-md"] {
    display: table-cell;
    float: none;
  }
}


/***** Retina Image Swapping     */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

  #logo {
    background-image: url("../images/retina/logo@2x.png");
    -moz-background-size: 380px 90px;
    -ie-background-size: 380px 90px;
    -o-background-size: 380px 90px;
    -webkit-background-size: 380px 90px;
    background-size: 380px 90px;
  }
  
  #logo.kids {
    background-image: url("../images/retina/logo-kids@2x.png");
    -moz-background-size: 380px 90px;
    -ie-background-size: 380px 90px;
    -o-background-size: 380px 90px;
    -webkit-background-size: 380px 90px;
    background-size: 380px 90px;
  }  
    
  @media (max-width: 568px) {
  
    #logo {
      background-image: url("../images/retina/logo-sm@2x.png");      
      background-image: url("../images/logo-sm.png")\9;
      -moz-background-size: 310px 73px;
      -ie-background-size: 310px 73px;
      -o-background-size: 310px 73px;
      -webkit-background-size: 310px 73px;
      background-size: 310px 73px;
    }  
      
    #logo.kids {
      background-image: url("../images/retina/logo-kids-sm@2x.png");
      background-image: url("../images/logo-kids-sm.png")\9;
      -moz-background-size: 310px 73px;
      -ie-background-size: 310px 73px;
      -o-background-size: 310px 73px;
      -webkit-background-size: 310px 73px;
      background-size: 310px 73px;
    }  
  
  }

  #main-menu li.parent i {
    background-image: url("../images/retina/menu-arrow@2x.png");
    -moz-background-size: 20px 5px;
    -ie-background-size: 20px 5px;
    -o-background-size: 20px 5px;
    -webkit-background-size: 20px 5px;
    background-size: 20px 5px;
  }
	
  .short-headline {
    background-image: url("../images/retina/bg-diag-stripe@2x.png");
    -moz-background-size: 8px 8px;
    -ie-background-size: 8px 8px;
    -o-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
  }	
	
  hr, figcaption, .blog-summary .entry-post, .blog-detail .entry-header {
    background-image: url("../images/retina/hr@2x.png");
    -moz-background-size: 3px 3px;
    -ie-background-size: 3px 3px;
    -o-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;
  }

  blockquote {
    background-image: url("../images/retina/open-quote@2x.png");
    -moz-background-size: 38px 38px;
    -ie-background-size: 38px 38px;
    -o-background-size: 38px 38px;
    -webkit-background-size: 38px 38px;
    background-size: 38px 38px;
  }

  .page-header, .well, .call-to-action, active.row-offcanvas .sidebar-offcanvas, .hero-unit {
    background-image: url("../images/retina/bg-dotted@2x.png");
    -moz-background-size: 2px 2px;
    -ie-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    -webkit-background-size: 2px 2px;
    background-size: 2px 2px;
  }

  .call-to-action.inverse {
    background-image: url("../images/retina/bg-dotted-dark@2x.png");
    -moz-background-size: 2px 2px;
    -ie-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    -webkit-background-size: 2px 2px;
    background-size: 2px 2px;
  }	
	
  .mobile-nav a span {
    background-image: url("../images/retina/bg-nav-trigger@2x.png");
    -moz-background-size: 80px 40px;
    -ie-background-size: 80px 40px;
    -o-background-size: 80px 40px;
    -webkit-background-size: 80px 40px;
    background-size: 80px 40px;
  }	

  .portfolio-detail #slider .zoom-image { 
    background-image: url("../images/retina/zoom-corner@2x.png");
    -moz-background-size:25px 25px; 
    -ie-background-size:25px 25px;
    -o-background-size:25px 25px;
    -webkit-background-size:25px 25px;
    background-size:25px 25px;
  }
  
  .splatter.sm {
    background-image: url("../images/retina/splatter125x125@2x.png");
    -moz-background-size:125px 125px; 
    -ie-background-size:125px 125px;
    -o-background-size:125px 125px;
    -webkit-background-size:125px 125px;
    background-size:125px 125px;    
  }

  .splatter.md {
    background-image: url("../images/retina/splatter150x150@2x.png");
    -moz-background-size:150px 150px; 
    -ie-background-size:150px 150px;
    -o-background-size:150px 150px;
    -webkit-background-size:150px 150px;
    background-size:150px 150px;    
  }  

  .splatter.lg {
    background-image: url("../images/retina/splatter200x200@2x.png");
    -moz-background-size:200px 200px; 
    -ie-background-size:200px 150px;
    -o-background-size:200px 150px;
    -webkit-background-size:200px 200px;
    background-size:200px 200px;    
  }    

}

/***** Print Styles     */

@media print {

  .logo {
    margin: auto;
  }

  .header .tagline {
    text-align: center;
    line-height: 1.7;
    float: none;
    height: auto;
  }
  
  .mobile-trigger-wrapper, .menu-wrapper, .social-header, .sidebar-trigger-wrapper, #footer, .footer-middle,
  .blog-detail header .entry-socialmedia, .blog-summary header .entry-socialmedia, .carousel, .video-play-button,
  .secondary-column {
    display: none;
  }
  
  .primary-column { 
    width: 100% !important;
  }
  
  .page-header {
    margin-bottom: 0px;
  }
  

}


/***** No Javascript Fallbacks     */

.no-js #main-menu ul li:hover ul {
  display: block;
}

.no-js #main-menu ul li:hover ul li ul {
  display: none;
}

.no-js #main-menu li:hover ul,
.no-js #main-menu li:hover ul li:hover ul {
  display: block;
}

.no-js #search-trigger, .no-js #mobile-search-trigger {
  display: none!important;
}

.no-js .social-header .search input, .no-js .mobile-social-header .search input{
  display: block;
}

.js-required-message {
  display: none;
}

.no-js .js-required-message {
  display: block;
}

.no-js .ajax-loader {
  display: none;
}

@media (max-width: 892px) {

  .no-js .social-header .search input {
    width: 150px;
  }

 .no-js .social-header .social-menu {
   margin-right: 165px;
 }
 
}

@media (max-width: 766px) {

  .no-js .mobile-trigger {
    display: none;
  }
  
  .no-js .mobile-social-header {
    width: 100%;
  }
  
  .no-js .mobile-social-header .social-menu {
    margin-right: 160px;
  }
  
  .no-js #main-menu {
    display: block;
    position: relative;
    height: auto;
  }
  
  .no-js .sidebar-trigger {
    display: none;
  }
  
  .no-js .sidebar-offcanvas {
    display: block;
    position: relative;
    left: 0px;    
    right: 0px;
    width: auto;
  }

}


/***** Joomla Specific Styles   */

#main-content .item-page .row:first-child {
  margin-top: 0;
}

.search-results .result-title {
  text-decoration: none;
}

.item-image.pull-right {
  margin: 1% 0 1% 2%
}

.item-image.pull-left {
  margin: 1% 2% 1% 0
}


dl.studio-hours dt {
  margin-top: 0;
  text-decoration: none;
}

dl.studio-hours dd {
  margin-bottom: 0.3em;
}

.current-exhibit h4 {
  margin-top: 3px;
}

.current-exhibit .current-exhibit-item {
  margin-bottom: 10px;
}

.homepage-module {
  margin-bottom: 15px;
}


@media (max-width: 991px) {

  .item-image img {
    max-width: 260px;
  }
  
}
  
@media (max-width: 480px) { 

  .item-image img {
    max-width: 100%;
  }
  
  .item-image.pull-right, .item-image.pull-left {
    float: none!important;
    margin: 1% 0 2% 0;
    text-align: center;
  }
  
}
