@font-face {
    font-family: 'blackswordregular';
    src: url('../fonts/blacksword.woff2') format('woff2'),
         url('../fonts/blacksword.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Navbar */
.nav-section.sticky { 
	top: 0; 
	left: 0; 
	right: 0;   
	z-index: 999;
	position: fixed; 
	background-color:#fff; 
	border-bottom: 1px solid #000;
}

.nav-section .navbar-default { 
    border: none;
	z-index: 99;
	border-radius: 0;
	margin-bottom: 0;
	padding: 15px 0;
	background: none;	
	
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
a.logo-brand { 
	display: table; 
	max-width: 100%;
	padding: 10px 0; 
}
.nav-section .navbar-nav > li > a { 
	font: 300 15px/30px 'Open Sans', sans-serif; 
	color: #000000; 
	outline: 0 none; 
	text-transform: uppercase; 
	position: relative; 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
	border-top: 1px solid transparent;
}
.nav-section .navbar-nav > li > a:hover,
.nav-section .navbar-nav > li.active > a,
.nav-section .navbar-default .navbar-nav > li > a:active,
.nav-section .navbar-default .navbar-nav > li > a:focus, 
.nav-section .navbar-default .navbar-nav > li > a:hover { 
	border-top: 1px solid #b5121b; 
	background: none;	
}

.nav-section .navbar-default .navbar-toggle * {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-section .navbar-default .navbar-toggle {
	color: #fff;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 15px;
}
.nav-section .navbar-default .navbar-toggle span {
	width: 22px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #fff;
	display: block;
}
.nav-section .navbar-default .navbar-collapse { 
	border: none; 
}
.nav-section .navbar-default .navbar-toggle .icon-bar { 
	background-color: #39555d; 
}
.nav-section .navbar-default .navbar-toggle:hover,
.nav-section .navbar-default .navbar-toggle:focus { 
	background: none; 
	border-color: #fff;  
}
.nav-section .navbar-default .navbar-toggle:hover .icon-bar,
.nav-section .navbar-default .navbar-toggle:focus .icon-bar { 
	background-color: #39555d; 
}

/* Banner */

.hero-banner {
	position: relative;
}

.banner-section { 
	position: relative; 
	z-index: 5;
	width: 100%;
}
.banner-section .item > img,
.banner-section .carousel-inner > .item > img { 
	background-size: cover; 
	margin-left: auto;
	margin-right: auto;
}
.banner-section .item > img,
.banner-section .carousel-inner > .item > img { 
	width: 100%; 
	background-size: cover; 
}

.banner-section .carousel-caption {
	text-align: left;
	text-shadow: none;
	padding-bottom: 0;
	left: 0;
	right: 0;
	bottom: auto;
	top: 50%;	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-section .carousel .carousel-control {
	background: none; 
	border: none; 
}

.banner-section .carousel .carousel-indicators {
	position: relative;
	bottom: 0;
	padding-top: 20px;
}
.banner-section .carousel .carousel-indicators li {
	background-color: #39555d;
	border: 1px solid #39555d;
	width: 7px;
	height: 7px;
	margin: 0 10px 0 0;
}
.banner-section .carousel .carousel-indicators li:last-child {
	margin: 0;
}
.banner-section .carousel .carousel-indicators li.active {
	background-color: #d7df21;
	border: 1px solid #d7df21;
}

.banner-section .left.carousel-control {  
	text-align: center; 
	z-index: 999; 
	opacity: 1; 
	margin: auto; 
	display: inline-block; 
	height: 85px; 
	left: 2%; 
	width: 70px; 
	background: none;
	color: #273246;
	text-shadow: none;
}
.banner-section .right.carousel-control {  
	text-align: center; 
	z-index: 5; 
	opacity: 1; 
	margin: auto; 
	display: inline-block; 
	height: 85px; 
	right: 2%; 
	width: 70px;
	background: none;
	color: #273246;
	text-shadow: none;
}
.banner-section .carousel-control img { 
	margin-left: auto; 
	margin-right: auto; 
}

.banner-caption {
	padding: 25px;
}
/* Fad In */
.banner-section .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.banner-section .carousel-fade .carousel-inner .item,
.banner-section .carousel-fade .carousel-inner .active.left,
.banner-section .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.banner-section .carousel-fade .carousel-inner .active,
.banner-section .carousel-fade .carousel-inner .next.left,
.banner-section .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.banner-section .carousel-fade .carousel-inner .next,
.banner-section .carousel-fade .carousel-inner .prev,
.banner-section .carousel-fade .carousel-inner .active.left,
.banner-section .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.banner-section .carousel-fade .carousel-control {
  z-index: 2;
}

/* Banner Caption  */
.about-gray {
	border: 2px solid #ffffff;
	padding: 70px;
}
.banner-text {
	font: 300 16px/30px 'Open Sans', sans-serif;
	color:#ffffff;
}
.btn-custom img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.head-axis {
	position: relative;
	/*overflow: hidden;*/
}
.head-axis span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
.head-axis:after {
	content: '';
	height: 1px;
	width: 40%;
	display: inline-block;
	top: 10px;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #b5121b;
	vertical-align: middle;
}

.online-get iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* */
.featured-video {
	background-color: #000000;
}
.featured-in-box {
	padding: 40px;
}


/* */
.img-box-gallery {
	position: relative;
	width: 100%;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.img-box-gallery:after {
	content: '';
	padding-top: 70%;
	position: relative;
	display: block;
	width: 100%;
}

/* */
.footer {
	padding: 25px 0;
}
.copy-right {
	font:300 16px/30px 'Open Sans', sans-serif;
	color: #000000;
}
.copy-right a {
	color: #000000;
}
.social-right {
	text-align: right;
}

.social-right a {
	margin-left: 15px;
	vertical-align: middle;
}
.social-right a:first-child {
	margin-left: 0;
}



/* */
.hovereffect {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect .overlay img {
	position: relative;
	top: 50%;	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect a.info {
  font:300 16px/30px 'Open Sans', sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  /*border: 1px solid #fff;*/
  margin: auto;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*padding: 70px;*/
  padding: 15px;
  z-index: 100;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}


/* */
.gallery-box {
	min-height: 415px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.main-vdo {
	margin-bottom: 30px;
}

.itune-box-ins {
	min-height: 340px;
	max-height: 340px;
	border: 1px solid #d2d2d2;
	padding: 10px 15px;
	border-radius: 5px;
	overflow-y: auto; /*Verical scrollbar*/
    -ms-overflow-y: auto; /*IE 8 vertical scrollbar*/
	overflow-x : hidden;
	
}
.list-itunelist li a{
	font: 300 12px/20px 'Open Sans', sans-serif;
	color: #151515;
	position: relative;
	text-decoration: none;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 30px;
	display: block;
	min-height: 30px;
}
.iconsitune{	
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.itune-box iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}

.itune-box-ins::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.itune-box-ins::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

.itune-box-ins::-webkit-scrollbar-thumb{
	background-color: #9eb0c6;
	border-left: 1px solid #bdcee3;
}

/* */
.bio-in-banner {
	background-image: url('../img/bio-in-banner.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.contact-form,
.booking-form {
	padding: 30px;
	background-color: #000000;
}
.booking-form .form-group {
	margin-bottom: 25px;
}
.contact-form .form-group {
	margin-bottom: 30px;
}
.form-control.input-one {
	font: 400 16px/30px 'Open Sans', sans-serif;
	color: #000000;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	background-color: #b5b5b5;
}
input.form-control {
	height: 50px;
}
textarea.form-control {
	height: 89px;
	resize: none;
}

.contact-form  textarea.form-control {
	height: 150px;
	resize: none;
}

.bg-eee {
	background-color: #eeeeee;
}

.albums-box {
	padding: 30px;
}

.zene-one+.zene-one {
	margin-top: 30px;
}

#errors,
#errorsOne {
	font: 400 16px/30px 'Open Sans', sans-serif;
	color: #fff;
}
#errors br,
#errorsOne br {
	margin-bottom: 7px;
}

.thank-you-header {
	border-bottom: 1px solid #df0303;
}
.thank-you-section {
	padding: 15px 0;
}
.thank-you-section a.logo-brand{
	margin-left: auto;
	margin-right: auto;
}


.booking-form .form-control::-webkit-input-placeholder { color: #000000; }
.booking-form .form-control::-moz-placeholder {  color: #000000; }
.booking-form .form-control:-ms-input-placeholder {  color: #000000; }
.booking-form .form-control:-moz-placeholder {  color: #000000; }

.contact-form .form-control::-webkit-input-placeholder { color: #000000; }
.contact-form .form-control::-moz-placeholder {  color: #000000; }
.contact-form .form-control:-ms-input-placeholder {  color: #000000; }
.contact-form .form-control:-moz-placeholder {  color: #000000; }
