/* CSS Document */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/animate.css");
@import url("../css/owl.carousel.css");
@import url("../css/magnific-popup.css");

/*font-family: 'Metropolis';*/
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-ExtraLight.eot');
    src: url('../fonts/metropolis/Metropolis-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-ExtraLight.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-ExtraLight.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Light.eot');
    src: url('../fonts/metropolis/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Light.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Regular.eot');
    src: url('../fonts/metropolis/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Regular.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Medium.eot');
    src: url('../fonts/metropolis/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Medium.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-SemiBold.eot');
    src: url('../fonts/metropolis/Metropolis-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-SemiBold.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-Bold.eot');
    src: url('../fonts/metropolis/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-Bold.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/metropolis/Metropolis-ExtraBold.eot');
    src: url('../fonts/metropolis/Metropolis-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/metropolis/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/metropolis/Metropolis-ExtraBold.woff') format('woff'),
        url('../fonts/metropolis/Metropolis-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

/**/
html {
    overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Metropolis';
	color: rgba(0,0,0,.7);
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	letter-spacing: 0.32px;
}
p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	letter-spacing: 0.32px;
	color: rgba(0,0,0,0.7);
}
@media (max-width: 991px) {
	p,body {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	p,body {
		font-size: 14px;
		line-height: 1.4;
	}
}

img {
	max-width: 100%;
	height: auto;
}

/* Typography */

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #d92719;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #af1b0f;
	outline: 0;
}

b, strong {
    font-weight: 700;
}

h1 {
	font-size: 70px;
	line-height: 0.88;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	h1 {
		font-size: 60px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 50px;
	}
}
@media (max-width: 575px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 66px;
	line-height: 1;
	letter-spacing:3.77px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	h2 {
		font-size: 56px;
        letter-spacing:3px;
	}
}
@media (max-width: 991px) {
	h2 {
		font-size: 46px;
        letter-spacing:2px;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 38px;
        letter-spacing:1.5px;
	}
}
@media (max-width: 575px) {
	h2 {
		font-size: 30px;
        letter-spacing:1.5px;
	}
}

h3 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: 2.85px;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	h3 {
		font-size: 40px;
        letter-spacing: 2px;
	}
}
@media (max-width: 767px) {
	h3 {
		font-size: 32px;
        letter-spacing: 1.5px;
	}
}
@media (max-width: 575px) {
	h3 {
		font-size: 26px;
        letter-spacing: 1px;
	}
}

