/*----------------------------
General
----------------------------*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  color: #111111;
  font-weight: 300;
  line-height: 1.857143;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.2rem;
}

h3,
.h3 {
  font-size: 3.4rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.2rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.176471;
  font-weight: 700;
}

a {
  color: #fc427f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:visited, a:active {
  color: #fc427f;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #111111;
  outline: none;
  text-decoration: none;
}

.section {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.section-padding {
  padding: 120px 0;
}
.section-padding.bottom-0 {
  padding-bottom: 0;
}

.theme-bg {
  background-color: #fc427f;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.gray-bg {
  background-color: #d5cfd7;
}

.black-bg {
  background-color: #111111;
  color: #ffffff;
}

.theme-color {
  color: #fc427f;
}

.section-header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.section-header .section-title {
  text-transform: uppercase;
  margin: 0;
}
.section-header .section-subtext {
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.section-header:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 100px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  background-color: #111111;
}
.text-white .section-header:after, .theme-bg .section-header:after {
  background-color: #ffffff;
}
.section-header.left-style {
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: 0;
}
.section-header.left-style .section-title {
  font-size: 4.2rem;
  line-height: 1.35;
}
.section-header.left-style:after {
  left: 0;
  margin-left: 0;
  top: 0;
}
.section-header.style-3:after {
  content: none;
}
.section-header.style-3 .section-subtext {
  text-transform: none;
  font-weight: 400;
  margin-top: 15px;
}
.section-header.style-3 .btn {
  text-transform: none;
  margin-top: 25px;
}

.fluid-container {
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.fluid-container .half {
  width: 50%;
  display: inline-block;
  float: left;
}

.side-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

/*----------------------------
Button 
----------------------------*/
.btn {
  line-height: 38px;
  border: 2px solid #fc427f;
  background-color: #fc427f;
  color: #ffffff !important;
  padding: 0 29px;
  border-radius: 21px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
.btn:active, .btn:focus, .btn:active:focus, .btn:visited {
  background-color: #fc427f;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff !important;
}
.btn:hover, .btn:hover:active, .btn:hover:focus, .btn:hover:active:focus {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff !important;
}
.btn:hover .fa, .btn:hover:active .fa, .btn:hover:focus .fa, .btn:hover:active:focus .fa {
  color: #ffffff;
}
.btn .fa {
  margin-right: 4px;
  color: #fc427f;
}
.btn.btn-border {
  background-color: transparent;
  color: #fc427f !important;
}
.btn.btn-border:active, .btn.btn-border:focus, .btn.btn-border:active:focus, .btn.btn-border:visited {
  background-color: transparent;
  color: #fc427f !important;
}
.btn.btn-border:hover, .btn.btn-border:hover:active, .btn.btn-border:hover:focus, .btn.btn-border:hover:active:focus {
  background-color: #fc427f;
  color: #ffffff !important;
}
.btn.btn-border.btn-white {
  background-color: transparent;
  color: #ffffff !important;
}
.btn.btn-border.btn-white:focus, .btn.btn-border.btn-white:visited, .btn.btn-border.btn-white:active, .btn.btn-border.btn-white:focus:visited, .btn.btn-border.btn-white:active:focus {
  background-color: #ffffff;
  color: #ffffff !important;
}
.btn.btn-border.btn-white:hover, .btn.btn-border.btn-white:focus:hover, .btn.btn-border.btn-white:active:hover, .btn.btn-border.btn-white:active:focus:hover {
  color: #fc427f !important;
}
.btn.btn-border.btn-black {
  background-color: transparent;
  color: #111111 !important;
  border-color: #111111;
}
.btn.btn-border.btn-black:focus, .btn.btn-border.btn-black:visited, .btn.btn-border.btn-black:active, .btn.btn-border.btn-black:focus:visited, .btn.btn-border.btn-black:active:focus {
  color: #111111 !important;
  border-color: #111111;
}
.btn.btn-border.btn-black:hover, .btn.btn-border.btn-black:focus:hover, .btn.btn-border.btn-black:active:hover, .btn.btn-border.btn-black:active:focus:hover {
  color: #ffffff !important;
  border-color: #fc427f;
}
.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fc427f !important;
}
.btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:active:focus, .btn.btn-white:visited {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fc427f !important;
}
.btn.btn-white:hover, .btn.btn-white:hover:active, .btn.btn-white:hover:focus, .btn.btn-white:hover:active:focus {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #111111 !important;
}
.btn.btn-white.btn-simple {
  color: #ffffff !important;
}
.btn.btn-white.btn-simple:focus, .btn.btn-white.btn-simple:visited, .btn.btn-white.btn-simple:active, .btn.btn-white.btn-simple:active:focus {
  color: #ffffff !important;
}
.btn.btn-white.btn-simple:focus .fa, .btn.btn-white.btn-simple:visited .fa, .btn.btn-white.btn-simple:active .fa, .btn.btn-white.btn-simple:active:focus .fa {
  color: #ffffff;
}
.btn.btn-black {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff !important;
}
.btn.btn-black:active, .btn.btn-black:focus, .btn.btn-black:active:focus, .btn.btn-black:visited {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff !important;
}
.btn.btn-black:hover, .btn.btn-black:hover:active, .btn.btn-black:hover:focus, .btn.btn-black:hover:active:focus {
  background-color: #fc427f;
  border-color: #fc427f;
  color: #ffffff !important;
}
.btn.btn-simple {
  border-color: transparent;
  background-color: transparent;
  color: #111111 !important;
}
.btn.btn-simple:focus, .btn.btn-simple:visited, .btn.btn-simple:active, .btn.btn-simple:active:focus {
  border-color: transparent;
  background-color: transparent;
  color: #111111 !important;
}
.btn.btn-simple:hover, .btn.btn-simple:active:hover, .btn.btn-simple:focus:hover, .btn.btn-simple:hover:active:focus {
  color: #ffffff !important;
  background-color: #fc427f;
  border-color: #fc427f;
}
.btn.btn-lg {
  line-height: 49px;
  border-radius: 26.5px;
  padding: 0 39px;
}
.btn.btn-lg.btn-simple {
  padding: 0 27px;
}
.btn.btn-sm {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 29px;
  border-radius: 17px;
  padding: 0 19px;
}

.button-group .btn + .btn:not(.btn-simple) {
  margin-left: 26px;
}

/*--------------------------------
Header
--------------------------------*/
.top-header {
  position: relative;
  z-index: 990;
}

.navbar-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 990;
  min-height: 100px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  line-height: 70px;
  padding: 15px 18px;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #111111;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fc427f;
}
.navbar-default .navbar-nav > li.active a {
  color: #ffffff;
  background-color: #fc427f;
}
.navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:visited {
  color: #ffffff;
  background-color: #fc427f;
}
.navbar-default .navbar-nav > li:last-child .dropdown-menu, .navbar-default .navbar-nav > li:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-default .navbar-nav > li:last-child .dropdown-menu .dropdown-menu, .navbar-default .navbar-nav > li:nth-last-child(2) .dropdown-menu .dropdown-menu {
  right: 100%;
  top: 0;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border-top: 3px solid #fc427f;
}
.navbar-default .navbar-nav > li.dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 4px;
}
.navbar-default .navbar-nav > li.dropdown .dropdown > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 4px;
  float: right;
}
.navbar-default .navbar-nav .dropdown-menu {
  display: block;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
  border: none;
  opacity: 0;
  visibility: hidden;
  right: auto;
  left: 0;
}
.navbar-default .navbar-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.navbar-default .navbar-nav .dropdown-menu > li {
  position: relative;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  line-height: 1;
  padding: 15px;
  display: block;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  color: #111111;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
  color: #fc427f;
}
.navbar-default .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-default .search-nav {
  position: relative;
}
.navbar-default .search-nav .search-toggle {
  line-height: 70px;
  padding: 15px 18px;
  display: inline-block;
  font-size: 1.4rem;
}
.navbar-default .search-nav .search-toggle .fa {
  width: 15px;
}
.navbar-default .search-nav .header-search-wrap {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  right: 0;
  display: none;
  background-color: #ffffff;
  width: 320px;
}
.navbar-default .search-nav .header-search-wrap .header-search [type=search] {
  line-height: 20px;
  padding-right: 60px;
}
.navbar-default .search-nav .header-search-wrap .header-search [type=submit] {
  position: absolute;
  right: 10px;
  font-size: 1.4rem;
  line-height: 20px;
  top: 0;
  padding: 9px 10px;
  border: none;
  background-color: transparent;
}
.page .navbar-default {
  position: relative;
}
.navbar-default.affix {
  position: fixed;
  min-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
}
.navbar-default.affix .navbar-brand {
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar-default.affix .navbar-nav > li > a {
  line-height: 30px;
}
.navbar-default.affix .search-nav .search-toggle {
  line-height: 30px;
}

.navbar-brand {
  height: 70px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/***  Version 1.1 fix ***/
.navbar-default .dropdown-menu {
  min-width: 190px;
}

.navbar-default .dropdown-menu > li > a {
  white-space: nowrap;
}

.navbar-default .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}

.navbar-toggle {
  height: 34px;
  padding: 9px 10px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media screen and (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0 15px;
  }
}
/*--------------------------------
Banner
--------------------------------*/
.banner-item {
  height: 768px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner-item-1 {
  background-image: url(../../themes/fnail01o/assets/images/banner/1.jpg);
}

.banner-item-2 {
  background-image: url(../../themes/fnail01o/assets/images/banner/2.jpg);
}

.banner-item-3 {
  background-image: url(../../themes/fnail01o/assets/images/banner/3.jpg);
}

.banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-top: 25px;
}

.banner-subtitle {
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
}

.banner-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1;
}

.banner-slider .owl-prev,
.banner-slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 120px;
  background-color: #111111;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  font-size: 2rem;
  line-height: 120px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-slider .owl-prev:hover,
.banner-slider .owl-next:hover {
  background-color: #fc427f;
  opacity: 1;
}
.banner-slider .owl-prev {
  left: 0;
}
.banner-slider .owl-next {
  right: 0;
}
.banner-slider:hover .owl-prev,
.banner-slider:hover .owl-next {
  opacity: 0.6;
  visibility: visible;
}

/*----------------------------
Upcoming Album
----------------------------*/
.upcoming-album {
  padding: 93px 70px 93px 20px;
}
.upcoming-album .album-art {
  display: inline-block;
  width: 364px;
  margin-right: 56px;
  float: left;
}
.upcoming-album .album-content {
  display: inline-block;
  float: left;
  width: calc(100% - 420px);
}
.upcoming-album .album-title {
  font-weight: 3.4rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.upcoming-album .release-date {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}
.upcoming-album .album-excerpt {
  margin-top: 12px;
  margin-bottom: 0;
}
.upcoming-album .btn {
  margin-top: 22px;
}

/*----------------------------
Upcoming Stage
----------------------------*/
.upcoming-stage-section {
  background-image: url(../../themes/fnail01o/assets/images/bg/upcoming-stage-bg.jpg);
}
.upcoming-stage-section .section-header {
  margin-top: 35px;
}

.stage-countdown-wrap {
  float: right;
  text-align: left;
  max-width: 420px;
  width: 100%;
}

.stage-title {
  text-transform: uppercase;
  margin: 0;
}

.stage-location {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 5px;
}

.countdown-stage {
  width: 100%;
  background-color: #fc427f;
  color: #ffffff;
  margin-top: 20px;
  padding: 13px 30px;
}
.countdown-stage .section_count {
  display: inline-block;
  line-height: 1;
  width: 25%;
}
.countdown-stage .section_count .tcount {
  display: block;
  font-weight: 700;
  font-size: 4.2rem;
}
.countdown-stage .section_count .text {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 2px;
}

/*----------------------------
Artist
----------------------------*/
.artist-section {
  padding-top: 180px;
}

.artists .col-lg-4:nth-child(2) {
  margin-top: 80px;
}

.artist {
  width: 100%;
  max-width: 278px;
  margin: 0 auto;
  position: relative;
}
.artist + .artist {
  margin-top: 50px;
}
.artist .artist-avatar {
  display: block;
  clear: both;
  position: relative;
  overflow: visible;
}
.artist .artist-avatar:before, .artist .artist-avatar:after {
  content: "";
  position: absolute;
  width: 272px;
  height: 272px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../themes/fnail01o/assets/images/artist/hover-effect.webp);
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist .artist-avatar:before {
  left: 0;
}
.artist .artist-avatar:after {
  right: 0;
}
.artist .artist-avatar img {
  z-index: 1;
  position: relative;
}
.artist .artist-name {
  position: relative;
  text-transform: uppercase;
  color: #111111;
  padding-left: 65px;
  margin-top: 25px;
  margin-bottom: 0;
}
.artist .artist-name a {
  color: inherit;
}
.artist .artist-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #111111;
  width: 50px;
  height: 5px;
}
.artist .artist-role {
  text-transform: uppercase;
  padding-left: 65px;
  margin-top: 5px;
  margin-bottom: 0;
}
.artist:hover .artist-avatar:before {
  left: -50px;
}
.artist:hover .artist-avatar:after {
  right: -50px;
}

