@font-face {
    font-family: 'ClassicGrotesquePro-Book';
    src: url("../fonts/354902_0_0.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClassicGrotesquePro-BookIt';
    src: url("../fonts/354902_1_0.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Roboto Light';
  src: url("../fonts/roboto-light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Italic';
  src: url("../fonts/roboto-italic.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url("../fonts/Jost-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-Medium';
    src: url("../fonts/Jost.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}




.player {
    margin: auto;
    padding: 10px;
    width: 90%;
    max-width: 700px;
    min-width: 290px;
}

.mediaplayer {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16/9 */
}

    .mediaplayer video, .mediaplayer .polyfill-video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }




.overlay {
    background: url('../img/fi-play-circle2.svg') center center no-repeat;
    height: 75px;
    left: 50%;
    margin: -32px 0 0 -32px;
    position: absolute;
    top: 50%;
    width: 75px;
    z-index: 1;
}
  /*BC added on 11/28/17*/
        .azuremediaplayer {
    background-color: #000;
}

/*.azuremediaplayer-dimensions {
    width: 650px;
    height: 352px;
}*/

html {
  background: #f4f4f4;

}


body {
    max-width: 1224px;
    font-family: 'ClassicGrotesquePro-Book';
    overflow-x: hidden;
    margin: 0 auto;
    font-size: 18px;
    padding: 0 75px;
    color: #3E4343;
    /* border-style: solid;
	border-width: 0px 4px 0;
	-moz-border-image: url(../img/border.png) 4 4 0 round repeat;
	-webkit-border-image: url(../img/border.png) 4 4 0 round repeat;
	-o-border-image: url(../img/border.png) 4 4 0 round repeat;
	border-image: url(../img/border.png) 4 4 0 round repeat; */
}

header .logo {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 32px 0;
}

header .menu {
  text-align: center;
}

header .menu .active {
  background: white;
  color: #ed4a24;
}

header .menu li {
  padding: 10px 20px 10px 0;
  display: inline-block;
}

header .menu li a {
  text-transform: uppercase;
  padding: 0;
  color: #3E4343;
  font-family: Jost;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
}

header .menu li a:hover {
  color: #ed4a24;
}

header .menu li:last-child {
  padding: 0;
}

a {
  color: #3E4343;
  transition: .5s;
  text-decoration: underline;
}

a:hover {
  color: #ed4a24 !important;
}

.unn-it {
    font-family: 'ClassicGrotesquePro-BookIt' !important;
}

.bord-R {
  border-style: solid;
  border-width: 0px 4px 0 0px;
  -moz-border-image: url(../img/border.png) 4 4 8 round repeat;
  -webkit-border-image: url(../img/border.png) 4 4 8 round repeat;
  -o-border-image: url(../img/border.png) 4 4 8 round repeat;
  border-image: url(../img/border.png) 4 4 8 round repeat;
    height: auto !important;
}

.bord-R-index {
    border-style: solid;
    border-width: 0px 4px 0 0px;
    -moz-border-image: url(../img/border.png) 4 4 8 round repeat;
    -webkit-border-image: url(../img/border.png) 4 4 8 round repeat;
    -o-border-image: url(../img/border.png) 4 4 8 round repeat;
    border-image: url(../img/border.png) 4 4 8 round repeat;
    height: auto;
}

.btn {
  background: #ed4a24;
  color: white;
  font-size: 14px;
  padding: 4px 10px 4px 15px;
  border-radius: 3px;
  cursor: pointer;
}

.btn i {
  margin-right: 5px;
}

.big-pic-head {
  margin: 0 0 40px 0;
}

.big-pic-head img {
  width: 100%;
}

.big-pic-head .alignR {
  text-align: right;
}

.big-pic-head .alignR .print {
  font-family: 'Roboto Light';
  background: #ed4a24;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 15px 0 0 0;
  transition: .5s;
}

.big-pic-head .alignR .print:hover {
  -webkit-box-shadow: 0px 0px 14px 0px #ed4a24;
  -moz-box-shadow: 0px 0px 14px 0px #ed4a24;
  box-shadow: 0px 0px 14px 0px #ed4a24;
}

.container {
  padding-top: 24px;
}

.container .orbit {
  font-family: 'Roboto Light';
  margin-bottom: 30px;
}

.container .orbit button {
  outline: none;
  cursor: pointer;
}

.container .orbit .orbit-next, .container .orbit .orbit-previous {
  top: 48.4%;
  padding: 26px;
}

.container .orbit .orbit-caption {
  background: none;
  text-align: right;
  padding: 0 25px 20px;
  letter-spacing: .55px;
}

.container .orbit .orbit-caption p {
  font-family: 'Roboto Italic';
  font-size: 27px;
  margin: 0;
  line-height: .6;
}

.container .orbit .orbit-caption span {
  font-size: 10px;
}

.container .orbit .head-caption {
  position: absolute;
  font-family: 'Roboto Light';
  top: 42.6%;
  right: 11.6%;
  font-size: 38px;
  color: white;
}

.container .content-holder {
  margin: 15px auto 0 auto;
  position: relative;
}

.container .content-holder h1 {
  font-family: Jost;
  text-transform: uppercase;
  color: #ed4a24;
  font-size: 36px;
  letter-spacing: 4px;
  text-align: center;
}

.container .content-holder .ed-heading {
  text-align: left;
}

.container .content-holder h2 {
  font-family: Jost;
  text-transform: uppercase;
  color: #ed4a24;
  font-size: 26px;
  letter-spacing: 4px;
}

.container .content-holder .h-cols {
  padding: 0 105px;
}

.container .news-item {
  margin-top: 10px;
  margin-bottom: 29px;
}

.container .news-item h4 {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 11px;
  font-family: 'ClassicGrotesquePro-Book';
}

.container .news-item p {
  font-family: 'ClassicGrotesquePro-Book';
  line-height: 1.4;
  white-space: pre-line;
  font-weight: lighter;
}

.container .news-item a {
  color: #3E4343;
  text-decoration: underline;
}

.container .event-item {
  margin-top: 10px;
  margin-bottom: 27px;
  z-index: 1;
}

.container .event-item .date {
  font-size: 18px;
  color: #ed4a24;
  margin-bottom: 0;
  font-family: 'ClassicGrotesquePro-Book';
}

    .container .event-item p {
        font-family: 'ClassicGrotesquePro-Book';
        line-height: 1.4;
        /*BC removed on 11/28/17*/
        /*white-space: pre-line;*/
        font-weight: lighter;
        margin: 0;
    }

.container .event-item a {
  text-decoration: underline;
  font-family: 'ClassicGrotesquePro-BookIt';
  display: block;
  width: 100%;
  margin-top: -1px;
}

.container .store-item {
  padding: 0 35px !important;
  margin-bottom: 35px;
}

.container .store-item h4 {
  font-size: 18px;
  margin: 8px 0 0 0;
}

.container .store-item img {
  width: 100%;
}

.container .store-item .butt {
  margin-top: 7px;
}

.container .epk-item {
  margin-bottom: 30px;
}

.container .epk-item img {
  width: 100%;
  margin-bottom: 10px;
  max-width: 222px;
}

.container .short-list {
  display: block;
  margin-top: -6px;
  text-decoration: underline;
}

.container .full-list {
  display: block;
  margin-top: -6px;
  text-decoration: underline;
}

.container .listen {
  color: #3E4343;
  font-family: Jost;
  font-size: 15px;
  margin-left: 53px;
  text-decoration: none;
  transition: .5s;
}

.container .listen:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f028';
  margin-left: 12px;
  font-size: 18px;
  color: #858585;
  transition: .5s;
}

.container .listen:hover {
  color: #ed4a24;
}

.container .listen:hover:after {
  color: #ed4a24;
}

.container .score-page h3 {
  color: #3E4343;
  font-family: Jost;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 4px;
}

.press {
  padding-right: 35px;
}

.press .press-item {
  margin: 20px 0;
}

.press .press-item .rights {
  display: block;
  font-family: 'ClassicGrotesquePro-BookIt';
  margin-top: 10px;
}

.pressimage {
    width: 300px;
}

    .pressimage img {
        max-height: 100%;
        max-width: 100%;
    }

.blog-picimage {
    width: 450px;
}

.blogimage img {
    max-height: 100%;
    max-width: 100%;
}

.press .press-opened {
  border-bottom: 3px double #aeaeae;
  margin-bottom: 20px;
}

.press .press-opened .press-pic {
  margin-bottom: 10px;
}

.press .press-opened .press-pic img {
  width: 100%;
}

.press .press-opened h5 {
  font-size: 28px;
  font-family: 'Roboto Light';
}

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

.blog-post .blog-pic {
  margin-bottom: 10px;
}

.blog-post .blog-pic img {
  width: 100%;
}

.blog-post h5 {
  font-size: 28px;
  font-family: 'Roboto Light';
}

.education {
  padding: 0 105px;
}

.education .education-item {
  margin-bottom: 40px;
}

.education .education-item .ed-alb {
  margin-bottom: 20px;
}

.education .education-item .ed-alb h6 {
  font-size: 20px;
  margin: 0;
}

.education .education-item .ed-alb img {
  width: 100%;
  max-width: 212px;
}

.education .education-item .ed-alb a {
  display: block;
}

.education .education-item .marg0 {
  margin: 0;
}

.education .education-item .album-links {
  margin-top: 20px;
}

.education .education-item .album-links p {
  margin: 0;
}

.education .education-item .album-links a {
  display: block;
}

.education .education-item iframe {
  width: 100%;
  min-height: 400px;
}

.sidebar {
  padding-left: 35px;
  border-style: solid;
  border-width: 0px 0 0 4px;
  -moz-border-image: url(../img/border.png) 4 4 8 round repeat;
  -webkit-border-image: url(../img/border.png) 4 4 8 round repeat;
  -o-border-image: url(../img/border.png) 4 4 8 round repeat;
  border-image: url(../img/border.png) 4 4 8 round repeat;
}

.sidebar .item {
  margin-bottom: 30px;
}

.sidebar .item .hyperlink {
  font-family: 'ClassicGrotesquePro-BookIt';
  text-decoration: underline;
  transition: .5s;
}

.sidebar .item .hyperlink:hover, .sidebar .item .hyperlink:active, .sidebar .item .hyperlink:focus {
  color: #ed4a24;
}

.sidebar .item .side-pic img {
  width: 100%;
  max-width: 100px;
}

.sound {
  padding-right: 10px !important;
  position: relative;
}

.sound .img-holder {
  width: 34%;
  display: inline-block;
}

.sound .img-holder img {
  width: 100%;
}

.sound .music {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding: 0 0 0 25px;
}

.sound .music h2 {
  font-size: 30px;
  /*line-height: 1;*/
  margin-bottom: 10px;
  /*font-weight: bold;*/
  letter-spacing: 4px;
}

.sound .music h4 {
  font-size: 23px;
  margin-bottom: 10px;
  /*font-weight: bold;*/
  color: #ed4a24;
  text-transform: uppercase;
  font-family: Jost;
    letter-spacing: 4px;
}

.sound .music .music-items {
  margin: 0;
  padding-left: 35px;
}

.sound .music .music-items li {
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: .5s;
}

.sound .music .music-items li .song-name {
  font-family: 'ClassicGrotesquePro-BookIt';
}

.sound .music .music-items li:hover {
  color: #ed4a24;
}

.sound .music .music-items li:hover:before {
  color: #ed4a24;
}

.sound .music .music-items li:hover a {
  color: #ed4a24;
}

 .sound .music .music-items li.play:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f028';
        position: absolute;
        font-size: 20px;
        left: -30px;
        top: 7px;
        color: #858585;
        transition: .5s;
    }


.sound .music .music-items li a {
  color: #3E4343;
  transition: .5s;
  text-decoration: none;
}

.sound .buy-block {
  padding-bottom: 50px;
}

.sound .buy-block .price {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.sound .butt {
  margin-top: 7px;
  position: absolute;
  bottom: 55px;
}

.sound .under-pic {
  position: relative;
  bottom: 0;
}

.store {
  padding: 0 70px;
}

.col-gap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  column-rule: 2px dotted #b8b9bb;
}

.events-nav {
    padding: 0 105px;

}

.events-nav a {
    text-decoration: none;
}

    .events-nav span {
        font-size: 23px;
        font-family: Jost;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-rendering: optimizeLegibility;
        font-style: normal;
        font-weight: 400;
        color: #ed4a24;
    }

.events-nav span a{
    text-decoration: none;
   
}

   

.fullHpic {
  padding: 0;
}

.fullHpic .fullpic {
  margin-top: 50px;
}

.fullHpic .fullpic img {
  width: 100%;
}

.head-col-fix {
  padding: 0 30px;
}

.proj-items {
  margin-bottom: 80px;
}

.proj-items iframe {
  width: 100%;
  min-height: 350px;
}

.proj-items p {
  margin-bottom: 0;
}

.proj-items a {
  color: #3E4343;
  text-decoration: underline;
}

.butt {
  font-family: 'Roboto Light';
  background: #ed4a24;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 11px 11px;
  font-weight: bold;
  border-radius: 10px;
  margin: 15px 0 0 0;
  line-height: 1;
  transition: .5s;
}

.butt:hover {
  -webkit-box-shadow: 0px 0px 14px 0px #ed4a24;
  -moz-box-shadow: 0px 0px 14px 0px #ed4a24;
  box-shadow: 0px 0px 14px 0px #ed4a24;
}

footer {
  font-family: 'Roboto Light';
  color: #98989a;
  padding: 15px 0 84px;
  margin-top: 20px;
}

footer .row {
  margin: 0 -15px 0 -15px;
}

footer .row .foot-pad {
  padding-top: 14px;
}

footer p {
  text-transform: uppercase;
  font-size: 9px;
  margin: 0;
  letter-spacing: 1px;
}

footer span {
  text-transform: uppercase;
  font-size: 9px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: .88px;
}

footer .multi img {
  margin: 5px 3px 0 33px;
  vertical-align: top;
}

footer .social ul {
  margin: 0;
  line-height: 1;
}

footer .social ul li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
  margin-right: 7px;
}

footer .social ul li:last-child {
  margin-right: 0;
}

footer .social ul li .btn {
  margin-left: 67px;
  transition: .5s;
}

footer .social ul li .btn:hover {
  -webkit-box-shadow: 0px 0px 14px 0px #ed4a24;
  -moz-box-shadow: 0px 0px 14px 0px #ed4a24;
  box-shadow: 0px 0px 14px 0px #ed4a24;
}

footer .social ul .soc a i {
  font-size: 25px;
  color: #ed4a24;
}

.mob_navi #mob_open {
  display: block;
  position: absolute;
  top: 30px;
  left: 50px;
  cursor: pointer;
  width: 112px;
  height: 80px;
  border-radius: 5px;
  outline: none;
}

.mob_navi #mob_open .bar {
  display: block;
  background: #ed4a24;
  height: 10px;
  width: 91px;
  position: absolute;
  transition: all 0.5s ease;
}

