@charset "UTF-8";
/*------------------------------------------------
Style   : Duotone Main CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly
----------------------------------------------------*/
/*---------------------------------------------------
[TABLE OF CONTENTS]
    
    1. GLOBAL STYLES
    2. HEADER
    3. NAV BAR
    4. ABOUT
    5. TESTIMONIALS

 	 MUSIC SELECTION
	 DROP CAP
     EVENT 
     ALBUM LIST
     MEDIA 
     PHOTOS
     FAN PAGE 
     CONTACT 
     FOOTER 
     BLOG 
     RESPONSIVE STYLES 
    
    ----------------------------------------------------*/
/* ==========================================================================
   1. GLOBAL STYLES
   ========================================================================== */
body {
   font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#808080;
  line-height: 2;
  text-align: left; }

h2
h3 {
  font-family: "minerva-modern", sans-serif; }

h2 {
font-family: "minerva-modern", sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
font-size: 55px;
color: #6c6864;
text-align: center;}

h3 {
  font-size: 30px; }

h4 {
  font-size: 37px;
  font-family: "minerva-modern", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #857f7c;
  text-align: left;
  padding-left: 0%;
  padding-top: 4%;
  padding-bottom: 0%;
}

h5 {
   font-size: 30px;
  font-family: "minerva-modern", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: left;
  padding-left: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}

h6 {
   font-size: 14px;
  font-family: "minerva-modern", sans-serif;
  font-style:normal;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: center;
  padding-left: 2%;
  padding-top: 1%;
  padding-bottom: 4%;
 
}


h7 {
   font-size: 20px;
  font-family: "minerva-modern", sans-serif;
  font-style:normal;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: center;
 

}


h8 {
   font-size: 15px;
  font-family: "lato", sans-serif;
  font-style:normal;
  font-weight:300;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: center;
  padding-bottom: 4%;
}

h9 {
  font-size: 30px;
  font-family: "minerva-modern", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: left;
  padding-top: 1%;
  margin: 0px 0px 0px 90px;
 
}


h10 {
  font-size: 18px;
  font-family: "lato", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #565656;
  text-align: left;
  padding-top: 1%;

 
}

h11{

padding: 25px;
  font-size: 17px;
  font-weight: 400;
  font-style:italic;
  color: #565656;
  font-family: "minerva-modern",Helvetica,Arial,sans-serif;
}

h12 {
  font-size: 16px;
  font-family: "lato", sans-serif;
  font-style:italic;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left;
  padding-top: 1%;

 
}


	
p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left;}

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

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

.pa-0 {
  padding: 0 !important; }

.text {
  font-size: 19px;
  margin-bottom: 15px; }

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

/* 
   Buttons
   ------- */
.btn {
  font-family: "Lato", sans-serif; }

.btn-wrap {
  display: block;
  text-align: center;
  margin: 23px 0; }

.btn-default {
  background: #86817d;
  opacity: 0.5;
  color: #fff;
  border-radius: 10px;
  padding: 17px 48px;
  font-size: 15px;
  font-weight: 100;
  border: none; }

