﻿body {
	min-width: 1000px;
	max-width: 1440px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#profile {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 1008;
	display: none;
}
#wowslider-container1 {
	position: absolute !important;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	width: 100%;
	opacity: 1;
	z-index: 1 !important;
}
a:hover {
	color: #EA3535 !important;
}
.wrapper {
	max-width: 1060px;
	min-width: 960px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.strip-padding {
	padding-top: 0;
	padding-bottom: 0;
}
/* Page Loader */
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	left: 0;
	top: 0;
	background: #000;
	z-index: 9999;
	text-align: center;
	color: #fff;
}
#loader .container {
	position: absolute;
	top: 45%;
	transform: translateX(-55%;);
	-webkit-transform: translateX(-55%;);
	-mox-transform: translateX(-55%;);
	width: 100%;
	overflow: hidden;
}
#loader .outter {
	position: relative;
	width: 200px;
	background-color: #fff;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
}
#loader .inner {
	position: relative;
	width: 0%;
	height: 100%;
	background-color: #CC0000;
	animation: load .7s linear infinite;
	-webkit-animation: load .7s linear infinite;
	-ms-animation: load .7s linear infinite;
}
#loader > span, .iloader > span {
	position: relative;
	margin: 0 auto;
	font-size: 12px;
	display: block;
}
/* Page loader animation *************************************************************************/

@-webkit-keyframes load {
	0%{ width: 0%;}
	100%{ width: 100%;}
}
@keyframes load {
	0%{ width: 0%;}
	100%{ width: 100%;}
}
@-ms-keyframes load {
	0%{ width: 0%;}
	100%{ width: 100%;}
}

/* Video player loader ****************************************************************************/

.iloader {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	background: #000;
	z-index: 10;
	text-align: center;
	color: #fff;
	display: none;
	z-index: 800;
}
.video-wrapper .iloader {
	position: absolute;
}
.iloader .container {
	position: absolute;
	top: 45%;
	transform: translateX(-55%;);
	-webkit-transform: translateX(-55%;);
	-mox-transform: translateX(-55%;);
	width: 100%;
	overflow: hidden;
}
.spinner {
	position: relative;
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #ea3535; /* Blue */
	border-bottom: 5px solid #ea3535;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	margin: 0 auto;
}
/* Spinner loader animatiom */
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}/* header **********************************************************************************************/

header {
	background-color: #313131;
	position: relative;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}