/*----------------------------
About Singer
----------------------------*/
.about-singer-section {
  background-image: url(../../themes/fnail01o/assets/images/bg/about-singer-bg.jpg);
}

.about-singer-content .about-singer-title {
  text-transform: uppercase;
  margin: 0;
}
.about-singer-content .about-singer-role {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 5px;
  padding-left: 120px;
  position: relative;
}
.about-singer-content .about-singer-role:before {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 12px;
}
.about-singer-content .about-singer-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.about-singer-content .button-group {
  margin-top: 50px;
}

/*----------------------------
Next Event
----------------------------*/
.next-event-section {
  background-image: url(../../themes/fnail01o/assets/images/bg/about-singer-bg.jpg);
}

.next-event-content .next-event-title {
  text-transform: uppercase;
  margin: 0;
}
.next-event-content .next-event-place {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 5px;
  padding-left: 120px;
  position: relative;
}
.next-event-content .next-event-place:before {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 12px;
}
.next-event-content .about-next-event {
  margin-top: 12px;
  margin-bottom: 0;
}
.next-event-content .button-group {
  margin-top: 50px;
}

/*--------------------------------
Show Styles
--------------------------------*/
.show-table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
}
.show-table tr {
  border-bottom: 1px solid #bdbdbd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.show-table tr:last-child {
  border-bottom: none;
}
.show-table tr:hover {
  background-image: url(../../themes/fnail01o/assets/images/bg/show-table-bg.jpg);
}
.show-table tr:hover .show-date,
.show-table tr:hover .show-hall,
.show-table tr:hover .show-name {
  color: #ffffff;
}
.show-table tr:hover .date:after {
  background-color: #ffffff;
}
.show-table td {
  vertical-align: middle;
  padding: 30px 0;
}

.show-date {
  line-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
}
tr:hover .show-date {
  padding-left: 30px;
}
.show-date .date {
  display: block;
  font-size: 3.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
  line-height: 1;
  padding-bottom: 5px;
}
.show-date .date:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #111111;
  position: absolute;
  bottom: 0;
  left: 0;
}
.show-date .day {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}

.show-hall {
  line-height: 100%;
}
.show-hall .hall-name {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin: 0;
}

.show-name {
  font-size: 1.8rem;
  font-weight: 500;
}

.show-ticket {
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
}
tr:hover .show-ticket {
  padding-right: 30px;
}
tr:hover .show-ticket .btn.btn-border {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}

/*----------------------------
Gallery
----------------------------*/
.grid-sizer {
  width: 10%;
}

.grid-item {
  width: 10%;
}
.grid-item.grid-item--width2 {
  width: 20%;
}
.grid-item.grid-item--width3 {
  width: 30%;
}
.grid-item.grid-item--width4 {
  width: 40%;
}
.grid-item.grid-item--width5 {
  width: 50%;
}
.grid-item img {
  max-width: 100%;
  height: auto;
}

/*----- Gallery Grid ---*/
.gallery:not(.row) {
  width: 100%;
}
.gallery.column-4 {
  margin-bottom: -30px;
}