h4 {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 0.20px;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	h4 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	h4 {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	h4 {
		font-size: 18px;
	}
}
h5 {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.14px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	h5 {
		font-size: 21px;
	}
}
@media (max-width: 767px) {
	h5 {
		font-size: 18px;
	}
}
h6{
	font-size: 22px;
	line-height: 1.1;
	letter-spacing:0.11px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	h6 {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	h6 {
		font-size: 16px;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 20px;
	color: #000;
}

p,
ol,
ul,
blockquote {
	margin: 0 0 20px;
	padding: 0;
}

@media (max-width: 575px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
    }
    p,
    ol,
    ul,
    blockquote {
        margin: 0 0 15px;
    }
}

ol li,
ul li {
	list-style: none;
}

blockquote {
	border-color: #f7f7f7;
}


/* Forms */
input[type="date"],
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
input[type="search"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0;
	padding: 15px 20px;
	direction: ltr;
	position: relative;
	z-index: 1;
	box-shadow: 0px 3px 20px 0px rgb(9 47 22 / 7%);
	background-color: #fff;
	border: 1px solid #c1c1c1;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
}
input:focus,
textarea:focus {
	border-color: #d92719;
	outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
    opacity: 1;
}

select {
    cursor: pointer;
    color: #000;
    background-image: url(../images/select_arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.form-group {
	margin-bottom: 20px;
}
.form-group:last-child {
    margin-bottom: 0;
}
.form-group label {
	font-size: 16px;
	color: white;
	font-weight: 300;
	margin-bottom: 10px;
}
.formbtn {
	margin-top: 25px;
	margin-bottom: 15px;
}

@media(max-width: 1199px) {
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 17px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 17px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 17px;
    }
    input[type="date"],
    input[type="email"], 
    input[type="text"], 
    input[type="password"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="file"], 
    textarea, 
    select {
        padding: 14px 20px;
	    font-size: 17px;
	    line-height: 26px;
    }
}

@media(max-width: 991px) {
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 16px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 16px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 16px;
    }
    input[type="date"],
    input[type="email"], 
    input[type="text"], 
    input[type="password"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="file"], 
    textarea, 
    select {
        padding: 13px 18px;
	    font-size: 16px;
	    line-height: 24px;
    }
    .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 15px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 15px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 15px;
    }
    input[type="date"],
    input[type="email"], 
    input[type="text"], 
    input[type="password"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="file"], 
    textarea, 
    select {
        padding: 12px 16px;
	    font-size: 15px;
	    line-height: 22px;
    }
}
@media(max-width: 575px) {
    input[type="date"],
    input[type="email"], 
    input[type="text"], 
    input[type="password"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="file"], 
    textarea, 
    select {
        padding: 12px 14px;
	    font-size: 14px;
	    line-height: 20px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        font-size: 14px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        font-size: 14px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        font-size: 14px;
    }
}

/*Buttons*/
.btn_holder {
	margin-top: 40px;
	text-align: center;
}
.btn_holder.left{
	text-align: left;
}
input[type="submit"],
button[type="submit"],
.my_btn {
	position: relative;
	padding: 16px;
	min-width: 240px;
	background-color: #d92719;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 20px !important;
	line-height: 28px !important;
	letter-spacing:0.6px;
	font-weight: 600 !important;
	color: #fff !important;
	text-align: center;
	display: inline-block;
	box-shadow: none;
	border: none;
	opacity: 1;
	border-radius: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.my_btn.md{
	padding: 12px 16px;
	min-width: 160px;
	font-size: 18px !important;
}
.my_btn.sm {
    padding: 11px 16px;
    min-width: 146px;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover {
    background-color: #000;
}
.my_btn.hover_w:hover {
    background-color: #fff;
	color: #d92719 !important;
}
.my_btn.white {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff !important;
    padding: 14px 20px;
}
.my_btn.white:hover {
    border: 2px solid #d92719;
    background-color: #d92719;
    color: #fff !important;
}

@media(max-width: 1199px) {
    input[type="submit"], button[type="submit"], .my_btn {
		padding: 15px;
    	min-width: 220px;
    	font-size: 18px !important;
    	line-height: 26px !important;
    }
    .my_btn.white {
	    padding: 12px 15px;
	}
    .my_btn.md {
        padding: 10px 15px;
        min-width: 120px;
        font-size: 17px !important;
    }
}
@media(max-width: 991px) {
    input[type="submit"], button[type="submit"], .my_btn {
    	padding: 14px;
    	min-width: 200px;
    	font-size: 17px !important;
    	line-height: 24px !important;
	}
    .my_btn.md{
		padding: 8px 15px;
		min-width: auto;
		font-size: 16px !important;
	}
	.my_btn.sm {
		padding: 9px 15px;
		min-width: 120px;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.my_btn.white {
	    padding: 11px 15px;
	}
    .btn_holder {
		margin-top: 30px;
	}
}
@media(max-width: 767px) {
	input[type="submit"], button[type="submit"], .my_btn {
	    padding: 13px;
	    min-width: 180px;
	    font-size: 16px !important;
	    line-height: 22px !important;
	}
	.my_btn.white {
	    padding: 10px 12px;
	}
    .btn_holder {
        margin-top: 20px;
    }
}
@media(max-width: 575px) {
	input[type="submit"], button[type="submit"], .my_btn {
	    padding: 12px;
	    min-width: 160px;
	    font-size: 15px !important;
	    line-height: 20px !important;
	}
    .my_btn.md{
		font-size: 14px !important;
	}
	.my_btn.sm {
		font-size: 14px !important;
		line-height: 18px !important;
	}
    .btn_holder {
        margin-top: 15px;
    }
}

.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Header .,l*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
    background: #000000;
	width: 100%;
	display: block;
	z-index: 100;
	text-align: right;
}
.header .logo {
	float: left;
	margin: 10px 0;
}
.header .logo a {
	display: block;
	transition: none;
    text-align: left;
}
.header .logo img {
	max-width: 180px;
}
.header .logo span {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.16px;
    display: block;
    color: #fff;
    font-weight: 300;
    opacity: 0.7;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .logo:hover span {
    opacity: 1;
}
.header.sticky .logo span {
    font-size: 12px;
}
.menu_header .container{
    position: relative;
}
.header .menu_header {
    display: inline-block;
}
.header .menu_header .top_header{
	padding-top: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu_header .top_header form{
	display: inline-block;
    vertical-align: middle;
	width: 200px;
	position: relative;
}
.header .menu_header .top_header form img {
    height: 20px;
	position: absolute;
	right: 8px;
	top: 12px;
} 
.header .menu_header .top_header form input[type="search"] {
    padding: 9px 35px 7px 0 !important;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    border: none !important;
    border-bottom: 1px solid rgb(217, 39, 25) !important;
    outline: none;
    margin-bottom: 0;
}
.header .menu_header .top_header form  input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-style: italic;
    font-size: 15px;
    line-height: 24px;
}
.header .menu_header .top_header form input[type="submit"] {
    width: 40px;
    height: 40px;
    min-width: inherit;
    background-color: transparent;
    background-image: url(../images/search_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0 !important;
    border: none !important;
}
.header .menu_header .top_header .social_media{
	display: inline-block;
    vertical-align: middle;
}
.header .menu_header .top_header .social_media a {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-left: 10px;
	text-align: center;
	background-color: #212121;
}
.header .menu_header .top_header .social_media a i{
	font-size: 22px;
	line-height: 42px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu_header .top_header .social_media a:hover i{
    transform: rotate(360deg);
}
.header .menu_header .top_header .sopping {
    display: inline-block;
    vertical-align: middle;
}
.header .menu_header .top_header .sopping a {
    display: inline-block;
    padding: 7px 9px;
    margin-left: 10px;
    text-align: center;
    background-color: #d92719;
}
.header .menu_header .top_header .social_media a:hover, 
.header .menu_header .top_header .sopping a:hover {
    border-radius: 50%;
    background-color: #d92719;
} 
.header .menu_header .top_header .sopping a:hover {
    background-color: #fff;
}
.header .menu_header .top_header .sopping a img{
	width: 24px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .menu_header .top_header .sopping a:hover img{
    transform: rotate(360deg);
    filter: brightness(0) invert(0);
}
.header.sticky {
	position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header.sticky .logo {
    margin: 5px 0;
}
.header.sticky .logo img {
	max-width: 160px;
}
.header.sticky .menu_header .top_header{
	padding-top: 12px;
}
.header .main_menu {
    display: inline-block;
    padding: 22px 0;
}
.header.sticky .main_menu {
	padding: 16px 0;
}

.header,
.header .logo,
.header .logo img,
.header .main_menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
	.header,
	.header.sticky {
    	position: relative;
	}
    .header .container{
        position: relative;
    }
	.header .logo,
	.header.sticky .logo {
    	margin: 8px 0;
	}
	.header.sticky .logo img,
	.header .logo img {
    	max-width: 145px;
	}
	.header .logo span,
    .header.sticky .logo span {
	    font-size: 11px;
	}
	.header .main_menu,
	.header.sticky .main_menu {
    	padding: 12px 0;
		display: block;
	}
	.header.sticky .menu_header .top_header,
	.header .menu_header .top_header {
        padding-top: 12px;
	}
}
@media (max-width: 991px) {
	.header .menu_header .top_header .social_media a {
    	width: 38px;
    	height: 38px;
    	margin-left: 10px;
	}
	.header .menu_header .top_header .social_media a i {
    	font-size: 20px;
    	line-height: 38px;
	}
    .header .menu_header .top_header .sopping a img {
        width: 20px;
        vertical-align: top;
        margin-top: 3px;
    }	
	.header .menu_header .top_header form img {
    	height: 18px;
	}
}
@media (max-width: 767px) {
	.header .logo img, 
	.header.sticky .logo img {
    	max-width: 130px;
	}
	.header .main_menu, .header.sticky .main_menu {
    	padding: 11px 0;
	}
	.header .logo span, .header.sticky .logo span {
	    font-size: 10px;
	}
    .header .menu_header .top_header form {
        width: 150px;
    }
    .header.sticky .menu_header .top_header, 
    .header .menu_header .top_header {
        padding-top: 12px;
    }
    .header .menu_header .top_header form input[type="search"] {
        padding: 6px 30px 6px 0 !important;
        font-size: 14px;
        line-height: 22px;
    }
    .header .menu_header .top_header form input[type="submit"] {
        width: 34px;
        height: 34px;
    }
    .header .menu_header .top_header .social_media a {
        width: 35px;
        height: 35px;
        margin-left: 4px;
    }
    .header .menu_header .top_header .sopping a {
        padding: 5px 7px;
        margin-left: 4px;
        height: 35px;
    }
}
@media (max-width: 575px) {
	.menu_header .container {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.header a.my_btn {
		display: none;
	}
	.header .main_menu, .header.sticky .main_menu {
    	padding: 10px 0px;
	}
}
@media (max-width: 460px) {
    .header .menu_header .top_header form {
        display: none;
    }
    /*
    .header .menu_header .top_header form {
        width: 100px;
    }
    .header .menu_header .top_header form input[type="search"]::placeholder {
        font-size: 13px;
        line-height: 22px;
    }
    .header .menu_header .top_header form input[type="submit"] {
        width: 30px;
        height: 30px;
        padding: 0;
    }*/
}


.overlay {
	position: relative;
}
.overlay .container {
	position: relative;
	z-index: 1;
}
.overlay:before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
/* Billboard */
.billboard {
    margin-top: 136px;
	position: relative;
	background-color: #0d100a;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.billboard:before {
    content: '';
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background-color: #000;
}
.billboard .container {
    position: relative;
    z-index: 2;
}
.billboard .cover_content {
	position: relative;
	width: 100%;
	min-height: 820px;
    overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
.billboard .container:after {
    content: '';
    background-color: rgba(217, 16, 0, 0.4);
    position: absolute;
    right: -100px;
    top: 0px;
    width: 346px;
    height: 100%;
    z-index: 2;
}
.billboard .caption {
	position: relative;
	max-width: 540px;
	z-index: 3;
}
.billboard .caption h1 {
    position: relative;
    font-size: 180px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
	letter-spacing: 10.3px;
}
.billboard .caption h1:before {
	content: '';
    background-color: rgb(217, 39, 25);
    width: 100px;
    height: 12px;
    display: block;
    margin-bottom: 20px;
}
.billboard .caption h1 span {
    display: block;
    line-height: 1.2;
    font-size: 100px;
    letter-spacing: 5.7px
}
.billboard .caption p{
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
@media(max-width:1600px) {
	.billboard .container:after {
	    right: -50px;
	    width: 286px;
	}
}
@media(max-width: 1400px) {
    .billboard .cover_content {
        min-height: 650px;
    }
}
@media(max-width:1199px) {
  	.billboard {
    	margin-top: 0;
    }
  	.billboard:before {
        display: none;
    }
	.billboard .caption h1:before {
	    width: 90px;
	}
	.billboard .caption p {
	    font-size: 20px;
        letter-spacing: 0.3px;
	}
    .billboard .caption h1 {
        font-size: 150px;
    }
    .billboard .caption h1 span {
        font-size: 85px;
    }
}
@media(max-width:991px) {
	.billboard .cover_content {
	    min-height: 600px;
	}
	.billboard .caption h1:before {
	    width: 80px;
	    height: 10px;
	    margin-bottom: 15px;
	}
	.billboard .container:after {
	    right: 0;
	    width: 230px;
	}
    .billboard .caption p {
        font-size: 17px;
        padding-left: 6px;
    }
    .billboard .caption h1 {
        font-size: 120px;
    }
    .billboard .caption h1 span {
        font-size: 73px;
    }
}
@media(max-width:767px) {
	.billboard .caption h1:before {
	    width: 70px;
	    height: 8px;
	}
	.billboard .cover_content {
    	min-height: 550px;
	}
    .billboard .container::after {
        right: -20px;
        width: 170px;
    }
}
@media(max-width: 575px) {
	.billboard .cover_content {
    	min-height: 450px;
	}
	.billboard .container:after {
        right: 10px;
        width: 120px;
	}
    .billboard .caption {
        text-align: left;
    }
    .billboard .caption h1::before {
        width: 60px;
        height: 8px;
        margin-left: 6px;
    }
    .billboard .caption p {
        font-size: 12px;
        letter-spacing: 0;
        text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
    }
    .billboard .caption h1 {
        font-size: 74px;
        text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    }
    .billboard .caption h1 span {
        font-size: 43px;
    }
}
@media(max-width: 360px) {
	.billboard .cover_content {
    	min-height: 400px;
	}
}

/* All Sections */
.sections {
	padding: 80px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sections.sm {
	padding: 50px 0px;
}
.sections_title {
	position: relative;
	margin-bottom: 40px;
    text-align: center;
}
.sections_title.left {
	text-align: left;
}
.sections_title .title_img {
	position: relative;
  	margin-bottom: 15px;
}
.sections_title .title_img span {
    text-align: center;
    width: 56px;
    height: 56px;
    padding: 11px 5px;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    display: inline-block;
}
.sections_title .title_img.white span {
    border: 1px solid rgba(255,255,255,0.2);
}
.sections_title .title_img span img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.sections_title .title_img:after,
.sections_title .title_img:before {
	content: '';
	width:100px;
	height: 1px;
	background-color: rgb(217, 39, 25);
    display: inline-block;
    margin: 0 10px;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white p,
.white span {
	color: #fff;
}
.lightgraybg{
    background-color: #e5e5e5;
}
@media (max-width: 1199px) {
    .sections {
        padding: 70px 0px;
    }
    .sections.sm {
        padding: 40px 0px;
    }
    .sections_title {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .sections {
        padding: 60px 0px;
    }
    .sections_title p {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
	.sections {
		padding: 50px 0px;
	}
    .sections.sm {
        padding: 30px 0px;
    }
	.sections_title .title_img span {
    	width: 46px;
    	height: 46px;
    	padding: 9px;
	}
    .sections_title .title_img::after, 
    .sections_title .title_img::before {
    	width: 60px;
	}
}
@media (max-width: 575px) {
	.sections {
		padding: 40px 0px;
	}
    .sections_title {
        margin-bottom: 20px;
    }
    .sections_title .title_img span {
    	width: 40px;
    	height: 40px;
    	padding: 9px;
	}
    .sections_title .title_img::after, 
    .sections_title .title_img::before {
    	width: 40px;
	}
    .sections_title .title_img::after, 
    .sections_title .title_img::before {
        margin: 0 5px;
    }
}

/* ON THIS DAY */
.rewind_box {
    background-color: #000;
}
.rewind_box .date_box {
    height: 100%;
    background-color: #d92719;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.rewind_box .date_box span.title {
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 1.7;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 12px;
    letter-spacing: 5px;
}
.rewind_box .date_box h1 {
	font-size: 96px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.rewind_box .date_box h1 span {
	display: block;
	font-size: 58px;
	font-weight: 400;
}
.rewind_box .rewind_text {
    padding: 30px 35px 35px 0;
}
.rewind_box .rewind_text .rewind_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rewind_box .rewind_text .rewind_title a {
    color: #d92719;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #5f110b;
    flex: 0 0 160px;
    text-align: right;
    margin-bottom: 10px;
}
.rewind_box .rewind_text .rewind_title a:hover {
    color: #ffffff;
    border-color: #fff;
}
.rewind_box .rewind_text ul{
    margin-bottom: 0;
}
.rewind_box .rewind_text ul li {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}
.rewind_box .rewind_text ul li:last-child {
	margin-bottom: 0;
}
.rewind_box .rewind_text ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../images/history_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 25px;
    height: 21px;
}
.rewind_box .rewind_text ul li strong {
    color: #fff;
}
.rewind_box .rewind_text h4 {
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
	.rewind_box .rewind_text ul li {
    	font-size: 16px;
        margin-bottom: 10px;
        padding-left: 32px;
	}
    .rewind_box .date_box {
        margin-right: 20px;
    }
	.rewind_box .date_box h1 {
    	font-size: 80px;
	}
	.rewind_box .date_box span.title {
    	font-size: 26px;
	}
	.rewind_box .date_box h1 span {
    	font-size: 48px;
	}
	.rewind_box .date_box {
	    padding: 30px 40px;
	}
	.rewind_box .rewind_text {
	    padding: 25px 30px 30px 5px;
	}
	.rewind_box .rewind_text .rewind_title a {
	    font-size: 16px;
        flex: 0 0 140px;
	}
    .rewind_box .rewind_text h4 {
        margin-bottom: 15px;
        font-size: 32px;
    }
    .rewind_box .rewind_text ul li::before {
        width: 22px;
        height: 18px;
    }
}
@media (max-width: 991px) {
    .rewind_box .date_box {
        padding: 15px;
        margin: 0;
        display: block;
    }
	.rewind_box .date_box h1 {
    	font-size: 70px;
        display: inline-block;
        vertical-align: middle;
	}	
    .rewind_box .date_box h1 br{
        display: none;
    }
    .rewind_box .date_box h1 span {
        font-size: 40px;
        display: inline-block;
        vertical-align: text-top;
        margin-top: 17px;
        margin-left: 10px;
    }
    .rewind_box .date_box span.title {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 10px;
    }
	.rewind_box .rewind_text {
	    padding: 20px;
	}
    .rewind_box .rewind_text .rewind_title {
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }
    .rewind_box .rewind_text h4 {
        margin-bottom: 10px;
    }
	.rewind_box .rewind_text .rewind_title a {
	    font-size: 16px;
	}
	.rewind_box .rewind_text ul li {
	    font-size: 16px;
	}
	.rewind_box .rewind_text ul li:before {
	    width: 24px;
	    height: 20px;
	}
}
@media (max-width: 767px) {
   	.rewind_box .date_box {
    	padding: 15px 15px;
	}
	.rewind_box .date_box span.title {
    	font-size: 21px;
    	margin-bottom: 6px;
	}
    .rewind_box .date_box h1 {
        font-size: 60px;
        letter-spacing: 1px;
    }
	.rewind_box .date_box h1 span {
    	font-size: 34px;
	}
	.rewind_box .rewind_text .rewind_title a {
    	font-size: 15px;
	}
	.rewind_box .rewind_text ul li {
	    font-size: 15px;
	}
	.rewind_box .rewind_text ul li:before {
	    width: 23px;
	    height: 19px;
	}
    .rewind_box .rewind_text h4 {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .rewind_box .date_box h1 {
        font-size: 44px;
    }
	.rewind_box .date_box h1 span {
	    font-size: 26px;
        margin-top: 10px;
        margin-left: 5px;
	}
    .rewind_box .date_box span.title {
        font-size: 18px;
        margin-right: 5px;
        line-height: 1.4;
    }
    .rewind_box .rewind_text {
        padding: 20px 15px;
    }
	.rewind_box .rewind_text ul li {
		font-size: 14px;
	    margin-bottom: 10px;
	    padding-left: 25px;
	}
    .rewind_box .rewind_text ul li::before {
        width: 18px;
        height: 15px;
        top: 1px;
    }
    .rewind_box .rewind_text h4 {
        font-size: 20px;
    }
    .rewind_box .rewind_text .rewind_title a {
        font-size: 14px;
    }
}

/*news section*/
.news_section {
    padding: 40px 0 90px;
    background-position: right center;
}
.news_section .news_box {
	display: flex;
	border: 1px solid rgb(51, 51, 51);
	background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
}
.news_section .news_box .fit_img {
    position: relative;
    border-right: 1px solid rgb(51, 51, 51);
    height: 390px;
    flex: 0 0 390px;
    max-width: 390px;
    background-color: #d92719;
}
.news_section .news_box .fit_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_section .news_box:hover .fit_img img {
    filter: grayscale(1);
}
.news_section .news_box .fit_img:hover img {
    opacity: 0.7;
}
.news_box .fit_img .date_box {
    background-color: #fff;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 1px;
    left: 1px;
    text-align: center;
    padding: 8px;
}
.news_box .fit_img .date_box h4 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #d92719;
    margin-bottom: 0;
    line-height: 1.15;
}
.news_box .fit_img .date_box h4 span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    display: block;
    color: #d92719;
}
.news_box .news_info {
    padding: 50px 45px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.news_box .news_info h5 a {
    color: #fff;
}
.news_box .news_info h5 a:hover {
    color: #d92719;
}
.news_box .news_info .btn_holder {
    margin-top: 10px;
}
.news_box .news_info .post_detail {
	color: #d92719;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.20px;
	font-weight: 300;
	margin-bottom: 15px;
	display: block;
}
.news_box .news_info .post_detail label {
	color: #fff;
}
.news_box .news_info p {
	color: rgba(255, 255, 255, 0.7);
}
@media(max-width:1199px) {
	.news_section {
	    padding: 40px;
	}
	.news_box .news_info {
    	padding: 35px 30px;
	}
    .news_section .news_box .fit_img {
        height: 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
}
@media(max-width:991px) { 
	.news_section {
	    padding: 40px 0 70px;
	}
    .news_section .news_box .fit_img {
        height: 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
    .news_box .news_info {
        padding: 20px 30px; 
    }
    .news_box .news_info h5 {
        margin-bottom: 10px;
    }
    .news_box .news_info p {
        font-size: 14px;
	    margin-bottom: 10px;
    }
    .news_box .fit_img .date_box {
        width: 54px;
        height: 54px;
        padding: 5px;
    }
    .news_box .fit_img .date_box h4 {
        font-size: 24px;
    }
    .news_box .fit_img .date_box h4 span {
        font-size: 12px;
    }
}
@media(max-width:767px) {
	.news_section {
	    padding: 30px 0 60px;
	}
    .news_section .news_box {
        display: block;
        width: 350px;
        margin: 0 auto 40px;
    }
    .news_section .news_box .fit_img {
        height: 350px;
        max-width: 350px;
        width: 100%;
        display: block;
    }
	.news_box .fit_img .date_box h4 {
    	font-size: 26px;
	}
	.news_box .fit_img .date_box h4 span {
    	font-size: 16px;
	}
	.news_box .news_info .post_detail {
    	font-size: 13px;
    	margin-bottom: 10px;
	}
    .news_box .news_info {
        padding: 20px;
    }
    
}
@media(max-width: 575px) {
	.news_section {
	    padding: 30px 0 50px;
	}
    .news_section .news_box {
        width: 290px;
        margin: 0 auto 30px;
    }
    .news_section .news_box .fit_img {
        height: 290px;
        max-width: 100%;
    }
}

/* Photos */

.gallery {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0 80px;
}
.gallery .container {
	max-width: 1460px;
}
.gallery .sections_title {
    margin-bottom: 35px;
}
.gallery .sections_title p{
    font-size: 20px;
    line-height: 1.6;
    max-width: 900px;
    margin: auto;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.gallery_box .show_img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.gallery_box .show_img .fit_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px;
    border: 8px solid rgb(229, 229, 229);
    background-color: rgb(194, 30, 17);
}
.gallery_box .show_img.lg .fit_img {
	height: 840px;
}
.gallery_box .show_img .fit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_box .show_img .bottom_text {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	z-index: 1;
	opacity: 0;
	padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_box .show_img .bottom_text img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: contain;
    margin: 0 auto 25px;
}
.gallery_box .show_img.sm .bottom_text  img {
	width: 50px;
	height: 50px;
}
.gallery_box .show_img .bottom_text h4 {
	margin-bottom: 0;
	font-weight: 500;
    color: #fff;
}
.gallery_box .show_img.sm .bottom_text h4 {
    font-size: 28px;
}
.gallery_box .show_img:hover .bottom_text {
	opacity: 1;
    top: 48%;
}
.gallery_box .show_img:hover .bottom_text img {
	opacity: 1;
}
.gallery_box .show_img:hover img {
    opacity: 0.2;
}
.gallery .btn_holder {
    margin-top: 30px;
}
@media(max-width:1400px) {
	.gallery .container {
		max-width: 1170px;
	}
    .gallery_box .show_img .fit_img {
        height: 340px;
    }
    .gallery_box .show_img.sm .bottom_text h4 {
        font-size: 24px;
    }
    .gallery_box .show_img.lg .fit_img {
        height: 680px;
    }
    .gallery_box .show_img.sm .bottom_text img {
        width: 40px;
        height: 40px;
    }
    .gallery_box .show_img .bottom_text img {
        width: 54px;
        height: 54px;
        margin-bottom: 15px;
    }
    .gallery_box .show_img .bottom_text h4 {
        font-size: 30px;
    }
}
@media(max-width:1199px) {
	.gallery {
	    padding: 40px 0 70px;
	}
	.gallery .container {
		max-width: 960px;
	}
   .gallery_box .show_img .fit_img {
    	height: 275px;
    	border: 8px solid rgb(229, 229, 229);
	}
    .gallery_box .show_img.lg .fit_img {
        height: 550px;
    }
	.gallery_box .show_img .bottom_text img {
    	width: 64px;
    	height: 64px;
    	margin-bottom: 15px;
	}
    .gallery_box .show_img.sm .bottom_text h4 {
        font-size: 18px;
    }
}
@media(max-width:991px) {
	.gallery {
	    padding: 30px 0 60px;
	}
    .gallery_box .show_img .fit_img {
    	border: 5px solid rgb(229, 229, 229);
	}
	.gallery_box .show_img .bottom_text img {
    	width: 54px;
    	height: 54px;
    	margin-bottom: 10px;
	}
	.gallery .sections_title p {
    	font-size: 18px;
    }
    .gallery .sections_title {
    	margin-bottom: 30px;
	}
}
@media(max-width:767px) {
	.gallery {
	    padding: 30px 0 50px;
	}
	.gallery .container{
		max-width: 540px;
	}
   	.gallery_box .show_img .bottom_text img {
    	width: 44px;
    	height: 44px;
	}
	.gallery_box .show_img .fit_img {
    	border: 3px solid rgb(229, 229, 229);
	}
	.gallery .sections_title p {
    	font-size: 16px;
	}
    .gallery_box .show_img .bottom_text,
    .gallery_box .show_img:hover .bottom_text {
        opacity: 1;
        top: 50%;
    }
	.gallery_box .show_img:hover img {
		opacity: inherit;
	}
	.gallery_box .show_img .bottom_text {
    	opacity: 1;
	}
    .gallery_box .show_img .fit_img {
        background-color: #000;
    }
	.gallery_box .show_img .fit_img img {
		opacity: 0.5;
	}
}
@media(max-width:575px) {
	.gallery {
	    padding: 30px 0 40px;
	}
	.gallery .container {
		width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
    .gallery .sections_title p {
    	font-size: 14px;
	}
	.gallery .sections_title {
    	margin-bottom: 20px;
	}
	.gallery_box .show_img .bottom_text img {
    	width: 40px;
    	height: 40px;
	}
    .gallery_box .show_img .bottom_text h4 {
        font-size: 20px;
    }
    .mfp-arrow::after {
        border-top-width: 15px;
        border-bottom-width: 15px;
    }
    .mfp-arrow-left::after {
        border-right: 20px solid #fff;
        margin-left: 15px;
    }
    .mfp-arrow-right::after {
        border-left: 20px solid #fff;
        margin-left: 50px;
    }
}
@media(max-width: 400px) {
    .gallery_box .show_img .fit_img {
        height: 220px;
    }
    .gallery_box .show_img.lg .fit_img {
        height: 400px;
    }
}


/*NEXT SHOWS*/
.show_section {
    background-color: #000000;
    padding: 40px 0 80px;
}
.show_section.overlay:before {
    background-color: rgb(0, 0, 0, 0.85);
}
.show_section .show_row > div{
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.show_section .show_row > div:last-child{
    border-right: 1px solid rgba(255,255,255,0.2);
}

.show_section .sh_date {
    padding: 10px;
    position: relative;
    flex: 0 0 15%;
    max-width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_section .sh_date h3 {
	margin-bottom: 0;
	text-align: center;
}
.show_section .sh_date h3 span {
	font-size: 20px;
	line-height: 26px;
	display: block;
	font-weight: 400;
}
.show_section .sh_detail {
    padding: 8px 30px;
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.show_section .sh_detail h4 {
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 10px;
}
.show_section .sh_detail h4:last-child {margin-bottom: 0px;}
.show_section .show_row p {
    font-size: 15px;
    opacity: 0.7;
	margin-bottom: 0;
}
.show_section .sh_location {
    padding: 10px 25px;
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.show_section .sh_location h6 {
	color: #d92719;
    font-size: 18px;
	margin-bottom: 10px;
}
.show_section .sh_location h6:last-child{margin-bottom: 0px;} 
.show_section .sh_info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex: 0 0 20%;
    max-width: 20%;
}
.show_section .btn_holder {
	margin-top: 60px;
}
.show_section .btn_holder a.my_btn {
    margin: 10px !important;
}
.show_section .show_row {
    margin-bottom: 50px;
}
@media (max-width: 1199px) {
	.show_section {
	    padding: 35px 0 70px;
	}
}
@media (max-width: 991px) {
	.show_section {
	    padding: 30px 0 60px;
	}
    .show_section .show_row {
        margin-bottom: 30px;
    }
    .show_section .sh_date {
        padding: 10px;
    }
    .show_section .sh_date h3 {
        font-size: 30px;
    }
    .show_section .sh_date h3 span {
        font-size: 15px;
        line-height: 22px;
    }
    .show_section .sh_location,
    .show_section .sh_detail {
        padding: 8px 10px;
    }
    .show_section .sh_detail h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .show_section .sh_location h6 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .show_section .show_row p {
        font-size: 13px;
        line-height: 1.4;
    }
    .show_section .btn_holder {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
	.show_section {
	    padding: 30px 0 50px;
	}
    .show_section .show_row{
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .show_section .sh_info .my_btn {
        width: 100%;
    }
    .show_section .sh_date {
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .show_section .sh_detail {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .show_section .sh_location {
        flex: 0 0 25%;
        max-width: 25%;
        border-right: 1px solid rgba(255,255,255,0.2);
    }
    .show_section .sh_info {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        border: none;
    }
    .show_section .btn_holder a.my_btn {
        margin: 5px !important;
    }
}
@media (max-width: 575px) {
	.show_section {
	    padding: 30px 0 40px;
	}
    .show_section .show_row {
        display: block;
        border: 2px solid #d92719;
    }
    .show_section .sh_date, 
    .show_section .sh_detail, 
    .show_section .sh_location {
        flex: 0 0 100%;
        max-width: 100%;
        border: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
        text-align: center;
    }
    .show_section .show_row > div:last-child {
        border: none !important;
    }
    .show_section .sh_detail h4 {
        font-size: 16px;
    }
    .show_section .sh_location h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .show_section .btn_holder {
        margin-top: 20px;
    }
}

/* CTA */
.cta.sections {
    border-top: 2px solid #b7b7b7;
}
.cta_box h2 {
	font-size: 64px;
	line-height: 1.1;
	letter-spacing: 0.32px;
	color: #000000;
	margin-bottom: 0;
}
.cta_box h2 span {
	color: #d92719;
}
.cta_box .my_btn {
    border: 2px solid rgb(217, 39, 25);
    background-color: rgb(229, 229, 229);
    min-width: 275px;
    color: #000000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.cta_box .my_btn i.fa-facebook-official {
	font-size: 74px;
	color: #d92719!important;
	width: 30%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cta_box .my_btn span {
	width: 70%;
}
.cta_box .my_btn span, 
.cta_box .my_btn span i {
    font-size: 24px !important;
    line-height: 1.2;
    color: #000000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    margin-left: 15px;
}
.cta_box .my_btn span i {
    margin-left: 0;
}
.cta_box .my_btn:hover {
  	background-color: rgb(217, 39, 25);
  	color: #fff !important;
    border-radius: 10px;
}
.cta_box .my_btn:hover i.fa-facebook-official {
	color: #fff !important;
}
.cta_box .my_btn:hover span,
.cta_box .my_btn:hover span i{
	color: #fff !important;
}
@media(max-width:1199px) {
    .cta_box h2 {
        font-size: 50px;
    }
    .cta_box .my_btn {
        padding: 20px;
        margin-left: 16px;
    }
}
@media(max-width:991px) { 
	.cta_box{
		text-align: center;
	}
	.cta_box h2 {
    	font-size: 46px;
    	margin-bottom: 10px;
	}
	.cta_box .my_btn span {
    	width: auto;
	}
	.cta_box .my_btn {
		min-width: auto;
    	display: inline-block;
	}
	.cta_box .my_btn i.fa-facebook-official {
	    font-size: 48px;
	    width: auto;
	    display: inline-block;
	    vertical-align: middle;
	}
	.cta_box .my_btn span {
    	width: auto;
    	display: inline-block;
    	vertical-align: middle;
    	margin-left: 5px;
	}
	.cta_box .my_btn span, .cta_box .my_btn span i {
	    font-size: 18px !important;
	}
}
@media(max-width:767px) {
	.cta_box h2 {
    	font-size: 36px;
	}
    .cta_box .my_btn {
        padding: 15px;
    }
	.cta_box .my_btn span, .cta_box .my_btn span i {
	    font-size: 18px !important;
	}
}
@media(max-width: 575px) {
	.cta_box h2 {
    	font-size: 30px;
	}
}

/* Footer */

.footer {
	background-color: #000;
    padding-top: 70px;
    position: relative;
}
.footer .footer_logo {
    display: block;
    width: 100%;
    max-width: 210px;
    margin-bottom: 5px;
    margin-top: -10px;
}
.footer .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .footer_logo p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}
.footer .row > div:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 1px;
    height: 100%;
    background-color: rgb(229, 229, 229, 0.2);
    transform: translate(-50%, -50%);
}
.footer .row > div:nth-child(2):after {
    right: -5px;
}
.footer .row > div:last-child:after {
    display: none;
}
.footer p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.30px;
    color: rgba(255, 255, 255, 0.7);
}
.footer ul li,
.footer a {
	font-size: 16px;
	line-height: 35px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.30px;
}
.footer a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer h3 {
    font-size: 24px;
    letter-spacing: 0.24px;
    font-weight: 700;
    color: #d92719;
    margin-bottom: 15px;
}
.footer .quick_links ul {
    margin: 0;
    -webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.footer .search_form {
    position: relative;
}
.footer .search_form input[type="search"] {
    padding: 12px 55px 12px 12px !important;
    color: #fff;
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
    border: 1px solid #fff !important;
    outline: none;
    margin-bottom: 0;
}
.footer .search_form input::placeholder {
	font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #fff;
}
.footer .search_form input[type="submit"] {
    min-width: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    width: 50px;
    height: 48px;
    border-left: 1px solid #fff;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50% center;
}
.footer .search_form input[type="submit"]:hover {
    background-color: #a81b10; 
}
.copyright {
    padding: 22px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.copyright p, 
.copyright p a {
    display: inline-block;
    letter-spacing: 0.46px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
}

@media(max-width: 1199px) {
    .footer {
        padding-top: 60px;
    }
    .footer h3 {
        font-size: 22px;
    }
	.footer .footer_logo {
	    max-width: 170px;
	}
    .footer .footer_logo p {
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: 0;
    }
	.footer p {
	    font-size: 15px;
	    line-height: 28px;
	}
	.footer ul li, .footer a {
	    font-size: 15px;
	    line-height: 30px;
	}
	.footer .row > div:nth-child(1):after {
	    right: -10px;
	}
	.footer .row > div:nth-child(2):after {
	    right: -15px;
	}
	.copyright {
	    padding: 20px 0;
	    margin-top: 50px;
	}
}
@media(max-width: 991px) {
	.footer {
		padding-top: 50px;
	}
	.footer .row >div:after {
	    display: none;
	}
	.footer .row > div:not(:last-child) {
	    margin-bottom: 20px;
	}
    .footer h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	.footer p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.footer ul li, .footer a {
    	font-size: 14px;
    	line-height: 28px;
	}
	.copyright {
    	padding: 18px 0;
    	margin-top: 40px;
	}
}
@media(max-width: 767px) {
    .footer {
        padding-top: 30px;
        text-align: center;
    }
    .footer .footer_logo {
        margin: 0 auto 10px;
    }
	.footer ul li, .footer a {
	    font-size: 13px;
	    line-height: 26px;
	}
	.copyright {
    	padding: 15px 0;
	}

}
@media(max-width: 575px) {
	.footer .quick_links ul {
    	-webkit-column-count: 2;
    	-moz-column-count: 2;
    	column-count: 2;
	}
	.footer .search_form input[type="search"] {
	    padding: 10px 50px 10px 12px !important;
	    font-size: 15px;
	    line-height: 22px;
	}
    .footer .search_form input::placeholder {
        font-size: 15px;
        line-height: 22px;
    }
	.footer .search_form input[type="submit"] {
	    width: 42px;
	    height: 42px;
	    background-size: 18px;
	}
}

/* Page Loader */

.page-loader {
	background: #000;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}
.page-loader span {
	position: absolute;
	display: inline-block;
	background: #d92719;
	height: 100px;
	width: 100px;
	margin: -50px 0 0 -50px;
	left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: page-loader 1.4s linear infinite;
	animation: page-loader 1.4s linear infinite;
}
.page-loader span:last-child {
	animation-delay: -0.7s;
	-webkit-animation-delay: -0.7s;
}
/* ====== Go-Up ====== */
.go-up {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	position: fixed;
	right: 10px;
	bottom: -40px;
	text-align: center;
	z-index: 10;
    border: 1px solid #ccc;
    opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.go-up:hover {
    opacity: 1;
}
@media(max-width:991px) {
    .go-up {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width:575px) {
	.page-loader span {
        height: 70px;
        width: 70px;
        margin: -35px 0 0 -35px;
	}
    .go-up {
        width: 24px;
        height: 24px;
        font-size: 13px;
        line-height: 24px;
    }
}
@keyframes page-loader {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes page-loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/* Internal Page */
.internal_cover .caption {
    width: 100%;
    text-align: left;
    max-width: 100%;
}
.internal_cover .cover_content {
    min-height: 420px;
    justify-content: flex-start;
}
.internal_cover .container:after {
    display: none;
}
.internal_cover .caption h1 {
    font-size: 66px;
    line-height: 1;
    letter-spacing: 1.84px;
    margin-bottom: 0;
}
.internal_cover .caption h1:before {
    content: '';
    background-color: rgb(217, 39, 25);
    width: 100px;
    height: 12px;
    display: block;
    margin-bottom: 20px;
}
.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    max-width: 1110px;
}
.breadcrumbs > * {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.12px;
    font-weight: 400;
    color: #656565;
    margin: 0 8px;
}
.breadcrumbs > *:first-child {
    margin-left: 0;
}
.breadcrumbs > *:last-child {
    margin-right: 0;
}
.breadcrumbs a:hover {
    color: #d92719;
    cursor: pointer;
}
.breadcrumbs span {
    color: #d92719;
}

@media(max-width: 1199px) {
	.internal_cover .cover_content {
    	min-height: 380px;
	}
	.internal_cover .caption h1 {
	    font-size: 56px;
	    letter-spacing: 1.74px;
	}
}
@media(max-width: 991px) {
	.internal_cover .cover_content {
	    min-height: 340px;
	}
	.internal_cover .caption h1 {
	    font-size: 46px;
	    letter-spacing: 1.64px;
	}
	.internal_cover .caption h1:before {
	    width: 80px;
	    height: 10px;
	    margin-bottom: 18px;
	}
}
@media(max-width: 767px) {
    .internal_cover {
        background-position: 70% center;
    }
	.internal_cover .cover_content {
	    min-height: 300px;
	}
	.internal_cover .caption h1 {
	    font-size: 38px;
	    letter-spacing: 1.54px;
	}
	.internal_cover .caption h1:before {
	    width: 60px;
	    height: 8px;
	    margin-bottom: 14px;
	}
}
@media(max-width: 575px) {
	.internal_cover .cover_content {
	    min-height: 240px;
	}
	.internal_cover .caption {
	    padding: 0;
	}
	.internal_cover .caption h1 {
	    font-size: 40px;
	    letter-spacing: 1px;
	}
	.internal_cover .caption h1:before {
	    width: 55px;
	    margin-bottom: 12px;
	}
    .breadcrumbs > * {
        font-size: 13px;
        letter-spacing: 0;
        margin: 0 2px;
    }
}
@media(max-width: 460px) {
	.internal_cover .caption h1 {
	    font-size: 32px;
	}
	.internal_cover .caption h1:before {
	    width: 50px;
	    margin-bottom: 10px;
	}
}

/**/
.internal_page{overflow: hidden;}
.tour_dates_detail_box ul li,
.internal_page ol li,
.internal_page ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.7);
}

.tour_dates_detail_box ul li:before,
.internal_page ol li:before,
.internal_page ul li:before {
    content: '\f105';
    position: absolute;
    top: 0;
    left: 0;
}
.internal_page ul li:before {
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1.3;
}
.internal_page ol {
    counter-reset: my-badass-counter;
}
.internal_page ol li:before{
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
}
.alignleft {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 40px 40px 0px;
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.alignright {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 0 40px 40px;
	float: right;
}
@media(max-width:991px) {
	.alignright,
	.alignleft,
	.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	}
}
@media(max-width: 767px) {
    .alignright,
    .alignright,
    .alignright{
        margin: 0 0 20px 0;
    }
}
@media(max-width: 575px) {
    .internal_page ul li:before {
        font-size: 16px;
        line-height: 1;
    }
}
/* Contact Page */
.contact_page h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.19px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact_page select {
    background-image: url(../images/down_chevron.png);
    background-position: 98% 50%;
}
.contact_page select:focus {
    outline: 0;
    border-color: #d92719;
}
.contact_page input::placeholder, 
.contact_page textarea::placeholder, 
.contact_page select::placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.contact_page input[type="submit"] {
	min-width: 170px;
}
@media(max-width: 1199px) {
	.contact_page h2 {
	    font-size: 34px;
	}
}
@media(max-width: 991px) {
	.contact_page h2 {
	    font-size: 30px;
        margin-bottom: 10px;
	}
}
@media(max-width: 767px) {
	.contact_page h2 {
	    font-size: 28px;
	}
}
@media(max-width: 575px) {
	.contact_page h2 {
	    font-size: 26px;
	}
    .contact_page input[type="submit"] {
        min-width: 140px;
    }
}

/* Discography Page */
.discography_text .ec_gallery_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.discography_text .ec_gallery_title h4 {
    margin-bottom: 0;
}
.discography_text .ec_gallery_title .my_btn {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.48px;
    padding: 12px 16px;
    min-width: inherit;
}
.discography_text p:last-child {
    margin-bottom: 0;
}

/**/
.discography_grid_section {
    background-position: top right;
}
.discography_grid_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
}
.search_photos h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.13px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 5px;
}
.discography_grid_section .container {
    position: relative;
    z-index: 2;
}
.disco_title {
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.discography_grid_section .disco_title h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.33px;
    margin-bottom: 10px;
}
.discography_grid_section .gallery_grid {
    margin-bottom: 0;
}
.discography_grid_section .gallery_grid_box:before {
    display: none;
}
.discography_grid_section .gallery_grid_box:after {
    display: none;
}
.discography_grid_section .discography_grid_box {
    position: relative;
    display: block;
    height: 360px;
    background-color: #999;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #8a8a8a;
    text-align: center;
}
.discography_grid_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.discography_grid_box .discography_grid_text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
}
.discography_grid_box .discography_grid_text > span {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.discography_grid_box .discography_grid_text > span i {
    margin-right: 10px;
}
.discography_grid_box .discography_grid_text h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.discography_grid_box .discography_grid_text span.my_btn {
    font-size: 15px !important;
    line-height: 30px !important;
    background-color: #000000;
    padding: 5px 10px;
    min-width: 140px;
    display: inline-block;
    opacity: 0;
    margin-bottom: -60px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.discography_grid_box:hover .discography_grid_text span.my_btn {
    opacity: 1;
    margin-bottom: 0px;
}
.discography_grid_box:hover  {
    background-color: #d92719;
}
.discography_grid_box:hover img {
    opacity: 0.2;
    transform: scale(1.04);
}
.discography_grid_box .discography_grid_text span.my_btn:hover {
    background-color: #fff;
    color: #d92719 !important;
}
.discography_grid_section .btn_holder {
    margin-top: 20px;
}

@media(max-width: 1199px) {
	.discography_grid_section .search_discography h3 {
	    font-size: 20px;
	}
	.discography_grid_section .disco_title h2 {
	    font-size: 38px;
	}
    .discography_grid_section .discography_grid_box {
        height: 290px;
    }
	.discography_grid_box .discography_grid_text {
		top: 56%;
	    padding: 25px;
	}
	.discography_grid_box .discography_grid_text > h4 {
	    font-size: 20px;
	    line-height: 28px;
	}
    .discography_text .ec_gallery_title {
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px) {
    .discography_grid_box .discography_grid_text span.my_btn {
        margin: 0;
        opacity: 1;
    }
    .discography_grid_box .discography_grid_text {
        top: 52%;
    }
    .discography_grid_box .discography_grid_text h4 {
        margin-bottom: 10px;
    }
}
@media(max-width: 991px) {
    .discography_text .ec_gallery_title {
        display: block;
    }
    .discography_text .ec_gallery_title h4 {
        margin-bottom: 10px;
    }
    .discography_text .ec_gallery_title .my_btn {
        font-size: 15px !important;
        line-height: 18px !important;
        letter-spacing: 0.3px;
        padding: 11px 14px;
    }
	.discography_grid_box .discography_grid_text {
	    padding: 20px;
	}
	.discography_grid_box .discography_grid_text > span {
	    font-size: 14px;
	}
	.discography_grid_section .disco_title h2 {
	    font-size: 32px;
	}
    .search_photos h3 {
        font-size: 20px;
        margin: 0 0 5px;
        text-align: center;
    }
	.discography_grid_section .discography_grid_box {
	    height: 300px;
	}
    .discography_grid_box .discography_grid_text span.my_btn {
        font-size: 14px !important;
        line-height: 28px !important;
        padding: 5px 10px;
        min-width: 100px;
    }
}
@media(max-width: 767px) {
    .discography_text .ec_gallery_title .my_btn {
        font-size: 14px !important;
        padding: 10px 12px;
    }
    .discography_text .ec_gallery_title {
        margin-bottom: 10px;
    }
	.discography_grid_section .discography_grid_box {
	    height: 280px;
	}
	.discography_grid_box .discography_grid_text {
	    padding: 15px;
	}
	.discography_grid_box .discography_grid_text > h4 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.discography_grid_section .disco_title h2 {
	    font-size: 28px;
	}
}
@media(max-width: 575px) {
	.discography .ec_gallery_title .my_btn {
	    font-size: 15px !important;
	    line-height: 18px !important;
	}
	.disco_title h3 {
	    font-size: 24px;
	}
	.discography_grid_section .discography_grid_box {
	    height: 260px;
	    margin-bottom: 20px;
	}
}
@media(max-width: 460px) {
	.discography_grid_section {
	    padding: 40px 0;
	}
	.discography .ec_gallery_title .my_btn {
	    float: none;
	    margin-bottom: 15px;
	}
	.discography .ec_gallery_title .my_btn {
	    font-size: 14px !important;
	    line-height: 16px !important;
	}
    .discography_grid_section .disco_title h2 {
        font-size: 24px;
    }
}

/* Serachbar */
.search_photos {
    background-color: #d92719;
    padding: 12px 15px;
    margin-bottom: 50px;
}
.search_photos h5 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.15px;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
}
.selection_area select {
    cursor: pointer;
    color: #000;
    background-image: url(../images/select_arrow_black.png);
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 11px 40px 11px 14px;
    background-color: #fff;
    border: none;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.16px;
    opacity: 1;
}
.selection_area select::placeholder {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.16px;
    opacity: 1;
}
.selection_area select:focus {
    outline: none;
}
.search_photos .row{
    margin: 0 -5px;
}
.search_photos .row > div {
    padding: 0 5px;
}
@media(max-width: 1199px) {
	.search_photos h3 {
	    font-size: 28px;
	}
}
@media(max-width: 991px) {
	.search_photos {
	    margin-bottom: 40px;
	}
	.search_photos h3 {
	    font-size: 26px;
	}
    .selection_area select {
        padding: 9px 30px 9px 10px;
        font-size: 17px;
    }
}
@media(max-width: 767px) {
	.search_photos {
	    margin-bottom: 30px;
	}
	.search_photos h3 {
	    font-size: 24px;
	}
    .selection_area select {
        background-position: 97% 50%;
        margin-bottom: 10px;
        padding: 7px 30px 8px 10px;
        font-size: 16px;
    }
}
@media(max-width: 575px) {
	.search_photos {
	    margin-bottom: 20px;
	}
	.search_photos h3 {
	    font-size: 22px;
	}
}

/* EC FAQ */
.faq_box {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 114px;
    border-left: 14px solid #d92719;
    text-align: center;
    padding: 15px;
    height: 100%;
}
.faq_box h3 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.42px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: inherit;
}
.faq_box:hover {
    background-color: #d92719;
}
.faq_col {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media(max-width: 1199px) {
	.faq_box h3 {
	    font-size: 20px;
	    line-height: 28px;
	}
}
@media(max-width: 991px) {
	.faq_box {
	    min-height: 104px;
	}
	.faq_box h3 {
	    font-size: 19px;
	    line-height: 26px;
	}
}
@media(max-width: 767px) {
	.faq_box {
	    min-height: 94px;
	}
	.faq_box h3 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.faq_box h3 br {
        display: none;
	}
}
@media(max-width: 575px) {
	.faq_box {
	    min-height: 84px;
	}
    .faq_col {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.faq_box h3 {
	    font-size: 17px;
	    line-height: 22px;
	}
}

/* EC Rewind */
.rewind_box_title {
    background-color: #d92719;
    padding: 15px 40px;
}
.rewind_box_title span {
    display: inline-block;
    font-size: 30px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 1.71px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
    margin-right: 15px;
}
.rewind_box_title h2 {
    font-size: 60px;
    letter-spacing: 1.2px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}
.rewind_detail_box {
    background-color: #000;
    padding: 40px;
    margin-bottom: 70px;
}
.rewind_detail_box ul li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
    font-weight: 300;
    color: #cbcbcb;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
}
.rewind_detail_box ul li strong {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.36px;
    color: #ffffff;
    font-weight: 600;
}
.rewind_detail_box ul li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url(../images/history_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 25px;
    height: 21px;
}
.rewind_detail_box p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.36px;
    color: rgb(255 255 255 / 70%);
}
.rewind_detail_box p:last-child {
	margin-bottom: 0;
}

@media(max-width: 1199px) {
	.rewind_box_title {
	    padding: 14px 40px;
	}
	.rewind_box_title span {
	    font-size: 28px;
	    margin-right: 12px;
	}
	.rewind_box_title h2 {
	    font-size: 54px;
	    margin-right: 8px;
	}
	.rewind_detail_box {
	    padding: 35px 35px 40px 35px;
	    margin-bottom: 50px;
	}
}
@media(max-width: 991px) {
	.rewind_box_title {
	    padding: 12px 34px;
	}
	.rewind_box_title span {
	    font-size: 26px;
	    margin-right: 10px;
	}
	.rewind_box_title h2 {
	    font-size: 46px;
	    margin-right: 6px;
	}
	.rewind_detail_box {
	    padding: 30px 30px 35px 30px;
	    margin-bottom: 30px;
	}
	.rewind_detail_box ul li {
	    font-size: 17px;
	    line-height: 26px;
	    margin-bottom: 10px;
	}
	.rewind_detail_box ul li strong {
	    font-size: 20px;
	    line-height: 28px;
	}
	.rewind_detail_box ul li:before {
	    width: 24px;
	    height: 20px;
	}
	.rewind_detail_box p {
	    font-size: 17px;
	    line-height: 28px;
	}
}
@media(max-width: 767px) {
	.rewind_box_title {
	    padding: 10px 30px;
	}
	.rewind_box_title span {
	    font-size: 24px;
	    margin-right: 8px;
	    line-height: 1.6;
	}
	.rewind_box_title h2 {
	    font-size: 40px;
	}
	.rewind_detail_box {
		padding: 25px 25px 30px 25px;
	    margin-bottom: 20px;
	}
	.rewind_detail_box ul li {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 8px;
	}
	.rewind_detail_box ul li strong {
	    font-size: 18px;
	    line-height: 26px;
	}
	.rewind_detail_box ul li:before {
	    width: 23px;
	    height: 19px;
	}
	.rewind_detail_box p {
	    font-size: 16px;
	    line-height: 26px;
	}
}
@media(max-width: 575px) {
	.rewind_box_title {
	    padding: 10px 20px;
	}
	.rewind_box_title span {
	    font-size: 22px;
	    margin-right: 6px;
	}
	.rewind_box_title h2 {
	    font-size: 34px;
	}
	.rewind_detail_box {
	    padding: 20px;
	}
	.rewind_detail_box ul li {
	    font-size: 15px;
	    line-height: 22px;
	    padding-left: 30px;
	}
	.rewind_detail_box ul li strong {
	    font-size: 17px;
	    line-height: 24px;
	}
	.rewind_detail_box ul li:before {
	    width: 22px;
	    height: 18px;
	}
	.rewind_detail_box p {
	    font-size: 15px;
	    line-height: 24px;
	}
}

/* News Page*/
.news_page .news_box {
    background-color: rgba(0, 0, 0, 1);
}
.news_page .news_box .news_info {
    padding: 30px 35px;
}
.news_page .news_box .news_info span.post_date {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.33px;
    font-weight: 300;
    display: block;
    padding-bottom: 15px;
    color: #a3a3a3;
}
.news_page .news_box .news_info span.post_date i {
    margin-right: 8px;
}
.news_page .news_box .news_info h5 {
    margin-bottom: 10px;
    font-size: 26px;
}
.news_page .news_box .news_info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.news_page .news_box .news_info .btn_holder {
    margin-top: 8px;
}
.year_dropdown {
    margin-bottom: 45px;
}
.year_dropdown select {
    background-image: url(../images/select_arrow.png);
    background-position: 94% 50%;
    background-size: 16px;
    padding: 15px 40px 14px 14px;
    border: 2px solid #d92719;
    background-color: #d92719;
    color: #fff;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.09px;
    opacity: 1;
    max-width: 284px;
    margin-left: auto;
}
.year_dropdown select:focus {
    outline: none;
}
.pagination .nav-links {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-weight: 500;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination .nav-links:first-child {
    margin-left: 0;
}
.pagination .nav-links:last-child {
    margin-right: 0;
}
.pagination .nav-links:hover,
.pagination .nav-links.current {
    background: #d92719;
    border: 1px solid #d92719;
    color: #fff;
}

@media(max-width:1199px){
    .news_page .news_box .news_info {
        padding: 20px;
    }
    .news_page .news_box .news_info span.post_date {
        padding-bottom: 10px;
    }
    .news_page .news_box .news_info h5 {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .news_page .news_box .news_info p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media(max-width:991px){
    .year_dropdown select {
        background-size: 14px;
        padding: 12px 38px 12px 14px;
        font-size: 16px;
        line-height: 1.2;
        max-width: 270px;
    }
    .news_page .news_box .news_info h5 {
        font-size: 20px;
    }
}
@media(max-width:767px){
    .year_dropdown select {
        margin-right: auto;
    }
    .year_dropdown {
        margin-bottom: 30px;
    }
}
@media(max-width:575px){
    .news_page .news_box .news_info h5 {
        font-size: 18px;
    }
    .news_page .news_box .news_info {
        padding: 15px;
    }
}

/* News Archive */

.news_archive_content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    min-height: 105px;
    height: 100%;
}
.news_archive_content > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}
.news_archive_content > div.news_heading {
    justify-content: flex-start;
}
.news_archive_content .news_date {
    border-right: 1px solid rgb(0 0 0 / 20%);
    flex: 15%;
    max-width: 15%;
    text-align: center;
}
.news_archive_content .news_heading {
    border-right: 1px solid rgb(0 0 0 / 20%);
    flex: 67%;
    max-width: 67%;
}
.news_archive_content .news_btn {
    flex: 18%;
    max-width: 18%;
}
.news_archive_content .news_date span {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600;
    color: #d92719;
    text-align: center;
    display: inline-block;
}
.news_archive_content .news_heading h4 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-transform: inherit;
    margin-bottom: 0;
}
.news_archive_content .news_heading h4 a {
    color: #000;
}
.news_archive_content .news_heading h4 a:hover {
    color: #d92719;
}
.news_archive_content .news_btn .my_btn {
    min-width: 120px;
    padding: 10px;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: uppercase;
}
.news_archive_content .news_btn .my_btn:hover {
    background-color: #000;
    color: #ffffff !important;
}
.news_archive .accordion .card {
	border: 0;
	margin-bottom: 23px;
    border-radius: 0;
	background-color: transparent;
}
.news_archive .card-header {
    display: block;
    position: relative;
    padding: 15px 18px 15px 78px;
    background-color: #000;
    border: none;
    border-radius: 0 !important;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.66px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_archive .card-header .card-title {
    margin-bottom: 0;
}
.news_archive .card-header:hover {
	text-decoration: none;
}
.news_archive .accordion .card-header.collapsed:before, 
.news_archive .accordion .card-header:before {
    content: "\f067";
    font-family: 'FontAwesome';
    width: 60px;
    height: 100%;
    background-color: #d92719;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_archive .accordion .card-header:before {
	content: "\f068";
}
.news_archive .card-body {
    border-top: 0;
    padding: 0px;
    background-color: transparent;
}
.news_archive .card-body .collapse_content {
    background-color: #fff;
}
@media(max-width: 1199px) {
	.news_archive .accordion .card {
	    margin-bottom: 20px;
	}
    .news_archive .card-header {
	    font-size: 20px;
	    line-height: 28px;
	}
    .news_archive .accordion .card-header.collapsed::before, 
    .news_archive .accordion .card-header::before {
        font-size: 20px;
    }
    .news_archive_content > div {
        padding: 15px 20px;
    }
    .news_archive_content .news_date span {
	    font-size: 20px;
	}
	.news_archive_content .news_btn .my_btn {
	    min-width: 110px;
	    font-size: 15px !important;
	    line-height: 18px !important;
	}
    .news_archive_content .news_heading h4 {
        font-size: 20px;
    }
}
@media(max-width: 991px) {
	.news_archive .accordion .card {
	    margin-bottom: 17px;
	}
    .news_archive .card-header {
	    font-size: 18px;
	    line-height: 26px;
	    padding: 15px 18px 15px 72px;
	}
    .news_archive .accordion .card-header.collapsed::before, 
    .news_archive .accordion .card-header::before {
        width: 56px;
    	font-size: 18px;
    }
    .news_archive .card-body .collapse_content ul li {
	    font-size: 17px;
	    line-height: 28px;
	}
    .news_archive_content > div {
        padding: 10px;
    }
	.news_archive_content .news_date span {
	    font-size: 18px;
	}
    .news_archive_content .news_heading h4 {
        font-size: 18px;
    }
	.news_archive_content .news_btn .my_btn {
	    min-width: 100px;
	    font-size: 14px !important;
	    line-height: 16px !important;
	}
}
@media(max-width: 767px) {
	.news_archive .accordion .card {
	    margin-bottom: 14px;
	}
    .news_archive .card-header {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 14px 18px 14px 68px;
	}
	.news_archive .accordion .card-header.collapsed::before, 
	.news_archive .accordion .card-header::before {
	    width: 52px;
	    font-size: 16px;
	}
	.news_archive .card-body .collapse_content ul li {
	    font-size: 16px;
	    line-height: 26px;
	}
	.news_archive_content {
	    display: block;
	    border-bottom: 1px solid rgb(0 0 0 / 20%);
	}
    .news_archive_content > div{
        display: block;
    }
    .news_archive_content > div.news_heading {
        padding: 0 10px;
    }
	.news_archive_content .news_date {
	    max-width: 100%;
	    border: none;
	}
	.news_archive_content .news_date span br {
	    display: none;
	}
	.news_archive_content .news_heading {
	    max-width: 100%;
	    border: none;
	}
	.news_archive_content .news_heading h4 {
	    text-align: center;
	}
	.news_archive_content .news_btn {
	    max-width: 100%;
	    flex: 100%;
	    text-align: center;
	}
	.news_archive_content .news_btn .my_btn {
	    min-width: 90px;
	    font-size: 13px !important;
	    line-height: 14px !important;
	}
}
@media(max-width: 575px) {
	.news_archive .accordion .card {
	    margin-bottom: 10px;
	}
    .news_archive .card-header {
        padding: 12px 14px 12px 58px;
    }
    .news_archive .accordion .card-header.collapsed::before, 
    .news_archive .accordion .card-header::before {
        width: 46px;
    }
    .news_archive_content .news_heading h4 {
        font-size: 17px;
    }
}

/* News Detail Page */
.news_detail h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0.19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.news_detail span.post_date {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.33px;
    font-weight: 400;
    display: inline-block;
    color: rgba(0,0,0,0.7);
}
.news_detail hr {
    margin: 15px 0 25px;
}
.news_detail h5 {
    font-size: 18px;
}
.news_detail span.post_date.photo_credit {
    float: right;
}
.news_detail span i {
    margin-right: 8px;
}
.news_detail iframe {
    display: block;
    width: 100%;
    height: 625px;
    margin: 40px 0;
}
.news_detail ul,
.news_detail ol {
    column-count: 2;
    padding-left: 30px;
}
.news_detail ul {
    padding-left: 0;
}
.news_detail ul li {
    position: relative;
    padding-left: 16px;
    color: rgba(0,0,0,0.7);
    line-height: 22px;
    display: inline-block;
    width: 100%;
}
.news_detail ul li:before {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}
.news_detail ol li {
    list-style-type: decimal-leading-zero;
    padding-left: 0;
    padding-right: 10px;
    color: rgba(0,0,0,0.7);
}
.single_featured_img{margin-bottom: 30px;}

@media(max-width: 1199px) {
    .news_detail h2 {
        font-size: 34px;
    }
    .news_detail iframe {
        height: 523px;
        margin: 30px 0;
    }
}
@media(max-width: 991px) {
    .news_detail h2 {
        font-size: 30px;
    }
    .news_detail iframe {
        height: 388px;
        margin: 20px 0;
    }
    .news_detail ul li {
        padding-left: 14px;
    }
}
@media(max-width: 767px) {
    .news_detail h2 {
        font-size: 26px;
    }
    .news_detail iframe {
        height: 287px;
    }
    .news_detail ul,
    .news_detail ol {
        column-count: 1;
    }
    .single_featured_img{margin-bottom: 20px;}
}
@media(max-width: 575px) {
    .news_detail h2 {
        font-size: 24px;
    }
}
@media(max-width: 360px) {
    .news_detail h2 {
        font-size: 22px;
    }
    .news_detail iframe {
        height: 187px;
    }
}

/**/
.photo_section.discography_grid_section:before {
    display: none;
}
.photo_section .sections_title.sm {
    margin-bottom: 20px;
}
.sections_title.sm h2 {
    font-size: 38px;
    letter-spacing: 0.19px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.photo_section .search_photos {
    margin-bottom: 20px;
}
.photos_select {
    display: flex;
    align-items: center;
}
.photos_select select {
    padding: 11px 30px 11px 13px;
    margin-right: 10px;
}
.photos_select select:last-child {
    margin-right: 0;
}
.submit_btn {
    margin-top: 14px;
    margin-bottom: 10px;
    text-align: right;
}
.submit_btn .my_btn {
    background-color: transparent;
    border: 2px solid #000;
    color: #000 !important;
    padding: 12px;
}
.submit_btn .my_btn:hover {
    background-color: #000;
    color: #fff !important;
}

.photo_grid {
    border-top: 1px solid #b7b7b7;
    padding-top: 15px;
}
.photo_grid .discography_grid_box {
    background-color: #999;
}
.photo_grid .discography_grid_box:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid #fff;
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.photo_grid .discography_grid_box:hover:before {
    opacity: 1;
    transform: scale(1);
}
.photo_grid .discography_grid_box img {
    opacity: 0.4;
}
.photo_grid .discography_grid_box:hover img {
    opacity: 0.4;
    /* filter: blur(4px); */
}
.photo_grid .discography_grid_box .discography_grid_text {
    top: 52%;
    z-index: 1;
    padding: 30px; 
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.photo_grid .discography_grid_box:hover .discography_grid_text {
    opacity: 1;
    top: 52%;
}
.photo_grid .discography_grid_box .discography_grid_text h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.photo_grid .discography_grid_box .discography_grid_text p {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.photo_grid .discography_grid_box .discography_grid_text .my_btn {
    opacity: 1;
    margin: 0;
    background-color: #d92719;
}
.photo_grid .discography_grid_box .discography_grid_text .my_btn i {
    margin: 0;
}
/**/
.photo_detail.photo_grid {
    border-top: none;
}
.photo_detail .discography_grid_box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    background-image: url(../images/zoom_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 2;
}
.photo_detail .discography_grid_box:hover:after {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
@media(max-width: 1199px) {
    .sections_title.sm h2 {
        font-size: 34px;
    }
    .photo_grid .discography_grid_box .discography_grid_text {
        opacity: 1;
        top: 52%;
    }
    .photo_grid .discography_grid_box:before {
        opacity: 1;
        transform: scale(1);
    }
    .photo_grid .discography_grid_box img {
        opacity: 0.3;
        filter: blur(0px);
    }
    .photo_detail .discography_grid_box:after {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }
}
@media(max-width: 991px) {
    .submit_btn {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .sections_title.sm h2 {
        font-size: 30px;
    }
    .photos_select {
        display: block;
    }
    .photos_select select {
        padding: 9px 30px 9px 9px;
        margin-right: 0;
    }
}
@media(max-width: 575px) {
    .sections_title.sm h2 {
        font-size: 26px;
    }
}

/* Tour Dates */
.tour_title {
    margin-bottom: 20px;
}
.tour_title h2 {
    font-size: 59px;
    line-height: 1.2;
    letter-spacing: 0;
}
.tour_title h2 span {
    color: #d92719;
}
.tour_archive {
	position: relative;
    background-color: #000000;
    display: block;
}
.tour_archive .row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 100%;
    background-color: #d92719;
}
.tour_archive .tour_text {
    padding: 30px 0 30px 45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column nowrap;
}
.tour_archive *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tour_archive:hover .tour_text > *{
    color: #d92719;
}
.tour_archive .tour_text h3 {
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0.23px;
    font-weight: 800;
    margin-bottom: 5px;
}
.tour_archive .tour_text p {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tour_archive .tour_img {
    display: inline-block;
    padding: 20px 0;
}
.tour_archive .tour_img img {
    border: 2px solid #ffffff;
    width: 100px;
    box-shadow: -1px 2px 30px 0px rgba(0, 0, 0, 0.2);
    height: 134px;
    object-fit: cover;
    margin-right: 6px;
}
.tour_archive:hover .tour_img img {
    border: 2px solid #d92719;
}
.tour_archive .tour_img img:last-child {
    margin-right: 0;
}
@media(max-width: 1199px) {
	.tour_title h2 {
	    font-size: 49px;
	}
	.tour_archive .tour_text p {
	    font-size: 18px;
	    line-height: 30px;
	}
	.tour_archive .tour_text h3 {
	    font-size: 38px;
	}
	.tour_archive .tour_img img {
	    width: 85px;
	    height: 120px;
	    margin-right: 5px;
	}
}
@media(max-width: 991px) {
	.tour_title h2 {
	    font-size: 36px;
	}
    .tour_archive .tour_text {
        padding: 20px 20px 0 20px;
        display: block;
        text-align: center;
    }
	.tour_archive .tour_text p {
	    font-size: 17px;
	    line-height: 24px;
	}
	.tour_archive .tour_text h4 {
	    font-size: 34px;
	}
    .tour_archive .tour_img {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
	.tour_archive .tour_img img {
	    width: 80px;
	    height: 110px;
	}
    .tour_archive .row::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .tour_archive .tour_text h3 {
        font-size: 34px;
    }
}
@media(max-width: 767px) {
	.tour_title h2 {
	    font-size: 32px;
	}
    .tour_archive .tour_text p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
	.tour_archive .tour_text h3 {
	    font-size: 28px;
	}
	.tour_archive .tour_img img {
	    width: 75px;
	    height: 100px;
	}
}
@media(max-width: 575px) {
	.tour_title h2 {
	    font-size: 26px;
	}
	.tour_archive .tour_text p {
	    font-size: 15px;
	    line-height: 20px;
	}
	.tour_archive .tour_text h3 {
	    font-size: 26px;
	}
	.tour_archive .tour_img img {
	    width: 70px;
	    height: 90px;
	}
}

/* Concerts List */
.concerts_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}
.concerts_section .container {
    position: relative;
    z-index: 2;
}
.concerts_section .sections_title h2 {
	font-size: 50px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
}
.concerts_list {
    margin-top: 40px;
}
.concerts_list .table {
    background-color: #fff;
}
.concerts_list .table thead tr {
    border: 2px solid #cccccc;
    background-color: #151515;
}
.concerts_list .table thead th {
    vertical-align: bottom;
    border: none;
    padding: 0;
}
.concerts_list .table thead tr th {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 30px;
    text-align: left;
    border-right: 1px solid #cccccc;
}
.concerts_list .table thead tr th:first-child {
    width: 220px;
}
.concerts_list .table thead tr th:nth-child(2) {
    width: 280px;
}
.concerts_list .table thead tr th:last-child {
    border-right: none;
    width: 170px;
}
.concerts_list .table tbody {
    background-color: #fff;
    border: 2px solid #cccccc;
}
.concerts_list .table tbody tr {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.concerts_list .table tbody tr:hover{
    background-color: #dddddd !important;
}
.concerts_list .table tbody tr td {
    padding: 0;
    vertical-align: top;
    border-top: 2px solid #cccccc;
    border-right: 1px solid rgb(0 0 0 / 20%);
}
.concerts_list .table tbody tr td:last-child {
    border-right: none;
    text-align: center;
}
.concerts_list .table tbody tr td a {
    color: #000;
}
.concerts_list .table tbody tr:hover td a {
    color: #d92719;
}
.concerts_list .table tbody tr td a.date {
    font-size: 22px;
    letter-spacing: 0;
}
.concerts_list .table tbody .text_bold { 
	font-weight: 600;
}
.concerts_list .table tbody tr td a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding: 24px 30px;
    letter-spacing: 0.4px;
    font-weight: 500;
}
.concerts_list .table tbody tr td a.venue {
    font-weight: 400;
}
.concerts_list .table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.concerts_list .table tbody tr td a.tbl_btn {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #d92719;
    color: #fff;
}
.concerts_list .table tbody tr td a.tbl_btn i {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.concerts_list .table tbody tr:hover td a.tbl_btn {
    background-color: #000;
}

@media(max-width: 1199px) {
	.concerts_section .sections_title h2 {
	    font-size: 44px;
	}
    .concerts_list .table thead tr th {
        padding: 15px 20px;
    }
    .concerts_list .table tbody tr td a {
        padding: 22px 20px;
    }
    .concerts_list .table tbody tr td a.date {
        font-size: 20px;
    }
    .concerts_section .photos_select select {
        padding: 11px 30px 11px 8px;
        font-size: 14px;
    }
}
@media(max-width: 991px) {
	.concerts_section .sections_title h2 {
	    font-size: 32px;
	}
	.concerts_list {
	    margin-top: 35px;
	}
	.concerts_list .table thead tr th {
	    font-size: 20px;
	    line-height: 22px;
        padding: 15px;
	}
	.concerts_list .table tbody tr td a.date {
	    font-size: 20px;
        line-height: 1.2;
	}
    .concerts_list .table tbody tr td a.date {
        font-size: 18px;
    }
	.concerts_list .table tbody tr td a {
	    font-size: 18px;
	    line-height: 26px;
	    padding: 14px 15px;
	}
	.concerts_list .table tbody tr td a.tbl_btn {
	    font-size: 16px;
	}
    .concerts_list .table thead tr th:first-child,
    .concerts_list .table thead tr th:nth-child(2){
        width: auto;
    }
    .concerts_list .table thead tr th:last-child {
        width: 130px;
    }
}
@media(max-width: 767px) {
	.concerts_section .sections_title h2 {
	    font-size: 28px;
	}
	.concerts_list {
	    margin-top: 30px;
	}
	.concerts_list .table thead tr th {
	    font-size: 16px;
	    line-height: 18px;
	    padding: 12px 8px;
	}
	.concerts_list .table tbody tr td a.date {
	    font-size: 12px;
	}
	.concerts_list .table tbody tr td a {
	    font-size: 12px;
	    line-height: 22px;
	    padding: 8px;
	}
	.concerts_list .table tbody tr td a.tbl_btn {
	    font-size: 12px;
	}	
    .concerts_list .table thead tr th:last-child {
        width: 100px;
    }
    .concerts_list .table tbody tr td a{
        min-height: 52px;
        display: flex;
        align-items: center;
    }
    .concerts_list .table tbody tr td:last-child a{
        justify-content: center;
    }
}
@media(max-width: 575px) {
	.concerts_section .sections_title h2 {
	    font-size: 24px;
	}	
}
@media(max-width: 460px) {
	.concerts_section .sections_title h2 {
	    font-size: 20px;
	}	
	.concerts_list .table thead tr th {
	    font-size: 14px;
	    line-height: 16px;
	    padding: 10px 5px;
	}
	.concerts_list .table tbody tr td a.date {
	    font-size: 10px;
	}
	.concerts_list .table tbody tr td a {
	    font-size: 10px;
	    line-height: 1.2;
	    padding: 5px;
	}
	.concerts_list .table tbody tr td a.tbl_btn {
	    font-size: 10px;
	}	
	.concerts_list .table tbody tr td a.tbl_btn i {
	    margin-left: 2px;
	}
}

/* Tour Dates Detail */
.tour_dates_detail .sections_title {
    margin-bottom: 20px;
}
.tour_dates_detail .sections_title h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.19px;
}
.tour_dates_detail .sections_title h2 span {
    color: #d92719;
}
.discography_main_img {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #c1c1c1;
    box-shadow: -1px 3px 20px 0 rgba(9,47,22,.07);
    margin-bottom: 20px;
    width: 100%;
}
.tour_dates_detail_box {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #c1c1c1;
    box-shadow: -1px 3px 20px 0px rgba(9, 47, 22, 0.07);
    margin-bottom: 20px;
}
.tour_dates_detail_box.ticketinfo span,
.tour_dates_detail_box.event span,
.tour_dates_detail_box.location span,
.tour_dates_detail_box.bandlineup span,
.tour_dates_detail_box.support span,
.tour_dates_detail_box.shownotes span,
.tour_dates_detail_box.specialguests span,
.tour_dates_detail_box.setlists span,
.tour_dates_detail_box.fanreviews span{
	display:block !important;
}
.tour_dates_detail_box h4 {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.09px;
    color: #d92719;
    margin-bottom: 15px;
}
.tour_dates_detail_box h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    color: #4e4e4e;
    text-transform: inherit;
}
.tour_dates_detail_box p {
    color: #4e4e4e;
    margin-bottom: 10px;
}
.tour_dates_detail_box p:last-child {
    margin-bottom: 0;
}
.tour_dates_detail_box a {
    text-decoration: underline;
}
.tour_dates_detail_box hr {
    margin: 15px 0 20px;
}
.tour_dates_detail_box ol,
.tour_dates_detail_box ul{
    column-count: 3;
    margin-bottom: 0;
}
.tour_dates_detail_box ol{
    padding-left: 28px;
}
.tour_dates_detail_box ol li {
    padding-right: 25px;
    padding-left: 5px;
    list-style-type: decimal-leading-zero;
}
.tour_dates_detail_box p:last-child {
    margin-bottom: 0;
}
.tour_dates_detail_box .my_btn:hover {
    background-color: #ed3425;
    color: #fff !important;
}
.tour_dates_detail_box .tour_dates_data p {
	margin-bottom: 0;
	margin-right: 30px;
}
.tour_dates_detail_box .tour_dates_data p strong {
    font-weight: 500;
    color: #000;
}
.tour_dates_data {
    display: flex;
   /* justify-content: space-between; */
}

@media(max-width: 1199px) {
	.tour_dates_detail .sections_title h2 {
	    font-size: 32px;
	}
}
@media(max-width: 991px) {
	.tour_dates_detail .sections_title {
	    margin-bottom: 15px;
	}
	.tour_dates_detail .sections_title h2 {
	    font-size: 30px;
	}
    .tour_dates_detail_box ol, .tour_dates_detail_box ul {
        column-count: 2;
    }
}
@media(max-width: 767px) {
	.tour_dates_detail .sections_title {
	    margin-bottom: 10px;
	}
	.tour_dates_detail .sections_title h2 {
	    font-size: 24px;
	}
    .discography_main_img {
        padding: 20px;
    }
	.tour_dates_detail_box {
	    padding: 20px;
	}
	.tour_dates_detail_box .tour_dates_data {
        display: block;
	}
    .tour_dates_detail_box .tour_dates_data p {
        margin-right: 0;
    }
    .tour_dates_detail_box ol, .tour_dates_detail_box ul {
        column-count: 1;
    }
}
@media(max-width: 575px) {
    .tour_dates_detail_box ol li {
        padding-right: 0;
    }
	.tour_dates_detail .sections_title h2 {
	    font-size: 22px;
	}
    .discography_main_img {
        padding: 15px;
    }
	.tour_dates_detail_box {
	    padding: 15px;
	}
	.tour_dates_detail_box h4 {
	    font-size: 16px;
	    display: block;
	    margin-bottom: 10px;
	}
    .news_detail hr {
        margin: 10px 0 15px;
    }
    .news_detail h5 {
        font-size: 16px;
    }
}
@media(max-width: 480px) {
	.tour_dates_detail .sections_title h2 {
	    font-size: 20px;
	}
	.tour_dates_data {
	    display: block;
	}
	.tour_dates_detail_box .tour_dates_data p {
	    margin-bottom: 5px;
	}
}

/**/
.setlists_search h3{
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.setlists .concerts_list {
    margin-top: 10px;
}
.setlists_search {
    background-color: transparent;
    padding: 0;
}
.setlists_search form .form-row {
    background-color: #d92719;
    margin: 0;
    padding: 0 5px;
}
.setlists_search form .form_group {
    padding: 10px 5px;
}

.setlists_search form .form_group select {
    margin-bottom: 0px;
}
.setlists_search form .form_group input {
    padding: 11px;
    border: none;
}
.setlists_search form .form_group input::placeholder {
    font-style: italic;
}
.setlists_search form .form_group.sbmt_btn {
    margin: 10px 0 0;
    text-align: right;
    max-width: inherit;
    padding: 0;
}
.setlists_search form .form_group.sbmt_btn .my_btn {
    min-width: 150px;
    vertical-align: top;
    padding: 13px;
    margin-right: 10px;
}
.setlists_search form .form_group.sbmt_btn input[type="submit"] {
    border: 2px solid #151515;
    background-color: transparent;
    color: #151515 !important;
    min-width: 150px;
}
.setlists_search form .form_group.sbmt_btn input[type="submit"]:hover {
    background-color: #151515;
    color: #fff !important;
}
/* Continent Dropdown */
.continent_dropdown {
    position: relative;
    z-index: 10;
    max-width: 200px;
    margin-bottom: 30px;
    display: inline-block;
}
.continent_dropdown ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    font-weight: 700;
    text-align: center;
}
.continent_dropdown > ul > li {
    display: block;
    position: relative;
    background-color: #d92719;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.continent_dropdown > ul > li > a {
    color: #fff !important;
    text-decoration: none;
    padding: 11px 40px 11px 20px;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
.continent_dropdown > ul > li.hasDD > a:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 47%;
    transform: translateY(-50%);
    width: 18px;
    height: 10px;
    background-image: url(../images/down_chevron_white.png);
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.continent_dropdown ul li.hasDD.on > a:after {
    transform: translateY(-50%) rotate(-180deg);
}
.continent_dropdown > ul > li > ul {
    background-color: #151515;
    position: absolute;
    top: 100%;
    width: 650px;
    height: auto;
    display: none;
    overflow: hidden;
    padding: 5px;
    -webkit-columns: 6;
    -moz-columns:  6;
    columns:  6;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}
.continent_dropdown > ul > li > ul > li {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
}
.continent_dropdown > ul > li > ul > li > a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px;
    display: block;
    color: #fff !important;
    border: 1px solid #7d7d7d;
}
.continent_dropdown > ul > li > ul > li > a:hover {
    background-color: #fff;
    color: #151515 !important;
}


/**/
.dropdown1{
    position: relative;
    z-index: 20;
    margin-bottom: 30px;
}
.dropdown1 .years_dp{
    position: relative;
    text-decoration: none;
    padding: 11px 40px 11px 20px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    background-color: #d92719;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    min-width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown1 .years_dp.active {
    background-color: #151515;
}
.dropdown1 .years_dp:before{
    content: "";
    position: absolute;
    right: 14px;
    top: 47%;
    transform: translateY(-50%);
    width: 18px;
    height: 10px;
    background-image: url(../images/down_chevron_white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dropdown1 .years_dp.active:before{
    transform: translateY(-50%) rotate(-180deg);
}
.dropdown1 ul{
    background-color: #151515;
    position: absolute;
    top: 100%;
    width: 650px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    -webkit-columns: 6;
    -moz-columns:  6;
    columns:  6;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    transform-origin: top;
    transform: rotateX(-90deg);
    transition: 0.5s;
    opacity: 0;
}
.dropdown1 ul.active{
    transform: rotateX(0deg);
    opacity: 1;
}
.dropdown1 ul li{
    padding: 3px 0;
}
.dropdown1 ul li a {
    display:block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background-color: #262626;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}
.dropdown1 ul li a:hover{
    background-color: #d92719;
    color: #fff;
}

@media(max-width:991px){
    .setlists_search form .form-row {
        padding: 5px;
    }
    .setlists_search form .form_group {
        padding: 5px;
        max-width: 33.333%;
        flex: 0 0 auto;
    }
    .dropdown1 ul {
        width: 450px;
    }
    .dropdown1 ul li a {
        font-size: 16px;
        line-height: 20px;
        padding: 8px;
    }
}
@media(max-width:767px){
    .dropdown1 .years_dp {
        padding: 9px 30px 9px 10px;
        font-size: 16px;
        min-width: 160px;
    }
    .dropdown1 ul {
        width: 510px;
        height: 222px;
        overflow: scroll;
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5;
    }
}
@media(max-width:575px){
    .setlists_search form .form-row {
        padding: 3px;
    }
    .setlists_search form .form_group {
        max-width: 50%;
    }
    .setlists_search form .form_group {
        padding: 3px;
        max-width: 50%;
    }
    .setlists_search form .form_group.sbmt_btn input[type="submit"] {
        min-width: 120px;
    }
    .dropdown1 ul {
        width: 290px;
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
    .dropdown1 .years_dp:before {
        top: 50%;
        width: 15px;
        height: 10px;
    }
    .dropdown1 .years_dp {
        min-width: 140px;
    }
}
.codedropz-upload-wrapper {
    background: #fff;
}
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-list-item {
    margin: 0;
}
.post, .page {
    margin: 0;
}
.setlists_search .form_group.sbmt_btn .submit_btn a.my_btn {
    vertical-align: top;
    margin-right: 10px;
}
.setlists_search .form_group.sbmt_btn .submit_btn {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}
.pagination a, .pagination span {
    line-height: 30px;
}
@media(max-width: 575px) {
    .setlists_search form .form_group.sbmt_btn .my_btn {
        flex: 1;
        margin-right: 5px;
        min-width: inherit;
    }
    .setlists_search form .form_group.sbmt_btn input[type="submit"] {
        flex: 1;
        margin-left: 5px;
        min-width: inherit;
    }
    .setlists_search form .form_group.sbmt_btn {
        display: flex;
        flex-wrap: wrap;
    }
    .setlists_search .form_group.sbmt_btn .submit_btn {
        margin-top: 10px;
        display: block;
        order: 6;
        width: 100%;
    }
    .setlists_search .form_group.sbmt_btn .submit_btn a.my_btn {
        width: 100%;
        margin-right: 0;
    }
}

/* Hide shipping notice and calculate shipping link */
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
    display: none;
}