.mob_navi #mob_open .bar:nth-child(1) {
  top: 20px;
  left: 10px;
}

.mob_navi #mob_open .bar:nth-child(2) {
  top: 35px;
  left: 10px;
}

.mob_navi #mob_open .bar:nth-child(3) {
  top: 49px;
  left: 10px;
}

.mob_navi #navigation {
  display: none;
  background: black;
}

.mob_navi #navigation ul {
  padding: 10px 15px 20px 15px;
  margin: 0;
  text-align: left;
}

.mob_navi #navigation ul li {
  list-style-type: none;
  font-family: Jost;
  border-bottom: 3px dotted #858585;
  line-height: 1;
  padding-top: 10px;
}

.mob_navi #navigation ul li a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

.mob_navi #navigation .active {
  color: #ee512f;
}

.active_btn {
  background: #ed4a24;
}

.active_btn .bar {
  background: white !important;
}

.active-post a, .active-post p {
  color: #ed4a24;
}

.mob_navi {
  display: none;
}

.active_menu__ {
  display: block !important;
}

.mobile-foot {
  display: none;
}

.video-big iframe {
  width: 100%;
  min-height: 400px;
}

.open_ {
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}

.open_:hover {
  color: #ed4a24;
}

.open_:before {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  font-size: 20px;
  transform: rotate(-90deg);
  top: 1px;
  transition: .2s;
}

