@font-face {
    font-family: "Yekan";
    src: url( "../fonts/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "../fonts/W_YEKAN_0.TTF" )format( "truetype" );
}
*{
font-family:Yekan !important;
font-size:16px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #a6b5bd;
  direction:rtl;
}
html {
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
h1 {
  color: #abbcc4;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 700;
}
h2 {
  color: #abbcc4;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 400;
}
h3 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
h4 {
  color: #abbcc4;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
h5 {
  color: #abbcc4;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
h6 {
  color: #abbcc4;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
h7 {
    color: #2f4f4f;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;

}
img {
  max-width: 100%;
}
p {
  color: #a6b5bd;
  font-family: "Source Sans Pro", sans-serif;
}
a {
  color: #72bab6;
}
a:hover {
  color: #000;
}
li {
  color: #a6b5bd;
}
:focus {
  outline: 0;
}
input[type=submit] {
  -webkit-appearance: none;
}
ol,
ul {
  list-style: none;
}
input[type=text]::-ms-clear {
  display: none;
}
sup {
  font-size: 10px;
  vertical-align: super;
}
sub {
  font-size: 10px;
  vertical-align: sub;
}
p:empty {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.no-padding {
  padding: 0 !important;
}
.no-horizontal-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.pagination {
  margin: 0;
  padding: 0;
}
.pagination li {
  color: #c0c6c8;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.pagination li a {
  border: 0;
  color: inherit;
  background: transparent;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover {
  color: #72bab6;
  background-color: transparent;

}
.pagination li a:hover {
  background-color: transparent;
}
.site-loader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #72bab6;
  z-index: 9999;
}
.site-loader i {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 50px;
  margin-top: -25px;
  margin-right: -25px;
}
.header .header-content {
  background: #fff;
  height: 100px;
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.header .no-menu {
  color: #72bab6;
  padding: 30px 0;
}
.header nav {
  float: left;
}
.header nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header nav > ul > li {
  display: inline-block;
}
.header .logo,
.header nav > ul > li {
  position: relative;
  line-height: 100px;
}
.header nav > ul > li > a {
  padding: 0 20px;
  display: block;
  color: #b8cad2;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  font-family: "Montserrat Alternates", "Montserrat", sans-serif;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.header nav > ul > li:first-child > a {
  padding-right: 0;
}
.header nav > ul > li:last-child > a {
  padding-left: 0;
}
.header nav > ul > li.active > a {
  color: #72bab6;
  text-decoration: none;
  font-weight: bold;
}
.header nav > ul > li > a::before {
  color: #72bab6;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.header nav > ul > li > a:hover::before,
.header nav > ul > li > a:focus::before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}
.header .logo,
.header nav {
  position: relative;
  display: inline-block;
}
.header .logo {
  float: right;
  margin: 0;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 2em;
}
.header .logo a {
  text-decoration: none;
  color: #72bab8;
}
   

    .header .logo h1 {
        font-size: 30px;
        color: #72bab6;
        line-height: 100px;
        margin: 0;
    }
    .header .logo h6 {
        font-size: 10px;
        color: #72bab6;
        line-height: 100px;
        margin:0;
    }
.header .logo,
.header .logo img {
  max-height: 30px;
  display: block;
  line-height: 100px;
}
.header .logo,
.header .logo img,
.header nav > ul > li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header .logo img {
  display: inline-block;
}
.header nav .expand-menu-icon {
  display: none;
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: 20px;
  font-size: 28px;
}
.header nav .expand-menu-icon a,
.header nav .expand-menu-icon a:hover,
.header nav .expand-menu-icon a:active {
  color: #72bab6;
}

.big-home-slider {
  position: relative;
}
.big-home-slider ul {
  margin: 0;
  padding: 0;
}
.big-home-slider .big-home-slider-pager {
  position: absolute;
  bottom: 20px;
  right: 50%;
  z-index: 90;
}
.big-home-slider .big-home-slider-pager .bx-pager-item {
  display: inline-block;
}
.big-home-slider .big-home-slider-pager .bx-pager-item a {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  text-indent: -9999px;
  border-radius: 100px;
  margin: 0 3px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.big-home-slider .big-home-slider-pager .bx-pager-item a:hover,
.big-home-slider .big-home-slider-pager .bx-pager-item a.active {
  background-color: #72bab6;
}
.big-home-slider .big-home-slider-controls a {
  width: 100px;
  height: 100px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 90;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.big-home-slider .big-home-slider-controls a:hover {
  color: #72bab6;
}
.big-home-slider .big-home-slider-controls a div {
  text-align: center;
  line-height: 100px;
}
.big-home-slider .big-home-slider-controls a div i {
  font-size: 100px;
}
.big-home-slider .big-home-slider-controls #prev a {
  right: 50px;
  font-size: 100px;
}
.big-home-slider .big-home-slider-controls #next a {
  left: 50px;
  font-size: 100px;
}
.big-home-slider .slide-content .slide-content-inner {
  position: absolute;
  z-index: 95;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 280px 20%;
}
.big-home-slider .slide-content .slide-content-inner h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.big-home-slider .slide-content .slide-content-inner p {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.big-home-slider .slide-content .slide-content-inner .button {
  text-align: center;
  margin-top: 30px;
}
.big-home-slider .slide-content .slide-content-inner .button a {
  text-align: center;
  background-color: #72bab6;
  text-decoration: none;
  padding: 20px 35px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.big-home-slider .slide-content .slide-content-inner .button a:hover {
  background-color: #fff;
  color: #72bab6;
}
.audio-player {
  background-color: #72bab6;
  position: relative;
  padding: 25px 0;
}
.audio-player .player {
  overflow: hidden;
}
.audio-player .player audio {
  width: 100%;
}
.audio-player .mejs-container {
  background-color: transparent;
}
.audio-player .mejs-container .mejs-controls {
  background: none;
}
.audio-player .mejs-controls .mejs-button button:focus {
  outline: none;
}
.page-header {
  width: 100%;
  background-color: #72bab6;
  padding: 23px 0;
  margin: 0;
  border: none;
}
.page-header.page-header-home {
  background-color: #f8f8f8;
}
.page-header .container {
  width: 100%;
}
.page-header .search form input {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 180px;
  padding-right: 5px;
  padding-left: 10px;
  background-color: transparent;
  color: #fff;
}
.page-header.page-header-home .search form input {
  border-color: #cdcdcd;
  color: #cdcdcd;
}
.page-header .search form input::-webkit-input-speech-button {
  -webkit-appearance: none;
  padding-right: 5px;
}
.page-header .search form input::-webkit-input-speech-button:before {
  color: #fff;
  font-family: "FontAwesome";
  content: "\f130";
  display: block;
  position: relative;
}
.page-header.page-header-home .search form input::-webkit-input-speech-button:before {
  color: #cdcdcd;
}
.page-header .back-to-albums {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-weight: bold;
  display: table;
}
.page-header .back-to-albums i {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 5px;
}
.page-header .back-to-albums span {
  display: table-cell;
  vertical-align: middle;
}
.page-header .title-display {
  float: left;
}
.page-header .title-display .title {
  color: #fff;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  display: table-cell;
}
.page-header.page-header-home .title-display .title {
  color: #8f989b;
}
.page-header-bg {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.page-header-bg .page-header-bg-content {
  position: relative;
  z-index: 3;
  margin: auto;
  height: 100%;
  display: table;
  width: 100%;
  max-width: 70%;
  line-height: 150px;
}
.page-header-bg img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-header-bg .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 75, 79, 0.92);
  z-index: 2;
  opacity: 1;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.page-header-bg h3 {
  color: #fff;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  z-index: 3;
  opacity: 1;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.page-header-bg .expand-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: #fff;
}
.page-header-bg .expand-icon i {
  color: #fff;
  font-size: 20px;
}

.page-header-events {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-header-events img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-header-events .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 75, 79, 0.92);
  z-index: 2;
  opacity: 1;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.page-header-events .page-header-events-content {
  position: relative;
  z-index: 3;
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 40px 0;
  opacity: 1;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -ms-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
}
.page-header-events .event-title {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
}
.page-header-events .event-date {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.page-header-events .event-time {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 50px;
}
.page-header-events .expand-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
  color: #fff;
}
.page-header-events .expand-icon i {
  color: #fff;
  font-size: 20px;
}
.main .categories {
  width: 25%;
  float: right;
  background-color: #424b4f;
}
.main .categories nav ul {
  padding: 0;
  margin: 0;
}
.main .categories nav ul li {
  display: block;
  width: 100%;
}
.main .categories nav ul li a {
  background-color: #424b4f;
  text-decoration: none;
  width: 100%;
  display: table;
  padding: 20px 0;
  border-bottom: 1px solid #525b5f;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.main .categories nav ul li a:hover {
  background-color: #788691;
}
.main .categories nav ul li a i {
  color: #f1f1f1;
  font-size: 22px;
  display: table-cell;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding-left: 20px;
}
.main .categories nav ul li a span {
  font-family: "Montserrat Alternates", "Montserrat", "Sans Source Pro", sans-serif;
  color: #f1f1f1;
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.main .wrapper {
  width: 75%;
  float: right;
  padding-bottom: 40px;
}

.main .wrapper1 {
  width: 100%;
  float: right;
  padding-bottom: 40px;
}
.main .content .articles {
  padding: 25px 0 25px 25px;
}
.main .content .articles .article {
  margin-bottom: 30px;
}
.main .content .articles.articles-list .article {
  width: 100%;
}
.main .content .articles.articles-list .article .image {
  width: 20%;
  float: right;
}
.main .content .articles .article .image {
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .articles .article .image img {
  width: 100%;
  border-radius: 6px;
}
.main .content .articles .article .image .overlay {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #72bab6;
  background-color: rgba(114, 186, 182, 0.75);
  opacity: 0;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.main .content .articles.albums .article .image .overlay h5 {
  margin: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 50%;
  margin-top: -7px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.no-opacity .main .content .articles .article .image .overlay {
  display: none;
}
.main .content .articles .article .image:hover .overlay {
  opacity: 1;
}
.no-opacity .main .content .articles .article .image:hover .overlay {
  display: block;
}
.main .content .articles .article .image .overlay .play-icon {
  position: relative;
  top: 50%;
  margin-top: -30px;
  right: 50%;
  margin-right: -25px;
  display: inline-block;
}
.main .content .articles .article .image .overlay .play-icon i {
  font-size: 60px;
  color: #fff;
}
.main .content .articles .article .image .overlay .loading {
  position: absolute;
  bottom: 20px;
  right: 50%;
  margin-right: -16px;
  display: none;
}
.main .content .articles .article .image .overlay .loading i {
  font-size: 32px;
  color: #fff;
}
.main .content .articles .article .title {
  color: #72bab6;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.main .content .articles .article .title a {
  color: inherit;
  text-decoration: none;
}
.main .content .articles .article .info {
  color: #9ea5a9;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.main .content .album-single .album-single-information {
  display: table;
  border-left: 1px solid #f6f7f8;
}
.main .content .album-single .album-single-information .featured-image {
  display: table-cell;
}
.main .content .album-single .album-single-information .single-content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.main .content .album-single .album-single-information .single-content .title {
  background-color: #eef2f4;
  padding: 30px;
}
.main .content .album-single .album-single-information .single-content .title h3 {
  margin: 0;
  color: #868e92;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  float: right;
  padding: 10px 0;
  width: 70%;
}
.main .content .album-single .album-single-information .single-content .title .price {
  float: left;
  background-color: #788691;
  color: #fff;
  font-family: "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 5px;
}
.main .content .album-single .album-single-information .single-content .author {
  background-color: #dbe0e2;
  padding: 20px 30px;
}
.main .content .album-single .album-single-information .single-content .author h4 {
  margin: 0;
  color: #b5bcbf;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.main .content .album-single .album-single-information .single-content .rating {
  padding: 20px 30px;
}
.main .content .album-single .album-single-information .single-content .rating .likes-wrapper {
  float: right;
}
.main .content .album-single .album-single-information .single-content .rating .likes {
  display: table;
}
.main .content .album-single .album-single-information .single-content .rating .likes i {
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  color: #fa699c;
  padding-left: 20px;
}
.main .content .album-single .album-single-information .single-content .rating .likes .likes-count {
  display: table-cell;
  vertical-align: middle;
  background-color: #eef2f4;
  color: #878d91;
  font-family: "Montserrat", "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.main .content .album-single .album-single-information .single-content .rating .likes .likes-count:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #eef2f4 transparent transparent;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
}
.main .content .album-single .album-single-information .single-content .rating .stars-wrapper {
  float: left;
}
.main .content .album-single .album-single-information .single-content .rating .stars .stars-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: table-cell;
  vertical-align: middle;
  font-size: 25px;
  padding-left: 20px;
}
.main .content .album-single .album-single-information .single-content .rating .stars .stars-rating i {
  display: inline-block;
  position: relative;
  color: #dbe0e2;
  cursor: pointer;
}
.main .content .album-single .album-single-information .single-content .rating .stars .stars-rating > i.active-star,
.main .content .album-single .album-single-information .single-content .rating .stars .stars-rating > i:hover:before,
.main .content .album-single .album-single-information .single-content .rating .stars .stars-rating > i:hover ~ i:before {
  color: #f8d065;
}
.main .content .album-single .album-single-information .single-content .rating .stars .rating-count {
  display: table-cell;
  vertical-align: middle;
  background-color: #eef2f4;
  color: #878d91;
  font-family: "Montserrat", "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.main .content .album-single .album-single-information .single-content .rating .stars .rating-count:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #eef2f4 transparent transparent;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
}
.main .content .album-single .album-single-information .single-content .reviews-links {
  padding: 20px 30px;
}
.main .content .album-single .album-single-information .single-content .reviews-links a {
  color: #dbdfe1;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
  margin-left: 20px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .album-single .album-single-information .single-content .reviews-links a:hover {
  color: #788691;
}
.main .content .album-single .album-single-information .single-content .divider {
  width: 100%;
  height: 1px;
  background-color: #f6f7f8;
}
.main .content .album-single .preview-all {
  background-color: #eef2f4;
  padding: 30px 0;
  text-align: center;
}
.main .content .album-single .preview-all h4 {
  margin: 0;
  text-align: center;
  color: #878d91;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.main .content .album-songs .album-song {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f6f7f8;
}
.main .content .album-songs .album-song .artist {
  display: table-cell;
  width: 32%;
  padding: 20px 0;
}
.main .content .album-songs .album-song .artist h4 {
  color: #c6d3d9;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
}
.main .content .album-songs .album-song .artist h4 b {
  color: #515b5f;
}
.main .content .album-songs .album-song .length {
  display: table-cell;
  width: 8%;
  border-right: 1px solid #f6f7f8;
  border-left: 1px solid #f6f7f8;
  padding: 20px 0;
}
.main .content .album-songs .album-song .length h4 {
  color: #bdccd2;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}
.main .content .album-songs .album-song .price {
  display: table-cell;
  width: 20%;
  border-right: 1px solid #f6f7f8;
  border-left: 1px solid #f6f7f8;
  padding: 20px 0;
}
.main .content .album-songs .album-song .price h4 {
  color: #bdccd2;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  padding: 0 20px;
}
.main .content .album-songs .album-song .price h4 b {
  color: #788691;
}
.main .content .album-songs .album-song .player {
  display: table-cell;
  width: 40%;
  padding: 20px;
}
.main .content .album-songs .album-song .player audio {
  width: 100%;
}
.main .content .album-songs .album-song .player .album-player {
  position: relative;
  top: 5px;
}
.main .content .album-songs .album-song .player .mejs-container {
  background-color: transparent;
}
.main .content .album-songs .album-song .player .mejs-container .mejs-controls {
  background: none;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-button button:focus {
  outline: none;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-button button {
  background: transparent url(../images/ui/audio/album-player-controls.png);
}
.main .content .album-songs .album-song .player .mejs-controls div {
  width: 21px;
  height: 21px;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-play button {
  background-position: 0 0;
  width: 21px;
  height: 21px;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-pause button {
  background-position: -21px 0;
  width: 21px;
  height: 21px;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-time-rail span {
  height: 10px;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #eef2f4;
  margin-right: 20px;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #dfe2e4;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #72bab6;
}
.main .content .album-songs .album-song .player .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float {
  height: 17px;
}
.main .content .reviews {
  padding: 0 20px;
  margin-top: 60px;
}
.main .content .reviews .reviews-title {
  color: #515b5f;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.main .content .reviews .review {
  position: relative;
  margin-top: 30px;
}
.main .content .reviews .review .reviewer-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.main .content .reviews .review .reviewer-image img {
  border-radius: 5px;
}
.main .content .reviews .review .review-content {
  padding-right: 85px;
}
.main .content .reviews .review .review-content .review-box {
  border: 1px solid #f3f6f7;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 3px #eef2f4;
}
.main .content .reviews .review .review-content .review-box:after,
.main .content .reviews .review .review-content .review-box:before {
  position: absolute;
  top: 12px;
  right: -15px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.main .content .reviews .review .review-content .review-box:before {
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f3f6f7 transparent transparent;
  right: -16px;
}
.main .content .reviews .review .review-content .review-box .reviewer-name {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #f3f6f7;
}
.main .content .reviews .review .review-content .review-box .reviewer-name b {
  color: #515b5f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  float: right;
}
.main .content .reviews .review .review-content .review-box .reviewer-name span {
  color: #dbdcdd;
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  font-size: 13px;
  float: left;
  padding: 5px 0;
  font-weight: normal;
}
.main .content .reviews .review .review-content .review-box .review-comment {
  padding: 10px 20px;
}
.main .content .reviews .review .review-content .review-box .review-comment p {
  color: #878d91;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin: 0;
}
.main .content .reviews .load-all-reviews {
  text-align: center;
  margin-top: 40px;
}
.main .content .reviews .load-all-reviews a {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #72bab6;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .reviews .load-all-reviews a:hover {
  color: #72bab6;
  background-color: #fff;
}
.main .content .reviews .write-review {
  margin-top: 40px;
}
.main .content .reviews .write-review .write-review-title {
  color: #57616d;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: normal;
}
.main .content .reviews .write-review .form-review {
  border: 1px solid #f3f6f7;
  border-radius: 5px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.main .content .reviews .write-review .form-review .text-inputs {
  border-bottom: 1px solid #f3f6f7;
}
.main .content .reviews .write-review .form-review .text-inputs .input-true {
  display: none;
  position: absolute;
  left: 30px;
  font-size: 20px;
  color: #c0d376;
}
.main .content .reviews .write-review .form-review .text-inputs .input-false {
  display: none;
  position: absolute;
  left: 30px;
  font-size: 20px;
  color: #e65744;
}
.main .content .reviews .write-review .form-review .input-name {
  border-left: 1px solid #f3f6f7;
  padding: 20px 25px;
  width: 50%;
  position: relative;
  float: right;
}
.main .content .reviews .write-review .form-review .input-email {
  padding: 20px 25px;
  width: 50%;
  position: relative;
  float: right;
}
.main .content .reviews .write-review .form-review .input-name label,
.main .content .reviews .write-review .form-review .input-email label {
  color: #000;
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.main .content .reviews .write-review .form-review .input-name input,
.main .content .reviews .write-review .form-review .input-email input {
  outline: none;
  border: none;
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  color: #b7bcc2;
  font-size: 13px;
  margin-right: 7px;
  width: 170px;
}
.main .content .reviews .write-review .form-review .textarea-review {
  padding: 20px 25px;
  width: 100%;
}
.main .content .reviews .write-review .form-review .textarea-review textarea {
  outline: none;
  border: none;
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  color: #b7bcc2;
  font-size: 13px;
  width: 100%;
  resize: none;
}
.main .content .reviews .write-review .form-review .button-submit {
  padding: 0 25px 20px 25px;
}
.main .content .reviews .write-review .form-review .button-submit button {
  border: none;
  outline: none;
  background-color: #fff;
  color: #72bab6;
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  font-size: 13px;
  float: left;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .reviews .write-review .form-review .button-submit button:hover {
  color: #000;
}
.main .content .artists {
  padding: 25px 25px 25px 0;
}
.main .content .artists-2 {
  padding: 50px 0;
}
.main .content .artists .artist {
  position: relative;
  background-color: #f4f4f4;
  border-radius: 5px;
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.main .content .artists .artist:last-child {
  margin-bottom: 0;
}
.main .content .artists .artist .artist-image {
  border-radius: 5px 0 0 5px;
  display: table-cell;
  width: 240px;
  position: relative;
}
.main .content .artists .artist .artist-image img {
  border-radius: 5px 0 0 5px;
}
.main .content .artists .artist .artist-image .artist-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 186, 182, 0.75);
  border-radius: 5px 0 0 5px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.no-opacity .main .content .artists .artist .artist-image .artist-overlay {
  display: none;
}
.main .content .artists .artist .artist-image:hover .artist-overlay {
  opacity: 1;
}
.no-opacity .main .content .artists .artist .artist-image:hover .artist-overlay {
  display: block;
}
.main .content .artists .artist .artist-image .artist-overlay h5 {
  margin: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 50%;
  margin-top: -7px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.main .content .artists .artist .artist-content {
  display: table-cell;
  vertical-align: top;
  padding: 30px;
}
.main .content .artists .artist .artist-content .artist-name {
  color: #8f979b;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  float: right;
}
.main .content .artists .artist .artist-content .artist-name a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .artists .artist .artist-content .artist-name a:hover {
  color: #72bab6;
}
.main .content .artists .artist .artist-content .artist-details {
  float: left;
  display: table;
}
.main .content .artists .artist .artist-content .artist-details .location {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #c7cfd3;
  padding-left: 15px;
}
.main .content .artists .artist .artist-content .artist-details .location i {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #c7cfd3;
  padding-left: 10px;
}
.main .content .artists .artist .artist-content .artist-details .location span {
  display: table-cell;
  vertical-align: middle;
  color: #c7cfd2;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.main .content .artists .artist .artist-content .artist-details .contact-email {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.main .content .artists .artist .artist-content .artist-details .contact-email a {
  color: #c7cfd3;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .artists .artist .artist-content .artist-details .contact-email a:hover {
  color: #72bab6;
}
.main .content .artists .artist .artist-content .artist-details .contact-email a i {
  font-size: 22px;
}
.main .content .artists .artist .artist-content .artist-description {
  color: #afb4b7;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 25px;
}
.other-events-title {
  background-color: #72bab6;
  color: #fff;
  width: 100%;
}
.other-events-title .other-events-title-content {
  display: table;
  padding: 15px 0;
}
.other-events-title .icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  padding-left: 20px;
}
.other-events-title .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.events .event {
  width: 100%;
  padding: 5px 0;
  margin-top: 3px;
  background-color: #788691;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .event:hover {
  background-color: #949fa8;
}
.events .event .event-content {
  display: table;
  width: 100%;
}
.events .event .date {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
}
.events .event .date h4 {
  color: #fff;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .event .image {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  padding: 0 30px;
}
.events .event .image img {
  width: 80px;
  border-radius: 5px;
}
.events .event .title {
  display: table-cell;
  vertical-align: middle;
}
.events .event .title h3 {
  color: #fff;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 3px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .event .title h3 a {
  color: inherit;
  text-decoration: none;
}
.events .event .location {
  display: table-cell;
  vertical-align: middle;
}
.events .event .location i {
  color: #cdedf4;
  font-size: 24px;
  vertical-align: middle;
  padding-left: 3px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .event .location span {
  color: #cdedf4;
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .event .button {
  display: table-cell;
  vertical-align: middle;
}
.events .event .button a {
  display: inline-block;
  float: left;
  color: #414b4f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 35px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .event .button a:hover {
  color: #fff;
  background-color: #414b4f;
}
.events .load-more-events {
  text-align: center;
  margin: 40px 0;
}
.events .load-more-events a {
  color: #dee6e9;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 100px;
  border: 2px solid #e8eef0;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.events .load-more-events a:hover {
  background-color: #e8eef0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.blog-wrapper {
  margin-top: 40px;
}
.blog-wrapper.blog-single .blog-content {
  margin-bottom: 40px;
}
.blog-wrapper article {
  margin-bottom: 40px;
}
.blog-wrapper article .post-title {
  color: #b7c9d1;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
.blog-wrapper article .post-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-wrapper article .post-title a:hover {
  color: #72bab6;
}
.blog-wrapper article .featured-image {
  margin-bottom: 20px;
}
.blog-wrapper article .featured-image img {
  border-radius: 5px;
}
.blog-wrapper article .post-content {
  font-family: "Allerta", "Source Sans Pro", sans-serif;
  color: #bac4c9;
  font-size: 16px;
}
.blog-wrapper article .read-more a {
  color: #72bab6;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
.blog-wrapper article .post-meta {
  background-color: #f2f6f8;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.blog-wrapper article .post-meta .comments {
  float: right;
}
.blog-wrapper article .post-meta .comments a {
  color: #ccd5d9;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-wrapper article .post-meta .comments a:hover {
  color: #72bab6;
}
.blog-wrapper article .post-meta .comments a i {
  font-size: 18px;
  padding-left: 5px;
}
.blog-wrapper article .post-meta .comments a span {
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.blog-wrapper article .post-meta .author-time {
  float: left;
}
.blog-wrapper article .post-meta .author-time .author {
  float: right;
}
.blog-wrapper article .post-meta .author-time .author a {
  color: #ccd5d9;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-wrapper article .post-meta .author-time .author a:hover {
  color: #72bab6;
}
.blog-wrapper article .post-meta .author-time .author a i {
  font-size: 18px;
  padding-left: 5px;
}
.blog-wrapper article .post-meta .author-time .author a span {
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.blog-wrapper article .post-meta .author-time .date {
  float: right;
  margin-right: 20px;
}
.blog-wrapper article .post-meta .author-time .date i {
  color: #ccd5d9;
  font-size: 18px;
  padding-left: 5px;
}
.blog-wrapper article .post-meta .author-time .date span {
  color: #ccd5d9;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.blog-wrapper article .post-meta .author-time .time {
  float: right;
  margin-right: 20px;
}
.blog-wrapper article .post-meta .author-time .time i {
  color: #ccd5d9;
  font-size: 18px;
  padding-left: 5px;
}
.blog-wrapper article .post-meta .author-time .time span {
  color: #ccd5d9;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.blog-wrapper .load-more-posts {
  margin: 40px 0;
  text-align: center;
}
.blog-wrapper .load-more-posts a {
  color: #fff;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #72bab6;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-wrapper .load-more-posts a:hover {
  background-color: #fff;
  color: #72bab6;
}
.blog-wrapper .blog-sidebar .widget {
  margin-bottom: 60px;
}
.blog-wrapper .blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-wrapper .blog-sidebar .widget .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  border-right: 2px solid #72bab6;
  padding-right: 8px;
  color: #abbcc4;
}
.blog-wrapper .blog-sidebar .widget .widget-content {
  margin-top: 20px;
}
.blog-wrapper .blog-sidebar .widget .categories-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-wrapper .blog-sidebar .widget .categories-links li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.blog-wrapper .blog-sidebar .widget .categories-links li a {
  text-decoration: none;
  color: #72bab6;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-wrapper .blog-sidebar .widget .categories-links li a:hover {
  color: #000;
}
.blog-wrapper .blog-sidebar .widget .categories-links li span {
  margin-right: 5px;
}
.blog-wrapper .blog-sidebar .widget .recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li a {
  display: table;
  text-decoration: none;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li a img {
  width: 50px;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
  margin-left: 10px;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li a .recent-post-content {
  display: table-cell;
  vertical-align: middle;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li a .recent-post-content h4 {
  margin: 0;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  color: #72bab6;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li a .recent-post-content span {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  color: #abbcc4;
  font-weight: normal;
}
.blog-wrapper .blog-sidebar .widget .recent-posts li a:hover .recent-post-content h4 {
  color: #000;
}
.blog-wrapper .blog-sidebar .widget .sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: -3px;
}
.blog-wrapper .blog-sidebar .widget .sidebar-gallery li {
  float: right;
  width: 33.3333333333%;
  padding: 3px;
}
.blog-wrapper .blog-sidebar .widget .sidebar-gallery li:nth-child(3n+1) {
  margin-right: 0;
}
.main .content .gallery {
  padding: 25px 25px 25px 0;
}
.main .content .gallery .justified-gallery {
  padding: 5px;
  margin: -5px;
  margin-bottom: 40px;
}
.main .content .gallery .justified-gallery .gallery-image {
  vertical-align: bottom;
  opacity: 0;
  position: relative;
  border-radius: 5px;
}
.main .content .gallery .justified-gallery .gallery-image img {
  border-radius: 5px;
}
.main .content .gallery .justified-gallery .gallery-image .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 186, 182, 0.75);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.no-opacity .main .content .gallery .justified-gallery .gallery-image .image-overlay {
  display: none;
}
.main .content .gallery .justified-gallery .gallery-image:hover .image-overlay {
  opacity: 1;
}
.no-opacity .main .content .gallery .justified-gallery .gallery-image:hover .image-overlay {
  display: block;
}
.main .content .gallery .justified-gallery .gallery-image .image-overlay h5 {
  margin: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 50%;
  margin-top: -7px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.main .content .gallery .justified-gallery .gallery-image .image-overlay h5 span {
  color: #c7c7c7;
  display: block;
  font-size: 14px;
}
.main .content .gallery .normal-gallery .col-md-3 {
  margin-bottom: 30px;
}
.main .content .gallery .normal-gallery .gallery-image {
  position: relative;
  border-radius: 5px;
}
.main .content .gallery .normal-gallery .gallery-image img {
  border-radius: 5px;
  width: 100%;
}
.main .content .gallery .normal-gallery .gallery-image .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 186, 182, 0.75);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.no-opacity .main .content .gallery .normal-gallery .gallery-image .image-overlay {
  display: none;
}
.main .content .gallery .normal-gallery .gallery-image:hover .image-overlay {
  opacity: 1;
}
.no-opacity .main .content .gallery .normal-gallery .gallery-image:hover .image-overlay {
  display: block;
}
.main .content .gallery .normal-gallery .gallery-image .image-overlay h5 {
  margin: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 50%;
  margin-top: -7px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.main .content .gallery .normal-gallery .gallery-image .image-overlay h5 span {
  color: #c7c7c7;
  display: block;
  font-size: 14px;
}
.main .content .gallery .gallery-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.main .content .gallery .gallery-pagination li {
  display: inline-block;
}
.main .content .gallery .gallery-pagination li a {
  color: #878d95;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  background: #eef2f4;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .gallery .gallery-pagination li.active a,
.main .content .gallery .gallery-pagination li a:hover {
  color: #fff;
  background-color: #72bab6;
}
.main .content .gallery .gallery-pagination span {
  color: #EEF2F4;
  letter-spacing: 2px;
  font-size: 25px;
  position: relative;
  top: 3px;
  padding: 0 5px;
  cursor: default;
}
.main .content .contact {
  padding: 50px 0;
}
.main .content .contact .get-in-touch {
  color: #b7c9d1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
}
.main .content .contact .contact-form {
  margin-top: 60px;
}
.main .content .contact .contact-form form label {
  display: block;
  cursor: pointer;
  text-align: right;
  color: #1a1a1a;
  font-family: "Montserrat", "Montserrat Alternates", "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-top:20px;
}
.main .content .contact .contact-form form input,
.main .content .contact .contact-form form textarea {
  display: block;
  width: 100%;
  border: 2px solid #f4f5f6;
  background-color: #f4f5f6;
  border-radius: 20px;
  padding: 6px 20px;
  margin-bottom: 25px;
  color: #72bab6;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .contact .contact-form form textarea {
  height: 215px;
  resize: none;
}
.main .content .contact .contact-form form input:focus,
.main .content .contact .contact-form form textarea:focus {
  border-color: #72bab6;
  background-color: #fff;
}
.main .content .contact .contact-form form button {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px;
  background-color: #72bab6;
  border: none;
  border-radius: 5px;
  float: left;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.main .content .contact .contact-form form button:hover {
  background-color: #fff;
  color: #72bab6;
}
footer {
  /*margin-top: 40px;*/
}
footer .social-blocks .container {
  padding: 0;
  width: 100%;
}
footer .social-blocks .container .row {
  margin: 0;
}
footer .social-blocks .block {
  padding: 30px 0;
  position: relative;
}
footer .social-blocks .block .bg-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  opacity: 0.1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
footer .social-blocks .block:hover .bg-overlay {
  opacity: 0;
}
footer .social-blocks .block i {
  color: #fff;
  font-size: 40px;
  display: table-cell;
  vertical-align: middle;
}
footer .social-blocks .block h3 {
  color: #fff;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
footer .social-blocks .block h3 a {
  text-decoration: none;
  color: inherit;
}
    footer .social-blocks .block.twitter {
        background-color: #5fbeea;
    }
   
    footer .social-blocks .block.twitter .bg-overlay {
        background-image: url(../images/telegram.png);
    }
    footer .social-blocks .block.facebook {
        background-color: #e0b826;
    }
footer .social-blocks .block.facebook .bg-overlay {
  background-image: url(../images/Mobile.png);
}
footer .social-blocks .block.google-plus {
  background-color: #e0695d;

}
footer .social-blocks .block.google-plus .bg-overlay {
  background-image: url(../images/gmail.png);

}
footer .social-blocks .block > div > div {
  position: relative;
  display: inline-block;
  float: right;
}
footer .social-blocks .block.twitter > div > div {
  float: left;
  margin-left: 30px;
}
footer .social-blocks .block.google-plus > div > div {
  margin-right: 30px;
}
footer .footer-copyleft {
  background-color: #e3e3e3;
  padding: 40px 0;
}
footer .footer-copyleft p {
  color: #796c6c;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 16px;
  margin: 0;
  float: right;
}
footer .footer-copyleft .to-top {
  float: left;
}
footer .footer-copyleft .to-top a {
  color: #796c6c;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
footer .footer-copyleft .to-top a:hover {
  color: #72bab6;
}
footer .footer-links {
  padding: 20px 0;
}
footer .footer-links nav a {
  color: #c3cbcd;
  font-family: "Montserrat Alternates", "Montserrat", "Source Sans Pro", sans-serif;
  font-size: 13px;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
footer .footer-links nav a:hover {
  color: #72bab6;
}
footer .footer-links nav a:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #c3cbcd;
  border-radius: 50%;
  left: -15px;
  top: 7px;
}
footer .footer-links nav a:last-child {
  margin-left: 0;
}
footer .footer-links nav a:last-child:after {
  content: none;
}
@media only screen and (max-width: 1100px) {
  .big-home-slider .slide-content .slide-content-inner {
    padding: 40px 20%;
  }
  .big-home-slider .slide-content .slide-content-inner h1 {
    font-size: 28px;
  }
  .big-home-slider .slide-content .slide-content-inner p {
    margin-top: 8px;
  }
  .big-home-slider .slide-content .slide-content-inner .button {
    margin-top: 15px;
  }
  .big-home-slider .slide-content .slide-content-inner .button a {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .container.no-horizontal-padding,
  .container-fluid.no-horizontal-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .header .header-content {
    height: auto;
  }
  .header .logo {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
    .header .logo h1,
    .header .logo img {
        margin: 0;
        margin-top: 0;
        display: inline-block;
        line-height: 50px;
    }
  .header .logo,
  .header .logo img {
    max-height: 320px;
  }
  .header nav {
    float: none;
    text-align: center;
    width: 100%;
  }
  .header .logo,
  .header nav > ul > li {
    line-height: 30px;

  }
  .header nav > ul > li a {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main .wrapper {
    float: none;
    width: 100%;
  }
  .main .categories {
    float: none;
    width: 100%;
  }
  .main .categories nav ul li {
    float: right;
    width: 50%;
  }
  .main .categories nav ul li a {
    border-left: 1px solid #525B5F;
  }
  .main .categories nav ul li a i {
    padding-right: 20px;
  }
  .main .content .articles,
  .main .content .artists,
  .main .content .gallery {
    padding-right: 0;
  }
  .main .categories nav ul .clear {
    display: block;
  }
  .blog-wrapper .blog-sidebar {
    margin-bottom: 60px;
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
  }
  .page-header-events .event-time {
    font-size: 45px;
  }
  footer .social-blocks .block > div > div {
    float: none !important;
    margin-right: 0 !important;
    right: 0 !important;
    display: block;
    text-align: center;
  }
  footer .social-blocks .block i {
    display: inline-block;
  }
  footer .social-blocks .block h3 {
    display: inline-block;
  }
}
@media only screen and (max-width: 820px) {
  .big-home-slider .slide-content .slide-content-inner .button {
    display: none;
  }
  .big-home-slider .big-home-slider-controls {
    display: none;
  }
  .big-home-slider .big-home-slider-pager {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header .logo {
    margin: 20px 0;
  }
  .header .logo h1,
  .header .logo img {
    margin: 0;
    display: inline-block;
  }
  .header nav {
    position: static;
    display: block;
  }
  .header nav > ul {
    display: none;
    padding-top: 10px;
  }
  .header nav > ul > li {
    display: block;
    border-bottom: 1px solid #B8CAD2;
  }
  .header nav > ul > li:last-child {
    border-bottom: none;
  }
  .header nav > ul > li a {
    padding: 0;
    margin: 10px 0;
  }
  .header nav .expand-menu-icon {
    display: block;
  }
  .big-home-slider .slide-content .slide-content-inner p {
    display: none;
  }
  .main .categories nav ul li {
    float: none;
    width: 100%;
  }
  .page-header {
    text-align: center;
  }
  .page-header .search {
    width: 180px;
    margin: auto;
  }
  .page-header .title-display {
    float: right;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
    .page-header .title-display .title {
        display: block;
        text-align: right;
        float: right;
    }
  .page-header .back-to-albums {
    display: inline-block;
  }
  .pagination {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  .pagination > li {
    display: inline-block;
  }
  .main .content .album-single .album-single-information .single-content .title .title-content {
    text-align: center;
  }
  .main .content .album-single .album-single-information .single-content .title h3 {
    width: 100%;
    float: none;
  }
  .main .content .album-single .album-single-information .single-content .title .price {
    float: none;
    display: inline-block;
  }
  .main .content .album-single .album-single-information .single-content .author h4 {
    text-align: center;
  }
  .main .content .album-single .album-single-information .single-content .rating {
    text-align: center;
  }
  .main .content .album-single .album-single-information .single-content .rating .likes-wrapper {
    float: none;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main .content .album-single .album-single-information .single-content .rating .stars-wrapper {
    float: none;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .main .content .album-songs .album-song .artist {
    width: 80%;
  }
  .main .content .album-songs .album-song .length {
    display: none;
  }
  .main .content .album-songs .album-song .price {
    display: none;
  }
  .main .content .album-songs .album-song .player {
    width: 20%;
  }
  .main .content .album-songs .album-song .player .mejs-controls .mejs-time-rail {
    display: none;
  }
  .main .content .reviews .write-review .form-review .input-name {
    border-bottom: 1px solid #F3F6F7;
  }
  .main .content .reviews .write-review .form-review .input-name,
  .main .content .reviews .write-review .form-review .input-email,
  .main .content .reviews .write-review .form-review .textarea-review {
    float: none;
    width: 100%;
    padding: 10px 15px;
  }
  .main .content .reviews .write-review .form-review .button-submit {
    padding: 0 15px 10px 15px;
    text-align: center;
  }
  .main .content .reviews .write-review .form-review .button-submit button {
    font-size: 20px;
    float: none;
  }
  .main .content .artists .artist .artist-image {
    width: 100%;
    display: block;
  }
  .main .content .artists .artist .artist-image img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .main .content .artists .artist .artist-image .artist-overlay {
    border-radius: 5px 5px 0 0;
  }
  .main .content .artists .artist .artist-content {
    display: block;
  }
  .main .content .artists .artist .artist-content .artist-name {
    float: none;
    width: 100%;
    text-align: center;
  }
  .main .content .artists .artist .artist-content .artist-details {
    float: none;
    display: table;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .main .content .artists .artist .artist-content .artist-details .location {
    display: inline-block;
  }
  .main .content .artists .artist .artist-content .artist-details .contact-email {
    display: inline-block;
  }
  .blog-wrapper article .post-meta .comments {
    float: none;
    width: 100%;
    text-align: center;
  }
  .blog-wrapper article .post-meta .author-time {
    float: none;
    width: 100%;
    text-align: center;
  }
  .blog-wrapper article .post-meta .author-time .author {
    float: none;
    margin-top: 5px;
  }
  .blog-wrapper article .post-meta .author-time .date {
    float: none;
    margin-top: 5px;
  }
  .blog-wrapper article .post-meta .author-time .time {
    float: none;
    margin-top: 5px;
  }
  .page-header-events .event-time {
    font-size: 30px;
    margin-top: 20px;
  }
  .other-events-title .other-events-title-content {
    text-align: center;
    display: block;
  }
  .other-events-title .icon {
    font-size: 30px;
    display: inline-block;
  }
  .other-events-title .title {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
  }
  .events .event .image {
    padding-right: 0;
    width: 110px;
  }
  .events .event .title h3 {
    font-weight: normal;
    font-size: 20px;
  }
  .events .event .location i {
    font-size: 20px;
  }
  .events .event .location span {
    font-size: 13px;
  }
  .events .event .date {
    display: none;
  }
  .events .event .button {
    display: none;
  }
  .mejs-container .mejs-controls .mejs-time {
    display: none;
  }
  .mejs-controls div.mejs-time-rail {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .big-home-slider .slide-content .slide-content-inner h1 {
    font-size: 20px;
  }
  .big-home-slider .slide-content .slide-content-inner {
    padding: 20px 10%;
  }
}