.social {
	width: 100%;
	text-align: center;
	color: #E1E1E1;
	min-height: 30px;
	clear: both;
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.social .wrapper {
	text-align: right;
}
.social a {
	color: #ea3535;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
}
.social a:hover {
	color: #fff !important;
	background-color: #ea3535;
}
.social a i {
	font-size: 17px;
	vertical-align: middle;
	line-height: 26px;
}
.social span {
	line-height: 28px;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	vertical-align:middle;
	font-size: 12px;
}
.social span:hover {
	color: #ea3535;
	cursor: pointer;
}
.logo {
	float: left;
	height: 40px;
	width: auto;
	padding-top: 5px;
}
nav {
	width: 70%;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
nav ul li {
	float:right;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}
nav ul li a {
	color: #fff;
	text-decoration: none;
	padding:0 15px;
	text-align: center;
	line-height: 50px;
	display: block;
	font-size: 12px;
}
nav ul li a:hover {
	background-color: #EA3535;
	color: #fff !important;
}
/*** Pages ******************************************************************************/
section {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
/*** Home Page **************************************************************************/
.overlayed_content {
	z-index: 99 !important;
}
.home-section1 {
	min-height: 90vh;
	height: 100%;
	background: none;
	overflow: hidden;
}
.home-section1 img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}
.home-section1 div.overlayed_content {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.home-section1 div.overlayed_content img {
	position: relative;
}
.home-section1 div.overlayed_content .logo2 {
	width: 390px;
	height: auto;
}
.home-section1 div.overlayed_content .welcome-pic {
	width:350px;
	height: auto;
	margin-top: 140px;
}
.home-section1 div.overlayed_content p {
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 40px;
	color: #fff;
}
.home-section1 div.overlayed_content button, .call-to-action div button {
	position: relative;
	width: 150px;
	height: 40px;
	margin-top: 0px;
	color: #fff;
	background-color: #EA3535;
	font-weight: 600;
	border: none;
	border-radius: 20px;
}
.home-section1 div.overlayed_content button:hover, .call-to-action div button:hover {
	background-color: #C01414;
	cursor: pointer;
}
.home-section2 {
	margin-top: -20px;
	overflow: hidden;
}
.home-section2 img {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}
.home-section2 div {
	position: absolute;
	width: 400px;
	left: 22%;
	top: 40px;
	color: #232323;
}
.home-section2 div h2 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 900;
}
.home-section2 div span {
	width: 130px;
	height: 5px;
	position: relative;
	display: block;
	background-color: #232323;
}
.home-section2 div p {
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}
.home-section2 div button {
	position: relative;
	width: 150px;
	height: 40px;
	margin-top: 0px;
	color: #fff;
	background-color: #232323;
	font-weight: 600;
	border: none;
	border-radius: 20px;
}
.home-section2 div button:hover {
	background-color: #3F3F3F;
	cursor: pointer;
}
/*** Contact Page ***********************************************************************/

.contact-section {
	background-image: url('../images/Contact-bg copy.jpg');
	background-attachment: fixed;
	background-size: cover;
	min-height: 92vh;
	height: 100%;
	text-align: center;
	color: #EAEAEA;
	font-weight: 100;
}
.heading-wrap > div h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}
.heading-wrap > div > span {
	display: block;
	width: 130px;
	height: 5px;
	background-color: #EA3535;
	margin: 0 auto;
}
.contact-section > div > div {
	margin: 30px auto 0;
	position: relative;
	width: 860px;
	padding: 20px;
	background-color: #282828;
	border-bottom: 5px #EA3535 solid;
}
.contact-section .form-wrapper {
	position: relative;
	width: 38%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
	margin-top: 30px;
	min-height: 250px;
	text-align: left;
}
.contact-section .info-wrapper {
	position: relative;
	width: 38%;
	display: inline-block;
	vertical-align: top;
	margin-left: 5%;
	margin-top: 30px;
	min-height: 250px;
	text-align: left;
}
.info-wrapper > div {
	margin-bottom: 30px;
	line-height: 150%;
	clear: both;
}
.form-wrapper input[type=email], .form-wrapper input[type=text], .form-wrapper textarea {
	background-color: #333;
	color: #eaeaea;
	width: 93%;
	border: none;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 5px 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.form-wrapper textarea {
	height: 80px;
}
.form-wrapper input[type=submit] {
	width: 98%;
	border: none;
	background-color: #EA3535;
	color: #eaeaea;
	font-weight: 700;
	height: 36px;
}
::-webkit-input-placeholder {
	color: #eaeaea;
	font-size: 11px;
}
.form-wrapper input[type=submit]:hover, .subscribe-wrapper form input[type=submit]:hover {
	background-color: #CC1515;
	cursor: pointer;
}
::moz--input-placeholder {
	color: #eaeaea;
	font-size: 11px;
}
::-ms-input-placeholder {
	color: #eaeaea;
	font-size: 10px;
}
.info-wrapper > div > img {
	height: 40px;
	width: auto;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	float: left;
}
/*** News Page **************************************************************************/
.events-section {
	font-weight: 100;
	background-color: #f7f7f7;
	height: 100%;
	min-height: 95vh;
	text-align: center;
}
.events-section .wrapper h1 {
	color: #232323;
}
.events-section .wrapper p {
	font-weight: 100;
	font-size: 15px;
}
.show {
	width: 88%;
	padding: 15px 5%;
	border: 1px #CCCCCC solid;
	min-height: 120px;
	margin: 0 auto 15px;
	display: none;
}
.show div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 2%;
	position: relative;
	min-height: 100%;
	background-color: aqua;
}
.show b1 {
	width: 15%;
	border-right: 1px #CCCCCC solid;
}
.show b2 {
	width: 25%;
}
.show b3 {
	width: 20%;
}
.show b4 {
	width: 20%;
}
.show-img {
	width:94%;
	border: 1px #DBDBDB solid;
	height:auto;
	margin:0 auto  15px;
}
.show-img:hover {
	opacity: .8;
	filter:alpha (opacity=80);
}
.e-social-wrapper {
	width:100%;
	position:relative;
	background-image: url('../images/33_02_73---Tree-Bark-Texture_web.png');
	background-repeat:repeat;
	background-size: 50%;
	min-height: 90px;
	padding: 40px 0 20px;
	color: #fff;
}
.e-social-wrapper a img {
	width: 50px;
	height: auto;
}
.e-social-wrapper a img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
/*** Artists ****************************************************************************/

.artists-section {
	text-align: center;
	min-height: 95vh;
	font-weight: 100;
	position: relative;
	background: url('../images/artist-bg.jpg');
	background-size: 70%;
	background-repeat: repeat;
	background-attachment: fixed;
}
.artists-section div p {
	color: #fff;
	margin-bottom: 50px;
}
.call-to-action {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.call-to-action > img {
	margin-bottom: -5px;
	position: relative;
	width: 100%;
	height: auto;
	pointer-events:none;
}
.call-to-action div {
	position: absolute;
	right: 12%;
	width: 400px;
	text-align: center;
	top: 100px;
	color: #fff;
}
.call-to-action div h2 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 1px;
}
.call-to-action div h2 span {
	color: #EA3535;
}

.artist .pepsin{
    width: 30%;
    
}
.artist {
	position: relative;
	width: 30%;
	display: inline-block;
	margin: 0 1% 20px 1%;
	border-bottom: 3px #EA3535 solid;
	overflow: hidden;
	background-color: #232323;
	vertical-align: top;
	min-height: 330px;
	color: #fff;
}

.artist img {
	width: auto !important;
	height: 60vh;
	
}
.artist img:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.artist h3 {
	text-transform: uppercase;
	font-weight: 600;
}
.artist p {
	max-width: 90%;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
.artist div {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -30px;
}
.artist div a, .content div a {
	color: #EA3535;
	font-size: 18px;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #1A1A1A;
	text-align: center;
}
/*** Videos *****************************************************************************/

.videos-section {
	background-image: url('../images/videos-bg.jpg');
	background-attachment: fixed;
	text-align: center;
	min-height: 90vh;
}
.video-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 64%;
	height: 400px;
	max-height: 400px;
	max-width: 64%;
	background-color: #000;
	margin-top: 30px;
	border-bottom: 5px #EA3535 solid;
	overflow: hidden !important;
}
.video-wrapper iframe {
	border: 0;
	width: 100%;
	height: 100%;
	line-height: 100vh;
	color: #fff;
	background-color: #000;
}
.playlist {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 31%;
	height: 400px;
	margin-top: 30px;
	border-bottom: 5px #EA3535 solid;
	margin-left: 1%;
	text-align: left;
	background-color: #000;
	overflow:hidden;
	color: #fff;
	opacity: .9;
}
.playlist h2, .playlist p, .playlist hr {
	max-width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.playlist ol {
	padding: 0;
	margin:0;
	height: 330px;
	overflow-y: scroll;
	width: 95%;
}
.playlist ol li {
	line-height: 35px;
	width: 90%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.playlist ol li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	width: 90%;
	padding: 0 5%;
}
.playlist ol li:nth-child(even) a {
	background-color: #232323;
}
.playlist h2 {
	letter-spacing: 1px;
}
.playlist h2 b {
	color: #EA3535;
}
.playlist ol li a:hover {
	background-color: #EA3535;
	color: #fff !important;
}
/*** Gallery ****************************************************************************/
.gallery-section {
	text-align: center;
	min-height:90vh;
	color:#232323;
}
.gallery-section .wrapper h1 {
	color: #232323;
}
.gallery-section .wrapper img {
	margin-bottom:15px;
	border-bottom:3px #EA3535 solid;
}
.gallery-section .newsblock {
	display:inline-block !important;
	vertical-align:top;
	width:45% !important;
	overflow:hidden !important;
}
.cat-wrapper {
	position: relative;
	width: 220px;
	height: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	overflow: hidden;
	border-bottom: 3px #ea3535 solid;
}
.cat-thumb {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
.cat-wrapper div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #232323;
	opacity: .80;
	filter: alpha(opacity=80);
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.cat-wrapper div:hover {
	background-color: #ea3535;
}
.cat-wrapper div a {
	color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.cat-wrapper div a:hover {
	color: #fff !important;
}
.single-wrap {
	position: relative;
	width: 150px;
	height: 120px;
	margin: 1%;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	display: inline-block;
}
.gallery-loader h2 {
	margin-top: 80px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 18px;
}
/*** Single Artist Page *****************************************************************/

.sidebar {
	position:relative;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	margin-top:50px;
	background-color: #232323;
	min-height: 500px;
	border-bottom: 3px #EA3535 solid;
}
.sidebar .media-wrapper {
	width: 90%;
	padding: 5%;
	color: #fff;
	text-align: left;
}
.sidebar .media-wrapper h2 {
	font-weight: 200;
}
.sidebar hr {
	border-color: #EA3535;
	border-width: 3px;
	background: none;
	width: 40%;
	text-align: left;
}
.sidebar .music-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.music-wrapper .iloader {
	position: absolute;
}
.content {
	position:  relative;
	display: inline-block;
	vertical-align: top;
	width: 63%;
	text-align: left;
	margin-top:50px;
}
.content h1 {
	margin-top:0;
}
.content h1 span {
	color: #ea3535 !important;
}
.content h2 {
	color: #fff;
	font-weight: 500;
}
.content > span {
	width: 200px;
	height: 5px;
	background-color: #EA3535;
	display:block;
}
.content p {
	line-height: 140%;
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
}
.content div a {
	color: #EA3535;
	font-size: 18px;
	margin: 0 10px 0 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #1A1A1A;
	text-align: center;
}
.media-wrapper a {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #CCCCCC;
	text-decoration: none;
}
/*** About Us ***************************************************************************/

.about-section {
	min-height: 90vh;
	background-image: url('../images/home-section1-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
.about-section p {
	font-weight: 100;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
.about-section .wrapper h1 {
	color: #fff;
	text-align: center;
}
.about-content {
	width: 94%;
	float: right;
	padding: 20px 3%;
	color: #fff;
	background-color: #232323;
	position: relative;
	font-size: 12px;
	margin-top: 30px;
	text-align: center
	border-bottom: 3px #EA3535 solid;
}
.about-content > h1 {
	margin-top: 20px;
	font-weight: 600 !important;
}
.about-content span {
	width: 130px;
	height: 5px;
	background-color: #EA3535;
	display: block;
	margin: 0 auto 20px;
}
.about-content strong {
	font-size: 18px;
	color: #EA3535;
	font-weight: 100;
	margin-right: 5px;
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.about-content div {
	position: relative;
	width: 28%;
	padding: 2%;
	padding-bottom: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	display:inline-block;
	vertical-align: top;
	background-color: #414141;
	min-height: 188px;
}
.about-content div:hover {
	opacity: .85;
	filter: alpha(opacity=85);
}
.about-content p {
	margin-bottom: 25px;
}
.leading {
	font-weight: 100;
	font-size: 17px;
	margin-bottom: 0px;
}
.about-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.about-content ul li {
	line-height: 150%;
	font-size: 13px;
	margin-bottom: 15px;
	display: inline-block;
	width: 27.5%;
	text-align: left;
	background-color: #111111;
	padding: 1% 0 1% 1%;
	margin-right: 1%;
}
.item-width {
	width: 38% !important;
	margin-right: 0;
}
.bullet {
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: auto;
}
.img-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin: 2px 0;
}
/*** Subscribe form ********************************************************************/

.subscribe-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: #232323;
	color: #fff;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 8000;
	opacity: .97;
	filter: alpha(opacity=97);
	display: none;
}
.subscribe-wrapper .click-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.subscribe-wrapper form {
	position: relative;
	width: 40%;
	height: auto;
	top: 50%;
	margin: 0 auto;
	padding: 4% 2%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-color: #333333;
	z-index: 11;
}
.subscribe-wrapper form label {
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: uppercase;
	display:block;
	font-weight: 600;
}
.subscribe-wrapper form input[type=email]  {
	width:  80%;
	height: 45px;
	border: none;
	margin-bottom:20px;
	font-size: 18px;
	text-align: center;
	text-transform: lowercase;
}
.subscribe-wrapper form input[type=submit] {
	width: 80%;
	height: 50px;
	background-color:#ea3535;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #999999;
}
.message {
	display: none;
	position: relative;
	padding: 20px 0;
}
.product-link {
	background-color: #ea3535;
	color: #fff;
	font-size: 14px;
	padding: 15px;
	margin: 0 5px;
	border: none;
	cursor: pointer;
}
.product-link:hover {
	background-color: #CA1515;
}
/*** Footer *****************************************************************************/
footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #585858;
	color: #D7D7D7;
	font-size: 11px;
}
footer copyright {
	width: 100%;
	display: block;
}
footer copyright span {
	float: right;
}
footer a {
	color: #D7D7D7;
	text-decoration: none;
}
@media screen and (max-width: 1160px) {
	.home-section2 h2 {
		margin-top: 0px;
	}
}
