/*=======================================================================
* Template Name: Music - A Fresh Music, Band &amp; Dj Template
* Template URI: http://codepassenger.com/html/music
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: A Bootstrap 3 Full and Final HTML Template for music band, dj, music agency or any kind of website related to music industry
* Version: 1.0
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, template, music, marketing, codepassenger
======================================================================= */
/* Table of content
--------------------------------------------
General
Button
Header
Banner
Upcoming Album
Upcoming Stage
Artist
About Singer
Next Event
Show Styles
Gallery
Products
Latest Album
Music Player
Blog
Blog Single
Subscription
Footer
Page Header
About Band
About Artist
Album
Single Concert Page
Contact Page
FAQs
404 Styles
------------------------------------------*/
/*----------------------------
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.85714;
  background-color: #111111;
}

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.17647;
  font-weight: 700;
}

a {
  color: #007893;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:visited, a:active {
  color: #007893;
  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: #007893;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

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

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

.theme-color {
  color: #007893;
}

.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;
  text-align:left;
}
.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 #007893;
  background-color: #007893;
  color: #ffffff;
  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: #007893;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff;
}
.btn:hover, .btn:hover:active, .btn:hover:focus, .btn:hover:active:focus {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.btn:hover .fa, .btn:hover:active .fa, .btn:hover:focus .fa, .btn:hover:active:focus .fa {
  color: #ffffff;
}
.btn .fa {
  margin-right: 4px;
  color: #007893;
}
.btn.btn-border {
  background-color: transparent;
  color: #007893;
}
.btn.btn-border:active, .btn.btn-border:focus, .btn.btn-border:active:focus, .btn.btn-border:visited {
  background-color: transparent;
  color: #007893;
}
.btn.btn-border:hover, .btn.btn-border:hover:active, .btn.btn-border:hover:focus, .btn.btn-border:hover:active:focus {
  background-color: #007893;
  color: #ffffff;
}
.btn.btn-border.btn-white {
  background-color: transparent;
  color: #ffffff;
}
.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;
}
.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: #007893;
}
.btn.btn-border.btn-black {
  background-color: transparent;
  color: #111111;
  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;
  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;
  border-color: #007893;
}
.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #007893;
}
.btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:active:focus, .btn.btn-white:visited {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #007893;
}
.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;
}
.btn.btn-white.btn-simple {
  color: #ffffff;
}
.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;
}
.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;
}
.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;
}
.btn.btn-black:hover, .btn.btn-black:hover:active, .btn.btn-black:hover:focus, .btn.btn-black:hover:active:focus {
  background-color: #007893;
  border-color: #007893;
  color: #ffffff;
}
.btn.btn-simple {
  border-color: transparent;
  background-color: transparent;
  color: #111111;
}
.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;
}
.btn.btn-simple:hover, .btn.btn-simple:active:hover, .btn.btn-simple:focus:hover, .btn.btn-simple:hover:active:focus {
  color: #ffffff;
  background-color: #007893;
  border-color: #007893;
}
.btn.btn-lg {
  line-height: 49px;
  border-radius: 26.5px;
  padding: 0 39px;
  color:#ffffff;
}
.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(0, 0, 0, 0.66);
  z-index: 990;
  min-height: 100px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 70px;
  padding: 15px 18px;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #111111;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #007893;
}
.navbar-default .navbar-nav > li.active a {
  color: #ffffff;
  background-color: #007893;
}
.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: #007893;
}
.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 #007893;
}
.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;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  right: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
}
.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: #ffffff;
  line-height: 1;
  padding: 15px;
  display: block;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
  color: #007893;
  background-color: rgba(0, 0, 0, 0);
}
.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;
  padding:0 15px;
}

/*--------------------------------
Banner
--------------------------------*/
.banner-item {
  height: 768px;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.banner-item-1 {
  background-image: url(/images/bg/home.jpg);
}

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

.banner-item-3 {
  background-image: url(../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;
  color:white;
}

.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: #007893;
  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;
}


/*----------------------------
About Singer
----------------------------*/

.about-singer-section {
  background-image: url(../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;
}


/*----------------------------
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.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: #007893;
  border-color: #007893;
}
.filter-button-group button.active {
  color: #ffffff;
  background-color: #007893;
  border-color: #007893;
}


/*----------------------------
Footer
----------------------------*/

.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: #007893;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px 0;

}

.social img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  filter:invert(1);
}

.social img:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .social img {
    margin-top: 30px;
  }

}

/*--------------------------------
Page Header
--------------------------------*/
.page-header {
  background-image: url(../images/bg/page-bg.jpg);
  background-size: cover;
  background-position: center center;
  margin: 0;
  padding: 220px 0 160px 0;
  border: none;
  border-radius: 0;
  color: #ffffff;
}
.breadcrumb {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.breadcrumb > li {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.breadcrumb > li > a {
  color: #ffffff;
}
.breadcrumb > li.active {
  color: #ffffff;
}
.breadcrumb > li + li:before {
  color: #ffffff;
  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(../images/band/what-we-do.jpg);
}

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

/*--------------------------------
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;
}

/*** 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: #007893;
}
.instagram-feed-link .fa {
  font-size: 2.5rem;
}


/*--------------------------------
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: #007893;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 145px 50px;
  color: #ffffff;
}
.contact-info-item:nth-child(2) {
  background-image: url(../images/contact/contact-item-2.jpg);
}
.contact-info-item:nth-child(4) {
  background-image: url(../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(../images/contact/form.jpg);
  background-position: center center;
  background-size: cover;
}
.contact-form-wrap .overlay-black {
  background-color: rgba(17, 17, 17, 1);
  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: #007893;
  border-color: #007893;
}

.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: #007893;
}


/*--------------------------------
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: #007893;
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  padding: 13px 30px;
}