.open-active:before {
  transform: rotate(0);
  top: -2px;
  left: 5px;
}

.ddowns {
  margin-bottom: 10px;
}

.ddown {
  padding-left: 50px;
  display: none;
}

.ddown li {
  list-style-type: none;
}

.ddown .email {
  text-decoration: underline;
}

.album-small {
  margin: 0 auto 25px auto;
    margin-left: 15%;
  /*BC changed from center on 11/28/17*/
  text-align: left;
}

.album-small img {
  max-width: 150px;
  width: 100%;
}

.album-small h6 {
  font-family: 'ClassicGrotesquePro-BookIt';
  font-size: 18px;
  text-decoration: underline;
}

/*.flex-video, .responsive-embed {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 350px;
}*/




@media screen and (max-width: 1366px) {
  body {
    border: none;
    padding: 0;
    max-width: 100%;
  }

    /*BC added on 11/28/17*/
    /*.azuremediaplayer-dimensions {
        width:650px;
      
    }*/



  header {
    text-align: center;
  }
  header .menu {
    text-align: center;
    padding-bottom: 24px;
  }
  header .menu li {
    display: inline-block;
    padding: 10px 20px 10px 0;
  }
  header .menu li a {
    font-size: 14px;
  }
 
  .container {
    padding-top: 0;
  }
  .container .content-holder h2 {
    font-size: 35px;
  }


    .events-nav {
        padding: 0 185px;
    }



  .print {
    margin-right: 15px !important;
  }

    /*.flex-video, .responsive-embed {
        min-height: 350px !important;

    }*/

}