.btn-default:hover {
  color: #fff;
  background: #a8a29d; }

.btn-default:active {
  color: #fff;
  background: #86817d; }

.btn-default:active:hover {
  color: #fff;
  background: #a8a29d; }

.btn-default:focus {
  color: #fff;
  background: #34397e; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #6889F8;
  border-color: #fff; }

.btn-primary {
  border-radius: 30px;
  background-color: #86817d;
  border: none;
  padding: 17px 48px;
  font-size: 15px;
  font-weight: 200; }

.btn-primary:hover {
  color: #fff;
  background-color: #a8a29d;
  border-color: #a8a29d; }

.btn-info {
  background-color: #802bb1;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 20px;
  padding: 12px 28px;
  font-weight: 200; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus {
  background-color: #8C44B6;
  border-color: #8C44B6; }

.btn-disabled,
.btn-disabled:hover,
.btn-info[disabled]:hover,
.btn-disabled:focus,
.btn-disabled:active {
  background-color: #ffffff;
  color: #a0a0a0;
  min-width: 150px; }

.btn-success {
  border-radius: 6px;
  background-color:#4b4846;
  border: none;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  color: rgba(98,96,90,.40);
  background-color:rgba(200,196,190,0.20) ;
  border-color: #f8f7f5;
  }


.btn-danger {
  border-radius: 20px;
  background-color: #f037a5;
  border: none;
  padding: 17px 48px;
  font-size: 15px;
  font-weight: 200; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:focus:active {
  color: #fff;
  background-color: #F853B5;
  border-color: #F853B5; }

.btn-warning {
  border-radius: 30px;
  background-color: #f8cd28;
  border: none;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:focus:active {
  color: #fff;
  background-color: #FAD95A;
  border-color: #FAD95A; }

.btn-sm {
  padding: 12px 40px;
  font-size: 14px; }

.btn-xs {
  padding: 8px 20px;
  font-size: 12px; }

@media (min-width: 767px) {
  .btn + .btn {
    margin-left: 20px; } }

.m-b-20 {
  margin-bottom: 20px; }

/*Alerts*/
.alert {
  padding: 20px 25px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }

.alert-danger {
  color: #ab0300;
  background-color: #fff5f5; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* Custom Buttons */
.btn-subscribe {
  background: #2d283e;
  color: #fff;
  border-radius: 30px;
  padding: 17px 48px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  display: inline-block;
  margin: 24px 0 0; }

.btn-subscribe:hover {
  color: #fff;
  background: #39344B; }

/* 
   Particles - Triangle & Circles
   ------------------------------ */
.particle {
  position: absolute; }

.pos_a {
  top: 180px;
  right: 6%; }

.pos_b {
  top: 280px;
  right: 18%; }

.pos_c {
  top: 590px;
  left: 16%; }

.pos_d {
  top: 280px;
  left: 56%; }

.pos_e {
  top: 205px;
  left: 12%; }

.pos_f {
  top: 100px;
  left: 40%; }

.pos_g {
  top: 440px;
  left: 38%; }

.pos_h {
  top: 240px;
  left: 38%; }

.pos_i {
  top: 940px;
  left: 28%; }

.pos_j {
  top: 540px;
  right: 13%; }

/* 
   Slick Slider
   ------------------- */




/* 
   Other Common Styles
   ------------------- */
.section-padding {
  padding: 30px 0px 30px; 0px; }

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

.loading-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e7e0da;
  background: rgba(231, 224, 218, 0.5);
  z-index: 2000; }

.loading-text {
  color: #6F71B9;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  margin: 20px 0 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%; }

.loading-bars {
  height: 0px;
  left: 50%;
  margin: -30px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 0px; }

.loading-bars .bar {
  background: #e7e0da;
  bottom: 0px;
  height: 0px;
  position: absolute;
  width: 0px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate; }

@-webkit-keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }

.bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 406ms;
  animation-duration: 443ms; }

.bar:nth-child(2) {
  left: 5px;
  -webkit-animation-duration: 434ms;
  animation-duration: 498ms; }

.bar:nth-child(3) {
  left: 9px;
  -webkit-animation-duration: 415ms;
  animation-duration: 418ms; }

.bar:nth-child(4) {
  left: 13px;
  -webkit-animation-duration: 498ms;
  animation-duration: 415ms; }

.bar:nth-child(5) {
  left: 17px;
  -webkit-animation-duration: 437ms;
  animation-duration: 413ms; }

.bar:nth-child(6) {
  left: 21px;
  -webkit-animation-duration: 448ms;
  animation-duration: 455ms; }

.bar:nth-child(7) {
  left: 25px;
  -webkit-animation-duration: 444ms;
  animation-duration: 438ms; }

.bar:nth-child(8) {
  left: 29px;
  -webkit-animation-duration: 493ms;
  animation-duration: 479ms; }

.bar:nth-child(9) {
  left: 33px;
  -webkit-animation-duration: 491ms;
  animation-duration: 420ms; }

.bar:nth-child(10) {
  left: 37px;
  -webkit-animation-duration: 471ms;
  animation-duration: 412ms; }

/*404*/
.page-not-found, .coming-soon, .countdown-page {
  background: url(../images/404.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF; }

.content404 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  padding: 15px; }

.coming-soon {
  background: url(../images/background-bg-07.jpg) no-repeat center center;
  background-size: cover; }

.countdown-page {
  background: url(../images/background-bg-04.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .countdown-page {
      display: block;
      overflow-y: auto; } }

@media (max-width: 767px) {
  .countdown-page .content404 {
    display: block; } }

/* ================================================
   Countdown Timer
   ================================================ */

  /* ==========================================================================
   3. NAV BAR
   ========================================================================== */
.navbar-brand {
  height: auto; }

.navbar-default {
  background: none;
  border: none;
  font-family: "minerva-modern", sans-serif;
  margin: 0;
  padding: 15px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navbar-default .navbar-nav {
    padding: 5px 0; }
    .navbar-default .navbar-nav li > a {
      color: #524d4b;
      font-size: 13px;
      padding-top: 21px;
      font-weight: 400; }
      .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
        color: #b9b2ac; }
      .navbar-default .navbar-nav li > a:active {
        color: #b9b2ac; }
    .navbar-default .navbar-nav .open > a,
    .navbar-default .navbar-nav .open > a:hover,
    .navbar-default .navbar-nav .open > a:focus {
      color: #b9b2ac;
      background-color: transparent;
      border: none; }

.menu-is-scrolling {
  background:  rgba(255, 255, 255, 0.7);
  padding: 5px 0;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);}

.navbar-default .navbar-nav {
  margin-right: 10px; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-toggle {
  padding: 0;
  margin-top: 0; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none; }

/* 
   Dropdown Menu
   ------------- */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.7);
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
}

.navbar-default .dropdown-menu > li > a {
  color: #524d4b;
  text-transform: uppercase;
  padding: 10px 20px; 
  text-align: center;
}
  .navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a:hover {
    background: none;
    color: #b9b2ac;
    text-align: center;}

/* 
   Dropdown Menu on Hover 
   ---------------------- */
/*only for screens greater than 992px  */
@media (min-width: 992px) {
  .navbar .navbar-nav > li.dropdown > ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    /* subtle fade effect */
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
	font-size: 9px;}
  .navbar .navbar-nav > li.dropdown:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
	text-align: center;
  
	  
} }

/* 
   Media Queries
   ------------- */
@media (min-width: 992px) {
  .menu-trigger {
    float: right;
    margin: 17px 15px; }
    .menu-trigger a {
      text-decoration: none; }
  .toggle-menu > * {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .toggle-menu > .animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.menu-trigger .flaticon-menu {
    color: #615d5a; }

.flaticon-menu:before {
  font-size: 21px;
  margin-left: 0; }

@media (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.00);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .menu-trigger .flaticon-menu {
    display: none; }
  .flaticon-menu {
    color: #4F4F4F; }
  .dropdown-menu li a {
    color: #524d4b; }
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    background: rgba(255, 255, 255, 0.60);
    overflow-y: auto !important;
    border: 0; }
  .navbar-default .navbar-toggle {
    margin-top: 18px; } }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #524d4b; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #b9b2ac;
	} }

/* ==========================================================================
   2. HEADER
   ========================================================================== */
.slider-bg {
  background: url(../images/Harp_Wedding_lg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
 

@media (max-width: 1200px) {
    .slider-bg {
	  background: url("../images/Harp_Wedding_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }

/* Landscape */ 
@media only screen and (min-width: 1366px) and (orientation: landscape) { .slider-bg {
	  background: url("../images/Harp_Wedding_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	 background-position: center top !important;
	}}

/*Portrait*/ 
@media only screen and (min-width: 1024px) and (orientation: portrait) { .slider-bg {
	  background: url("../images/Harp_Wedding_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; 
	 background-position: center top !important;}}


/* Landscape */ 
@media only screen and (min-device-width: 1112px) and (orientation: landscape) { .slider-bg {
	  background: url("../images/Harp_Wedding_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	 background-position: center top !important;} }

/*Portrait*/ 
@media only screen and (min-device-width: 834px) and (orientation: portrait) { .slider-bg {
	  background: url("../images/Harp_Wedding_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
		   background-position: center top !important;
	
	} }



@media (max-width: 992px) {
    .slider-bg {
	  background: url("../images/Harp_Wedding_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }


  @media (max-width: 767px) {
    .slider-bg {
	  background: url("../images/Harp_Wedding_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }



@media (max-width: 480px) {
    .slider-bg {
	  background: url("../images/Harp_Wedding_sm.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }


.slider-bg-alt {
  background: url(../images/Harp_Wedding_md.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .slider-bg-alt {
      background-attachment: scroll;
	  } }

.slider-wrap {
  padding: 150px 0;
  min-height: 750px;
  height: 100vh;
  overflow: hidden; }
  .slider-wrap .flex-control-nav li a {
    color: #000; }
  @media (max-width: 767px) {
    .slider-wrap {
      min-height: 400px; } }

.header-slider {
  display: none;
  margin-bottom: 0;
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  height: 400px; }
  @media (max-width: 767px) {
    .header-slider {
      top: 20%; } }





header {
  position: relative; }

header:after {
  content: "";
  width: 25px;
  height: 45px;
  border: 0px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto; }

header:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 0px;
  margin: 0px auto 0;
  display: block;
  width: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down; }

@-webkit-keyframes wheel-up-down {
  0% {
    bottom: 0px;
    opacity: 0; }
  0% {
    opacity: 1; }
  100% {
    bottom: 0px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    bottom: 0px;
    opacity: 0; }
  0% {
    opacity: 1; }
  100% {
    bottom: 0px;
    opacity: 0; } }

@media (max-width: 767px) {
  header:after,
  header:before {
    display: none; } }

.sidebar-nav {
  font-family: "Lato", sans-serif; }

.responsive-nev2 {
  position: relative;
  top: 25px;
  left: 20%; }

.hero-wrap {
  max-width: 1200;
  margin: 0 auto;
  padding: 50px 90px;
  color: #FFF;
  font-family: "minerva-modern", serif;
  line-height: 2;
  z-index: 10; }

.no-overflow {
  overflow-x: hidden;
  padding-top: 75px; }

.hero-block {
  border: solid 10px #FFF;
  border-top: none;
  text-align: center;
  position: relative; }

.hero-title:before,
.hero-title:after {
  content: "";
  position: absolute;
  height: 10px;
  background: #FFF;
  top: 55px;
  width: 600px; }

.hero-title:before {
  right: 100%;
  margin-right: 15px; }

.hero-title-fit:after {
  left: 100%; }

.hero-title:after {
  left: 100%;
  margin-left: 15px; }

.hero-block .attr {
  position: relative;
  top: -45px;
  font-size: 20px;
  display: block; }

.hero-title {
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -70px;
  display: inline;
  line-height: 1.5; }

.hero-text {
  font-weight: 200;
  font-size: 30px;
  margin: 0 0 60px;
  padding: 0;
  margin-top: -70px; }

.flex-control-nav {
  z-index: 11; }

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important; }

.flex-control-paging li a.flex-active {
  background: #fff !important; }

/* ==========================================================================
   4. Outdoor Events - Used About tag to copy format
   ========================================================================== */
.about {
  background-image: url();
  background-size: cover;
  background-position: center top;
  padding: 70px 0;
  position: relative;
  overflow: hidden; }

.band-wrap {
  display: inline-block; }
  .band-wrap .section-title {
    color: #6c6864;
    
    display: inline-block;
    padding: 45px 0 4px 0;
    font-weight: 500;
	letter-spacing:2px; }
  .band-wrap .section-subtitle {
 font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left;
	border-bottom: 0px solid #d2c8c3;
	border-top: 0px solid #d2c8c3;}
  .band-wrap .section-subtitle-thin {
   font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left;
    padding: 10px 0 0 0; }


.testimonial-quote blockquote_2 * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote_2 p {
   
    
	font-weight: 300;
    font-size: 23px;
	font-family: lato, sans-serif; 
	font-style: italic;
	letter-spacing: 1.65px;
    line-height: 1.5;
	text-align: left;
	color: #a4a4a4;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	
	
}










  


.testimonial-quote {
    position: relative; 
}

.testimonial-quote .quote-container {
    padding-left: 20px; 
}
  
.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px; 
}



.testimonial-quote blockquote_3 {
    /* Negate theme styles */
 
	
    font-weight: 300;
    font-size: 17px;
	font-family: minerva-modern, sans-serif; 
	font-style:italic;
	letter-spacing: 1.5px;
    line-height: 2;
	text-align: left;
	color: #a5a4a4;
	padding-top: 20px;
	
	
   
   
}

.testimonial-quote blockquote_3 * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote_3 p {
   
    
	font-weight: 400;
    font-size: 17px;
	font-family: minerva-modern, sans-serif; 
	font-style:italic;
	letter-spacing: 1.65px;
    line-height: 1.5;
	text-align: center;
	color: #7E7E7E;
	
	padding-right: 20px;
}

.testimonial-quote blockquote_3 p:first-child:before {
    content: '\201C';
    color: #C0C0C0;
    font-size: 13em;
    font-weight: 700;
    opacity: .2;
    position: absolute;
    top: -.7em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}






.testimonial-quote blockquote_3 p:first-child:after {
    content: '\201d';
    color: #C0C0C0;
    font-size: 13em;
    font-weight: 800;
    opacity: .2;
    position: absolute;
    bottom: .4em;
    right: .3em;    
    text-shadow: none;
    z-index: -300;
}


/* ==========================================================================
   5.Outdoor Events - Video
   ========================================================================== */
.outdoor events {
  background-image: url();
  background-size: cover;
  background-position: center;
  padding: 260px 0;
  position: relative;
  overflow: hidden; }


.letterbox_video{
	
	min-height: 100%;
	min-width: 100%;
	width:auto;
	height:auto;
	left:0px
	}
@media (max-width: 400px){
	
	video.letterbox_video {
		display:none;
	}
}

.band-wrap {
  display: inline-block; }
  .band-wrap .section-title {
    color: #6c6864;
	text-align: center;
    display: inline-block;
    padding: 45px 0 4px 0;
    font-weight: 200;
	letter-spacing:2px; }


   .section-subtitle {
    padding:30px 30px 30px 60px;
	
    font-weight: 300;
    font-size: 17px;
	font-family: minerva-modern, sans-serif; 
	font-style:italic;
	letter-spacing: 1.5px;
    line-height: 2;
	text-align: center;
	color: #a5a4a4;
}

   .section-subtitle-thin {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left; }

.section-subtitle-thin_number:first-letter {
 
	font-style: normal;
	font-size: 70px;
	font-weight:400;
	padding-right: 15px;
	font-family: tenez, sans-serif;
	float:left;
	line-height: .9;
	color: #6E6965;
	
	
}



/* ==========================================================================
   5. OUR TEAM
   ========================================================================== */
.team {
  background-image: url(../images/micro-wedding_harpist_lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .team {
      background-attachment: scroll; } }

 



.team-wrap {
 
  border: 1px solid white;

  padding: 0 30px; 
 
 background-color:rgba(255,251,247,0.80);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	
	
	
}

@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.team {
  background: url(../images/micro-wedding_harpist_lg.jpg);

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 320px) and (max-height: 480px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.team {
  background: url("../images/wedding_sm.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 320px) and (max-height: 568px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.team {
  background: url("../images/background-sm-01.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 375px) and (max-height: 667px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.team {
  background: url("../images/background-sm-01.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 414px) and (max-height: 736px)
    and (-webkit-min-device-pixel-ratio: 3) and (hover: none) {
		.team {
  background: url("../images/background-sm-01.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 375px) and (max-height: 812px)
    and (-webkit-min-device-pixel-ratio: 3) and (hover: none) {
		.team {
  background: url("../images/background-sm-01.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 768px) and (max-height: 1024px)
    and (-webkit-min-device-pixel-ratio: 1) and (hover: none) {
		.team {
  background: url(../images/micro-wedding_harpist_md.jpg);

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1) and (hover: none) {
		.team {
  background: url(../images/micro-wedding_harpist_md.jpg);

			

  background-attachment: scroll;

 
 
 }  }



		

.team {
  background: url(../images/micro-wedding_harpist_lg.jpg);


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;

  background-size: cover;
 
 }  
 


	  
	 .team {
				 
  background: url(../images/micro-wedding_harpist_lg.jpg); 


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;

  background-size: cover;
 
 }  
    /* Retina styles here */


@media (max-width: 992px) {
    .team {
	  background: url("../images/micro-wedding_harpist_lg.jpg");
		min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
 
 } }
 


@media (max-width: 767px) {
    .team {
	  background: url("../images/micro-wedding_harpist_md.jpg");
min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
 
 } }

@media (max-width: 480px) {
    .team {
	  background: url("../images/background-sm-01.jpg");

		min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
	 } }

@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.team {
  background: url(../images/micro-wedding_harpist_lg.jpg);

	 background-repeat: no-repeat;		

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 768px) and (max-height: 1024px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.team {
  background: url("../images/micro-wedding_harpist_lg.jpg");

			
 background-repeat: no-repeat;
  background-attachment: scroll;

 
 
 }  }






/* Landscape */ 
@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.team {
	  background: url("../images/micro-wedding_harpist_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	
	}}
	
	

/*Portrait*/ 
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.team {
	  background: url("../images/micro-wedding_harpist_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; 
	}}


/* Landscape */ 
@media only screen
and (min-device-width: 1112px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	
 .team {
	  background: url("../images/micro-wedding_harpist_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	 background-position: center top !important;}

}

/*Portrait*/ 

@media only screen
and (min-device-width: 834px)
and (max-device-width: 834px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .team {
	  background: url("../images/micro-wedding_harpist_lg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }



  @media (max-width: 767px) {
    .team {
	  background: url("../images/micro-wedding_harpist_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; 
	     background-position: center top !important;} }



@media (max-width: 480px) {
    .team {
	  background: url("../images/background-sm-01.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	   background-position: center top !important;} }




 



.team-wrap {
 
  border: 1px solid white;

  padding: 0 30px; 
 
 background-color:rgba(255,251,247,0.80);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	
	
	
}




@media (max-width: 480px) {
.team-wrap {
 
  border: 1px solid white;

  
 
 background-color:rgba(255,255,255,0.80);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	
}}


.team-wrap {
 
  
  border: 1px solid white;
  padding: 30px;

  margin-top: 150px;
  marigin-left: 30px;
  margin-right: 0px;
 margin-bottom: 0px;
 
 background-color:rgba(255,255,255,0.80);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	
}

.team-title {
   color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}
  .team-title span {
    position: relative; }

.team-slider {
  height: 450px; }

.team-slider a:focus {
  outline: 0; }

.team-title span::after {
  border-bottom: 0px solid #d2c8c3;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px; }

.team-subtitle {
  
  text-align: left;
  padding:65px 75px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2; }



.slide-img-title {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 73%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .slide-img-title span {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    display: block; }
  .slide-img-title .slide-img-subtitle {
    font-size: 20px;
    color: #cdcdcd; }

.team-slider img {
  padding: 0; }

.team-slider .slick-slide a {
  margin: 0 0px; }

.team-slider a {
  display: block;
  position: relative; }
  .team-slider a:after {
    content: "";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .team-slider a:hover:after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3); }
  .team-slider a:hover .slide-img-title {
    top: 43%; }

/* Team Popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 800px;
  margin: 20px auto; }

.team-popup-title {
  font-size: 38px;
  font-weight: bold; }

.team-popup-text {
  font-size: 14px;
  margin: 0px 0;
  line-height: 1.7;
  max-width: 480px; }

.social-icons.team-social {
  text-align: left;
  padding: 10px 0; }
  .social-icons.team-social ul {
    margin: 0; }
    .social-icons.team-social ul li {
      float: left;
      padding: 0 5px; }
  .social-icons.team-social .flaticon-sm-shape::before {
    padding: 12px; }

@media (max-width: 767px) {
  .team-modal-img {
    min-width: 100%; }
  .team-popup-desc {
    padding: 25px; }
  .mfp-close-btn-in .mfp-close {
    color: #fff; }
  .white-popup {
    margin: 30px 25px; } }

/* ==========================================================================
   6. FEATURED ALBUM
   ========================================================================== */
.admire {
  position: relative; }

.object-fit-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 40%; }
  .object-fit-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position:center; }
    .object-fit-container.compat-object-fit > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff; }
    .object-fit-container.compat-object-fit .compact-img {
      display: none; }
  .object-fit-container .compact-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.album-play-button {
  position: absolute;
  top: 40%;
  left: 44%; }

.album-play-button::before {
  font-size: 0px;
  color: #fff;
  margin: 0; }

.admire-block {
  padding: 70px 24px 70px 24px; }

.admire-title {

  color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px; }

.admire-subtitle {
  font-size: 20px;
  color: #eec4da;
  padding: 0; }

.star-review {
  padding: 0 4px;
  margin: 0;
  display: inline-block; }
  .star-review li {
    list-style: none;
    float: left;
    padding: 0 5px 0 0;
    color: #f8cd28; }
  .star-review li:last-child {
    color: #ddd; }

.flaticon-favorite::before {
  margin: 0; }

.admire-subtitle02 {
  padding: 30px 20px 30px 20px; }

.img-wrap-right {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40%; }
  .img-wrap-right.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center; }
    .img-wrap-right.compat-object-fit > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff; }
    .img-wrap-right.compat-object-fit .compact-img {
      display: none; }
  .img-wrap-right .compact-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.album-play-button-right {
  position: absolute;
  top: 43%;
  right: 43%; }

.admire-title-clr {
font-family: "minerva-modern", sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
font-size: 55px;
color: #504b49; }

.admire-subtitle-clr {
 font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left; }


/*Contact*/
.contact_banner {
  background: url("../images/background-bg-06.jpg") no-repeat center;
  background-size: auto;
	}



/*Gallery*/
.album_single {
  background: url("../images/background-bg-04.jpg") no-repeat center;
  background-size: cover; }

.album_playlist_single {
  padding: 10px 0;
  border-bottom: 1px solid #efefef; }
  .album_playlist_single:last-child {
    border-bottom: 0; }
  .album_playlist_single .audio-play-btn {
    display: inline-block;
    margin: 0 20px; }
  .album_playlist_single .playlist_actions {
    float: right;
    display: inline-block;
    margin: 17px 0; }

.album_playlist_title {
  display: inline-block; }
  .album_playlist_title p {
    line-height: 1; }
  .album_playlist_title span {
    margin-top: 7px;
    display: block; }

.playlist_btn {
  font-size: 20px;
  padding: 10px 8px;
  color: #CCC; }

/* ==========================================================================
   7. TESTIMONIAL
   ========================================================================== */
.testimonial {
  background: url(../images/background-bg-03.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .testimonial {
      background-attachment: scroll; } }

.testimonial-header {
  color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}


.testimonial-title {
  color: #a4a4a4;
  font-size: 26px !important;
  text-align: center;
  display: block;
  padding: 10px 20px 10px 40px;
  font-weight: 300;
  border: none;
  font-style: normal;
  font-family: "Lato", serif;
  line-height: 1.4; }

.testimonial-credentials{
  color: #343434;
  font-size: 16px !important;
  text-align: center;
  display: block;
  padding-bottom: 30px;
  font-weight: 400;
  border: none;
  font-style: normal;
  font-family: "Minerva-modern", serif;
  line-height: 1.6; }

.flaticon-quote::before {
  text-align: center;
  font-size: 90px;
  display: block;
  color: rgba(0, 72, 255, 0.59); }
  @media (max-width: 767px) {
    .flaticon-quote::before {
      font-size: 60px; } }

.testimonial-space {
  padding: 30px 0; }

.testimonial-slider {
  height: 280px; }
  @media (max-width: 767px) {
    .testimonial-slider {
      height: auto; } }

.testimonial-slider .slick-dots li button:before {
  color: rgba(222, 222, 222, 0.50) !important;
  opacity: 1;
  padding-bottom: 70px}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #d1d1d1 !important; }

.testimonial-slider .slick-prev {
  display: none !important;
  left: 0;
  width: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.testimonial-slider .slick-next {
  display: none !important;
  right: 0;
  width: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/* ==========================================================================
   8. EVENT
   ========================================================================== */
.event {
  background: url(../images/background-bg-04.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .event {
      background-attachment: scroll; } }

/* Sub Page Header */
.event_header {
  background: url(../images/background-bg-04.jpg) no-repeat center center;
  background-size: cover; }

.event-title {
  color: #ffce80;
  text-align: center;
  font-weight: 700; }
  .event-title span {
    position: relative; }

.event-title span::after {
  border-bottom: 10px solid #ffce80;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.event-subtitle {
  color: #fff;
  text-align: center;
  padding: 65px 122px;
  font-size: 31px;
  line-height: 1.6;
  font-weight: 700; }

.event-date {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 23px 0;
  font-family: "Montserrat", sans-serif; }
  .light .event-date {
    color: #802bb1; }

.event-caption {
  color: #ffce80;
  font-size: 30px;
  font-weight: 700;
  font-family: "Playfair Display", serif; }
  .light .event-caption {
    color: #333; }

.event-subcaption {
  color: #908e96;
  font-size: 18px; }

.event-country {
  color: #fff;
  text-align: right;
  font-size: 22px;
  display: block; }
  .light .event-country {
    color: #f037a5; }

.event-city {
  color: #908e96;
  font-size: 16px;
  text-align: right; }

.event-block {
  border-top: 2px solid rgba(89, 86, 100, 0.55);
  padding: 33px 0; }
  .light .event-block {
    border-top: 2px solid rgba(232, 232, 232, 0.4); }

.event-block:first-child {
  border: none; }

.light .btn-disabled {
  background-color: #e8e8e8; }

/* ==========================================================================
   9 ALBUM LISTS
   ========================================================================== */
.album {
  background: #ececec;
  position: relative;
  overflow: hidden; }

.album-title {
  color: #434248;
  text-align: center;
  font-weight: 700; }
  .album-title span {
    position: relative; }

.album-title span::after {
  border-bottom: 10px solid #bababb;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.album-wrap {
  padding: 0 30px; }
  .album-wrap .slick-prev:before,
  .album-wrap .slick-next:before {
    font-family: 'slick';
    font-size: 31px;
    line-height: 1;
    opacity: .75;
    color: #434248;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.album-subtitle {
  color: #434248;
  text-align: center;
  padding: 65px 122px;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.6; }

.album-slide {
  text-decoration: none !important;
  outline: none !important; }

.album-block {
  background: #fff;
  padding: 15px 20px 10px;
  font-size: 25px; }
  .album-block .album-block-title {
    color: #000;
    font-size: 25px;
    font-weight: 600; }
  .album-block .album-block-subtitle {
    font-size: 16px;
    color: #c2c4cb; }
  .album-block .album-moreinfo {
    list-style: none;
    color: #e5e5e5;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .album-block .album-moreinfo li {
      float: left;
      margin: 0 0 0 2px;
      font-size: 10px; }
  .album-block .album-comments {
    list-style: none;
    padding: 0 10px 0 0;
    float: right; }
    .album-block .album-comments li {
      float: left;
      color: #e5e5e5;
      font-weight: 100; }

.flaticon-three::before {
  margin: 0;
  font-size: 30px; }

.flaticon-sign:before {
  font-weight: 600; }

.flaticon-shapes:before {
  font-size: 26px; }

/*Apple 3D Hover Effect*/
.atvImg {
  width: 100%;
  height: 375px; }

@media (max-width: 992px) {
  .album-block {
    margin-bottom: 50px; } }

/* ==========================================================================
   10. MEDIA
   ========================================================================== */
.our-media {
  background: url(../images/background-bg-05.jpg)  repeat-y;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .our-media {
		background: url("../images/background-bg-05.jpg")  repeat-y;
  background-size: cover;
  background-attachment: fixed; 
      background-attachment: scroll; } }

@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.our-media {
  background: url(../images/background-bg-05.jpg);

			

  background-attachment: scroll;

 
 
 }  }


@media only screen and (min-width: 1024px) and (max-height: 1024px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.our-media {
  background: url("../images/background-bg-05.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 1366px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.our-media {
  background: url("../images/background-bg-05.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 320px) and (max-height: 480px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.our-media {
  background: url("../images/background-sm-05.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 320px) and (max-height: 568px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.our-media {
  background: url("../images/background-sm-05.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 375px) and (max-height: 667px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.our-media {
  background: url("../images/background-sm-05.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 414px) and (max-height: 736px)
    and (-webkit-min-device-pixel-ratio: 3) and (hover: none) {
		.our-media {
  background: url("../images/background-sm-05.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 375px) and (max-height: 812px)
    and (-webkit-min-device-pixel-ratio: 3) and (hover: none) {
		.our-media {
  background: url(../images/background-sm-05.jpg);

			

  background-attachment: scroll;

 
 
 }  }


		

 @media (max-width: 480px) {
    .our-media {
		background: url("../images/background-sm-05.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; 
      background-attachment: scroll; } }

@media (max-width: 480px) {
    .our-media {
	  background: url("../images/background-sm-05.jpg");

		min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
	 } }





.media-title {
  
  color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}

  .media-title span {
    position: relative; }

.media-title span::after {
  border-bottom: 0px solid #6c6864;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.media-subtitle {
 font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1px;
  color:#3a3635;
  text-align: left;
  line-height: 2;
   }

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

.tab-position {
  text-align: center;
  display: inline-block; }

.nav-tabs {
  border: none;
  font-family: "Lato", sans-serif; }
.tabset-left {
  background-color:rgba(194,193,192,0.50);
  border-radius: 6px 0px 0px 6px;
 padding: 0 50px;
  color: #fff;
  font-weight: 300;
 letter-spacing: 3px;
  font-size: 16px; }

 .light .tabset-left {
    background-color:rgba(98, 96, 90, .5); }
.tabset-left a:hover {
	color: rgba(98,96,90,.60); }

.nav-tabs > .active {
  background:#4b4846;
  color: #fff; }
  .light .nav-tabs > .active {
    background: #524f4d; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff; }

.tabset-right {
  background-color:rgba(194,193,192,0.50); 
  border-radius: 0 6px 6px 0;
  padding: 0 50px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 3px;}

  .tabset-right a {
    color: #fff;
    border: none; }
.tabset-right a:hover {
	color: rgba(98,96,90,.60); }

  .light .tabset-right {
    background: #524f4d; }

.nav-tabs > li > a {
  border: none; }

.nav-tabs > li > a:hover {
  background: none;
  border: none; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background: none; }

.audio-tab {
  padding: 0px 0; }

.audio-wrap {
  padding: 2px 0px;
  border-bottom: 1px solid rgba(214, 204, 202, 0.35);
  display: inline-block;
  width: 100%; }
  .light .audio-wrap {
    border-bottom: 1px solid rgba(219, 219, 219, 0.4); }

.audio-wrap_2 {
    border-bottom: 0px solid rgba(219, 219, 219, 0.4); }




.audio-play-btn {
  font-weight: 100;
  text-align: left; }
  .audio-play-btn a {
    color: #524f4d;
    text-decoration: none; }

@media screen and (max-width: 992px)
	.audio-play-btn {
  font-weight: 100;
  text-align: left;
  	}
  .audio-play-btn a {
    color: #524f4d;
    text-decoration: none; }


.audio-title {
font-family: "minerva-modern", sans-serif;
	font-size: 25px;
  color: #524f4d;
	font-weight: 400;
	letter-spacing: 1px; 
    text-align: left;
	padding-left: 10px;
	}



  .audio-title p {
font-family: "Lato", sans-serif;
	  color: #524f4d;
    font-size: 15px;
	  letter-spacing: 1px; 
    font-weight: 300;}

  .light .audio-title {
    color: #333;
    font-weight: 100; }

.audio-buy .btn-defualt {
  background: #fff;
  color: #433f52;
  border-radius: 30px;
  font-weight: 100;
  padding: 10px 15px;
  font-size: 15px;
  margin: 5px 0 0 0;
  font-family: "Lato", sans-serif; }

.audio-buy :hover {
  background: #E3E3E3;
  color: #433f52; }

.sound-cloud iframe {
  width: 100%;
  margin: 78px 0 0 0;
  height: 166px;
  border: none; }

.video-wrap {
  display: inline-block;
  margin: 65px 0 15px; }

.video-img-block img {
  position: relative;
  margin-bottom: 30px; }

.video-img-block a {
  outline: none; }

.video-play-btn {
  position: absolute;
  top: 35%;
  left: 43%; }
  .video-play-btn a {
    color: #a89fb1;
	}

.video-play-btn .flaticon-play:before {
  color: #FFF; }

.audio-play-btn.is_playing .flaticon-md::before {
  color: #bbb4ae; }
/* ==========================================================================
   11. MUSIC SELECTION
   ========================================================================== */
/* ==========================================================================
   12. DROPCAP
   ========================================================================== */

.resources { letter-spacing: 2px;
}
.FAQ { letter-spacing: 2px;
}

.section-subtitle-thin:first-letter {
 
	font-style: normal;
	font-size: 80px;
	font-weight:400;
	padding-right: 10px;
	font-family: tenez, sans-serif;
	float:left;
	line-height: .8;
	color:#625E5A;
	


	
}




/* ==========================================================================
   13. PHOTOS
   ========================================================================== */
html{
	box-sizing: border-box
}
*, *:before, *:after {
	box-sizing: inherit;
}

img{
	max-width: 300%;
	height:auto;

}

.tg_horizontal_gallery_cell_img flickity-lazyloaded{
	width:25%;
	padding:1rem;
	
}


@media (max-width:992px){
	.tg_horizontal_gallery_cell_img flickity-lazyloaded{
		width:33.33%
	}
}

@media (max-width:767px){
	.tg_horizontal_gallery_cell_img flickity-lazyloaded{
		width:50%
	}
}



@media (max-width:480px){
	.tg_horizontal_gallery_cell_img flickity-lazyloaded{
		width:200%
	}
}



.photos {
  background: #ececec;
  position: relative;
  overflow: hidden; }

.photos-title {
  color: #222e4b;
  text-align: center;
  font-weight: 700; }
  .photos-title span {
    position: relative; }

.photos-title span::after {
  border-bottom: 10px solid #afb3bb;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.rotation-wrap {
  padding: 0 0 0 41px; }

.photos-wrap {
  padding: 120px 0 0 0;
  display: inline-block; }
  .photos-wrap ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0; }
  .photos-wrap li {
    float: left;
    list-style: none;
    margin: 0 107px 0 0px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-45deg);
    overflow: hidden;
    width: 184px;
    height: 184px; }
  .photos-wrap img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    min-width: 151%;
    position: relative;
    left: -42px;
    top: -42px; }

.photos-wrap li:last-child {
  margin-right: 0; }

.img-rotation {
  list-style: none;
  margin-bottom: 70px; }
  .img-rotation li {
    margin-top: -40px !important;
    float: left;
    list-style: none;
    margin-righ: 0 123px 0 0px;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    overflow: hidden;
    width: 184px;
    height: 184px; }
  .img-rotation img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    min-width: 151%;
    position: relative;
    left: -42px;
    top: -42px; }

.img-rotation li:first-child {
  margin: -20px 110px 0 104px; }

.img-rotation li:last-child {
  margin: -20px 0px 0 105px; }

/* ==========================================================================
   14. FAN PAGE
   ========================================================================== */
.our-clients {
  background: url(../images/background-bg-06.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .our-clients {
      background-attachment: scroll; } }

.fan-page-title {
  color: #fff;
  text-align: center;
  font-weight: 700; }
  .fan-page-title span {
    position: relative; }

.fan-slider-wrap {
  position: relative;
  margin: 80px 0; }

.slider .tabs {
  height: 380px; }

.fan-page-title span::after {
  border-bottom: 10px solid #bbb1d7;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.fan-slide {
  font-family: "Playfair Display", serif; }
  .fan-slide .fan-title {
    text-align: center;
    font-size: 52px;
    color: #fff;
    border: none;
    padding: 0 46px; }
  .fan-slide span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 21px 0; }

.twitter-feed-wrap {
  display: block; }

.twitter-feed {
  margin: 0;
  padding: 0;
  width: 100% !important; }

.twitter-listing {
  float: left;
  list-style: none;
  width: 33%;
  padding: 0 13px; }

.embed-tweet-item {
  width: 100%; }
  .embed-tweet-item blockquote {
    width: 100%;
    min-height: 200px;
    background: url("../images/twitter-placeholder.png") no-repeat center top;
    background-size: contain;
    border: none; }

.flex-direction-nav {
  display: none; }

.twitter-feed .slick-dots {
  bottom: 0; }

/* ==========================================================================
   15. CONTACT
   ========================================================================== */
.contact {
  position: relative;
  overflow: hidden;
background-color: #f6f6f6;}

.form {
  position: relative;
  overflow: hidden;
background-color: #fcfcfc;}



.contact-title {
  color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}
  .contact-title span {
    position: relative; }


.contact-title span::after {
  border-bottom: 0px solid #bcc8f0;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.contact-subtitle {
  color: #434248;
  text-align: center;
  padding: 65px 159px;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.6; }

.contact-form {
  width: 58%;
  margin: 0 auto; }

.form-control:focus {
  border-color: #4e75f8;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-width {
  width: 50%;
  float: left;
  border-radius: 0;
  padding: 13px 22px;
  border: 3px solid #577cf7;
  color: #4e75f8;
  font-size: 20px;
  height: auto; }

.form-primary {
  border-right: 0px !important; }

.form-width::-webkit-input-placeholder {
  color: #4e75f8; }

.form-width:-ms-input-placeholder {
  color: #4e75f8; }

.form-control::-moz-placeholder {
  color: #4e75f8;
  opacity: 1; }

textarea.form-comments {
  width: 100%;
  border-radius: 0;
  padding: 26px 22px;
  border-left: 3px solid #577cf7;
  border-right: 3px solid #577cf7;
  border-bottom: 3px solid #577cf7;
  border-top: 0;
  color: #4e75f8;
  height: 228px;
  font-size: 20px; }

.form-comments::-webkit-input-placeholder {
  color: #4e75f8; }

.form-comments:-ms-input-placeholder {
  color: #4e75f8; }

.form-comments::-moz-placeholder {
  color: #4e75f8; }

.form-control.has-error,
.form-control.has-error::-webkit-input-placeholder {
  color: #F00; }

.form-control.has-error:-ms-input-placeholder {
  color: #F00; }

.form-control.has-error::-moz-placeholder {
  color: #F00; }

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

.google_map {
  width: 100%;
  height: 500px; }



/* ==========================================================================
  16 .MusicForm 
   ========================================================================== */
.MusicForm {
  position: relative;
  overflow: hidden;
background-color: #f6f6f6;}

.MusicForm-title {
  color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}
 .MusicForm -title span {
    position: relative; }

.MusicForm -title span::after {
  border-bottom: 0px solid #bcc8f0;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.MusicForm-subtitle {
  color: #434248;
  text-align: center;
  padding: 65px 159px;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.6; }

.MusicForm-form {
  width: 58%;
  margin: 0 auto; }

.form-control:focus {
  border-color: #4e75f8;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-width {
  width: 50%;
  float: left;
  border-radius: 0;
  padding: 13px 22px;
  border: 3px solid #577cf7;
  color: #4e75f8;
  font-size: 20px;
  height: auto; }

.form-primary {
  border-right: 0px !important; }

.form-width::-webkit-input-placeholder {
  color: #4e75f8; }

.form-width:-ms-input-placeholder {
  color: #4e75f8; }

.form-control::-moz-placeholder {
  color: #4e75f8;
  opacity: 1; }

textarea.form-comments {
  width: 100%;
  border-radius: 0;
  padding: 26px 22px;
  border-left: 3px solid #577cf7;
  border-right: 3px solid #577cf7;
  border-bottom: 3px solid #577cf7;
  border-top: 0;
  color: #4e75f8;
  height: 228px;
  font-size: 20px; }

.form-comments::-webkit-input-placeholder {
  color: #4e75f8; }

.form-comments:-ms-input-placeholder {
  color: #4e75f8; }

.form-comments::-moz-placeholder {
  color: #4e75f8; }

.form-control.has-error,
.form-control.has-error::-webkit-input-placeholder {
  color: #F00; }

.form-control.has-error:-ms-input-placeholder {
  color: #F00; }

.form-control.has-error::-moz-placeholder {
  color: #F00; }

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

.google_map {
  width: 100%;
  height: 500px; }



/* ==========================================================================
   16. FOOTER
   ========================================================================== */
footer {
  background-color: #fff, no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.footer-copyright {
	
	text-align: center;
	font-size: 7px;
	line-height: 1.25;
	
}

.subscribe-title {
  color: #fff;
  text-align: center;
  font-weight: 700; }
  .subscribe-title span {
    position: relative; }

.subscribe-title span::after {
  border-bottom: 10px solid #d09db0;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -13px; }

.subscribe-email {
  padding: 74px 0 0; }

.form-subscribe {
  background: none;
  width: 50%;
  float: left;
  border-radius: 0;
  padding: 13px 22px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  height: auto; }

.form-subscribe::-webkit-input-placeholder {
  color: #fff; }

.form-subscribe:-ms-input-placeholder {
  color: #fff; }

.form-subscribe::-moz-placeholder {
  color: #fff; }

.subscribe-block .form-control.has-error,
.subscribe-block .form-control.has-error::-webkit-input-placeholder {
  color: #000; }

.subscribe-block .form-control.has-error:-ms-input-placeholder {
  color: #000; }

.subscribe-block .form-control.has-error::-moz-placeholder {
  color: #000; }

.form-subscribe:hover {
  color: #fff; }

.form-subscribe:active {
  color: #fff; }

.form-subscribe:active:hover {
  color: #fff; }

.form-subscribe:focus {
  color: #fff;
  border-color: #fff; }

.subscribe-block {
  display: block; }

.shape-line img {
  margin: 0 auto;
  padding: 28px 0;
  display: block; }

.social-icons {
  text-align: center;
  padding: 30px 0; }
  .social-icons ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block; }
    .social-icons ul li {
      float: left;
      padding: 0 8px; }
    .social-icons ul a {
      text-decoration: none; }

/* Social media icons*/
.socials.footer-socials a {
  margin: 0 2px; }
  .socials.footer-socials a:hover i {
    color: #fff;
    background-color: #e5e5e5; }

.socials.footer-socials i {
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #4b4846;
  color: #dbdbdb;
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* End Social media icons*/
.address {
  color: #4b4846;
  text-align: center; }
  .address h6 {
    font-size: 16px;
    line-height: 2.25;
    maring-bottom: 2px;}
  .address span,
  .address h6,
  .address p {
    font-size: 16px;
	
    display: block; }

/*Call to Action*/
.cta-title {
  color: #494949;
  font-size: 50px !important;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 820px;
  margin: 0 auto; }

.call-to-action {
  padding: 65px 0 80px;
  background: #f8f8f8; }

/* ==========================================================================
   17. Ensembles
   ========================================================================== */

.ensembles {
  background-image: url("../images/Harp_Ensemble_bg.jpg")no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.ensembles {
  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .ensembles {
      background-attachment: scroll; } }

 

.ensembles {
  background: url(../images/Harp_Ensemble_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
 

@media (max-width: 1200px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }

/* Landscape */ 
@media only screen and (min-width: 1366px) and (orientation: landscape) { .ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	 background-position: center top !important;
	}}

/*Portrait*/ 
@media only screen and (min-width: 1024px) and (orientation: portrait) { .ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; 
	 background-position: center top !important;}}


/* Landscape */ 
@media only screen and (min-device-width: 1112px) and (orientation: landscape) { .ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	 background-position: center top !important;} }

/*Portrait*/ 
@media only screen and (min-device-width: 834px) and (orientation: portrait) { .ensembles {
	  background: url("../images/Harp_Ensemble_sm.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
		   background-position: center top !important;
	
	} }



@media (max-width: 992px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }


  @media (max-width: 767px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }



@media (max-width: 480px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_sm.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }


.ensembles {
  background: url(../images/Harp_Ensemble_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .ensembles {
      background-attachment: scroll;
	  } }

		

 

@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_bg.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 320px) and (max-height: 480px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_sm.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 320px) and (max-height: 568px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_sm.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 375px) and (max-height: 667px)
    and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_sm.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 414px) and (max-height: 736px)
    and (-webkit-min-device-pixel-ratio: 3) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_sm.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 375px) and (max-height: 812px)
    and (-webkit-min-device-pixel-ratio: 3) and (hover: none) {
		.ensembles{
  background: url("../images/Harp_Ensemble_sm.jpg");

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 768px) and (max-height: 1024px)
    and (-webkit-min-device-pixel-ratio: 1) and (hover: none) {
		.ensembles {
  background: url(../images/Harp_Ensemble_bg.jpg);

			

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1) and (hover: none) {
		.ensembles {
  background: url(../images/Harp_Ensemble_bg.jpg);

			

  background-attachment: scroll;

 
 
 }  }



		

.ensembles {
  background: url(../images/Harp_Ensemble_bg.jpg);


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;

  background-size: cover;
 
 }  
 


	  
	 .ensembles {
				 
  background: url(../images/Harp_Ensemble_bg.jpg); 


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;

  background-size: cover;
 
 }  
    /* Retina styles here */


@media (max-width: 992px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_md.jpg");
		min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
 
 } }
 


@media (max-width: 767px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_md.jpg");
min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
 
 } }

@media (max-width: 480px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_sm.jpg");

		min-height: 1000px;


  background-attachment: fixed;

  background-position: center;

 
  background-repeat: no-repeat;


  background-size: cover;
	 } }

@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_bg.jpg");
background-size: cover;
	 background-repeat: no-repeat;		

  background-attachment: scroll;

 
 
 }  }

@media only screen and (min-width: 768px) and (max-height: 1024px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
		.ensembles {
  background: url("../images/Harp_Ensemble_md.jpg");

background-size: cover;		
 background-repeat: no-repeat;
  background-attachment: scroll;

 
 
 }  }






/* Landscape */ 
@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.ensembles {
	  background: url("../images/Harp_Ensemble_bg.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	
	}}
	
	

/*Portrait*/ 
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.ensembles {
	  background: url("../images/Harp_Ensemble_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; 
	}}


/* Landscape */ 
@media only screen
and (min-device-width: 1112px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	
 .ensembles {
	  background: url("../images/Harp_Ensemble_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	 background-position: center top !important;}

}

/*Portrait*/ 

@media only screen
and (min-device-width: 834px)
and (max-device-width: 834px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; } }



  @media (max-width: 767px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_md.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll; 
	     background-position: center top !important;} }



@media (max-width: 480px) {
    .ensembles {
	  background: url("../images/Harp_Ensemble_sm.jpg") no-repeat;
  background-size: cover;
      background-attachment: scroll;
	   background-position: center top !important;} }









.ensembles-title {
  color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}
  .ensembles-title span {
    position: relative; }

.ensembles-slider {
  height: 450px; }

.ensembles-slider a:focus {
  outline: 0; }

.ensembles-title span::after {
  border-bottom: 0px solid #d2c8c3;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px; }

.ensembles-block {
	
}

.ensembles-subtitle {
  
  text-align: left;
  padding:0px 15px 40px 15px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
	}

.maxwidth600 {
	
max-width: 1000px;
padding: 15px;


	
}

.ensembles_video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.ensembles_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
}

.ensembles-wrap {
 
  
  border: 1px solid white;
  padding: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  marigin-left: 1px;
  margin-right: 1px;
 margin-bottom: 30px;
 
 background-color:rgba(246,246,246,0.80);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	
}
.subwrap_ensembles {
  padding: 10px 0 20px 0;
  width: 75%;
  text-align: center;
  margin: auto;

}


  .subpage-wrap .subpage-title {
     color: #6c6864;
  text-align: center;
  font-weight: 100;
  letter-spacing:2px;
  padding: 2%;
  padding-bottom: 20px;}





@media (max-width: 767px)


  .subpage-wrap .subpage-subtitle {
    font-size: 21px;
    font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #fff;
    display: block;
    margin-top: 30px; }

/* FEATURED_BLOG */
.blog-featured {
  background: #ececec; }
  .blog-featured .blog-title-wrap {
    font-size: 62px;
    font-weight: 700;
    margin: -85px 50px 70px 0;
	background-color:rgba(255,255,255,0.80);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	
	padding: 30px;

}
    .blog-featured .blog-title-wrap .blog-content {
      color: #e23c8a;
      background: #fff;
      padding: 0;
      display: inline;
      -webkit-box-shadow: 0px 4px 0 15px #FFF;
      box-shadow: 0px 4px 0 15px #FFF;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog-featured .blog-title-wrap .blog-content.blog-green {
        color: #3a3836; }
      .blog-featured .blog-title-wrap .blog-content.blog-blue {
        color: #3a3836; }
      .blog-featured .blog-title-wrap .blog-content:hover {
        color: #000;
        text-decoration: none; }
    .blog-featured .blog-title-wrap span {
      color: #3a3836;
      background: #fff;
      display: inline-block; }
  .blog-featured .blog-title-wrap p {
      color: #3a3836;
      background: #fff;
      margin: 25px 30px 0px 60px;
      display: inline-block; }

    .blog-featured .blog-title-wrap .blog-date {
      color: #969696;
      font-size: 14px;
      margin: 30px 0 0 0;
      font-family: "Montserrat", sans-serif; }
    .blog-featured .blog-title-wrap .blog-music {
      color: #000;
      font-size: 19px;
      line-height: 1.2; }

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

.pagination > li > a,
.pagination > li > span {
  margin: 0 0 0 22px;
  padding: 13px 30px;
  -moz-box-shadow: -12px -12px #dfdfdf;
  -webkit-box-shadow: -12px -12px #dfdfdf;
  box-shadow: -12px -12px #dfdfdf;
  color: #000;
  font-size: 38px; }

.pagination-arrow {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background: #3a3836; }

@media (max-width: 1200px) {
  .blog-title-wrap {
    font-size: 48px !important; } }

@media (max-width: 992px) {
  .blog-title-wrap {
    margin: 0px 0 30px 0 !important; }
    .blog-title-wrap .blog-content {
      width: 100%; }
    .blog-title-wrap span {
      width: 100%; } }

@media (max-width: 768px) {
  .blog-title-wrap {
    font-size: 36px !important; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 9px 20px;
    font-size: 24px; } }

@media (max-width: 480px) {
  .blog-title-wrap {
    font-size: 25px !important; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 2px 10px;
    font-size: 24px;
    -webkit-box-shadow: -6px -6px #dfdfdf;
    box-shadow: -6px -6px #dfdfdf;
    margin: 0 0 0 12px; } }



 




/* 
   Resources
   ---------- */
.resources-single {
  background: url("../images/background-bg-07.jpg");
  background-size: cover; }

/* 
   BLOG SINGLE
   ---------- */
.blog-single {
  background: url("../images/blog-single.jpg");
  background-size: cover; }

.blog-single_1 {
  background: url("../images/wedding_guide_1.jpg");
  background-size: cover; }

.blog-single_2 {
  background: url("../images/wedding_with_harp.jpg");
  background-size: cover; }

.blog-single_3 {
  background: url("../images/guidelines_3.jpg");
  background-size: cover; }
.blog-single_4 {
  background: url("../images/wedding_bouquet.jpg");
  background-size: cover; }

/* 
  Guideline Tips
   ---------- */
blockquote {
    margin: 30px 130px 30px 130px;
	padding: 10px 30px 10px 30px;
	border-left: 4px solid rgba(187,187,187,0.30);
	line-height: 1.6;
	position: relative;
	border-radius: 4px;
}
blockquote:before {
  display: none;
}

.blog-single-block {
  width: 100%;
  padding: 251px 0 238px 0; }
  @media (max-width: 767px) {
    .blog-single-block {
      padding: 100px 0 150px 0; } }
  .blog-single-block span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 14px 0 0 0;
    font-family: "Montserrat", sans-serif; }
  .blog-single-block p {
    color: #fff; }

.blog-single-wrap {
  background: #ececec; }
  .blog-single-wrap .blog-description {
    background: #fff;
    padding: 56px 62px;
    margin: -105px 0 0 0; }
    .blog-single-wrap .blog-description .blog-single-topic {
      font-size: 25px;
      font-weight: 700;
      margin: 0; }
    .blog-single-wrap .blog-description p {
      font-size: 16px;
      margin: 0px 80px 0px 90px;}

.single-share-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 135px; }
  .single-share-btn li {
    list-style: none;
    display: inline-block; }
  .single-share-btn .share-btn {
    float: left;
    list-style: none;
    background: #d1ccc8;
    color: #fff;
    padding: 11px 25px 11px 0;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    margin: 0 32px 0 0;
    border-radius: 0px;
    list-style: none;
    text-decoration: none;
    color: #fff; }
    .single-share-btn .share-btn:hover {
      text-decoration: none;
      opacity: 0.85; }
    .single-share-btn .share-btn i {
      margin-right: 5px; }
  .single-share-btn .share-twitter {
    background: #0caaeb; }
    .single-share-btn .share-twitter a {
      list-style: none;
      text-decoration: none;
      color: #fff; }

.share-fb::before {
  margin-left: 0; }

.comment-title {
  text-align: center;
  display: block;
  padding: 60px 0;
  font-size: 39px;
  font-weight: 700; }

.comments {
  list-style: none;
  padding: 0; }
  .comments li ul {
    padding-left: 85px; }
  .comments .comment-wrap img {
    display: inline-block;
    margin: 0; }
  .comments .comment-wrap .comment-comment {
    background: #fff;
    width: 91%;
    display: inline-block;
    float: right;
    padding: 21px 18px 21px 98px;
    margin: -120px 0 0 0; }
    .comments .comment-wrap .comment-comment p {
      font-size: 18px; }
    .comments .comment-wrap .comment-comment span {
      font-size: 18px;
      font-weight: 700; }
    .comments .comment-wrap .comment-comment .comment-reply {
      float: right;
      display: inline-block; }
      .comments .comment-wrap .comment-comment .comment-reply a {
        color: #e85656; }

.comment-wrap-single {
  margin: 30px 0 100px 0;
  display: block; }
  .comment-wrap-single .reply {
    margin: -68px 0 0 0 !important;
    padding: 21px 18px 21px 36px !important; }

.blog-single-contact {
  margin-bottom: 130px; }

.form-comment {
  width: 100%;
  border-top: none; }

.form-single-text {
  height: 200px; }

.form-single::-webkit-input-placeholder {
  color: #d1ccc8; }

.form-single,
textarea.form-single {
  border-color: #d1ccc8;
  color: #d1ccc8;
  outline: none;
  background: none; }

.form-single:focus {
  border-color: #d1ccc8; }

.btn-single:focus {
  background: #d1ccc8; }

.btn-single {
  background: #d1ccc8; }

.btn-single:hover {
  background: #F87474; }

.btn-single:active {
  background: #F87474; }

.btn-single:active:hover {
  background: #F87474; }

@media (max-width: 1200px) {
  .single-share-btn {
    margin: 0 0 0 50px; }
  .comment-wrap-single .reply {
    padding: 21px 18px 21px 64px; }
  .comment-comment {
    padding: 21px 18px 21px 128px; } }

@media (max-width: 992px) {
  .single-share-btn {
    margin: 0 0 0 17px; } }

@media (max-width: 768px) {
  .comment-wrap-single .reply {
    padding: 21px 18px 21px 74px; } }

@media (max-width: 768px) {
h9 {
  font-size: 30px;
  font-family: "minerva-modern", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: left;
  padding-top: 1%;
  margin: 0px 0px 0px 20px;
 
} }

@media (max-width: 768px) {
 h10 {
     font-size: 16px;
  font-family: "lato", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #565656;
  text-align: left;
  padding-top: 1%;
	
	} }




@media (max-width: 768px) {
blockquote {
    margin: 30px 20px 30px 50px;
	padding: 10px 40px 10px 30px;
	border-left: 4px solid rgba(187,187,187,0.30);
	line-height: 1.6;
	position: relative;
	border-radius: 4px;
} }

@media (max-width: 768px) {
.blog-single-wrap .blog-description p {
      font-size: 16px;
      margin: 0px 50px 0px 20px;
} }

@media (max-width: 480px) {
 h10 {
     font-size: 16px;
  font-family: "lato", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #565656;
  text-align: left;
  padding-top: 1%;
	
	} }

@media (max-width: 480px) {
blockquote {
    margin: 20px 0px 20px 20px;
	padding: 10px 5px 10px 20px;
	border-left: 4px solid rgba(187,187,187,0.30);
	line-height: 1.6;
	position: relative;
	border-radius: 4px;
} }
@media (max-width: 480px) {
h9 {
  font-size: 30px;
  font-family: "minerva-modern", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: left;
  padding-top: 1%;
  margin: 0px 0px 0px 0px;
 
} }

@media (max-width: 480px) {
.blog-single-wrap .blog-description p {
      font-size: 16px;
      margin: 0px 30px 0px 10px;
} }

@media (max-width: 480px) {
  .comments .comment-wrap img {
    display: block;
    margin: 0 auto; }
  .comments .comment-wrap .comment-comment {
    padding: 130px 18px 21px 26px; }
    .comments .comment-wrap .comment-comment .comment-reply {
      padding-top: 20px; }
  .comments .comment-wrap ul .comment-comment {
    padding-top: 90px; }
  .comment-wrap-single .reply {
    padding: 80px 18px 21px 24px; }
  .comment-title {
    padding: 30px 0;
    font-size: 32px; }
  .blog-single-wrap .blog-description {
    padding: 56px 24px; }
    .blog-single-wrap .blog-description p {
      margin: 14px 0; }
  .single-share-btn {
    padding: 0; }
    .single-share-btn .share-fb {
      padding: 11px 10px; }
      .single-share-btn .share-fb a {
        font-size: 14px; }
  .share-fb::before {
    padding: 0 15px 0 -1px; }
  .share-twitter::before {
    padding: 0 15px 0 10px; } }

/*-------------- AUDIO PLAYER --------------*/
.audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-transition: 4s all ease;
  -o-transition: 4s all ease;
  transition: 4s all ease; }
  .audio-player a,
  .audio-player a:hover {
    text-decoration: none; }
  .audio-player.is_hidden {
    top: 100%; }
    .audio-player.is_hidden .hide_player {
      bottom: 100%; }
  .audio-player:hover .hide_player {
    bottom: 100%; }

.hide_player {
  position: absolute;
  bottom: -25px;
  right: 0;
  background: #b9b2ac;
  color: #4c4947;
  padding: 6px 10px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .hide_player:hover {
    color: #FFF; }
  .hide_player:active, .hide_player:focus {
    color: #4c4947; }

.touchevents .hide_player {
  bottom: 100% !important; }

.no-flexbox .audio-player {
  display: none; }

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jp-controls.flex-item {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px; }

.jp-progress-container.flex-item {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.jp-now-playing.flex-item {
  -ms-flex-preferred-size: 145px;
  flex-basis: 145px; }

.jp-toggles.flex-item {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px; }

.jp-volume-controls.flex-item {
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  background: rgba(201, 192, 187, 0.5);
  padding: 15px;
  position: relative; }

/*Controls*/
.jp-playlist {
  display: none; }

.jp-interface .jp-controls button,
.jp-interface .jp-toggles button,
.jp-interface .jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: #4c4947;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
  padding: 0 5px; }

.jp-interface .jp-controls .jp-play i,
.jp-interface .jp-controls .jp-previous i,
.jp-interface .jp-controls .jp-next i {
  font-size: 23px;
  color: #FFF; }

.jp-interface .jp-controls .jp-play {
  border: solid 3px #FFF;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 10px; }

.jp-interface .jp-controls .jp-play i {
  padding-left: 5px;
  padding-top: 5px; }

.jp-audio.jp-state-playing .jp-play i {
  padding-left: 0px; }

.jp-audio.jp-state-playing .jp-play i:before {
  content: "\f04c" !important; }

/*Progress bars*/
.jp-progress-container,
.jp-volume-bar-container {
  height: 30px;
  padding: 10px; }

.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
  height: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.jp-progress {
  margin: 0 50px;
  background-color: #908a87;
  border-radius: 5px; }

.jp-seek-bar,
.jp-volume-bar {
  cursor: pointer;
  background-color: #908a87;
  border-radius: 5px; }

.jp-play-bar {
  float: left;
  position: relative;
  background-color: #c3bab5;
  border-radius: 5px;
  overflow: visible !important; }

.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #c3bab5; }

.jp-progress .bullet,
.jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -5px;
  right: -7px;
  height: 13px;
  width: 13px;
  background: #ffffff;
  border-radius: 50%; }

.jp-time-holder {
  position: relative;
  top: 0;
  color: #c3bab5;
  font-size: 12px; }

.jp-time-holder .jp-current-time {
  position: absolute;
  left: 0;
  top: -3px; }

.jp-time-holder .jp-duration {
  position: absolute;
  right: 0;
  top: -3px; }

/* Track & Artist */
.jp-now-playing {
  padding: 0 10px; }

.jp-track-name {
  color: #6d6d6d;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 145px; }

.jp-artist-name {
  color: #6d6d6d;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 140px; }

/* Toggles */
.jp-toggles button {
  margin: 0 3px; }

.jp-toggles button:hover {
  color: #FFF; }

.jp-state-looped .jp-toggles .jp-repeat,
.jp-state-shuffled .jp-toggles .jp-shuffle,
.jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
  color: #a9a9a9; }

/* Volume Controls */
.jp-volume-controls button {
  float: left; }

.jp-volume-controls .jp-volume-bar {
  margin-left: 40px;
  margin-top: 8px; }

.jp-state-muted .jp-mute i:before {
  content: "\f026" !important; }

.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 5px; }

.jp-state-no-volume .jp-volume-controls {
  display: none; }

/* Playlist  */
.jp-playlist {
  position: absolute;
  right: 65px;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 25px;
  width: 400px; }

.jp-playlist ul {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto; }

.jp-playlist li {
  list-style: none; }

.jp-playlist li a {
  color: #e2dcd7;
  display: block;
  padding: 10px 0;
  outline: none;
  border-bottom: 1px solid #3a3836 }

.jp-playlist li:last-child a {
  border-bottom: 0; }

.jp-playlist li a:hover,
.jp-playlist li a:focus,
.jp-playlist li a:active {
  color: #a9a9a9;
  text-decoration: none; }

.jp-playlist li a span {
  color: #6d6d6d; }

/* ==================== Media Query ==================== */
@media (max-width: 992px) {
  .jp-now-playing {
    display: none; } }

@media (max-width: 767px) {
  .jp-volume-bar,
  .jp-volume-bar .bullet,
  .jp-time-holder {
    display: none !important; }
  .jp-progress-container.flex-item {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    padding: 12px 15px; }
  .jp-progress .bullet {
    right: -10px; }
  .jp-volume-controls.flex-item {
    -ms-flex-preferred-size: 33px;
    flex-basis: 33px; }
  .jp-progress {
    margin: 0; }
  .jp-interface .jp-controls .jp-play {
    margin: 0 3px; }
  .jp-interface .jp-controls .jp-play i,
  .jp-interface .jp-controls .jp-previous i,
  .jp-interface .jp-controls .jp-next i {
    font-size: 16px; }
  .jp-interface .jp-controls .jp-play {
    width: 42px;
    height: 42px; }
  .jp-interface .jp-controls .jp-play i {
    padding-left: 3px;
    padding-top: 0; }
  .jp-state-playing .jp-interface .jp-controls .jp-play i {
    padding-left: 0; }
  .jp-controls.flex-item {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px; } }

@media (max-width: 480px) {
  .jp-toggles,
  .jp-playlist {
    display: none !important; } }

/* ==========================================================================
   18. RESPONSIVE STYLES 
   ========================================================================== */
/* 
   Screens less than 1200px
   ------------------------ */
@media (max-width: 1200px) {
  .hero-title {
    top: -55px;
    font-size: 52px; }
  .hero-text {
    font-size: 52px;
    margin-top: -55px; }
  .hero-title:after {
    left: 100%; }
  .hero-title:before,
  .hero-title:after {
    top: 46px; }
  .hero-title-fit1:after {
    left: 100% !important; }
  .hero-title-fit:after {
    left: 100% !important; }
  .slide-img-title span {
    font-size: 24px; }
  .slide-img-title .slide-img-subtitle {
    font-size: 16px; }
  .hamburger {
    right: 6%; }
  .nav-toggle {
    right: 6%; }
  .photos-wrap li {
    margin-right: 80px;
    width: 166px;
    height: 166px; }
  .photos-wrap img {
    max-width: 90% !important; }
  .photos-wrap li:last-child {
    margin-right: 0; }
  .img-rotation li {
    width: 166px;
    height: 166px;
    margin-left: -30px; }
  .img-rotation img {
    max-width: 90%; }
  .img-rotation li:first-child {
    margin: -20px 110px 0 83px; }
  .img-rotation li:last-child {
    margin: -20px 0px 0 80px; }
  .rotation-wrap {
    padding: 0 0 0 32px; }
  .btn-danger {
    padding: 16px 33px; }
  .btn-warning {
    padding: 16px 33px; }
  .btn-success {
    padding: 16px 33px; }
  .btn-primary {
    padding: 16px 33px; }
  .btn-default {
    padding: 16px 33px; }
  .btn-subscribe {
    padding: 16px 33px; }
  .circle-listing ul li {
    padding: 0 5px; } }

/* 
   Screens less than 992px
   ----------------------- */
@media (max-width: 992px) {
  .navbar-nav {
    text-align: center; }
  .dropdown-menu {
    text-align: center; }
  .hero-title {
    top: -38px;
    font-size: 36px; }
  .hero-text {
    font-size: 36px;
    margin-top: -34px; }
  .hero-title:before,
  .hero-title:after {
    top: 30px; }
  .band-wrap .section-title {
    font-size: 48px !important;
    padding: 0;
    border-bottom: 0px solid #ffcdcd; }
  .band-wrap p {
    font-size: 18px; }
  .section-padding {
    padding: 30px 0; }
  .team-wrap .team-title {
    font-size: 48px !important; }
  .team-wrap p {
    font-size: 21px;
    padding: 20px 0; }
  .slide-img-title span {
    font-size: 20px; }
  .admire-block .admire-title {
    font-size: 48px !important; }
  .admire-block p {
    font-size: 21px;
    padding: 0px; }
  .testimonial-title {
    font-size: 25px !important;
    padding: 0;
	color:#a4a4a4;}
  .testimonial-space {
    padding: 120px 0; }
  .admire-title-clr {
font-size: 48px !important;
font-family: "minerva-modern", sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
color: #504b49;
padding-bottom: 20px;}
	
  .admire-subtitle02 {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight:300;
  letter-spacing: 1px;
  color:#3a3635;
  line-height: 2;
  text-align: left; }
  .event-block {
    padding: 14px 0; }
  .event-title {
    font-size: 48px !important; }
  .event .event-date {
    font-size: 20px;
    padding: 18px 0;
    display: inline-block; }
  .event .event-caption {
    font-size: 24px !important; }
  .event .event-subtitle {
    padding: 40px 30px;
    font-size: 21px; }
  .event p {
    font-size: 18px;
    padding: 0 0 9px 0;
    line-height: 1.5; }
  .event .event-country {
    font-size: 20px;
    padding: 9px 0 0 0; }
  .album-wrap .album-title {
    font-size: 48px !important; }
  .album-wrap .album-subtitle {
    padding: 40px 0;
    font-size: 21px; }
  .album-wrap p {
    font-size: 16px;
    padding: 0; }
  .media-title {
    font-size: 48px !important; }
  .media-subtitle {
    font-size: 21px;
    padding-bottom: 40px;
	paddiing-left: 40px;
	padding-right: 40px;}
  .photos-title {
    font-size: 48px !important; }
  .fan-page-title {
    font-size: 48px !important; }
  .fan-title {
    font-size: 41px !important; }
  .contact-title {
    font-size: 48px !important; }
	.contact-title {
    font-size: 48px !important; }
  .contact-subtitle {
    font-size: 21px;
    padding: 40px 0 !important; }
  .photos-wrap li:nth-child(3) {
    margin-left: 0;
    margin-right: 0; }
  .photos-wrap li:last-child {
    margin: -41px 0 0 123px; }
  .img-rotation {
    margin: -138px 0 0 237px; }
  .img-rotation li {
    margin-left: -32px; }
  .img-rotation li:first-child {
    margin: -20px 110px 0 93px; }
  .rotation-wrap {
    padding: 0 0 0 38px; }
  .object-fit-container {
    position: inherit;
    width: 100%; }
  .img-wrap-right {
    position: inherit;
    width: 100%; }
  .btn-default {
    font-size: 16px;
    padding: 10px 18px !important; }
  .btn-subscribe {
    font-size: 16px;
    padding: 10px 18px !important; }
  .subscribe-title {
    font-size: 48px !important; } }

/* 
   Screens less than 768px
   ----------------------- */
@media (max-width: 768px) {

  .hero-title,
  .hero-text {
    font-size: 40px; }
  .hero-text {
    margin-top: -38px; }
  .hero-title:before,
  .hero-title:after {
    display: none; }
  .hero-block {
    border: none; }
  .slide-img-title {
    top: 75%; }
  .img-wrap-left {
    position: inherit;
    width: 100%; }
  .img-wrap-left img {
    width: 100%; }
  .testimonial-title {
    font-size: 25px !important;
	color: #a4a4a4;}
  .testimonial-space {
    padding: 80px 0; }
    .testimonial-space .slick-dots {
      bottom: -20px; }
  .flaticon-left::before {
    font-size: 58px; }
  .btn-danger {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .btn-warning {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .object-fit-container {
    position: inherit;
    width: 100%; }
  .img-wrap-right {
    position: inherit;
    width: 100%; }
  .btn-success {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .btn-primary {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .photos-wrap {
    padding: 65px 0 0 0; }
    .photos-wrap li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 45%;
      margin: 0 5% 0px 0;
      height: auto; }
      .photos-wrap li:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0; }
    .photos-wrap img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 112%; }
  .photos-wrap li:nth-child(3) {
    margin-right: 5%; }
  .img-rotation {
    margin: 0; }
    .img-rotation ul {
      margin: 0;
      padding: 0; }
    .img-rotation li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 45%;
      margin: 0 5% 0 0 !important;
      height: auto; }
    .img-rotation img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 112%; }
  .event-wrap {
    text-align: center; }
    .event-wrap .event-country {
      text-align: center; }
    .event-wrap .event-city {
      text-align: center; }
  .btn-info {
    margin-bottom: 28px; }
  .audio-play-btn {
	   margin: 0 ;
    display:block; 
	text-align: center}
	
	.musicselection-title {
	
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	
	}
	
h4 {
	text-align: center;}

h5 {
   font-size: 30px;
  font-family: "minerva-modern", sans-serif;
  font-style:italic;
  font-weight:400;
  letter-spacing: 2px;
  color: #4b4846;
  text-align: center;
  padding-left: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
}
	
	
  .audio-title {
    text-align: center; }
	.audio-title p {
		text-align: center}
  .fan-title {
    font-size: 28px !important;
    padding: 0 8px !important; }
  .fan-slide span {
    font-size: 16px; }
  .slider-wrap {
    padding: 80px 0px; }
  .section-padding {
    padding: 30px 0px 30px 30px; }
  .form-primary {
    font-size: 14px; }
  .form-width {
    font-size: 14px; }
  .form-password {
    font-size: 14px; }
  .form-subscribe {
    font-size: 14px; }
  .event-subcaption {
    padding: 6px 0 !important; }
  .event-city {
    padding: 6px 0 !important; }
  .feed-set {
    padding: 0 0 55px 0; }
  .contact-form {
    width: 80%; } }
@media (max-width: 768px) {

/* position outside */
.flickity-prev-next-button.previous {
visibility: hidden;
}
.flickity-prev-next-button.next {
visibility: hidden;
}
}

/* 
   Screens less than 480px
   ----------------------- */
@media (max-width: 480px) {
h2 {
    font-size: 40px !important;
	}
	
h4 {
    font-size: 25px !important;
	text-align: center;}
h5 {
    font-size: 30px !important;
	text-align: center;}

	
p {
	  
    font-size: 18px !important;
	font-weight: 300;}
  legend,
  .legend {
    font-size: 50px; }
  .team-wrap .team-title {
    font-size: 37px !important; }
  .hero-wrap {
    padding: 130px 15px 0; }
  .slider-wrap {
    padding: 0; }
  .section-padding {
    padding: 0px 0; }
  .band-wrap {
    text-align: center; }
  .admire-block {
    text-align: center;
    padding: 42px 24px; }
    .admire-block p {
      padding: 8px 0; }
  .admire-block .admire-title {
    font-size: 37px !important; }
  .admire-title-clr {
    font-size: 26px !important; }
  .album-play-button {
    top: 35%;
    left: 35%; }
  .album-play-button::before {
    font-size: 70px; }
	 .testimonial-title {
    font-size: 25px !important;
    padding: 0;
    font-weight: 300;
	color:#a4a4a4;}
  .testimonial-title::before {
    left: 38%; }
  .event-block {
    text-align: center; }
  .audio-play-btn {
    text-align: center; }
  .audio-title {
    text-align: center; }
	.audio-title p{ 
	text-align: center}
  .audio-wrap {
    padding: 32px 0; }
  .tabset-left {
    padding: 0 24px;
    font-size: 16px; }
  .tabset-right {
    padding: 0 24px;
    font-size: 16px; }
  .photos-wrap {
    padding: 60px 0 0 0; }
    .photos-wrap li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 100%; }
    .photos-wrap img {
      min-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .tg_horizontal_gallery_cell_img flickity-lazyloaded ul {
    margin: 0;
    padding: 0; }
  .tg_horizontal_gallery_cell_img flickity-lazyloaded li {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 90%; }
  .tg_horizontal_gallery_cell_img flickity-lazyloaded {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .background-bg-06 .event-title {
    font-size: 34px !important; }
  .section-title {
    font-size: 34px !important; }
  .event-title {
    font-size: 34px !important; }
  .event-title span::after {
    border-bottom: 0px solid #ffce80;
    bottom: -6px; }
  .album-wrap .album-title {
    font-size: 34px !important; }
  .album-title span::after {
    border-bottom: 0px solid #bababb;
    bottom: -6px; }
  .media-title {
    font-size: 37px !important; }
  .media-title span::after {
    border-bottom: 0px solid #3a3836;
    bottom: -6px; }
  .photos-title {
    font-size: 34px !important; }
  .photos-title span::after {
    border-bottom: 6px solid #afb3bb;
    bottom: -6px; }
  .fan-page-title {
    font-size: 34px !important; }
  .fan-page-title span::after {
    border-bottom: 6px solid #bbb1d7;
    bottom: -6px; }
  .hello-page-title {
    font-size: 34px !important; }
  .hello-page-title span::after {
    border-bottom: 0px solid #bcc8f0;
    bottom: -6px; }
  .form-PDF {
    font-size: 14px !important; }
  .contact-title span::after {
    border-bottom: 0px solid #bcc8f0;
    bottom: -6px; }
  .subscribe-title {
    font-size: 34px !important; }
  .subscribe-title span::after {
    border-bottom: 6px solid #d09db0;
    bottom: -6px; }
  .form-width {
    width: 100% !important;
    border-right: 3px solid #577cf7 !important;
    font-size: 14px;
    padding: 22px 10px; }
    .form-width .img-rotation li img {
      width: 100%; }
  .form-comments {
    font-size: 14px;
    padding: 12px 10px; }
  .form-primary {
    border-bottom: 0 !important; }
  .form-password {
    font-size: 14px;
    padding: 22px 10px; }
  .btn-default {
    font-size: 15px !important;
    width: 100%; }
  .flaticon-sm-shape::before {
    font-size: 16px;
    padding: 14px 14px; }
  .form-subscribe {
    width: 100%;
    border-right: 3px solid #fff !important; }
  .fan-slide span {
    padding: 10px 0 64px 0; }
  .contact-form {
    width: 100%; }
  .social-icons ul li {
    padding: 0 4px; }
  .form-single {
    border-right: 3px solid #F87474 !important; } }

@media (max-width: 480px) {
    .testimonial-quote blockquote_2 p {
   
    
	font-weight: 300;
    font-size: 22px;
	font-family: lato, sans-serif; 
	font-style: italic;
	letter-spacing: 1.65px;
    line-height: 1.5;
	text-align: left;
	color: #a4a4a4;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
		
		
	
	}
	
	
	.flickity-prev-next-button.previous {
visibility: hidden;
}
.flickity-prev-next-button.next {
visibility: hidden;
}

.testimonial-quote .quote-container {
    padding-left: 5px; 
}

}

/*# sourceMappingURL=style.css.map */

.resources {
}
.FAQ {
}

h11{

 text-align: center;
 margin-top: 50px;
  padding: 25px;
  font-size: 17px;
  font-weight: 400;
  font-style:italic;
  color: #565656;
  font-family: "minerva-modern",Helvetica,Arial,sans-serif;
}



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

.radio-content{
  display:inline-block;
  width: 400px;
  margin: 10px;
  text-align: left;
}

input[type="radio"] {
  display:none;
}

input[type="radio"] + label {
  color:#a8a8a8;
  cursor:pointer;
  font-size: 17px;
  font-style:italic;
 font-family: "minerva-modern",Helvetica,Arial,sans-serif;
 width: 400px;
}

input[type="radio"] + label span {
  display:inline-block;
  width:23px;
  height:23px;
  margin:-2px 5px 0 0;
  vertical-align:middle;
  border:1px solid #cecece;
  border-radius: 50%;
  cursor:pointer;
  transition: background .2s,
      transform .2s;
}

input[type="radio"] + label span:hover,
input[type="radio"] + label:hover span{
  transform: scale(1.2);
} 

input[type="radio"]:checked + label span {
  background: background: #CBCBCB; 
  background: -webkit-linear-gradient(to right, #f6f6f6, #1D976C); 
  background: linear-gradient(to right, #f6f6f6, #CBCBCB);
   
  box-shadow: 0px 0px 0px 5px white inset;
}

input[type="radio"]:checked + label{
  color:#565656; 
}


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

.radio4-content{
  display:inline-block;
  width: 400px;
  margin: 10px;
  text-align: left;
}

input[type="radio4"] {
  display:none;
}

input[type="radio4"] + label {
  color:#a8a8a8;
  cursor:pointer;
  font-size: 17px;
  font-style:italic;
 font-family: "minerva-modern",Helvetica,Arial,sans-serif;
 width: 400px;
}

input[type="radio4"] + label span {
  display:inline-block;
  width:23px;
  height:23px;
  margin:-2px 5px 0 0;
  vertical-align:middle;
  border:1px solid #cecece;
  border-radius: 50%;
  cursor:pointer;
  transition: background .2s,
      transform .2s;
}

input[type="radio4"] + label span:hover,
input[type="radio4"] + label:hover span{
  transform: scale(1.2);
} 

input[type="radio4"]:checked + label span {
  background: background: #CBCBCB; 
  background: -webkit-linear-gradient(to right, #f6f6f6, #1D976C); 
  background: linear-gradient(to right, #f6f6f6, #CBCBCB);
   
  box-shadow: 0px 0px 0px 5px white inset;
}

input[type="radio4"]:checked + label{
  color:#565656; 
}
/* The container */
.checkboxes {


color:#a8a8a8;
  cursor:pointer;
  font-size: 17px;
  font-style:italic;
 font-family: "minerva-modern",Helvetica,Arial,sans-serif;
 width: 400px;
 text-align: left;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

	
}

/* Hide the browser's default checkbox */
.checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxes input:checked ~ .checkmark {
  background-color: #808080;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxes input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxes .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