.gallery-item {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.gallery-item img {
  max-width: 100%;
}

.gallery-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 30px;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.gallery-content .image-large {
  font-size: 1.8rem;
}
.gallery-content .image-large:hover {
  color: #ffffff;
}

.gallery-title {
  font-weight: 400;
  margin-bottom: 3px;
}

.gallery-item:hover .gallery-hover {
  visibility: visible;
  opacity: 1;
}
.gallery-item:hover .gallery-content {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.filter-button-group {
  margin-bottom: 60px;
  text-align: center;
}
.filter-button-group button {
  border: 1px solid #e7e7e7;
  line-height: 31px;
  height: 31px;
  text-transform: uppercase;
  font-weight: 400;
  color: #111111;
  background-color: transparent;
  padding: 0 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-button-group button + button {
  margin-left: 6px;
}
.filter-button-group button:hover {
  color: #fc427f;
  border-color: #fc427f;
}
.filter-button-group button.active {
  color: #ffffff;
  background-color: #fc427f;
  border-color: #fc427f;
}

/*--------------------------------
Products
--------------------------------*/
.products {
  margin-bottom: -55px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

.product {
  width: 100%;
  margin-bottom: 55px;
}

.product-thumb {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.product-thumb img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
.product-thumb .product-thumb-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  text-align: center;
  background-color: rgba(17, 17, 17, 0.55);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-thumb .product-thumb-hover .btn {
  color: #111111;
  text-transform: none;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.product-thumb .product-thumb-hover .btn:focus, .product-thumb .product-thumb-hover .btn:active, .product-thumb .product-thumb-hover .btn:active:focus, .product-thumb .product-thumb-hover .btn:visited {
  color: #111111;
}
.product-thumb .product-thumb-hover .btn:hover, .product-thumb .product-thumb-hover .btn:active:hover, .product-thumb .product-thumb-hover .btn:focus:hover {
  color: #ffffff;
  background-color: #fc427f;
  border-color: #fc427f;
}
.product-thumb:hover .product-thumb-hover {
  opacity: 1;
}
.product-thumb:hover .product-thumb-hover .btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.product-detail {
  margin-top: 30px;
}
.product-detail .product-name {
  font-weight: 600;
  color: #111111;
  font-size: 1.8rem;
  margin: 0;
}
.product-detail .product-name a {
  color: inherit;
}
.product-detail .product-name a:hover {
  color: #fc427f;
}
.product-detail .product-price {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

/*--------------------------------
Latest Album
--------------------------------*/
.latest-album-carousel-wrap {
  width: 100%;
}

.latest-album-section {
  background-image: url(../../themes/fnail01o/assets/images/bg/upcoming-stage-bg.jpg);
  padding: 40px 0;
}
.latest-album-section .section-header {
  margin-top: 110px;
}

.recent-albums {
  text-align: right;
  width: 450px;
}

.recent-album {
  height: 335px;
  display: block;
  text-align: center;
  position: relative;
}
.recent-album:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(252, 66, 127, 0.77);
  z-index: 2;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
}
.recent-album .album-thumb {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.recent-album .album-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: block;
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.recent-album .album-content .album-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
}
.recent-album .album-content .album-by {
  font-size: 1.4rem;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  margin-top: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.recent-album-carousel .owl-prev,
.recent-album-carousel .owl-next {
  font-size: 2.2rem;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.recent-album-carousel .owl-prev {
  left: 0;
}
.recent-album-carousel .owl-next {
  right: 0;
}

.recent-album-carousel:hover .recent-album:before {
  opacity: 1;
  visibility: visible;
}
.recent-album-carousel:hover .album-content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.recent-album-carousel:hover .album-content .album-by {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.recent-album-carousel:hover .owl-prev,
.recent-album-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

/*----------------------------
Music Player
----------------------------*/
.player-main-block {
  margin-bottom: 0;
  background-color: #f7f7f7;
  padding: 60px 40px;
}

.album-art-block .track-meta-info {
  position: static;
  color: #111111;
}
.album-art-block .song-name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.album-art-block .song-artist-album {
  background-color: transparent;
  background-image: none;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0;
}
.album-art-block .album-art-space {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  margin-top: 30px;
}
.album-art-block .album-art-space img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.audio-controller-wrap {
  padding: 0;
  margin-top: 37px;
  background-color: transparent;
}
.audio-controller-wrap .input-range-block {
  font-size: 1.2rem;
  font-weight: 400;
  float: left;
  width: 100%;
  clear: both;
}
.audio-controller-wrap .track-progress-wrap {
  width: calc(100% - 80px);
  float: left;
}
.audio-controller-wrap input[type='range'] {
  background-color: #e7e7e7 !important;
  padding: 0 !important;
  -webkit-appearance: none;
  height: 6px;
}
.audio-controller-wrap input[type='range'].amplitude-song-slider {
  margin-top: 3px;
}
.audio-controller-wrap input[type='range'].amplitude-song-slider::-webkit-slider-thumb {
  background-color: #fc427f;
  width: 3px;
  -webkit-appearance: none;
}
.audio-controller-wrap input[type='range']::-webkit-slider-runnable-track {
  color: #fc427f;
  height: 6px;
}
.audio-controller-wrap input[type='range'].amplitude-volume-slider {
  width: calc(100% - 80px);
  display: inline-block;
  float: left;
  margin-top: 3px;
}
.audio-controller-wrap .current-time,
.audio-controller-wrap .duration {
  width: 40px;
  display: inline-block;
  float: left;
  line-height: 1;
}
.audio-controller-wrap .duration {
  text-align: right;
}

.time-controller-block {
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.control-container {
  margin-top: 27px;
}

.controller-common {
  background-color: transparent;
  margin: 0 12px;
}
.controller-common:before {
  font-size: 1.2rem;
  color: #111111;
}

.amplitude-prev:before {
  content: "\f049";
}

.amplitude-next:before {
  content: "\f050";
}

.player-footer {
  margin-top: 12px;
}

.player-footer .volume-container,
.player-footer .controller-group {
  width: 100%;
  padding: 0;
}

.volume-container i.fa {
  position: static;
  display: inline-block;
  width: 40px;
  float: left;
  font-size: 1.2rem;
}
.volume-container i.fa.fa-volume-down {
  text-align: right;
  padding-right: 7px;
}
.volume-container i.fa.fa-volume-up {
  padding-left: 7px;
}

.player-track-list-block {
  border-right: 10px solid #f7f7f7 !important;
}

.slimScrollDiv .slimScrollBar {
  width: 10px !important;
  background-color: #fc427f !important;
  border-radius: 5px !important;
}
.slimScrollDiv .slimScrollRail {
  width: 10px !important;
  background-color: #f7f7f7 !important;
}

.player-track-list-block {
  background-color: transparent;
  padding: 0 30px 0 0;
}

.amplitude-song-container {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #f7f7f7;
  margin: 15px 0;
  padding: 22px 30px;
}
.amplitude-song-container:first-child {
  margin-top: 0;
}
.amplitude-song-container:last-child {
  margin-bottom: 0;
}
.amplitude-song-container .play-now {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  left: auto;
  display: inline-block;
  position: absolute;
}
.amplitude-song-container .play-now .play-state {
  display: none;
}
.amplitude-song-container.amplitude-playing {
  background-color: #fc427f;
  color: #ffffff;
}
.amplitude-song-container.amplitude-playing .song-title {
  color: #ffffff;
}
.amplitude-song-container.amplitude-playing .play-now .play-state {
  display: block;
}
.amplitude-song-container.amplitude-playing .play-now .normal-state {
  display: none;
}

.song-meta-data {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.song-meta-data .song-artist {
  font-weight: 300;
  font-size: 1.4rem;
}

.text-white .player-main-block,
.theme-bg .player-main-block {
  background-color: rgba(255, 255, 255, 0.33);
}
.text-white .album-art-block .track-meta-info,
.theme-bg .album-art-block .track-meta-info {
  color: #ffffff;
}
.text-white .audio-controller-wrap input[type='range'],
.theme-bg .audio-controller-wrap input[type='range'] {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.text-white .amplitude-song-container,
.theme-bg .amplitude-song-container {
  background-color: rgba(255, 255, 255, 0.33);
}
.text-white .amplitude-song-container.amplitude-playing,
.theme-bg .amplitude-song-container.amplitude-playing {
  background-color: #fc427f;
}
.text-white .player-track-list-block,
.theme-bg .player-track-list-block {
  border-color: rgba(255, 255, 255, 0.33) !important;
}
.text-white .controller-common:before,
.theme-bg .controller-common:before {
  color: #ffffff;
}

/*----------------------------
Blog
----------------------------*/
.blog-grid {
  margin-bottom: -30px;
}

.post {
  margin-bottom: 30px;
  background-color: #f7f7f7;
}

.post-thumb {
  display: block;
}

.post-content {
  padding: 56px 40px;
}

.post-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111111;
  margin: 0;
}
.post-title a {
  color: inherit;
}
.post-title a:hover {
  color: #fc427f;
}

.post-date {
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 15px;
}

.post-excerpt {
  margin-bottom: 0;
}
.post-excerpt p {
  margin-bottom: 0;
}

/*** Blog List ***/
.blog-list .post {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.blog-list .post-thumb {
  float: left;
  width: 370px;
}
.blog-list .post-thumb + .post-content {
  width: calc(100% - 370px);
}
.blog-list .post-content {
  width: 100%;
  float: left;
  padding: 45px 30px;
}

.nav-links {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.page-numbers,
a.page-numbers {
  font-weight: 400;
  color: #111111;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  display: inline-block;
}
.page-numbers + .page-numbers,
a.page-numbers + .page-numbers {
  margin-left: 16px;
}
.page-numbers:focus, .page-numbers:visted, .page-numbers:active,
a.page-numbers:focus,
a.page-numbers:visted,
a.page-numbers:active {
  color: #111111 !important;
}
.page-numbers.current,
a.page-numbers.current {
  border-color: #fc427f;
}
.page-numbers:hover,
a.page-numbers:hover {
  color: #fc427f;
}

/*-------------------------------------------
Blog Single 
-------------------------------------------*/
.blog-single .post {
  float: none;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.blog-single .post-content {
  padding: 0;
}
.blog-single .post-metas {
  margin-top: 20px;
}
.blog-single .post-metas .post-meta {
  font-weight: 600;
  color: #111111;
  display: inline-block;
}
.blog-single .post-metas .post-meta + .post-meta {
  margin-left: 35px;
}
.blog-single .post-metas a.post-meta {
  color: #111111;
}
.blog-single .post-metas a.post-meta:hover {
  color: #fc427f;
}
.blog-single .share-post {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fc427f;
}
.blog-single .share-post label {
  font-weight: 600;
  margin: 0;
  display: inline-block;
}
.blog-single .share-post a {
  display: inline-block;
  margin-left: 10px;
}

.post-entry p {
  font-weight: 400;
  margin-bottom: 27px;
}
.post-entry p:last-child {
  margin-bottom: 0;
}
.post-entry blockquote {
  font-weight: 400;
  font-size: 1.4rem;
  border-left: 5px solid #fc427f;
  margin: 0 0 20px 30px;
  padding: 22px 17px;
}

.author-box {
  zoom: 1;
  position: relative;
  overflow: hidden;
  padding: 60px;
  color: #ffffff;
  margin-top: 25px;
  background-color: #fc427f;
}
.author-box .author-thumb {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.author-box .author-thumb + .author-about {
  width: calc(100% - 130px);
}
.author-box .author-about {
  width: 100%;
  float: left;
}
.author-box .author-name {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 0;
}
.author-box .author-bio {
  font-weight: 400;
}
.author-box .author-post-link {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
}
.author-box .author-post-link .fa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-box .author-post-link:hover .fa {
  margin-left: 10px;
}

/*** Comments give ***/
.comments-section {
  margin-top: 55px;
}
.comments-section .lead {
  font-size: 2.2rem;
  font-weight: 700;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment + .comment {
  margin-top: 20px;
}

.comment-wrap {
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.commenter-thumb {
  width: 100px;
  float: left;
  margin-right: 30px;
}
.commenter-thumb + .comment-body {
  width: calc(100% - 130px);
}

.comment-body {
  width: 100%;
  float: left;
}

.comment-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 22px;
}

.comment-reply {
  float: right;
  color: #fc427f;
}
.comment-reply:hover {
  color: #111111;
}

.comment-content p {
  font-weight: 400;
}

.child-comments {
  padding-left: 60px;
}
.child-comments .comment {
  margin-top: 20px;
}

/*** Comment form ***/
.give-your-reply {
  margin-top: 55px;
}
.give-your-reply .commentform-header {
  margin-bottom: 35px;
}
.give-your-reply .commentform-header h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.give-your-reply .commentform-header p {
  font-weight: 400;
}
.give-your-reply label {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 22px;
}
.give-your-reply label input,
.give-your-reply label textarea {
  margin-top: 2px;
}
.give-your-reply input:not([type=radio]):not([type=checkbox]),
.give-your-reply textarea {
  border: 1px solid #111111;
  background-color: transparent;
  font-weight: 400;
  padding: 8px 30px;
}
.give-your-reply [type=submit].btn {
  text-transform: none;
}

/*** Widgets ***/
.widget + .widget {
  margin-top: 56px;
}
.widget .searchform {
  position: relative;
}
.widget .searchform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #111111;
  opacity: 0.44;
}
.widget .searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #111111;
  opacity: 0.44;
}
.widget .searchform :-ms-input-placeholder {
  /* IE 10+ */
  color: #111111;
  opacity: 0.44;
}
.widget .searchform :-moz-placeholder {
  /* Firefox 18- */
  color: #111111;
  opacity: 0.44;
}
.widget .searchform [type=search] {
  background-color: transparent;
  border: 2px solid #e7e7e7;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 30px;
  line-height: 46px;
}
.widget .searchform [type=submit] {
  border: 2px solid transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 46px;
  color: #fc427f;
  width: 70px;
  text-align: center;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul > li {
  display: block;
}
.widget ul > li > a {
  display: inline-block;
  position: relative;
  color: #111111;
  font-weight: 400;
}
.widget ul > li > a:hover {
  color: #fc427f;
}
.widget ul > li > a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: inherit;
  margin-right: 7px;
}
.widget .widget-post {
  zoom: 1;
  overflow: hidden;
  position: relative;
}
.widget .widget-post + .widget-post {
  margin-top: 20px;
}
.widget .widget-post-thumb {
  width: 70px;
  margin-right: 20px;
  float: left;
}
.widget .widget-post-thumb + .widget-post-body {
  width: calc(100% - 90px);
}
.widget .widget-post-body {
  float: left;
  width: 100%;
}
.widget .widget-post-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 6px;
  color: #111111;
  display: block;
}
.widget .widget-post-title:hover {
  color: #fc427f;
}
.widget .widget-post-date {
  font-weight: 400;
}
.widget .widget-tag {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin-right: -10px;
  margin-bottom: -10px;
}
.widget .widget-tag a {
  font-weight: 400;
  border: 1px solid #e7e7e7;
  display: inline-block;
  color: #111111;
  padding: 0 9px;
  line-height: 23px !important;
  margin: 0 6px 10px 0;
}
.widget .widget-tag a:hover {
  border-color: #fc427f;
}
.widget .social-media a {
  display: inline-block;
  line-height: 1;
  font-size: 2.5rem;
  color: #111111;
}
.widget .social-media a:hover {
  color: #fc427f;
}
.widget .social-media a + a {
  margin-left: 21px;
}
.widget .instagram-photos {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin: 0 -10px -10px 0;
}
.widget .instagram-photos .instagram-photo {
  float: left;
  width: 82px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.widget-title:after {
  content: "";
  bottom: 0;
  position: absolute;
  background-color: #fc427f;
  height: 5px;
  width: 50px;
  left: 0;
}

/*--------------------------------
Subscription
--------------------------------*/
.subscription-area .subscription {
  width: 100%;
  position: relative;
  text-align: right;
  font-size: 0;
  margin-top: 39px;
}
.subscription-area .subscription ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.22;
}
.subscription-area .subscription ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.22;
}
.subscription-area .subscription :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 0.22;
}
.subscription-area .subscription :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 0.22;
}
.subscription-area .subscription [type=email] {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff !important;
  background-color: transparent !important;
  margin-right: 26px;
  width: calc(100% - 161px);
  padding: 8px 0;
}
.subscription-area .subscription .btn {
  text-transform: none;
  min-width: 135px;
}

/*----------------------------
Footer
----------------------------*/
.logo-social-area {
  background-image: url(../../themes/fnail01o/assets/images/bg/footer.jpg);
  background-position: center center;
  background-size: cover;
}
.logo-social-area .socials {
  margin-top: 12px;
}
.logo-social-area .socials a {
  color: #ffffff;
  font-size: 2.4rem;
  display: inline-block;
}
.logo-social-area .socials a + a {
  margin-left: 20px;
}

.logo-footer {
  display: inline-block;
}

.footer-contact {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 26px;
}
.footer-contact p {
  display: inline-block;
  margin-bottom: 0;
}
.footer-contact p + p {
  margin-left: 25px;
}

.copyright-footer {
  background-color: #111111;
  border-top: 1px solid #4b4a4a;
  color: #ffffff;
  padding: 22px 0;
}
.copyright-footer p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.copyright-footer .credit-text {
  text-align: right;
}
.copyright-footer a {
  color: #ffffff;
}
.copyright-footer a:hover {
  color: #fc427f;
}

/*--------------------------------
Page Header
--------------------------------*/
.page-header {
  background-image: url(../../themes/fnail01o/assets/images/bg/page-bg.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 160px 0;
  border: none;
  border-radius: 0;
  color: #ffffff;
}

.breadcrumb {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: block;
  font-size: 0;
}
.breadcrumb > li {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}
.breadcrumb > li > a {
  color: #ffffff;
}
.breadcrumb > li.active {
  color: #ffffff;
}
.breadcrumb > li + li:before {
  color: #ffffff !important;
  padding: 0 1px;
}

.page-title {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

/*----------------------------
About Band
----------------------------*/
.about-band-section .section-header {
  position: relative;
  z-index: 2;
}

.band-img {
  display: inline-block;
  float: none;
  margin: -110px auto 0;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.band-info-section {
  padding: 60px 0;
}

.band-info-item {
  text-align: center;
}

.band-info-icon {
  font-size: 2rem;
  line-height: 1;
}

.band-info-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.band-info-content {
  font-weight: 400;
  margin-bottom: 0;
}

.what-we-do-section .side-img {
  background-image: url(../../themes/fnail01o/assets/images/band/what-we-do.jpg);
}

.doing-item + .doing-item {
  margin-top: 45px;
}
.doing-item .doing-icon {
  color: #fc427f;
  font-size: 3.5rem;
  line-height: 1;
}
.doing-item .doing-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** Meet Band Artist ***/
.band-artists {
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.band-artist {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
}
.band-artist:nth-child(odd) {
  margin-top: 70px;
}
.band-artist .artist-name {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 17px;
  margin-bottom: 2px;
}
.band-artist .artist-role {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 3.7px;
}

.band-artist-thumb {
  position: relative;
}

.band-artist-hover {
  position: absolute;
  background-color: rgba(252, 66, 127, 0.66);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.band-artist-hover .btn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 50px;
  color: #111111;
}
.band-artist-hover .btn:hover {
  color: #fc427f;
}

.band-artist:hover .band-artist-hover {
  opacity: 1;
  visibility: visible;
}
.band-artist:hover .band-artist-hover .btn {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

/*** Lates Album Carousel ***/
.latest-album-carousel .latest-album {
  display: block;
  margin: 0 15px;
}
.latest-album-carousel .latest-album img {
  width: 100%;
}

/*--------------------------------
About Artist
--------------------------------*/
.artist-info-section {
  overflow: hidden;
}
.artist-info-section .artist-image {
  position: absolute;
  top: 0;
  right: 0;
}

.about-artist {
  padding-top: 185px;
  padding-bottom: 64px;
}
.about-artist .artist-name {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3.4rem;
  margin-bottom: 16px;
}
.about-artist p {
  margin-bottom: 30px;
}
.about-artist .artist-information-list {
  margin-top: 50px;
}
.about-artist .artist-information-list p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.9;
}
.about-artist .artist-information-list .artist-info-item {
  display: inline-block;
  min-width: 110px;
}
.about-artist .artist-information-list .artist-info-value {
  margin-left: 15px;
  display: inline-block;
}
.about-artist .artist-information-list .artist-social {
  color: #111111;
  display: inline-block;
}
.about-artist .artist-information-list .artist-social + .artist-social {
  margin-left: 10px;
}

/*** Video Player ***/
.plyr .plyr__play-large {
  padding: 40px;
  border: none;
  background-color: #ffffff;
}
.plyr .plyr__play-large svg {
  color: #fc427f;
}
.plyr input[type=range] {
  background-color: transparent !important;
  padding: 0 !important;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
  background-color: #fc427f;
}
.plyr .plyr__progress--played,
.plyr .plyr__volume--display {
  color: #fc427f;
}

.plyr--video .plyr__controls {
  padding: 20px 10px 30px;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background-color: #fc427f;
}

/*** Artist Gallery ***/
.artist-gallery-item {
  position: relative;
  text-align: center;
}
.artist-gallery-item img {
  max-width: 100%;
  height: auto;
}
.artist-gallery-item .artist-gallery-hover {
  background-color: rgba(252, 66, 127, 0.77);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-gallery-item .artist-gallery-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-gallery-item .gallery-zoom {
  font-size: 3.5rem;
  color: #ffffff;
  line-height: 1;
}
.artist-gallery-item .artist-image-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.artist-gallery-item:hover .artist-gallery-hover {
  visibility: visible;
  opacity: 1;
}
.artist-gallery-item:hover .artist-gallery-content {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.artist-gallery-carousel .owl-prev,
.artist-gallery-carousel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.8rem;
  width: 30px;
  text-align: center;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.artist-gallery-carousel .owl-prev:hover,
.artist-gallery-carousel .owl-next:hover {
  opacity: 1;
}
.artist-gallery-carousel .owl-prev .fa,
.artist-gallery-carousel .owl-next .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.artist-gallery-carousel .owl-prev {
  left: 0;
}
.artist-gallery-carousel .owl-next {
  right: 0;
}
.artist-gallery-carousel:hover .owl-prev,
.artist-gallery-carousel:hover .owl-next {
  opacity: 0.5;
}
.artist-gallery-carousel:hover .owl-prev:hover,
.artist-gallery-carousel:hover .owl-next:hover {
  opacity: 1;
}

.instagram-feed-link {
  background-color: #111111;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.instagram-feed-link:hover {
  color: #ffffff;
  background-color: #fc427f;
}
.instagram-feed-link .fa {
  font-size: 2.5rem;
}

/*----------------------------
Album
----------------------------*/
.album-info-section {
  overflow: hidden;
}

.about-album {
  padding-top: 70px;
}
.about-album .album-name {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3.4rem;
  margin-bottom: 16px;
}
.about-album p {
  margin-bottom: 30px;
}
.about-album .album-information-list {
  margin-top: 50px;
}
.about-album .album-information-list p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.9;
}
.about-album .album-information-list .album-info-item {
  display: inline-block;
  min-width: 110px;
}
.about-album .album-information-list .album-info-value {
  margin-left: 15px;
  display: inline-block;
}

/*** Track Section ***/
.tracks-section {
  background-image: url(../../themes/fnail01o/assets/images/bg/album-tracks-bg.jpg);
  background-position: center center;
  background-size: cover;
}
.tracks-section .overlay {
  background-color: rgba(17, 17, 17, 0.8);
}

/*** Album Review ***/
.album-review {
  text-align: center;
}
.album-review blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.album-review .review-rating {
  margin-top: 16px;
}
.album-review .reviewer-name {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px;
}
.album-review .reviewer-profession {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
}

.album-review-carousel .owl-buttons {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.album-review-carousel .owl-prev,
.album-review-carousel .owl-next {
  display: inline-block;
  font-size: 1.8rem;
  color: #111111;
  border: 2px solid #fc427f;
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.album-review-carousel .owl-prev:hover,
.album-review-carousel .owl-next:hover {
  background-color: #fc427f;
  color: #ffffff;
}

.rating-star {
  color: #fc427f;
}
.rating-star + .rating-star {
  margin-left: 6px;
}
.rating-star:before {
  content: "\f006";
  font-family: "FontAwesome";
  font-size: 1.4rem;
}
.rating-star.on:before {
  content: "\f005";
}

/*** Purchase From ***/
.purchase-section {
  background-image: url(../../themes/fnail01o/assets/images/bg/purchase-bg.jpg);
  background-position: center center;
  background-size: cover;
}
.purchase-section .overlay {
  background-color: rgba(17, 17, 17, 0.8);
}

.purchase-button-wrap {
  margin-top: 35px;
  text-align: right;
}
.purchase-button-wrap .btn {
  text-transform: none;
  padding: 0;
  min-width: 166px;
  text-align: center;
}
.purchase-button-wrap .btn + .btn {
  margin-left: 26px;
}
.purchase-button-wrap .btn i {
  color: #ffffff;
}
.purchase-button-wrap .btn.btn-border.btn-white:hover {
  background-color: #fc427f;
  color: #ffffff;
  border-color: #fc427f;
}

/*--------------------------------
Single Concert Page
--------------------------------*/
.concert-single .concert-thumb {
  margin-bottom: 50px;
}
.concert-single .concert-title {
  text-transform: uppercase;
  margin: 0;
}
.concert-single .concert-metas {
  margin-top: 15px;
  margin-bottom: 0;
}
.concert-single .concert-metas .concert-meta {
  display: block;
}
.concert-single .concert-metas .concert-meta label {
  margin: 0;
}
.concert-single .concert-entry {
  margin-top: 15px;
}
.concert-single .concert-entry p {
  margin-bottom: 54px;
}
.concert-single .concert-entry p:last-child {
  margin-bottom: 0;
}
.concert-single .schedules {
  margin-bottom: 54px;
}
.concert-single .schedules .schedule-item + .schedule-item {
  margin-top: 50px;
}
.concert-single .schedules .schedule-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 8px;
}
.concert-single .schedules .schedule-title:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 8px;
}

.performer-section {
  margin-top: 50px;
}
.performer-section .performer-title {
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/*** Concert Single Widget ***/
.widget .ticket-pricing {
  margin: -15px;
  zoom: 1;
  overflow: hidden;
  position: relative;
}
.widget .ticket-pricing-item {
  margin: 15px;
  border: 1px solid #fc427f;
  display: inline-block;
  float: left;
  width: calc(50% - 30px);
  text-align: center;
  padding: 25px 20px;
}
.widget .ticket-pricing-item .ticket-pack-name {
  font-weight: 500;
  line-height: 1.286;
  margin-bottom: 6px;
}
.widget .ticket-pricing-item .ticket-price {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.widget .ticket-btn {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #111111;
  line-height: 29px;
  padding: 0 20px;
  border-radius: 14.5px;
}
.widget .ticket-btn:hover {
  background-color: #fc427f;
  color: #ffffff;
}
.widget .upcoming-shows {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.widget .upcoming-show-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding: 27px 0;
}
.widget .upcoming-show-item:first-child {
  padding-top: 0;
}
.widget .upcoming-show-item .show-content {
  display: inline-block;
}
.widget .upcoming-show-item .show-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}
.widget .upcoming-show-item .show-venue {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.643;
}
.widget .upcoming-show-item .show-type {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.643;
}
.widget .upcoming-show-item .ticket-btn {
  float: right;
  margin-top: 20px;
}
.widget .sponsors {
  zoom: 1;
  overflow: hidden;
  position: relative;
  margin: -33px 0;
}
.widget .sponsor-item {
  display: inline-block;
  width: 33.333333%;
  position: relative;
  height: 100px;
  float: left;
}
.widget .sponsor-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*--------------------------------
Contact Page
--------------------------------*/
.fluid-container {
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.fluid-col-1 {
  width: 25%;
  float: left;
  display: inline-block;
}

.fluid-col-2 {
  width: 50%;
  float: left;
  display: inline-block;
}

.fluid-col-3 {
  width: 75%;
  float: left;
  display: inline-block;
}

.fluid-cdol-4 {
  width: 100%;
  float: left;
  display: inline-block;
}

.contact-info-item {
  background-color: #fc427f;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 145px 50px;
  color: #ffffff;
}
.contact-info-item:nth-child(2) {
  background-image: url(../../themes/fnail01o/assets/images/contact/contact-item-2.jpg);
}
.contact-info-item:nth-child(4) {
  background-image: url(../../themes/fnail01o/assets/images/contact/contact-item-4.jpg);
}
.contact-info-item:nth-child(2n):before {
  content: "";
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-info-item .contact-title,
.contact-info-item .contact-person,
.contact-info-item .contact-info {
  z-index: 1;
  position: relative;
}
.contact-info-item .contact-title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 22px;
  margin-top: 0;
  margin-bottom: 35px;
}
.contact-info-item .contact-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 8px;
  background-color: #ffffff;
}
.contact-info-item .contact-person {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-info-item .contact-info .fa {
  margin-right: 5px;
}

.contact-form-wrap {
  background-image: url(../../themes/fnail01o/assets/images/contact/form.jpg);
  background-position: center center;
  background-size: cover;
}
.contact-form-wrap .overlay-black {
  background-color: rgba(17, 17, 17, 0.9);
  padding: 110px 244px;
}
.contact-form-wrap .section-header:after {
  left: 0;
  margin-left: 0;
}

.contact-form .btn.btn-white {
  text-transform: none;
  color: #111111;
}
.contact-form .btn.btn-white:hover {
  color: #ffffff;
  background-color: #fc427f;
  border-color: #fc427f;
}

.form-map-section .fluid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-map-section .fluid-col-2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.form-map-section .map-area {
  position: relative;
}
.form-map-section .map-area .office-location {
  height: 100%;
}

/*** Basic Form rules **/
form {
  position: relative;
}
form p {
  margin-bottom: 15px;
}
form p:last-child {
  margin-bottom: 0;
}
.text-white form ::-webkit-input-placeholder, .theme-bg form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.text-white form ::-moz-placeholder, .theme-bg form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.text-white form :-ms-input-placeholder, .theme-bg form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.text-white form :-moz-placeholder, .theme-bg form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  font-size: 1.2rem;
  color: #111111;
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  padding: 9px 30px;
}
.text-white input:not([type=radio]):not([type=checkbox]), .theme-bg input:not([type=radio]):not([type=checkbox]),
.text-white textarea, .theme-bg textarea {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
input:not([type=radio]):not([type=checkbox]):focus, textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

textarea {
  resize: none;
}

.input-success,
.input-error {
  margin-bottom: 0;
  display: none;
  padding: 2px 15px;
  color: #ffffff;
}

.input-success {
  background-color: #16a085;
}

.input-error {
  background-color: #fc427f;
}

/*----------------------------
FAQs
----------------------------*/
.faq-section .section-header .section-title {
  text-transform: none;
}
.faq-section .section-header:after {
  left: 0;
  margin-left: 0;
}

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel.panel-default {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
}
.panel-group .panel.panel-default + .panel {
  margin-top: 0;
}
.panel-group .panel.panel-default .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.panel-group .panel.panel-default .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel.panel-default .panel-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.panel-group .panel.panel-default .panel-title > a {
  color: #111111;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.panel-group .panel.panel-default .panel-title > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  padding-right: 30px;
}
.panel-group .panel.panel-default .panel-title > a[aria-expanded="true"] {
  background-color: #fc427f;
  color: #ffffff;
  padding-left: 30px;
}
.panel-group .panel.panel-default .panel-title > a[aria-expanded="true"]:after {
  content: "\f106";
}
.panel-group .panel.panel-default .panel-body {
  font-weight: 400;
  border-left: 3px solid #e7e7e7;
  padding: 0 0 0 13px;
  margin: 15px 15px 10px;
}

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel.panel-iconic {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.11);
}
.panel-group .panel.panel-iconic + .panel {
  margin-top: 15px;
}
.panel-group .panel.panel-iconic .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.panel-group .panel.panel-iconic .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel.panel-iconic .panel-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.panel-group .panel.panel-iconic .panel-title > a {
  color: #ffffff;
  display: block;
  background-color: #fc427f;
  position: relative;
  padding: 17px 0 17px 70px;
}
.panel-group .panel.panel-iconic .panel-title > a .fa {
  background-color: #ffffff;
  color: #fc427f;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 40px;
  text-align: center;
}
.panel-group .panel.panel-iconic .panel-title > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  padding-right: 30px;
}
.panel-group .panel.panel-iconic .panel-title > a[aria-expanded="true"] {
  color: #ffffff;
}
.panel-group .panel.panel-iconic .panel-title > a[aria-expanded="true"]:after {
  content: "\f106";
}
.panel-group .panel.panel-iconic .panel-body {
  font-weight: 400;
  padding: 25px 40px;
  margin: 0;
  color: #ffffff;
}

.faq-section-2 {
  background-image: url(../../themes/fnail01o/assets/images/bg/faq-2.jpg);
  background-position: center center;
  background-size: cover;
}
.faq-section-2 .overlay {
  background-color: rgba(17, 17, 17, 0.8);
}

/*--------------------------------
404 Styles
--------------------------------*/
.section-404 .img-404 {
  display: inline-block;
  float: none;
  margin: 0 auto;
}
.section-404 .title-404 {
  font-weight: 500;
  font-size: 3.4rem;
  margin-top: 44px;
  margin-bottom: 52px;
}
.section-404 .searchform {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  float: none;
}
.section-404 .searchform [type=search] {
  border: 1px solid #e7e7e7;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 17px 30px;
}
.section-404 .searchform [type=submit] {
  color: #fc427f;
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  padding: 13px 30px;
}

@media (max-width: 1620px) {
  .upcoming-album .album-art {
    margin-right: 30px;
    width: 240px;
  }
  .upcoming-album .album-content {
    width: calc(100% - 270px);
  }

  .contact-form-wrap .overlay-black {
    padding: 110px;
  }
}
@media (max-width: 1199px) {
  .upcoming-album {
    padding: 60px;
  }
  .upcoming-album .album-art {
    margin-right: 0;
    width: 100%;
  }
  .upcoming-album .album-content {
    width: 100%;
    margin-top: 20px;
  }

  .artist:hover .artist-avatar:before {
    left: -40px;
  }
  .artist:hover .artist-avatar:after {
    right: -40px;
  }

  .recent-albums {
    width: 370px;
  }

  .post-content {
    padding: 20px 30px;
  }

  .post-date {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .footer-contact {
    margin-top: 10px;
  }

  .logo-social-area .socials {
    margin-top: 5px;
  }

  .page-header {
    padding: 100px 0;
  }

  .purchase-button-wrap .btn + .btn {
    margin-left: 12px;
  }

  .blog-list .post-content {
    padding: 25px 30px;
  }

  .widget .ticket-pricing-item {
    width: calc(100% - 30px);
  }

  .contact-info-item {
    padding: 60px 30px;
  }
  .contact-info-item .contact-title {
    font-size: 2.4rem;
  }

  .about-album {
    padding-top: 0;
  }

  .blog-list .post-thumb {
    width: 350px;
  }
  .blog-list .post-thumb + .post-content {
    width: calc(100% - 350px);
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav .dropdown-menu {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-default .navbar-toggle {
    display: block;
    background-color: #fc427f;
    border-color: #fc427f;
    border-radius: 5px;
    margin: 33px 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .navbar-default .navbar-toggle .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
    margin-top: 6px;
    margin-bottom: -6px;
  }
  .navbar-default .navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    opacity: 1;
    margin-top: -2px;
    margin-bottom: 6px;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fc427f;
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    opacity: 1;
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar:first-child, .navbar-default .navbar-toggle.collapsed .icon-bar:last-child {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar:last-child {
    margin-bottom: 0;
    margin-top: 4px;
  }
  .navbar-default.affix .navbar-toggle {
    margin: 13px 0;
  }
  .navbar-default.affix .navbar-nav > li > a {
    line-height: 15px;
  }
  .navbar-default .navbar-nav {
    margin: 7.5px 10px !important;
    max-height: 400px;
    overflow: auto;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 15px;
    padding: 10px 0px;
    display: block;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #111111;
  }
  .navbar-default .navbar-nav > li.dropdown a:after {
    content: none;
  }
  .navbar-default .navbar-nav > li.active > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-default .navbar-nav li a {
    display: block;
  }
  .navbar-default .navbar-nav li a:after {
    content: none;
  }
  .navbar-default .navbar-nav li.dropdown > a:before {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
    padding: 10px 0 10px 15px;
  }
  .navbar-default .navbar-nav li.dropdown > a.dropdown-open:before {
    content: "\f068";
  }
  .navbar-default .navbar-nav li.dropdown.active > a:before {
    padding-right: 15px;
  }
  .navbar-default .navbar-nav li.dropdown .dropdown > a:after {
    content: none;
  }
  .navbar-default .navbar-nav .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    float: none;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    font-weight: 400;
    padding: 10px 15px;
  }
  .navbar-default .search-nav .search-toggle {
    display: none;
  }
  .navbar-default .search-nav .header-search-wrap {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    position: absolute;
    right: 15px;
    width: 360px;
    max-width: 100%;
    top: 100%;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .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;
  }

  .banner-item {
    height: 600px;
  }

  .banner-title {
    font-size: 3.6rem;
  }

  .section-header.left-style .section-title {
    font-size: 3rem;
  }

  .stage-title {
    font-size: 3rem;
  }

  .col-xs-12 .artist {
    display: inline-block;
    width: 50%;
    text-align: center;
    max-width: none;
    float: left;
  }
  .col-xs-12 .artist .artist-avatar {
    max-width: 278px;
    float: none;
    margin: 0 auto;
  }
  .col-xs-12 .artist .artist-name {
    max-width: 278px;
    float: none;
    margin: 25px auto 0;
    text-align: left;
  }
  .col-xs-12 .artist .artist-role {
    margin: 5px auto 0;
    max-width: 278px;
    float: none;
    text-align: left;
  }

  .artists .col-lg-4:nth-child(2) {
    margin-top: 0;
  }

  .show-date {
    width: 150px;
  }
  .show-date .date {
    font-size: 2.4rem;
  }
  .show-date .day {
    font-size: 1.4rem;
  }

  .show-hall .hall-name {
    font-size: 1.4rem;
  }

  .show-name {
    font-size: 1.4rem;
  }

  .grid-sizer {
    width: 20%;
  }

  .grid-item {
    width: 20%;
  }
  .grid-item img {
    width: 100%;
  }
  .grid-item.grid-item--width2 {
    width: 40%;
  }
  .grid-item.grid-item--width3 {
    width: 60%;
  }

  .recent-albums {
    width: 345px;
  }

  .band-info-items {
    margin-bottom: -40px;
  }

  .band-info-item {
    margin-bottom: 40px;
  }

  .band-artists {
    margin-bottom: -30px;
  }

  .band-artist {
    width: 33.333333%;
    max-width: 234px;
    margin-bottom: 30px;
  }
  .band-artist + .band-artist {
    margin-left: 9px;
  }

  .band-artist:nth-child(odd) {
    margin-top: 0;
  }

  .amplitude-song-container .play-now {
    opacity: 0;
  }

  .artist-info-section .artist-image {
    position: relative;
    text-align: center;
  }
  .artist-info-section .artist-image img {
    display: inline-block;
    margin: 0 auto;
  }

  .about-artist {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .amplitude-song-container {
    font-size: 1.4rem;
  }

  .song-meta-data .song-artist {
    font-weight: 300;
    font-size: 1.2rem;
  }

  .purchase-button-wrap .btn {
    min-width: 124px;
  }
  .purchase-button-wrap .btn + .btn {
    margin-left: 5px;
  }

  .blog-list .post-thumb {
    width: 100%;
  }
  .blog-list .post-thumb img {
    width: 100%;
  }
  .blog-list .post-thumb + .post-content {
    width: 100%;
  }

  .page-numbers + .page-numbers,
  a.page-numbers + .page-numbers {
    margin-left: 5px;
  }

  .page-numbers,
  a.page-numbers {
    height: 32px;
    width: 32px;
    line-height: 30px;
  }

  .author-box {
    padding: 20px;
  }

  .performer-section .col-xs-12 .artist {
    width: 100%;
  }
  .performer-section .artists .col-12 + .col-12 {
    margin-top: 50px;
  }

  .fluid-container .fluid-col-1 {
    width: 50%;
  }
  .fluid-container .fluid-col-2 {
    width: 100%;
  }

  .contact-info-item:nth-child(3) {
    background-image: url(../../themes/fnail01o/assets/images/contact/contact-item-4.jpg);
  }
  .contact-info-item:nth-child(3):before {
    content: "";
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .contact-info-item:nth-child(4) {
    background-color: #fc427f;
    background-image: none;
  }
  .contact-info-item:nth-child(4):before {
    content: none;
  }

  .form-map-section .fluid-container {
    display: block;
  }
  .form-map-section .fluid-col-2 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .form-map-section .map-area .office-location {
    height: 360px;
  }

  .faq-section .col-md-6 + .col-md-6 {
    margin-top: 60px;
  }

  .about-album {
    padding-top: 40px;
  }

  .filter-button-group button {
    padding: 0 15px;
  }

  .md-top-m-30 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-default,
  .navbar-default.affix {
    min-height: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.25);
    position: fixed;
  }
  .navbar-default .navbar-toggle,
  .navbar-default.affix .navbar-toggle {
    margin: 13px 0 13px 0;
  }
  .navbar-default .navbar-brand,
  .navbar-default.affix .navbar-brand {
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .fluid-container .half {
    width: 100%;
  }

  .upcoming-album .album-art {
    width: 240px;
    margin-right: 30px;
  }
  .upcoming-album .album-content {
    width: calc(100% - 270px);
    margin-top: 0;
  }

  .section-header.left-style {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .section-header.left-style:after {
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -50px;
  }

  .stage-countdown-wrap {
    float: none;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  .stage-title {
    font-size: 2.4rem;
  }

  .table-responsive {
    border: none;
  }

  .recent-albums {
    width: 450px;
    float: none;
    margin: 0 auto;
  }

  .subscription-area .subscription {
    max-width: 440px;
    margin: 40px auto 0;
  }
  .subscription-area .subscription [type=email] {
    width: 275px;
  }

  .copyright-footer .col-xs-12 {
    text-align: center;
  }
  .copyright-footer .col-xs-12 .credit-text {
    text-align: center;
  }

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

  .page-header {
    padding: 60px 0;
  }

  .band-img {
    margin: -60px auto 0;
  }

  .band-artist + .band-artist {
    margin-left: 0;
  }

  .purchase-button-wrap {
    text-align: center;
    min-width: 140px;
  }

  .blog-list .post {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .sidebar {
    margin-top: 60px;
  }

  .performer-section .col-xs-12 .artist {
    width: 50%;
  }

  .widget .ticket-pricing-item {
    width: calc(50% - 30px);
  }

  .contact-form-wrap .overlay-black {
    padding: 60px;
  }

  .copyright-footer .copyright,
  .copyright-footer .credit-text {
    text-align: center;
  }

  .show-table tr {
    display: block;
    border: 1px solid #e7e7e7;
    padding: 20px 0;
  }
  .show-table tr + tr {
    margin-top: 10px;
  }
  .show-table tr:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
  .show-table tr td {
    display: block;
    padding: 0 20px;
  }
  .show-table tr td + td {
    margin-top: 10px;
  }
  .show-table .show-ticket {
    width: 100%;
    text-align: left;
  }

  .album-art-block .album-art-space img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
  }

  .sm-top-m-30 {
    margin-top: 30px;
  }

  .filter-button-group button {
    margin: 2px 0;
  }

  .page-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 639px) {
  .navbar-default .navbar-collapse {
    width: 100%;
    max-width: none;
    right: 0;
    left: 0;
  }

  .upcoming-album .album-art {
    width: 100%;
    margin-right: 0;
  }
  .upcoming-album .album-content {
    width: 100%;
    margin-top: 20px;
  }

  .col-xs-12 .artist {
    width: 100%;
  }
  .col-xs-12 .artist + .artist {
    margin-top: 30px;
  }

  .artists .col-12 + .col-12 {
    margin-top: 30px;
  }

  .products .col-xs-4 {
    width: 50%;
  }

  .section-404 .title-404 {
    font-size: 2.4rem;
  }

  .page-title {
    font-size: 3.4rem;
  }

  .music-wrap .col-xs-6 {
    width: 100%;
  }
  .music-wrap .col-xs-6 .player-main-block {
    max-width: 380px;
    margin: 0 auto 30px;
  }
  .music-wrap .col-xs-6 .slimScrollDiv {
    max-width: 380px;
    margin: 0 auto;
  }

  .performer-section .col-xs-12 .artist {
    width: 100%;
  }
  .performer-section .artists .col-12 + .col-12 {
    margin-top: 50px;
  }

  .filter-button-group button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 5px;
  }
  .filter-button-group button + button {
    margin-left: auto;
  }
}
@media (max-width: 579px) {
  .grid-sizer {
    width: 50%;
  }

  .grid-item {
    width: 50%;
  }
  .grid-item.grid-item--width2 {
    width: 50%;
  }
  .grid-item.grid-item--width3 {
    width: 50%;
  }

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

  .band-artist {
    width: 100%;
    max-width: 234px;
    margin: 0 auto 30px;
    float: none;
  }

  .section-header.left-style .section-title {
    font-size: 2.4rem;
  }

  .author-box .author-thumb + .author-about {
    width: 100%;
    margin-top: 20px;
  }

  .gallery.column-4 .col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .amplitude-song-container {
    padding: 15px;
  }

  .song-meta-data {
    margin-left: 5px;
    width: calc(100% - 30px);
  }

  .player-track-list-block {
    padding-right: 10px;
  }

  .about-artist .artist-information-list .artist-info-value {
    max-width: calc(100% - 128px);
    vertical-align: top;
  }

  .purchase-button-wrap .btn {
    width: 100%;
  }
  .purchase-button-wrap .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .banner-item {
    height: 460px;
  }

  .upcoming-album .album-title {
    font-size: 2.4rem;
  }
  .upcoming-album .release-date {
    font-size: 1.4rem;
  }

  .grid-sizer {
    width: 100%;
  }

  .grid-item {
    width: 100%;
  }
  .grid-item.grid-item--width2, .grid-item.grid-item--width3 {
    width: 100%;
  }

  .products {
    margin-bottom: -30px;
  }
  .products .col-xs-4 {
    width: 100%;
  }
  .products .col-xs-4 .product {
    max-width: 270px;
    margin: 0 auto 30px;
  }

  .blog-grid .col-xs-6 {
    width: 100%;
  }
  .blog-grid .col-xs-6 .post {
    max-width: 370px;
    float: none;
    margin: 0 auto 30px;
  }

  .recent-albums {
    max-width: 100%;
  }
  .recent-albums .album-thumb {
    width: 100%;
  }
  .recent-albums .album-thumb img {
    max-width: 100%;
  }

  .countdown-stage {
    padding: 10px;
  }
  .countdown-stage .section_count .tcount {
    font-size: 2.4rem;
  }
  .countdown-stage .section_count .text {
    font-size: 1.2rem;
  }

  .subscription-area .subscription [type=email] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .subscription-area .subscription .btn {
    width: 100%;
  }

  .footer-contact p + p {
    margin-left: 0;
    display: block;
  }

  .band-info-items .col-xs-6 {
    width: 100%;
    text-align: center;
  }

  .plyr .plyr__play-large {
    padding: 15px;
  }

  .blog-single .post-metas .post-meta {
    display: block;
    width: 100%;
  }
  .blog-single .post-metas .post-meta + .post-meta {
    margin-left: 0;
  }

  .blog-single .post-date {
    margin-bottom: 0;
  }

  .post-entry {
    margin-top: 15px;
  }

  .commenter-thumb {
    display: none;
  }
  .commenter-thumb + .comment-body {
    width: 100%;
  }

  .comment-title .comment-date {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .comment-content p {
    margin-bottom: 0;
  }

  .widget .ticket-pricing-item {
    width: calc(100% - 30px);
  }

  .contact-form-wrap .overlay-black {
    padding: 60px 15px;
  }

  .fluid-container .fluid-col-1 {
    width: 100%;
  }

  .products {
    margin-bottom: -30px;
  }
  .products .col-xs-6 {
    width: 100%;
  }
  .products .col-xs-6 .product {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}

/* global */
img {
    max-width: 100%;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.relative.w100 {
    min-width: 100%;
}

.form-tooltip-error ul, .form-tooltip-error ul li {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.maxlength-error {
    color: #f00;
}

.relative .fa-calendar {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
}

/* Waiting Dialog */
.modal-dialog .modal-content {
    background-color: #fff;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;

    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/* Menu Button Mobile */
.mean-container .mean-bar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.mean-container a.meanmenu-reveal {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -25px 5px 0 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    border-radius: 3px;
}

.mean-container a.meanmenu-reveal > span,
.mean-container a.meanmenu-reveal > span:before,
.mean-container a.meanmenu-reveal > span:after {
    position: relative;
    width: 40px;
    margin: auto;
    height: 4px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    border-radius: 1px;
}

.mean-container a.meanmenu-reveal > span:before, .mean-container a.meanmenu-reveal > span:after {
    position: absolute;
    z-index: 2;
}

.mean-container a.meanmenu-reveal > span:before {
    top: -9px;
}

.mean-container a.meanmenu-reveal > span:after {
    bottom: -9px;
}

.mean-container a.meanmenu-reveal.meanclose > span:before {
    top: 0;
    transform: rotate(45deg);
}

.mean-container a.meanmenu-reveal.meanclose > span:after {
    top: -8px;
    transform: rotate(-45deg);
}

/* Menu Mobile Scroll */
.mobile-menu-scroll {
    overflow: scroll hidden;
}

.mobile-menu-scroll ul {
    display: flex;
}

.mobile-menu-scroll ul, .mobile-menu-scroll ul li {
    margin: auto;
    padding: 0;
    list-style: none;
}

.mobile-menu-scroll ul li a {
    display: block;
    padding: 15px;
    line-height: 1;
    color: #171717;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-menu-scroll ul li a:hover, .mobile-menu-scroll ul li a:focus {
    color: #171717;
}

.mobile-menu-scroll ul li.active a {
    color: #f5f5f5;
    background-color: #171717;
}

/* Social */
ul.social, ul.social li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: auto;
}

ul.social li {
    padding: 5px;
}

/* Slider Pro */
.section-slider {
    border: none;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.sp-slide-content {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.sp-buttons {
    margin-top: -60px;
    padding-bottom: 29px;
}

.sp-button {
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 2px #000;
}

.slider-width-height .fixed {
    height: 0; /* Auto height */
}

/*freeze footer*/
.freeze-footer {
    position: fixed;
    right: 15px;
    bottom: 60px;
    padding: 0;
    display: inline-block;
    z-index: 1021;
}

.freeze-footer ul {
    margin: 0;
    padding: 0;
}

.freeze-footer ul li {
    list-style-type: none;
}

.freeze-footer .icon {
    display: inline-flex;
}

.freeze-footer a {
    width: 100%;
    margin-bottom: 15px;
}

@media ( max-width: 767px ) {
    .freeze-footer {
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
    }

    .freeze-footer ul {
        display: flex;
    }

    .freeze-footer ul li {
        width: 50%;
        padding: 0 15px;
        margin-left: auto;
        display: block;
    }
}

/*freeze header*/
.freeze-header {
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    width: 100%;
}

.freeze-header.with-bg {
    -webkit-box-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 0px 1px 1px #eee;
    box-shadow: 0px 1px 1px #eee;

    width: 100%;
}

/* Open hour - Contact info */
.foh-wrap,
.fci-wrap {
    display: inline-table;
    text-align: left;
}

.foh-row,
p.foh-row,
span.foh-row,
div.foh-row,
.fci-row,
p.fci-row,
span.fci-row,
div.fci-row {
    line-height: 1.5;
    display: table-row;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.foh-row .foh-time,
p.foh-row .foh-time,
span.foh-row .foh-time,
div.foh-row .foh-time,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title,
.fci-row .fci-content,
p.fci-row .fci-content,
span.fci-row .fci-content,
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    text-transform: initial;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}

/* Youtube iframe */
.youtube-player {
    position: relative;
    padding-bottom: 56.25%; /* Use 75% for 4:3 videos */
    width: 100%;
    max-width: 100%;
    height: 0;
    background: #000;
    margin: 15px auto;
    overflow: hidden;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

/*Service*/
.service-line {
    padding-bottom: 15px;
}

.service-image-wrap {
    text-align: center;
}

.service-image {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    max-width: 240px;
}

.service-image.circle {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid;
}

.service-image.square {
    border: 3px solid;
}

.service-image-bg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.service-image-bg img {
    display: none !important;
}

.service-name {
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

.service-desc {
    font-weight: normal;
    margin: -15px 0 15px;
}

.detail-container {
    display: flex;
    margin-bottom: 15px;
}

.detail-thumb {
    margin: 3px 7px 7px 0;
    max-width: 110px;
}

.detail-no-thumb {
    display: none;
}

.detail-text {
    flex: 1;
}

.detail-price-item {
    display: flex;
    width: 100%;
    padding: 0 0 15px;
}

.detail-desc-item {
    margin: -15px 0 15px;
}

.detail-container .detail-price-item {
    padding-bottom: 0;
}

.detail-container .detail-desc-item {
    margin: 15px 0 0;
}

.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted;
}

.detail-price-number {
    padding-left: 5px;
    font-weight: bold;
}

.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

.detail-price-number span {
    padding: 3px;
}

.detail-price-number .old {
    text-decoration: line-through;
    font-size: 90%;
}

.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots,
.detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}

.service-list-sub {
    padding-left: 15px;
}

.service-btn-group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-btn-group .btn {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .right.service-image-wrap {
        text-align: right;
    }

    .left.service-image-wrap {
        text-align: left;
    }

    .service-image.circle {
        max-width: 320px;
    }

    .service-image.square {
        max-width: 100%;
    }
}

/* Gallery */
.m-category-tab {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
}

.m-gallery-content {
    position: relative;
}

.m-category-tab li, .m-category-tab li.active, .m-category-tab li:hover {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.m-gallery-content, .m-gallery-listing, .m-gallery-paging {
    text-align: center;
}

@media ( max-width: 475px ) {
    .m-category-tab li {
        width: 100%;
    }
}

.m-gallery-box-wrap {
    padding: 0 10px;
    margin: 0 0 15px 0;
    overflow: initial;
}

.m-gallery-box {
    position: relative;
    margin: 0 -10px 10px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-image-bg, .m-gallery-box .m-image-bg {
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    padding-bottom: 75%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.m-image-bg img, .m-gallery-box .m-image-bg img {
    display: none !important;
}

.m-image-title, .m-gallery-box .m-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: rgba(3, 3, 3, 0.3);
    filter: alpha(opacity=30);
    max-height: 60px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

.m-gallery-box:hover, .m-gallery-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* Coupon */
.m-coupon-box {
    position: relative;
    z-index: 0;

    margin: 0;
    margin-bottom: 30px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-giftcards {
    margin-bottom: 30px;
}

.m-giftcards .m-coupon-box {
    margin-bottom: 15px;
}

.m-coupon-info {
    text-align: center;
}

.m-coupon-box:hover, .m-coupon-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.m-coupon-price {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
}

/*Old Booking*/
.item-booking {
    width: auto;
}

.addButton, .removeButton {
    display: inline-block;
}

.email-booking .multi select {
    height: 256px;
}

.email-booking .group-select optgroup {
    font-weight: bold;
}

.email-booking .group-select optgroup, .email-booking .group-select option {
    height: auto;
    white-space: normal;
}

.sms-booking #btn_search_booking .btn-search {
    width: 100%;
    height: 54px;
    line-height: 1;
}

.sms-booking .item-booking.is-more {
    position: relative;
    z-index: 0;
}

.sms-booking .item-booking .remove-services {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.sms-booking .item-booking.is-more .booking-service label {
    padding-left: 30px;
}

#booking_info {
    padding-top: 30px;
}

#booking_info .note-time {
    color: #f00;
    font-style: italic;
}

.box_account_v1 {
    padding: 15px;
}

.smsBookingConfirm .btn {
    margin-bottom: 15px;
}

.time_work_staff_v1 ul {
    padding: 0;
}

.time_work_staff_v1 ul li {
    list-style-type: none;
}

.time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.time_work_staff_v1 ul li > a {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid;
}

.time_work_staff_v1 ul li > span {
    text-decoration: line-through;
}

/*.btn.focus, .btn:focus, .btn:hover {
    color: inherit;
}*/

@media ( max-width: 575px ) {
    .email-booking .multi select {
        max-height: 54px;
    }
}

/* Booking */
.form-input-group {
    position: relative;
}

.form-input-group .form-text {
    padding-right: 45px;
}

.form-input-group .form-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    margin-top: -9px;
}

.form-booking .group-select, .form-booking-confirm .group-select,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    margin-bottom: 15px;
}

.form-booking .btn-search, .form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    display: block;
    width: 100%;
    border-color: #ced4da;;
}

.form-booking .btn-search, .form-booking .btn-search:hover, .form-booking .btn-search:focus,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-confirm:hover, .form-booking-confirm .btn-confirm:focus {
    background-color: #ef2b53;
    color: #fff;
}

.form-booking-confirm .btn-cancel, .form-booking-confirm .btn-cancel:hover, .form-booking-confirm .btn-cancel:focus {
    background-color: #d7d7d7;
    border-color: #ced4da;;
    color: #333;
}

.form-booking .form-control, .form-booking .btn-search,
.form-booking-confirm .form-control, .form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    border-radius: 0;
    min-height: 54px;
}

.form-booking .form-control[multiple] {
    min-height: 155px;
}

.form-booking .form-control[multiple] optgroup, .form-booking .form-control[multiple] option {
    height: auto;
}

.form-booking .form-control[multiple] option {
    padding: 7px 0;
}

.form-booking .booking-service-staff.is-more {
    position: relative;
}

.form-booking .booking-service-staff .remove-services {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    min-width: 175px;
    min-height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.form-booking .booking-service-staff.is-more .booking-service label {
    padding-left: 20px;
}

.add-services {
    display: inline-block;
}

.box-booking-info {
    padding-top: 30px;
}

.booking-info-title {
    position: relative;
    text-align: center;
}

.booking-info-title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -5px;
    height: 3px;
    width: 100px;
    margin-left: -50px;
    background-color: #ced4da;
}

.box-service-staff {
    display: flex;
    flex-wrap: wrap;
}

.service-staff {
    background-color: #f8f9fa;
    margin: 15px 15px 15px 0;
    padding: 15px 15px 15px 0;
    border-left: 3px solid #efefef;
    display: inline-flex;
    min-width: calc(24.999% - 30px);
}

.service-staff .service-staff-avatar {
    float: left;
    max-width: 100px;
    margin: 5px 0 15px 15px;
}

.service-staff .service-staff-avatar.no-photo {
    display: none;
}

.service-staff .service-staff-info {
    margin-left: 15px;
}

.service-staff .service-staff-info p {
    line-height: 1.5;
}

.date-info, .time-info {
    margin-bottom: 15px;
}

.time-info .time-note {
    color: #f00;
    font-size: 13px;
}

.time-info .time-items, .time-info .time-items li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.time-info .time-items li {
    padding: 5px;
    display: inline-block;
}

.time-items li > a, .time-items li > span {
    color: #333;
    font-size: 14px;
    line-height: 1;
}

.time-items li > a {
    display: inline-block;
    padding: 10px;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
}

.time-items li > span {
    text-decoration: line-through;
}

.box-booking-confirm {
    background: #fff;
    padding: 15px;
    text-align: left;
}

@media ( max-width: 767px ) {
    .booking-confirm-title {
        font-size: 35px;
    }

    .booking-confirm-note {
        font-size: 17px;
    }
}

@media ( max-width: 575px ) {
    .booking-confirm-title {
        font-size: 20px;
    }

    .booking-confirm-note {
        font-size: 15px;
    }

    .service-staff {
        min-width: calc(50% - 30px);
    }
}
/* Datetimepicker */
.datepicker {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.datepicker td {
    padding: 3px 7px;
}

/*Back To Top*/
#back-to-top, .back-to-top {
    display: none;
}

/*Fonts*/
body {
    font-family: "Raleway", sans-serif;
}

/* Paging */
.pagination > li > a.hover-main-color,
.pagination > li > span.hover-main-color {
    color: #000;
    margin-left: 1px;
}

.pagination > li.active > a.hover-main-color,
.pagination > li.active > span.hover-main-color,
.pagination > li > a:hover.hover-main-color,
.pagination > li > span:hover.hover-main-color {
    background-color: #fc427f;
    color: #fff;
    border: 1px solid #ccc;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Menu Main */
.navbar-default, .navbar-default .navbar-collapse {
    position: static;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.header-nav-desktop {
    text-align: right;
}

.header-nav-desktop ul.nav.navbar-nav {
    margin-left: auto;
}

.navbar-default .navbar-nav > li.dropdown > a:after {
    content: "";
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    border: none;
}

.navbar-default .navbar-nav > li.active li a:visited {
    color: #111;
    background-color: #fff;
}

.navbar-default .navbar-nav > li.active li a:visited:hover {
    color: #fc427f;
}

@media (max-width: 1650px) {
    .navbar .navbar-container {
        min-width: 100%;
    }
}

/* Menu Mobile */
.menu_mobile_v1 {
    min-height: 100px;
}

.menu_mobile_v1, .mean-container .mean-nav {
    background-color: #fff;
}

.mean-container a.meanmenu-reveal {
    border-color: #171717;
}

.mean-container a.meanmenu-reveal > span, .mean-container a.meanmenu-reveal > span:before,
.mean-container a.meanmenu-reveal > span:after {
    background-color: #171717;
}

.mean-container .mean-nav {
    margin-top: 110px;
}

.mean-container .mean-nav ul li a, .mobile-menu-scroll ul li a {
    color: #171717;
}

.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li.active a {
    background: #fc427f;
}

.mobile_logo_container {
    text-align: center;
    width: calc(100% - 55px);
}

.mobile_logo img {
    max-height: 90px;
}

.mobile-menu-scroll ul li a:hover, .mobile-menu-scroll ul li a:focus {
    color: #fc427f;
}

.mobile-menu-scroll ul li.active a {
    color: #f5f5f5;
    background-color: #fc427f;
}


/* Menu Footer */
.logo-footer img {
    max-height: 110px;
}

/* Social */
ul.social, ul.social li {
    list-style: none;
    padding: 0;
    margin: auto;
}

ul.social li {
    display: inline-block;
    padding: 5px;
}

/* Footer */
.section-footer {
    position: relative;
    z-index: 1;

    background-image: url(../library/global/nail-images/bg-nail-4.webp);
    background-size: cover;
    background-position: center;
}

.section-footer:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 66, 127, 0.9);
}

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

@media (min-width: 768px) {
    .section-footer {
        background-attachment: fixed;
    }
}

/* Footer Contact */
.footer-content {
    padding-top: 15px;
    text-align: left;
}

.footer-contact a, .footer-contact a:hover, .footer-content a, .footer-content a:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .footer-contact .address br {
        display: none;
    }
}

/* Freeze Header */
.freeze-header.with-bg {
    background-color: #fff;
}

.freeze-header .mean-container .mean-nav {
    overflow-y: auto;
    max-height: calc(100vh - 110px);
}

/* Freeze Footer & Scroll Top */
.freeze-footer .btn {
    padding: 10px;
    line-height: 1;
    font-size: 30px;
    min-width: 60px;
    border-radius: 3px;
}

.freeze-footer .btn, .freeze-footer .btn .fa {
    color: #fff;
}

#back-to-top {
    position: fixed;
    z-index: 1021;
    bottom: 15px;
    right: 15px;
    height: 45px;
    min-width: 60px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #fc427f;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 767px) {
    #back-to-top {
        bottom: 75px;
    }

    .freeze-footer {
        background-color: #fc427f;
        padding: 15px 0 0;
    }

    .freeze-footer .btn {
        font-size: 17px;
    }

    .copyright-footer {
        padding-bottom: 120px;
    }
}

/* Home About */
.section-about-home {
    position: relative;
    background: none;
}

.section-about-home-bg {
    position: relative;
    background-image: url(../library/global/nail-images/bg-nail-5.jpg);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.section-about-home-bg2 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../library/global/nail-images/bg-about.webp);
}

.section-about-home-bg, .section-about-home-bg2 {
    background-position: left top;
    background-size: cover;
}

.about-singer-content {
    padding: 45px 0;
}

@media (min-width: 768px) {
    .section-about-home-bg, .section-about-home-bg2 {
        position: absolute;
        z-index: -1;
        width: 50%;
        height: 100%;
        padding-bottom: 0;
    }

    .section-about-home-bg2 {
        left: auto;
        right: 0;
    }
}

/* Home Location */
.section-location a {
    color: #fff;
}

/* Home Service */
.artists .col-lg-4, .artists .col-lg-4:nth-child(n) {
    margin-top: 0;
}

.service-items .service-item {
    margin-bottom: 30px;
    max-width: 100%;
}

.service-i-img, .service-i-name, .service-i-description {
    margin-bottom: 7px;
}

.service-i-container {
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.service-i-img img {
    width: 100%;
    border: 3px solid #e7e7e7;
}

.artist .artist-avatar:before, .artist .artist-avatar:after {
    width: 100%;
    height: 100%;
}

.artist:hover .artist-avatar:before {
    left: -20%;
}

.artist:hover .artist-avatar:after {
    right: -20%;
}

.service-i-name {
    font-size: 17px;
}

.service-item .service-i-description {
    color: #111;
    text-transform: initial;
}

@media (min-width: 576px) {
    .service-i-container {
        margin: 0 30px;
    }
}

/* Home Gallery */
.grid-items .grid-item, .grid-items .grid-item img {
    width: 100%;
}

.items-gallery.owl-carousel .owl-nav .owl-next,
.items-gallery.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.items-gallery.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.items-gallery.owl-carousel .owl-nav .owl-next {
    right: 0;
}

@media (min-width: 576px) {
    .grid-items .grid-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .grid-items .grid-item {
        width: 33.333%;
    }
}

@media (min-width: 1200px) {
    .grid-items .grid-item {
        width: 25%;
    }
}

/* Home Testimonial */
.section-testimonial {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    background-image: url(../library/global/nail-images/bg-nail.webp);
    background-size: cover;
    background-position: right center;
}

.section-testimonial:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.single-testimonial-item {
    padding: 60px 45px;
    background-color: #fff;
    text-align: center;
}

.single-testimonial-item .testimonial-content {
    padding: 15px;
}

.single-testimonial-item .testimonial-img {
    width: 240px;
    min-width: 240px;
    margin: auto
}

.section-testimonial .owl-carousel .owl-nav .owl-next,
.section-testimonial .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #000;
}

.section-testimonial .owl-nav .owl-prev {
    left: 0;
}

.section-testimonial .owl-nav .owl-next {
    right: 0;
}

@media (min-width: 576px) {
    .single-testimonial-item {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .section-testimonial {
        background-attachment: fixed;
    }
}

/* Breadcrumb */
.page-header {
    position: relative;
    z-index: 1;

    background-image: url(../library/global/nail-images/bg-banner.jpg);
    padding: 45px 0;
}

.page-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 66, 127, 0.7);
}

@media (min-width: 768px) {
    .page-header {
        background-attachment: fixed;
    }
}

/* Container */
.section-header .section-subtext {
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

.section-padding {
    padding: 45px 0;
}

/* Gallery, Coupon, Gift-Cards */
.m-category-tab li {
    background-color: #fff;
    color: #000;
}

.m-category-tab li.active, .m-category-tab li:hover {
    background-color: #000;
    color: #fff;
}

.m-gallery-box {
    background-color: #fff;
}

.m-image-title, .m-gallery-box .m-image-title {
    color: #FFF;
    font-weight: 500;
    background-color: rgba(252, 66, 127, 0.7);
}

.m-coupon-price {
    background-color: rgba(207, 0, 15, 0.9);
    color: #fff;
}

/* Service */
.service-name {
    font-size: 30px;
}

.service-image.circle, .service-image.square {
    border-color: #fc427f
}

.service-name {
    color: #fc427f;
}

.detail-price-dots {
    border-color: #e7e7e7;
}

.detail-desc-item, .service-desc {
    font-style: italic;
}

/* Booking */
input:not([type=radio]):not([type=checkbox]), textarea, .form-control {
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.form-booking .btn-search, .form-booking .btn-search:hover, .form-booking .btn-search:focus,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-confirm:hover, .form-booking-confirm .btn-confirm:focus {
    background-color: #fc427f;
    color: #fff;
}

/* Date time picker */
.bootstrap-datetimepicker-widget {
    font-size: 15px;
}

/* Contact */
.fluid-container {
    display: flex;
    flex-wrap: wrap;
}

.fluid-container .fluid-col-1 {
    width: 100%;
}

.fluid-container .contact-info-item {
    background-image: none;
    background-color: #fc427f;
}

.contact-info-item:before, .contact-info-item:nth-child(3):before,
.contact-info-item:nth-child(2):before, .contact-info-item:nth-child(1):before {
    background-color: transparent;
}

.fluid-container .contact-info-item:nth-child(2) {
    background-color: #111;
}

.contact-info-item a, .contact-info-item a:hover, .contact-info-item a:focus {
    color: #fff;
}

.contact-info-item, .contact-info-item a {
    font-size: 20px;
}

.group-select {
    margin-bottom: 15px;
}

.form-control {
    min-height: 45px;
}

@media (min-width: 768px) {
    .fluid-container .fluid-col-1 {
        width: 33.333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-info-item, .contact-info-item a {
        font-size: 17px;
    }
}

/* News, Table of content */
#toc_container {
    border-color: #a2a9b1;
    background-color: #f8f9fa;
}

.section-news .n-meta {
    border-color: #ef2b53;
}

.section-news .n-meta .date-d, .section-news .n-meta .date-m {
    color: #ef2b53;
}

.section-news .n-thumb a:after {
    background: rgba(0, 0, 0, 0.6);
}

.section-news .n-item:hover .n-thumb a:after {
    color: #fff;
}

.n-author, .n-author a {
    color: #aaa;
}

.box_news_details .news_content, .box_news_details .news_content p, .box_news_details .news_content span {
    color: #fff;
}

.box_news_details > h3 {
    color: #333;
}

.box_news_details blockquote {
    background-color: #f6f6f6;
    border-left-color: #464646;
    color: #666;
}

.news_comment_v1 h3.leave_comment_v1,
.box_comment_new_v1 h3.leave_comment_v1,
.search_area_bar h3.leave_comment_v1,
.recent_area_bar h3.leave_comment_v1,
.category_news_v1 h3.leave_comment_v1,
.tag_news_v1 h3.leave_comment_v1 {
    border-bottom-color: #ddd;
}

.news_comment_v1 h3.leave_comment_v1::before,
.box_comment_new_v1 h3.leave_comment_v1::before,
.search_area_bar h3.leave_comment_v1::before,
.recent_area_bar h3.leave_comment_v1::before,
.category_news_v1 h3.leave_comment_v1::before,
.tag_news_v1 h3.leave_comment_v1::before {
    background: #ef2b53 none repeat scroll 0 0;
}

.news_top_comment .msg_avatar_v1 a {
    color: #252525;
}

.news_details_title_v1 .first_title_v1 span {
    color: #666;
}

.box_comment_new_v1 .leave_form input, .box_comment_new_v1 .text_leave textarea {
    background: transparent none repeat scroll 0 0;
    border-color: #c1c1c1;
    color: #666;
}

.box_comment_new_v1 .text_leave button.submit {
    background-color: #ef2b53;
    border-color: #ef2b53;
    color: #fff;
}

.search_area_bar input[type="text"] {
    background-color: #fff;
    border-color: #d3d3d3;
    color: #666;
}

.search_area_bar button.submit {
    background-color: #ef2b53;
    border-color: #ef2b53;
    color: #fff;
}

.category_news_v1 ul li a {
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.category_news_v1 ul li:hover a {
    color: #ef2b53
}

.tag_news_v1 ul li a {
    background-color: #e6e6e6;
    color: #252525;
}

.tag_news_v1 ul li:hover a {
    background-color: #ef2b53;
    color: #fff;
}

.section-news .nearby {
    border-color: #DEDEDE;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .news_sidebar_left {
        border-left-color: #eee;
    }
}

/* By Consent */
.consent-form2 {
    border-top-color: #333;
}

.btn_consent, .btn_consent:hover, .btn_consent:focus {
    border-color: #fc427f;
    background: #fc427f;
    color: #fff;
}

/* Slider */
.section-slider {
    overflow: hidden;
}
.sp-text-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.sp-text-inner {
    flex: 1;
}

.sp-text {
    color: #333;
    text-shadow: 1px 0 0 #f5f5f5, -1px 0 0 #f5f5f5, 0 1px 0 #f5f5f5, 0 -1px 0 #f5f5f5;
}

/* Form */
input.form-control:disabled, input.form-control[readonly] {
    background-color: #e9ecef;
}

/* Testimonial */
.testimonial-content .name, .testimonial-content .regency {
    font-size: 21px;
}
.testimonial-content .country {
    font-size: 17px;
}

/* Booking */
.policy-booking-phone {
    margin: 7px auto auto;
    padding: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
    line-height: 1.35;
}

/* Gallery video */
.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.youtube-wrapper .youtube-player {
    margin: auto;
    background-color: transparent;
}

/*BEG: css for Gallery-Html*/
.m-gallery-box-wrap .col-xs-6.col-sm-4 {
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

body.site-gallery .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 {
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

.youtube-wrapper iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ytp-cued-thumbnail-overlay-image {
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
}

/*END: css for Gallery-Html*/
/*By Demo*/
.mobile-menu-scroll {
    min-height: 50px;
}

.mobile-menu-scroll ul li a {
    display: inline-block;
}

@media (max-width: 767px) {
    .freeze-footer {
        padding: 0;
        background-color: transparent;
    }

    .freeze-footer a {
        margin: 0;
    }
}

.service-i-description.artist-role {
    display: none;
}

.navbar-brand img {
    max-height: 90px;
}

.about-singer-content .about-singer-role {
    text-transform: none;
}

ul.social li img {
    width: 50px;
}

.service-i-img img {
    border-radius: 50px;
}

.about-singer-content {
    padding: 110px 0 70px 70px;
}

@media (max-width: 767px)  {
    .about-singer-content {
        padding: 30px 0;
    }
}

.about-singer-content .about-singer-role:before {
    width: 30px;
}

.about-singer-content .about-singer-role {
    padding-left: 50px;
}

.section-padding {
    padding: 70px 0;
}

.section-header {
    margin-bottom: 30px;
}

ul.social li img {
    width: 36px;
}

.copyright-footer p {
    text-align: left;
    padding-top: 10px;
}

ul.social, ul.social li {
    text-align: right;
}

.section-about-home-bg {
    background-image: url(../../themes/fnail01o/assets/images/bg/bg-about.webp);
}

.latest-album-section {
    background-image: url(../../themes/fnail01o/assets/images/bg/bg-location.webp);
}

.latest-album-section .section-header {
    margin-top: 70px;
}

.navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:visited {
    background-color: #909090;
    color: #fff;
    font-size: 21px;
}
@media (min-width: 768px) {
    .socials {
        text-align: right;
    }

    .copyright-footer {
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-brand {
        min-width: 320px;
        text-align: right;
    }
}

.service-image.circle, .service-image.square {
    border-color: #000;
}

.service-name, .detail-price-name, .detail-price-number, .detail-price-number .up, .detail-desc-item {
    color: #000;
}

.detail-price-name, .detail-price-number, .detail-price-number .up, .detail-desc-item, .service-desc {
    font-weight: bold;
}

.detail-price-name, .detail-price-number, .detail-price-number .up, .detail-desc-item {
    font-size: 17px;
}

.detail-desc-item, .service-desc {
    font-size: 15px;
}