@media screen and (max-width: 1335px) {
  header .logo {
    padding: 25px 0 25px 0;
  }

  header .menu li a {
    font-size: 11px;
  }



    .events-nav {
        padding: 0 150px;
    }

  

}

/**/
@media screen and (max-width: 1280px) {
  .fullHpic .fullpic {
    margin-top: -20px;
  }

    .menu {
        display: none;
    }
    .mob_navi #mob_open {
        width: 63px;
        height: 49px;
        top: 40px;
        left: 15px;
    }
    .mob_navi #mob_open .bar {
        width: 40px;
        height: 4px;
    }
    .mob_navi #mob_open .bar:nth-child(1) {
        top: 12px;
        left: 11px;
    }
    .mob_navi #mob_open .bar:nth-child(2) {
        top: 22px;
        left: 11px;
    }
    .mob_navi #mob_open .bar:nth-child(3) {
        top: 32px;
        left: 11px;
    }

    .mob_navi {
        display: block;
    }
    .mob_navi #mob_open {
        top: 18px;
    }


    .events-nav {
        padding: 0 125px;
    }


  .container .content-holder h2 {
    font-size: 23px;
  }
   
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 23px;
  }

    .fullHpic .fullpic {
        margin-top: -20px;
    }

  header .logo {
    padding: 25px 0 25px 0;
  }
  header .menu li a {
    font-size: 11.5px;
  }
  .container {
    padding-top: 0;
  }
  .container .content-holder h2 {
    font-size: 26px;
  }
  .container .content-holder .h-cols {
    padding: 0 40px 0 40px;
  }
  .container .news-item h4 {
    font-size: 26px;
  }
  .container .event-item .date {
    font-size: 26px;
  }
  .bord-R {
    border: none;
    height: auto !important;
  }
  footer .large-3 {
    width: 17%;
    padding-left: 20px;
  }
  footer .large-4 {
    float: left !important;
    width: 41%;
  }

    .events-nav {
        padding: 0 80px;
    }


    .fullHpic .fullpic {
        margin-top: 1px;
    }

    /*.flex-video, .responsive-embed {
        min-height: 350px !important;

    }*/
}

