/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
	font-weight: normal;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
}

.anchor{
  display: block;
  height: 200px; /*same height as header*/
  margin-top: -200px; /*same height as header*/
  visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

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

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.panel,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 0px;
}
.press-home {
	display: none;
}
.buy-cd-btn {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 25px;
}


.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}


/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.module.program {
  position: relative;
  padding: 100px 0 50px 0;
}
.compositions-module {
  position: relative;
  padding: 30px 0;
}
/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fbfbfb;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  padding: 30px 60px 60px;
}
.side-image-text-press {
  background: #fbfbfb;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  padding: 20px 10px 20px 10px;
	margin-bottom: 20px;
	min-height: 200px;
}
.no-bgcolor {
  background: none;
}
/* Event-image */
.event-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
.event-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 60px 30px;
}
/* Light background */
.bg-light-30 {
	color: #f4f4f4;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90,
.bg-dark-90 .alt-module-subtitle h5,
.bg-dark-100,
.bg-dark-100 .alt-module-subtitle h5,
.bg-dark-100, 
.bg-dark-album, .bg-dark-album2 {
  color: #fff;
}

.bg-dark {
  background: #111;
}
.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.3);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(4, 4, 4, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-light-30:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-dark-album:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.7);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-dark-album2:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.6);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(120, 159, 172, 0.57) 25%, rgba(0, 0, 16, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.page-bg-light {
 background-image: url();
background-repeat: repeat;
	padding-left: 2%;
	padding-right: 2%;
	min-height: 940px;
}
.bg-light {
  background: #f4f4f4;
}
.bg-blue {
  background: #78c9d6;
}
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}


/* Press Page image divider */
.press-divider {
  background-position: 40% 30%;
  background-repeat: no-repeat;
	width: auto;
	min-height: 450px;
}

.press-divider:before {
  background: rgba(12, 16, 17, 0.5);
}

/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {	
	.parallax-bg {
background-attachment: inherit;
	background-size: auto;
  width: 100%;
	height: auto;
}
.phone-notshow {
	display: none;
	}	
.press-divider {
  background-position: 20% 80%;
  background-repeat: no-repeat;
	background-size: auto;
  width: 100%;
	height: auto;
}	
.module-subtitle-right {
  text-align: right;
  font-size: 14px;
  color: #111;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.compositions-module {
  position: relative;
  padding: 0px 0;
}	

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}	
.post-columns .post-title {
  font-size: 23px;
  line-height: 1.1em;
  font-weight: normal;
  color: #0bacce;
}	
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}


.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top:100px !important;
}
.mt-150 {
  margin-top:150px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
	.parallax-bg {
background-attachment: inherit;
	background-size: auto;
  width: 100%;
	height: auto;
}
}
	
/* Scroll to top and down */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 100px;
  right: 15px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 35px;
  font-size: 35px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}
.scroll-down {
    width: 40px;
    height: 40px;
  font-size: 40px;
    margin-left: -20px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    text-align: center;
    text-decoration: none;
	color: #ffffff;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.local-scroll {
    position: relative;
}


/* Audio */