@media screen and (max-width: 1050px) {
  .container .orbit {
    margin-bottom: 30px;
  }

    /*BC added on 11/28/17*/
    /*.azuremediaplayer-dimensions {
        width:650px;
      
    }*/

 .events-nav {
        padding: 0 80px;
    }


  footer p {
    font-size: 10px;
  }
  footer span {
    font-size: 10px;
  }
  footer .multi img {
    width: 55%;
  }
  footer .social .btn {
    padding: 9px 20px 9px 20px;
  }
  footer .social ul .soc a i {
    font-size: 34px;
  }

    /*.flex-video, .responsive-embed {
        min-height: 350px ;

    }*/
}

@media screen and (max-width: 1023px) {
  footer {
    padding: 15px 15px 84px 15px;
  }

    /*BC added on 11/28/17*/
    /*.azuremediaplayer-dimensions {
        width:450px;
      
    }*/

  footer .columns {
    width: 100%;
    margin: 0;
  }
  footer .columns img {
    margin-left: 0;
  }
  footer .multi img {
    width: auto;
  }
  footer .row .last-col {
    padding-top: 0;
    padding-left: 15px;
  }
  footer .row .foot-pad {
    padding-top: 0;
  }
  .desktop-foot {
    display: none;
  }
  .mobile-foot {
    display: block;
  }

  .sound .music .music-items li:before {
    top: 9px;
  }
  /*.flex-video, .responsive-embed {
    height: 200px !important;
  }*/
}

@media screen and (max-width: 890px) {
  body {
    font-size: 18.5px;
  }
  header .logo {
    padding: 30px 50px 30px 140px;
  }
  .container .content-holder h2 {
    font-size: 22px;
  }
  .container .content-holder .h-cols {
    padding: 0 40px 0 40px;
  }
  .container .orbit .head-caption {
    display: none;
  }
  .container .news-item h4 {
    font-size: 18.5px;
  }
  .container .event-item .date {
    font-size: 18.5px;
  }
  .container .store-item {
    padding: 0 7px !important;
  }
  footer {
    padding-top: 50px;
  }
  .mob_navi #mob_open {
    left: 15px;
    top: 20px;
  }

.events-nav {
        padding: 0 40px;
    }

    .fullHpic .fullpic {
        margin-top: -5px;
    }

  .event_ {
    top: -8px;
  }
  .sound .music .music-items li:before {
    top: 4px;
  }
  .education {
    padding: 0 15px;
  }
  .sound .butt {
    position: relative;
    bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .bord-R {
    padding-bottom: 0 !important;
  }

    /*BC added on 11/28/17*/
    .azuremediaplayer-dimensions {
        /* width:520px;was 410 */
    }
  .col-gap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media screen and (max-width: 668px) {
  .container .content-holder h2 {
    font-size: 23px;
  }

    /*BC added on 11/28/17*/
    /*.azuremediaplayer-dimensions {
        width:590px;
      
    }*/
  .container .content-holder .h-cols {
    padding: 0 40px 0 40px;
  }

    .container .content-holder .h-cols h4 {
        font-size: 20px;
    }
  .container .content-holder .columns {
    width: 100%;
  }
  .container .orbit .head-caption {
    display: none;
  }
  .container .news-item h4 {
    font-size: 37px;
  }
  .container .event-item .date {
    font-size: 37px;
  }
  footer .last-col {
    padding-left: 10px !important;
  }
  .fullHpic {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .fullHpic .fullpic {
    margin-top: 0;
    text-align: right;
  }
  .fullHpic .fullpic img {
    width: 150px;
    margin-right: 40px;
  }

.events-nav {
        padding: 0 20px;
   
    }


  .sound {
    margin-bottom: 10px;
  }
  .sound .music {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sound .img-holder {
    display: none;
  }
  .sound .buy-block {
    margin-top: 20px;
  }
  .head-col-fix {
    padding: 0 15px;
  }
  .proj-items {
    margin-bottom: 40px;
  }
  .sidebar {
    display: none;
  }
  /*.flex-video, .responsive-embed {
    min-height: 250px !important;
  
  }*/
}



    @media screen and (max-width: 580px) {
        header .logo {
            padding: 25px 30px 25px 115px;
        }

       
        /*BC added on 11/28/17*/
        .azuremediaplayer-dimensions {
            width: 550px;
        }

        .mob_navi #mob_open {
            top: 15px;
        }

        .fullHpic {
            position: relative;
            bottom: 0;
            z-index: -1;
        }

            .fullHpic .fullpic {
                margin-top: 0;
                text-align: right;
            }

                .fullHpic .fullpic img {
                    width: 100px;
                    margin-right: 40px;
                }

        /*BC added 11/28/17*/
        /*.flex-video, .responsive-embed {
            padding-bottom: 5% !important;
            min-height: 150px !important;
        }*/
    }




    @media screen and (max-width: 500px) {
        body {
            font-size: 17.3px;
        }

        .overlay {

            height: 32px;
            margin: -16px 0 0 -16px;
            width: 32px;
        }
        .events-nav span { font-size: 12.5px; }

        /*BC added on 11/28/17*/
        .azuremediaplayer-dimensions {
            width: 300px;
        }

        header .logo {
            padding: 25px 10px 25px 70px;
        }

        .mob_navi #mob_open {
            left: 5px;
            top: 24px;
            width: 45px;
            height: 30px;
        }

            .mob_navi #mob_open .bar {
                width: 36px;
            }

                .mob_navi #mob_open .bar:nth-child(1) {
                    top: 5px;
                    left: 5px;
                }

                .mob_navi #mob_open .bar:nth-child(2) {
                    top: 13px;
                    left: 5px;
                }

                .mob_navi #mob_open .bar:nth-child(3) {
                    top: 21px;
                    left: 5px;
                }

        .mob_navi #navigation ul li {
            border-bottom: 2px dotted #858585;
            padding-top: 7px;
        }

            .mob_navi #navigation ul li a {
                font-size: 13px;
            }

        .container .orbit .orbit-caption {
            line-height: 1;
            padding: 0 15px 5px;
        }

            .container .orbit .orbit-caption p {
                font-size: 10px;
            }

            .container .orbit .orbit-caption span {
                font-size: 6px;
            }

        .container .orbit .orbit-next, .container .orbit .orbit-previous {
            padding: 10px;
        }

        .container .content-holder .h-cols {
            padding: 0 15px;
        }

            .container .content-holder .h-cols h4 {
                font-size: 17.3px;
            }

            .container .content-holder .h-cols h2 {
                font-size: 20px;
            }

        .store {
            padding: 0 15px;
        }





        footer .multi img {
            width: 55%;
        }

        footer .multi span {
            font-size: 8px;
        }

        footer p {
            font-size: 8px;
        }
    }

/*BC iPhone 5 only added 11/28/17*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait)
{
    .azuremediaplayer-dimensions {
        width: 300px;
        height: 150px;
    }
    .events-nav span { font-size: 10px; }
    
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:landscape)
{
    .azuremediaplayer-dimensions {
        width: 560px;

    }
    .responsive-embed {
        width: 568px;
    }
}