/*--------------------------------------------------------------
	Jump Box
--------------------------------------------------------------*/
div.jumpbox {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-size: 22px;
	font-weight: 400;
	color: #222424;
	line-height: 1.5em;
	border: none;
	background-color: none;
}
div.jumpbox-dark {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 14px;
	color: #222424;
	line-height: 1.3em;
	padding: 20px;
	border: thin solid #908d8d;
	background-color: rgba(55, 38, 31, 0.7);
}
div.jumpbox-dark a:link {
	color: #02467D;
}
div.jumpbox-dark a:hover {
	color: #8CD8D8;
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/*--------------------------------------------------------------
	Accordion
--------------------------------------------------------------*/
.panel-title {
  font-size: 17px;
}
.panel-heading {
  position: relative;
  display: block;
	padding: 0;
}
.panel-heading a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.panel-heading a:after {
  position: absolute;
  content: "\f068"; /* Unicode character for "minus" sign (-) */
  top: 50%;
  left: 0;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f067"; /* Unicode character for "plus" sign (+) */
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.new-cd:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(233, 249, 240, 0.8);
}

.new-cd {
  color: #000000;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 60px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

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

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #8ea0a2;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 24px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.image-button {
  margin: 0px 5px;
}
/*********************************
Homepage Quotes ticker
*********************************/

.home_text #press-quotes
{
  position: absolute;
	width: 600px;
	height: 600px;
}

/*newsticker*/
.home_text .newsticker{	
width: 600px;
height:500px;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(225,225,225,.01) 0 0 1px;
	text-shadow: rgba(225,225,225,.01) 0 0 1px;
	margin-bottom: 0px;
	padding-top: 15%;
	cursor:default;
	overflow:hidden;
}
.home_text .newsticker:hover{}
.home_text .newsticker ul li{
width: 450px;
height:500px;
overflow:hidden;
}
.home_text .cite-home {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 600;
	font-style: normal;
	display: block;
	margin-top: 8px;
	margin-right: 2%;
}
.home_text .cite-align-right {
	text-align: left;
}
.home_text .cite-align-alt {
	text-align: left;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a, a:visited {
  color: #197fb4;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

p, ol, ul, blockquote {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}
ol.f {
	list-style-type: decimal;
}
ol.f li {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.work-w-sound {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}
blockquote {
  border: 0;
  font-style: normal;
  font-size: 15px;
  padding: 0;
}

.font-alt {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: none;
	font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 5px;
}
.font-alt2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 600;
}
.font-alt3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 30px;
	font-weight: 400;
}
.font-alt4 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: normal;
}
.font-alt5 {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.1em;
  font-style: normal;
	text-transform: uppercase;
  font-weight: 600;
	text-align: center;
}
.font-small {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 1.4em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.font-small-credits {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  line-height: 1.1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.small-description {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    color: #222424;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.press-cite{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-weight: bold;
	color: #0F5691;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 1em;
	margin-top: 5px;
}
.pressquotes-cite{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-weight: bold;
	color: #0F5691;
	padding: 0px;
	font-size: 1em;
	margin-top: 5px;
}
.press-thumbnail-logo {
  margin: 5px 0 5px 0;
	width: 30%;
}
.small-description-news {
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 400;
    color: #222424;
	padding: 2px 5px 2px 5px;
	background: #f0f6f6;
    margin-bottom: 15px;
}
.imageholder-feature {
	width: 150px;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 0px;
	margin-right: 15px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.imageholder-right {
	width: 380px;
	height: auto;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.font-serif {

}

.large-text {
  font-size: 22px !important;
	font-weight: 300;
	line-height: 1.3em;
}
.blue {
	color: #156a99;
}
.blue-light {
	color: #3cbed3;
}
.book-review-text {
  font-size: 15px !important;
	line-height: 1.3em;
}
.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
  font-size: 35px;
  color: #111;
  margin: 30px 0 30px;
}
.module-title-right {
  position: relative;
  letter-spacing: 2px;
  text-align: right;
  font-weight: 300;
  font-size: 35px;
  color: #111;
  margin: 30px 0 30px;
}
.module-title-left {
  position: relative;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 300;
  font-size: 35px;
  color: #111;
  margin: 30px 0 30px;
}
.module-subtitle {
  text-align: center;
  font-size: 14px;
  color: #111;
  line-height: 1.2em;
  margin-bottom: 60px;
}
.module-subtitle-right {
  text-align: right;
  font-size: 14px;
  color: #111;
  line-height: 1.2em;
  margin-bottom: 60px;
}
.imageholder-wide {
	display:none;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

.module-title-right + .module-subtitle-right {
  margin-top: -35px;
}
.photo-credits{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}




/* Events Page */
.module-title-events {
  position: relative;
  letter-spacing: 4px;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  color: #111;
  margin: 0 0 10px;
}
.module-subtitle-events {
  text-align: left;
  font-size: 14px;
font-weight: normal;
  color: #000000;
  line-height: 1.5em;
  margin-bottom: 20px;
}
/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*-----	Slider & Carousel -------------*/
/* ---------- General Styles - FlexSlider ------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */

.jturrin-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 80%;
  margin: 10% auto auto auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}


/*--------------------------------------------------------------
	Top Social
--------------------------------------------------------------*/
.social-top {
  border-radius: 0;
	margin-left: auto;
    font-size: 30px;
    padding: 12px 0px 10px 20px;
  z-index: 1000;
	display: inline;
}
.social-links li {
  border-radius: 0;
}
.social-links li a {
    letter-spacing: 0px;
    font-size: 30px;
}
.social-links:focus,
.social-links:active,
.social-links.active {
    color: #333;
}
.social-links:hover {
    color: #78c9d6;
}

/*--------------------------------------------------------------
	Main Navbar - Desktop
--------------------------------------------------------------*/
.navbar-custom {
  background-color: rgba(255, 255, 255);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 28px;
  color: #2d2d2d;
}

.navbar-custom .navbar-brand {
  font-family: 'Roboto Condensed', sans-serif;	
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 28px;
  color: #2d2d2d;
}

.navbar-custom .navbar-brand.logo img {
    max-height: 34px;
    top: -7px;
	left: -10px;
    position: relative;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
.navbar-custom li a.active {
	opacity: 0.9;
	color: #0bacce;
	font-weight: bold;
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 8px 8px;
  letter-spacing: 1px;
	font-weight: 500;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #15cae8;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #000;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 12px;
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/


/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}
.page-bg1 {
  background-image: url("../images/bg/bg-1.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg2 {
  background-image: url("../images/bg/bg-2.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg3 {
  background-image: url("../images/bg/bg-3.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg4 {
  background-image: url("../images/bg/bg-4.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg5 {
  background-image: url("../images/bg/poppaea-bg1.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg6 {
  background-image: url("../images/bg/bg-6.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg7 {
  background-image: url("../images/bg/bg-7.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg8 {
  background-image: url("../images/bg/bg-8.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg9 {
  background-image: url("../images/bg/bg-9.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg10 {
  background-image: url("../images/bg/bg-10.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg11 {
  background-image: url("../images/bg/bg-11.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.page-bg12 {
  background-image: url("../images/bg/bg-12.jpg");
 background-attachment: fixed;	
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
.MH-title-size-1 {
  letter-spacing: 1px;
  font-size: 18px;
}

.MH-title-size-2 {
  line-height: 1.3em;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.MH-title-size-3 {
font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
  font-weight: 400;
	line-height: 1.4em;
  font-size: 22px;
}

.MH-title-size-4 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 65px;
line-height: 1.0em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0px;
}
.MH-title-size-5 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 60px;
line-height: 1.1em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0px;
}


/* iPad landscape */
/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) { 
.page-bg1 {
  background-image: url("../images/bg/bg-1.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg2 {
  background-image: url("../images/bg/bg-2.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg3 {
  background-image: url("../images/bg/bg-3.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg4 {
  background-image: url("../images/bg/bg-4.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg5 {
  background-image: url("../images/bg/poppaea-bg1.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg6 {
  background-image: url("../images/bg/bg-6.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg7 {
  background-image: url("../images/bg/bg-7.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg8 {
  background-image: url("../images/bg/bg-8.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg9 {
  background-image: url("../images/bg/bg-9.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg10 {
  background-image: url("../images/bg/bg-10.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg11 {
  background-image: url("../images/bg/bg-11.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg12 {
  background-image: url("../images/bg/bg-12.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}	  
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.home-section {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 100%;
  z-index: 0;
  background-size: cover;
}	
	  
	  
.page-bg1 {
  background-image: url("../images/bg/bg-1.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 50% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}	  

.page-bg2 {
  background-image: url("../images/bg/bg-2.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 90% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg3 {
  background-image: url("../images/bg/bg-3.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 90% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg4 {
  background-image: url("../images/bg/bg-4.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 80% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg5 {
  background-image: url("../images/bg/poppaea-bg1.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 70% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg6 {
  background-image: url("../images/bg/bg-6.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 80% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg7 {
  background-image: url("../images/bg/bg-7.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 80% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg8 {
  background-image: url("../images/bg/bg-8.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 80% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg9 {
  background-image: url("../images/bg/bg-9.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 80% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg10 {
  background-image: url("../images/bg/bg-10.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 65% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg11 {
  background-image: url("../images/bg/bg-11.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: 80% 50%;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}
.page-bg12 {
  background-image: url("../images/bg/bg-12.jpg");
	position: relative;	
     background-repeat: no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	background-position: top center;
    width: 100%;
    height:100vh;
    bottom: 0;
    overflow: scroll;
    background-attachment: fixed;
  z-index: 1;
}	    	  	  	  	  	  	  	  	  	  	  	
}


/* content on page
-------------------------------------------------------------- */
.content-about {
	background-image: url(../images/page-bg.png);
	background-repeat: repeat;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	min-height: 400px;
	overflow-y:auto;
	
}

/*--------------------------------------------------------------
	Composition Program Notes
--------------------------------------------------------------*/
.comoposition-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.comoposition-gallery li {
  display: inline-block;
  width: 12%;
  margin: 0 5px;
}

.comoposition-gallery li:first-child {
  margin-left: 0;
}

.comoposition-title {
  margin: 0 0 10px;
	font-weight: 300;
line-height: 1.2em;
}
.comoposition_meta {
	font-size: 14px;
}
.amount {
  font-size: 18px;
  color: #111;
}
.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}


.reviews {
  margin: 0;
}


/************************/
/* EPK */
/************************/
.EPK-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #C7E6F1;
	background-image: url(../images/EPK-bg-trans.png);
	background-repeat: repeat;
}
.EPK-box h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 18px;
	padding-bottom: 5px;
}
.EPK-box p {
	color: #000000;
	font-size: 14px;
	line-height: 1.0em;
}

/* PressKit download Usage Styles
-------------------------------------------------------------- */
.gallery-presskit {
    margin: 0 -.5% 20px;
}
.gallery-presskit:before,
.gallery-presskit:after {
    content: ' ';
    display: table;
}

.gallery-presskit:after,
.gallery-presskit:after {
    clear: both;
}
.gallery-presskit img {
    float: left;
    width: 23.333%;
    margin: 0 .5% 1%;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.gallery-presskit img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.gallery-presskit.cols-2 img {
    width: 49%;
}
.gallery-presskit.cols-3 img {
    width: 32.333%;
}
.gallery-presskit.cols-4 img {
    width: 24%;
}
.gallery-presskit.cols-5 img {
    width: 19%;
}



/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
}

.footer .copyright {
	font-weight: 400;
  margin: 0;
}
.footer .copyright a:link {
	color: #2d3030;
}
.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
	font-size: 20px;
	color: #fff;
}


/*********************************
 Contact Form
*********************************/
#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: solid thin #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.8);
    color: #232323;
    font-size: 14px;
    height: auto;
    padding: 15px;
	margin: 0;
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .contact-submit {
	font-family: 'Oswald', sans-serif;
	  background: rgba(17, 17, 17, 0.8);
  color: #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 40px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 5px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .contact-submit a:hover {
    background: #000000;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #a5a5a5;
}


/* Content box */
.content-box {
  margin: 20px 0;
  text-align: left;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Role
--------------------------------------------------------------*/
.dpk-item {
  position: relative;
  text-align: center;
}

.dpk-image {
  position: relative;
  overflow: hidden;
}

.dpk-image img {
  width: 100%;
}

.dpk-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.dpk-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #f1f1f1;
  padding: 20px;
}

.dpk-detail h5 {
  font-size: 16px;
}

.dpk-detail p {
  font-size: 14px;
}

.dpk-social a {
  display: inline-block;
  color: #aaa;
font-size: 15px;	
  padding: 5px 6px;
}

.dpk-social a:hover {
  color: #FFF;
}

.dpk-descr {
  margin: 20px 0 0;
}

.dpk-name {
  font-size: 14px;
  color: #111;
}

.dpk-role {
  font-size: 11px;
  color: #aaa;
}

.dpk-item:hover .dpk-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.dpk-item:hover .dpk-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}


/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.small {
	font-size: 11px;
	line-height: 1.1em;
	font-weight: normal;
	color: #6C7376;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.small-info {
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
.small-info-white {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

/* iPhone5 landscape */
@media ( max-width: 640px ) and (orientation:landscape) {
.MH-title-size-3 {
font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
	line-height: 1.4em;
  font-size: 19px;
}
.post-columns .post-title {
  font-size: 23px;
  line-height: 1.1em;
  font-weight: 300;
  color: #0bacce;
}
	
.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
table tr * {        
        white-space: normal !important;
    }	
.phone-notshow {
	display: none;
	}
	
.imageholder-wide {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.imageholder-right {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}	
.page-bg1, .page-bg2, .page-bg3, .page-bg4, .page-bg5, .page-bg6, .page-bg7, .page-bg8, .page-bg9, .page-bg10, .page-bg11, .page-bg12 {
  background-image: none;
}
	.compositions-module {
  position: relative;
  padding: 0px 0;
}	
.feature-cite {
color: #02467D;
font-style: normal;
font-weight: normal;
font-size: 18px;
text-align: left;
display: block;
margin-top: 2px;
}	
}

/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.home-section {
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  width: 100%;
  z-index: 0;
}
.feature-cite {
color: #02467D;
font-style: normal;
font-weight: normal;
font-size: 18px;
text-align: left;
display: block;
margin-top: 2px;
}		
.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
	.MH-title-size-3 {
font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
	line-height: 1.4em;
  font-size: 19px;
}
	
.imageholder-wide {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.imageholder-right {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}	
.page-bg1, .page-bg2, .page-bg3, .page-bg4, .page-bg5, .page-bg6, .page-bg7, .page-bg8, .page-bg9, .page-bg10, .page-bg11, .page-bg12 {
  background-image: none;
}	
}


/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 1px;
  font-size: 38px;
	line-height: 1.3em;
  margin: 10px 0 30px;
}

.video-subtitle {
	font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.video-subtitle a:link, .video-subtitle a:visited {
  color: rgba(124, 218, 215, 0.8);
}
.video-subtitle a:hover, .video-subtitle a:focus, .video-subtitle a:active {
  color: rgb(255, 255, 255);
}

/*----------------------------------------------------------
	Media
----------------------------------------------------------*/
/* Media filter */
.filter {
  text-align: center;
  list-style: none;
	font-size: 16px;
  padding: 0;
  margin: 0 0 30px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 12px 10px;
	border-bottom: thin;
	border-style: solid;
	border-color: #cccccc;
  padding: 10px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

/* Media grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}
.works-grid-6 .work-item {
  width: 12.5%;
}
.works-grid-8 .work-item {
  width: 12%;
}
.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: -1px;
    text-align: center;
    overflow: hidden;
}

.work-title {
  font-size: 15px;
	line-height: 1.2em;
  color: #fff;
  margin: 0 0 4px;
}

.work-descr {
  color: #000;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}


/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 40px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4em;
}

.work-details-title {
font-weight: 600;
min-width: 100px;
	display: inline-block;
	vertical-align: top;
}
.work-details-info {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 0px dotted #c2c2c2;
  padding: 0 0 0px;
  margin: 0 0 5px;
}



/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 43px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}


/*--------------------------------------------------------------
	Post
--------------------------------------------------------------*/
.post {
  margin: 20px 0 30px 0;
}

.post-title {
  line-height: 1.2em;
  font-size: 28px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 14px;
  color: #333333;
}

.post-entry {
  border-top: 0px dotted #c2c2c2;
  padding-top: 10px;
  margin-top: 10px;
line-height: 1.3em;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-images-slider,
.post-video {
  margin: 0 0 20px;
}
.post-thumbnail-logo {
  margin: 5px 0 5px 0;
	width: 220px;
}
.post-thumbnail-logo-s {
  margin: 5px 0 5px 0;
	width: 130px;
}
.post-quote {
  background: none;
border-left-style: none;
	border-left-width: medium;
	border-left-color:#6597ac; 
  padding: 15px;
	text-align: center;
}
.post-quote-book {
    background: none;
    border: thin solid #f4f4f4;
	padding-top: 15px;
    padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
    text-align: center;
}
.no-bg-color {
  background: none;
border-style:solid;
	border-width: thin;
	border-color:#6597ac; 
color: #194c55;
  padding: 13px;
	text-align: center;
}

/* Post columns */
.post-columns .post {
  margin: 20px 0 40px 0;
}

.post-columns .post-header {
  margin: 0 0 5px;
}

.post-columns .post-title {
  font-size: 23px;
  line-height: 1.1em;
  font-weight: 300;
  color: #0bacce;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(0, 0, 0, 0.6);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
font-weight: 500;	
  font-size: 18px;
  line-height: 1.2em;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(5, 224, 240, 0.9);
font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.3em;
  font-size: 16px;
	font-weight: 600;
	font-style: normal;	
	
	
}


/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}


/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

/*--------------------------------------------------------------
	album
--------------------------------------------------------------*/
.album-item {
  position: relative;
  text-align: center;
}

.album-image {
  position: relative;
  overflow: hidden;
}

.album-image img {
}

.album-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.album-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}

.album-detail h5 {
  font-size: 17px;
	line-height: 1em;
}

.album-detail p {
  font-size: 12px;
line-height: 1.2em;
}
.album-detail a:link, a:focus {
    color: #197fb4;
}
.album-detail a:hover {
  color: #f48005;
}
.album-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 5px;
}

.album-social a:hover {
  color: #FFF;
}
.album-buy-holder {
  display: inline-block;
}
.cd-btn {
	width: 100px;
	height: auto;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.album-descr {
  margin: 20px 0 0;
	min-height: 30px;
}

.album-name {
  font-size: 14px;
  color: #111;
}

.album-role {
  font-size: 11px;
  color: #aaa;
}

.album-item:hover .album-image:after {
  background: rgba(0, 0, 0, 0.8);
}

.album-item:hover .album-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}


/*--------------------------------------------------------------
	Recording Items
--------------------------------------------------------------*/
.recording-item {
  text-align: center;
  margin: 0 0 40px;
	min-height: 440px;
}

.recording-item-image {
  position: relative;
  overflow: hidden;
}

.recording-item-image img {
  width: 100%;
}

.recording-item-detail,
.recording-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.recording-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.recording-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.recording-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.recording-item:hover .recording-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.recording-item:hover .recording-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}



/*--------------------------------------------------------------
	Recording Press Icon Items
--------------------------------------------------------------*/
.recording-item-press {
  text-align: center;
  margin: 0 0 20px;
	min-height: 220px;
}

.recording-item-press-image {
  position: relative;
  overflow: hidden;
}

.recording-item-press-image img {
  width: 100%;
}

.recording-item-press-detail,
.recording-item-press-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.recording-item-press-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.recording-item-press-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.recording-item-press-title {
  font-weight: 400;
  font-size: 12px;
  color: #111;
  margin: 15px 0 5px;
}
/* recording review item hover */
.recording-item-press:hover .recording-item-press-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.recording-item-press:hover .recording-item-press-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
	  .recording-item-press-image img {
  width: 70%;
}
	  .work-details-info {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.feature-cite {
color: #02467D;
font-style: normal;
font-weight: normal;
font-size: 18px;
text-align: left;
display: block;
margin-top: 2px;
}	
}
/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		  .recording-item-press-image img {
  width: 70%;
}
	.work-details-info {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
}
/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
/* Top Social--------*/
.social-top {
  border-radius: 0;
	margin-left: auto;
    font-size: 20px;
    padding: 12px 1px 10px 6px;
  z-index: 1000;
}
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .MH-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .jturrin-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
.works-grid-6 .work-item, .container .works-grid-6 .work-item {
  width: 23%;
}	
  .works-grid-8 .work-item,
  .container .works-grid-8 .work-item {
    width: 23%;
  }	
	
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
  /* Event-image */
  .event-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 0;
	  font-size: 30px;
	  line-height: 2em;
	  font-weight: 300;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 0px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
/* Top Social--------*/
.social-top {
  border-radius: 0;
	margin-left: auto;
    font-size: 20px;
    padding: 12px 1px 10px 6px;
  z-index: 1000;
	display: block;
}
  /* Headers */
  .MH-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .MH-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .MH-title-size-3 {
  letter-spacing: 0px;
  font-weight: 400;
	line-height: 1.4em;
  font-size: 22px;
  }
  .MH-title-size-4 {
    font-size: 38px;
line-height: 1em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0px;
  }
.MH-title-size-5 {
    font-size: 38px;
line-height: 1em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0px;
  }
.post-columns .post-title {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 300;
  color: #0bacce;
}
	
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }

  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .side-image-text-press {
    padding-left: 10px;
    padding-right: 10px;
  }	
  /* Event-image */
  .event-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
	  .works-grid-3 .work-item, .container .works-grid-3 .work-item {
    width: 100%;
  }	
  .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
/* Top Social--------*/
.social-top {
  border-radius: 0;
	margin-left: auto;
    font-size: 20px;
    padding: 12px 1px 10px 6px;
  z-index: 1000;
	display: block;
}
}

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
	  
.press-home {
	display: block;
}	
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }	  
	  /* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 15px;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
}
table tr td {
	background: none;
}
table tr:nth-child(odd) td {
    background: none;
}


table tr.hdr th {
    background: none;
}
table tr.bdy th {
}
table tr.bdy th a {
}
table tr.bdy th a:hover {
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
		td h4 { 
			font-size: 25px;
	}


#schedules tr.bdy th.date { 
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 25px;
	font-weight: 300;
}
#schedules tr.bdy td.location { 
	width: 100%;
	margin-bottom: 20px;
}			  
}


/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.navbar-custom {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 18px;
  text-align: center;
}
.dropdown-menu {
  font-size: 18px;
  text-align: center;
}	
/* Top Social--------*/
.social-top {
  border-radius: 0;
    font-size: 30px;
    padding: 20px 20px;
  z-index: 1000;
}
}


/************************/
/* And we Each Gallery Styles
-------------------------------------------------------------- */
.andweeach-gal {
    margin: 0 -.5% 5px ;
	text-align: center !important;
}
p.andweeach-gal {
text-align: center !important;
}
.andweeach-gal:before,
.andweeach-gal:after {
    content: ' ';
    display: table;
}

.andweeach-gal:after,
.andweeach-gal:after {
    clear: both;
}
.andweeach-gal img {
    height: 135px /*based on the smallest height for thumbnails*/;
	display: inline-block;
    margin: 0 .5% 1%;
	overflow:hidden;
    text-align: center;
    white-space: nowrap;
	
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.andweeach-gal img:hover {
}

/************************/
/* Poppaea Style       */
/************************/
/* Poppaea Gallery Styles
-------------------------------------------------------------- */
.Poppaea-gal {
    margin: 0 -.5% 5px ;
	text-align: center !important;
}
p.Poppaea-gal {
text-align: center !important;
}
.Poppaea-gal:before,
.Poppaea-gal:after {
    content: ' ';
    display: table;
}

.Poppaea-gal:after,
.Poppaea-gal:after {
    clear: both;
}
.Poppaea-gal img {
    height: 135px /*based on the smallest height for thumbnails*/;
	display: inline-block;
    margin: 0 .5% 1%;
	overflow:hidden;
    text-align: center;
    white-space: nowrap;
	
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.Poppaea-gal img:hover {
}
blockquote.feature {
	font-family: 'Oswald', sans-serif;
	background: url(../images/bg-quote1.png) no-repeat;
	color: #000000;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	text-shadow:0px 1px 1px rgba(0,0,0,0.15);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 60px;
}
.feature-cite {
color: #02467D;
font-style: normal;
font-weight: normal;
font-size: 18px;
text-align: right;
display: block;
margin-top: 2px;
}


blockquote.feature-small {
	font-family: 'Oswald', sans-serif;
	color: #333333;
	background: none;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-shadow:0px 1px 1px rgba(0,0,0,0.15);
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
}
blockquote.feature-small cite {
color: #02467D;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
display: inline-block;
}
blockquote.feature-small-purple-1 {
	font-family: 'Oswald', sans-serif;
	color: #333333;
	background: none;
	text-align: center;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 5px;
}
blockquote.feature-small-purple-1 cite {
color: #333333;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
display: inline-block;
}

/************************/
/* Featured video Container       */
/************************/
.video-feature-box {
	background-color: #000000;
	color: #02467D;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px 30px 30px 30px;
}
/************************/
/* Featured video Container       */
/************************/
.audio-feature-box {
	background-color: #000000;
	color: #02467D;
	width: 63%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
}
/************************/
/* summary Container       */
/************************/
.summary-box {
	color: #333333;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 10px 30px 10px 30px;
	text-align: justify;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 400;
}
/************************/
/* composition box */
/************************/
.comp-box {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #cccccc;
}
.pull-qoute-poppaea {
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 1.2em;
	text-shadow:0px 1px 1px rgba(0,0,0,0.15);
	padding: 18px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/poppaea-bg-trans.png);
	}
.pull-qoute-right-poppaea {
	float: right;
	width: 450px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 1.2em;
	text-shadow:0px 1px 1px rgba(0,0,0,0.15);
	padding: 18px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/poppaea-bg-trans.png);
	}
.indent {
	padding-left: 40px;
	margin-bottom: 20px;
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.5em;
}