@charset "UTF-8";
/*
Theme Name: Standing O Marching
Author: Booleen
Description: A Standing O Marching theme.
Version: 1.0
Text Domain: marching
*/

.alert-warning {
    color: #fbfbfb !important;
    background-color: #009fe5 !important;
    border-color: #fbfbfb !important;
}

@font-face {
    font-family: 'Franchise';
    src: url('assets/fonts/Franchise-Bold.eot');
    src: local('assets/fonts/Franchise Bold'), local('assets/fonts/Franchise-Bold'),
        url('assets/fonts/Franchise-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Franchise-Bold.woff2') format('woff2'),
        url('assets/fonts/Franchise-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	font-style:normal;
	overflow-x:hidden;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:#018fe5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
.button span {
	display: inline-block;
    vertical-align: middle;
}
.button .fas {
	display: inline-block;
    vertical-align: middle;
	font-size:12px;
}
.button span + .fas {
	margin-left:5px;
	margin-top:-3px;
	transition: all .25s linear;
}
.button:hover .fas {
    transform: translateX(10px);
}
.button-read-more {
	color: #018fe5;
	font-family: Franchise;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.30px;
	text-decoration:none;
	transition: all .3s linear;
}
.button-read-more:hover .fas {
    transform: translateX(10px);
}
.button-animation {
	transition:all .3s linear;
}
.button-animation:hover {
	transform:scale(0.95);
}
.form-control {
    border: 1px solid #edeff4;
	height:45px;
	font-size:14px;
}
.form-control:focus {
	box-shadow:none;
	border-color:#009fe5;
}
textarea.form-control {
	min-height:200px;
}
.form-control.wpcf7-not-valid,
.form-control.has-error {
	border-color: #940000;
}
.btn {
	font-size:14px;
    background-color: #218adb;
	border:none;
	border-radius:4px;
}
.btn.btn-lg {
	padding:15px 20px;
}
.btn:focus, .btn:active {
	box-shadow:none !important;
	outline:0 !important;
}

@keyframes openBurgerLine1{0%{top:0;transform:rotate(0)}50%{top:50%;margin-top:-2px;transform:rotate(0)}100%{top:50%;margin-top:-2px;transform:rotate(45deg)}}
@keyframes openBurgerLine2{0%{bottom:0;transform:rotate(0)}50%{bottom:50%;transform:rotate(0)}100%{bottom:50%;transform:rotate(-45deg)}}
@keyframes fadeInLeftC{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}

/* animation */
[data-animation].invisible {
	visibility:hidden;
}
[data-animation] {
	animation-duration: 1.4s;
}
[data-page].loading {
	min-height:150px;
	position: relative;
}
[data-page].loading::after {
	background-image:url('assets/images/loading.gif');
    background-color: rgba(255,255,255,0.8);
	background-size:40px auto;
	background-repeat:no-repeat;
	background-position:center;
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.grecaptcha-badge {display: none;}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close:active {
	top:0;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
.about-user-popup {
	max-width: 800px;
	border: 10px solid #218adb;
}
.about-user-popup img {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.about-user-popup img:hover {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.4);
}
.about-user-popup h3 {
    font-size: 20px;
    font-weight: 600;
}
.about-user-popup h4 {
    font-size: 16px;
    font-weight: 600;
    color: #218adb;
    text-transform: uppercase;
}
.about-user-popup p {
    color: #344755;
    line-height: 24px;
    font-size: 13px;
}
.addon-detail-popup {
	max-width: 800px;
	border: 10px solid #218adb;
}
.addon-detail-popup h3 {
    font-size: 20px;
    font-weight: 600;
	padding-right:15px;
}
.addon-detail-popup .price {
    font-size: 16px;
	font-weight: 600;
}
.addon-detail-popup p {
    color: #344755;
    line-height: 24px;
    font-size: 13px;
}
.thank-you-popup {
	max-width: 900px;
	border: 1px solid #018fe5;
	background-color: #202528;
	padding: 50px 30px;
	text-align: center;
}
.thank-you-popup .mfp-close {
	width:56px;
	height:56px;
    color: #018fe5;
    font-weight: bold;
    opacity: 1;
	background:#2A2F33;
}
.thank-you-popup .mfp-close:hover {
    color: #fff;
	background:#018fe5;
}
.thank-you-popup .logo {
	max-width:200px;
	margin:0 auto 30px;
}
.thank-you-popup .logo a {
	display:block;
}
.thank-you-popup h2 {
	color: #ffffff;
	font-family: Franchise;
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 45px;
    letter-spacing: 0.5px;
}
.thank-you-popup h2 span {
    color: #018fe5;
}
.thank-you-popup ol {
    text-align: left;
    color: #fff;
}
.thank-you-popup ol a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.thank-you-popup ol a:hover {
    text-decoration: none;
}
.thank-you-popup p {
    color: #fff;
    font-size: 13px;
	margin-bottom: 40px;
}
.thank-you-popup .button-return-home {
    color: #018fe5;
    font-size: 14px;
	font-weight:bold;
    text-decoration: none;
    transition: all .3s linear;
}
.thank-you-popup .button-return-home .fas {
 	margin-top: 0;
}
#thank-you-order-form-popup {
    text-align: left;
}
#thank-you-order-form-popup .custom-tops {
    color: #fff;
    text-align: center;
	padding:25px 0 40px;
}
#thank-you-order-form-popup .custom-tops h3 {
	font-family: Franchise;
    font-size: 45px;
    font-weight: 700;
	line-height:40px;
	margin-bottom:20px;
}
#thank-you-order-form-popup .custom-tops .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
#thank-you-order-form-popup .custom-tops p {
	font-weight: 400;
	line-height: 24px;
    margin-bottom: 0;
}
#thank-you-order-form-popup .custom-tops .dpg-logo {
	margin: 0 auto;
    max-width: 100px;
}
#thank-you-order-form-popup .custom-tops .btn-submit {
    background: url(assets/images/view-shows.png) no-repeat 100% 100% / 100% 100%;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 13px;
    border: none;
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
}


.promotional-popup {
	max-width: 1200px;
	border: 5px solid #018fe5;
	background: #202528 url('assets/images/promotion-bg.jpg') no-repeat 100% 100% / 100% 100%;
	padding: 40px 30px;
	text-align: center;
}
.promotional-popup .mfp-close {
	width:56px;
	height:56px;
	font-size: 50px;
    color: #fff;
    opacity: 1;
}
.promotional-popup .mfp-close:hover {
    color: #fff;
	background:#018fe5;
}
.promotional-popup h2 {
	color: #ffffff;
    font-family: Franchise;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 1;
}
.promotional-popup .box  {
    height: 100%;
}
.promotional-popup .box .number {
    margin-bottom: 20px;
}
.promotional-popup .box .number img {
    max-width: 75px;
}
.promotional-popup .box .inner-box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    background-color: #ffffff;
    height: calc(100% - 80px);
    transition: all .3s ease-out;
}
.promotional-popup .box .inner-box img {
    width: 100%;
}
.promotional-popup .box .inner-box .detail {
    padding: 15px;
    text-align: center;
}
.promotional-popup .box .inner-box .detail h4 {
	margin-bottom: 15px;
}
.promotional-popup .box .inner-box .detail h4 a {
	color: #212529;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: all .25s linear;

    cursor: default;
}
.promotional-popup .box .inner-box .detail h4 a:hover {
	text-decoration: none;
}
.promotional-popup .box .inner-box .detail h4 a span {
	display: block;
    font-size: 18px;
    margin-top: 8px;
}

.wpcf7-form .wpcf7-not-valid-tip {
	display:none;
}
.wpcf7-form div.wpcf7-validation-errors {
    border: 1px solid #940000;
    margin: 0 0 1em;
    color: #fff;
    background-color: #940000;
    border-radius: 3px;
    padding-left: 5px;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    margin: 0 0 1em;
    color: #fff;
    background-color: #398f14;
    border-radius: 3px;
    padding-left: 5px;
}
.fancy-dropdown.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 88%;
	height: 34px;
	vertical-align:middle;
}
.fancy-dropdown .select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.fancy-dropdown .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  transition: all 0.2s ease-in;
}
.fancy-dropdown .select-styled:after {
	content: "\f107";
	position: absolute;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	transition:all .3s linear;
}
.fancy-dropdown .select-styled.active:after {
	transform:rotate(180deg);
}
.fancy-dropdown .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.fancy-dropdown .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 8px;
  transition: all 0.15s ease-in;
}
.fancy-dropdown .select-options li:hover {
  background-color: #009fe5;
  color:#fff;
}
.fancy-dropdown .select-options li[rel="hide"] {
  display: none;
}



/* msgbox */
.msgbox {
	position:fixed;
	top:0;
	left:0;
	font-family: inherit;
	font-size:13px;
	font-weight:500;
	color:#fff;
	text-align:center;
	width:100%;
	z-index:9999;
}
.msgbox.overlay:before {
	content:'';
	top:0;
	left:0;
	position:fixed;
	background:#373b40;
	opacity:0.78;
	height:100%;
	width:100%;
}
.msgbox a.close {
	color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 30px;
	opacity:0.5;
}
.msgbox a.close:hover {
	opacity:1;
	color:#fff !important;
}
.msgbox a:not(.close) {
	color:inherit;
	text-decoration:underline;
}
.msgbox > div {
	display:inline-block;
	min-height:35px;
	border-radius: 0 0 5px 5px;
	padding:8px 40px 8px 30px;
	cursor:pointer;
	position:relative;
	z-index:1;
}
.msgbox .error {
	background:#940000;
}
.msgbox .success {
	background:#398f14;
}
.msgbox .info {
	background:#018fe5;
}


/* mobile menu */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display:none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
#header-mobile-menu {
	background-color: #F6F6F6;
}
#header-mobile-menu ul {
    list-style:none;
	padding:0;
	margin:0;
}
#header-mobile-menu ul li a {
	font-family: 'Franchise';
    padding: 10px 10px 10px 100px;
    border-bottom: 1px solid #e8e8e8;
	font-size: 20px;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: #102638;
    display: block;
    line-height: 1;
	text-decoration:none;
	transition:all .3s linear;
	transition-delay:3s;
}
.slideout-open #header-mobile-menu ul li a {
	padding-left:10px;
}
#header-mobile-menu ul li a:hover {
	background-color: #0177d5;
	color: white;
}
#header-mobile-menu ul li.current-menu-item a {
	background-color: #0177d5;
	color:#fff;
}


/* Common Header */
#common-header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
	transition:all .4s ease-in-out;
}
body.home #common-header {
    top: -115px;
	opacity:0;
}
#common-header .header-menu {
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
	background-color: #03111e;
	display: flex;
    align-items: center;
	padding: 10px 0;
}
#common-header .header-menu .logo {
	flex: 10%;
}
#common-header .header-menu a img:hover {
    opacity: 0.7;
}
#common-header .header-menu .main-nav {
	flex: 80%;
	text-align:center;
}
#common-header .header-menu .cart {
	flex: 10%;
	text-align: center;
    padding-right: 15px;
    margin-top: -3px;
}
body.page-template-order #common-header .header-menu .cart {
	display:block;
}
#common-header .header-menu .cart a {
	/*display:inline-block;*/
	display:none;
	position:relative;
}
#common-header .header-menu .cart a span {
	color: #ffffff;
    display: inline-block;
    letter-spacing: -0.6px;
    border: 3px solid #03111e;
    background-color: #009ee0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    position: absolute;
    top: -16px;
    right: -22px;
    line-height: 24px;
}
#common-header .header-menu .cart a span:hover {
    border: 3px solid #fff;
    background-color: #fff;
    color: #03111e;
}
#common-header .header-menu .cart img {
	max-width:25px;
}
#common-header .header-menu .cart img:hover {
	opacity: 0.7;
}
#common-header .header-menu .main-nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
#common-header .header-menu .main-nav ul > li {
	display:inline-block;
	margin: 0 22px;
}
#common-header .header-menu .main-nav ul > li.underline {
	position:absolute;
	bottom: -8px;
	height:3px;
	background:#fff;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#common-header .header-menu .main-nav ul > li a {
	font-family: 'Franchise';
	font-size:20px;
    display: inline-block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing: 1.2px;
}
#common-header .header-menu .main-nav ul > li a:hover {
    color: #009ee0;
}
#common-header .header-menu .main-nav ul > li.current-menu-item a {
	color:#0177d5;
}

body.home.nav--fixed  #common-header {
	top:0;
	opacity:1;
}
body.home.nav--fixed #common-header .header-menu .main-nav ul > li:not(.underline) {
	opacity:0;
	transition:all .4s cubic-bezier(.63,.05,.43,1.7);
	transition-delay:.4s;
}
body.home.nav--fixed #common-header .header-menu .main-nav ul > li:not(.underline) {
	opacity:1;
}



/* Footer */
#footer {
	padding: 60px 0;
	background:url('assets/images/home-footer-bg.jpg') no-repeat center / cover;
}
#footer .logo {
	text-align:center;
}
#footer .logo img {
	max-width: 200px;
}
#footer h3.subtitle {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	color: #8da1a6;
	font-family: "Exo 2";
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 25px;
	text-align:center;
	margin:30px 0 40px;
}
#footer .footer-box {
	text-align:center;
	color:#fff;
	position:relative;
}
#footer .footer-box .dots {
	background:url('assets/images/dots.png') repeat-x center / 100%;
	position: absolute;
    top: 0;
    color: #5c6468;
    letter-spacing: 15px;
    right: -36%;
    line-height: 1;
    width: 65%;
    height: 78px;
}
#footer .footer-box img {
	max-width:75px;
	    margin-top: 15px;
}
#footer .footer-box h4 {
	color: #ffffff;
	font-size: 18px;
    font-weight: 500;
	letter-spacing: 6px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top:18px;
}
#footer .footer-box p {
	font-size:12px;
}
#footer .footer-box a {
    color: white;
}
#footer .footer-box a:hover {
    color: #009ee0;
    text-decoration: none;
}
#footerr .social a {
	display: inline-block;
    margin: 0 8px;
}
#footer .social a img {
	max-width:45px;
}
#footer .copyright {
	color: #aaa;
	font-size:12px;
	font-weight:300;
	margin-top:30px;
}

/* Common */
.main-page {
	padding-top: 68px;
}
.page-header {
	background:url('assets/images/page-bg.jpg') no-repeat center / cover;
	background-attachment:fixed;
    padding: 100px 0;
	text-align:center;
}
.page-header h1 {
	background: linear-gradient(to top, rgba(16, 18, 16, 0.4) 0%, rgba(255, 255, 255, 1) 62%);
	background: -webkit-linear-gradient(to top, rgba(16, 18, 16, 0.4) 0%, rgba(255, 255, 255, 1) 62%);
	color: #fff;
	font-family: 'Franchise';
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.page-header h4 {
	font-family: 'Franchise';
    color: #fbfbfb;
	font-size: 36px;
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 900px;
}
.page-header-underbar {
	background-color: #03111e;
	color: #fbfbfb;
	padding:18px;
	text-align:center;
}
.page-header-underbar p {
	margin:0;
}
.composition-sidebar h3 {
	color: #102638;
	font-family: Franchise;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	margin:0;
}
.composition-sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}
.composition-sidebar ul li {
	transition:all .3s linear;
}
.composition-sidebar ul li:nth-child(odd) {
	background-color:#ededed;
}
.composition-sidebar ul li:nth-child(even) {
	background-color:#f2f2f2;
}
.composition-sidebar ul li:not(:first-child):not(.preview):hover {
	background-color:#fff;
}
.composition-sidebar ul li a {
	color: #7f8fa4;
	text-decoration:none;
	display:block;
}
.composition-sidebar ul li:first-child {
	padding:10px 16px;
}
.composition-sidebar ul li:not(.preview) a {
	padding:10px 16px;
}
.composition-sidebar ul li.preview {
	padding:10px 16px;
}
.composition-sidebar ul li.preview .image {
	position:relative;
        flex: 0 0 90px;
}
.composition-sidebar ul li.preview .image:hover {
opacity: 0.7;
}
.composition-sidebar ul li.preview .image .featured-badge {
	background: url('assets/images/new-badge.png') no-repeat 100%;
    color: #ffffff;
    font-family: Franchise;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 6px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 5;
}
.composition-sidebar ul li.preview .details {
	padding:0 12px;
}
.composition-sidebar ul li.preview .details p {
	margin-bottom:8px;
	font-size:12px;
}
.composition-sidebar ul li.preview .details a.button {
	font-size:13px;
	font-weight:bold;
    color: #018fe5;
}
.composition-sidebar ul li.preview .details a.button i {
	margin-top:0;
}
.composition-sidebar ul li span.new-badge {
    font-size: 11px;
    font-weight: bold;
    color: #018fe5;
}
.pricing-table table {
}
.pricing-table th,
.pricing-table td {
	width: 140px;
	min-width: 90px;
	text-align: center;
	border-right: 5px solid #f6f6f6;
}
.pricing-table tbody tr:nth-child(even) {
	background-color:rgba(153,153,153,0.1);
}
.pricing-table td {
	padding:5px 10px;
	font-size: 13px;
}
.pricing-table td.show-border-bottom {
	border-bottom: 3px solid #004e98;
}
.pricing-table th:first-child {
	background-color:rgba(153,153,153,0.1);
    width: 250px;
    padding: 5px 10px;
    border-right: 5px solid #f6f6f6;
        border-radius: 8px 0px 0px 0px;
}
.pricing-table th.plan-head {
	background-color: #fff;
	text-align:center;
	color: #ffffff;
	font-family: Franchise;
	font-size: 24px;
	font-weight: 700;
	vertical-align: top;
}
.pricing-table th.plan-head h4 {
	margin-top: 10px;
	background-color: #3c99f9;
}
.pricing-table th.plan-head.essentials {
	background-image: linear-gradient(to top, #1761af 0%, #1761af 1%, #4fa7ff 100%);
	border-right: 5px solid #f6f6f6;
	padding: 0px;
}
.pricing-table th.plan-head.performance {
	background-image: linear-gradient(to top, #104f92 0%, #117fee 99%, #117fee 100%);
	border-right: 5px solid #f6f6f6;
	padding: 0px;
}
.pricing-table th.plan-head.design {
	background-image: linear-gradient(to top, #0d3b6d 0%, #106ac6 99%, #106ac6 100%);
	border-right: 5px solid #f6f6f6;
	padding: 0px;
}
.pricing-table th.plan-head.premium {
	background-image: linear-gradient(to top, #092848 0%, #1059a3 99%, #1059a3 100%);
	border-right: 5px solid #f6f6f6;
	padding: 0px;
}
.pricing-table th.plan-head.custom {
	background-image: linear-gradient(to top, #323232 0%, #828282 99%, #828282 100%);
	padding: 0px;
	border-radius: 0px 8px 0px 0px;
	border-right: 0px;
}
.pricing-table th.plan-head.custom h4 {
	background-color: #8d8d8d;
}
.pricing-table tbody td.essentials {
	background-color: rgba(17, 105, 195, 0.08);
}
.pricing-table tbody td.performance {
	background-color: rgba(17, 105, 195, 0.15);
}
.pricing-table tbody td.design {
	background-color: rgba(17, 105, 195, 0.2);
}
.pricing-table tbody td.premium {
	background-color: rgba(17, 105, 195, 0.3);
}
.pricing-table tbody td.custom {
	background-color: rgba(17, 105, 195, 0.2);
}
.pricing-table td.premium:hover,
.pricing-table td.design:hover,
.pricing-table td.performance:hover,
.pricing-table td.essentials:hover,
.pricing-table td.custom:hover {
    background-color: #f6f6f6 !important;
}
.pricing-table th.plan-head h4,
.pricing-table th.plan-head h5 {
	font: inherit;
	line-height: 32px;
	text-transform: uppercase;
}
.pricing-table th.plan-head h5 {
	line-height: 24px;
	margin:0;
}
.pricing-table th.plan-head h6 {
	font-size:16px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration:line-through;
}
.pricing-table tbody tr td:last-child  {
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing-table .mobile-tabs {
	list-style:none;
	padding:0;
	flex-wrap:wrap;
	display:none;
}
.pricing-table .mobile-tabs li {
	display:inline-block;
	text-align:center;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	font-family: Franchise;
	font-size: 24px;
	font-weight: 700;
    width: 19%;
    margin-left: 1%;
}
.pricing-table .mobile-tabs li.active {
	opacity:0.8;
}
.pricing-table .mobile-tabs li.plan-head h4 {
	margin-top: 10px;
	background-color: #3c99f9;
}
.pricing-table .mobile-tabs li.plan-head.essentials {
	background-image: linear-gradient(to top, #1761af 0%, #1761af 1%, #4fa7ff 100%);
}
.pricing-table .mobile-tabs li.plan-head.performance {
	background-image: linear-gradient(to top, #104f92 0%, #117fee 99%, #117fee 100%);
}
.pricing-table .mobile-tabs li.plan-head.design {
	background-image: linear-gradient(to top, #0d3b6d 0%, #106ac6 99%, #106ac6 100%);
}
.pricing-table .mobile-tabs li.plan-head.premium {
	background-image: linear-gradient(to top, #092848 0%, #1059a3 99%, #1059a3 100%);
}
.pricing-table .mobile-tabs li.plan-head.custom {
	background-image: linear-gradient(to top, #323232 0%, #828282 99%, #828282 100%);
}
.pricing-table .mobile-tabs li.plan-head.custom h4 {
	background-color: #8d8d8d;
}
.pricing-table .mobile-tabs li.plan-head h4,
.pricing-table .mobile-tabs li.plan-head h5 {
	font: inherit;
	line-height: 32px;
	text-transform: uppercase;
}
.pricing-table .mobile-tabs li.plan-head h5 {
	line-height: 24px;
	margin:0;
}
.pricing-table .mobile-tabs li.plan-head h6 {
	font-size:16px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration:line-through;
}



/* Home Header */
.home-header {
	background:url('assets/images/home-header-bg.jpg') no-repeat 100% 100% / 100% 100%;
	position:relative;
	background-attachment:fixed;
}
.home-header .cart {
	text-align: center;
    padding-right: 15px;
	position:absolute;
	top:25px;
	right:30px;
	z-index:5;
	display:none;
}
.home-header .cart a {
	display:inline-block;
	position:relative;
}
.home-header .cart a span {
	color: #ffffff;
    display: inline-block;
    letter-spacing: -0.6px;
    background-color: #009ee0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
	line-height:30px;
    position: absolute;
    top: -16px;
    right: -22px;
}
.home-header .cart a span:hover {
	color: #1a1a1a;
    background-color: #fff;
}
.home-header .cart img {
	max-width:25px;
}
.home-header .cart img:hover {
	opacity: 0.7;
}
#mobile-nav-toggle {
    display: none;
}
#home-header {
	padding-top: 25px;
	padding-bottom: 50px;
}
#home-header .main-menu-nav {
	margin:0 auto;
}
#home-header .main-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
	position:relative;
}
#home-header .main-menu-nav ul > li {
    display: inline-block;
	margin: 0 22px;
}
#home-header .main-menu-nav ul > li.underline {
	position:absolute;
	bottom: -8px;
	height:3px;
	background:#fff;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#home-header .main-menu-nav ul > li > a {
	font-family: 'Franchise';
	font-size:20px;
    display: inline-block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing: 2.4px;
}
#home-header .main-menu-nav ul > li > a:hover {
	color: #009ee0;
}
#home-header .logo {
	text-align:center;
	margin-top:25px;
}
#home-header .logo img {
	max-width: 170px;
	transform:scale(.8);
	transition:all 2s linear;
	transition-delay:.3s;
}
#home-header .logo img.partialzoom {
	transform:scale(1);
}
#home-header .content {
	text-align:center;
}
#home-header h1 {
	background: linear-gradient(to top, rgba(16, 18, 16, 0.4) 0%, rgba(255, 255, 255, 1) 62%);
	background: -webkit-linear-gradient(to top, rgba(16, 18, 16, 0.4) 0%, rgba(255, 255, 255, 1) 62%);
	color: #fff;
	font-family: 'Franchise';
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home-header h4 {
	color: #fbfbfb;
	font-size: 18px;
}
#home-header .btn-view-shows {
	background:url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 17px;
    display: inline-block;
    line-height: 12px;
	margin-top:25px;
}
.home-header .swiper-container {
    background: url('assets/images/slide-center-bg.png') no-repeat;
    padding-bottom: 80px;
    background-size: 26% 195%;
    background-position: 50% 35px;
}
.home-header .swiper-container .swiper-slide {
	text-align:center;
}
.home-header .swiper-container .swiper-slide a {
	display:inline-block;
	pointer-events: none;
}
.home-header .swiper-container .swiper-slide.m-active-slide a {
	pointer-events: all;
}
.home-header .swiper-container .swiper-slide img {
	max-width:160px;
	opacity:0.6;
	transition:all .25s ease-in-out;
}
.home-header .swiper-container .swiper-slide:hover img {
	opacity:1;
}
.home-header .swiper-container .swiper-slide.swiper-slide-active img {
	opacity:1;
}
.home-header .swiper-container .swipe-nav .nav-item {
	position: absolute;
    top: 100px;
    z-index: 8;
	outline:0;
	cursor:pointer;
}
.home-header .swiper-container .swipe-nav .nav-item img {
	max-width:26px;
	transition:all .3s linear;
}
.home-header .swiper-container .swipe-nav .nav-item img:hover {
	opacity:0.7;
}
.home-header .swiper-container .swipe-nav .nav-item.prev {
    left: 34%;
}
.home-header .swiper-container .swipe-nav .nav-item.next {
    right: 34%;
}

.home-intro {
    padding: 76px 0;
	background:url('assets/images/pattern.png') no-repeat center / 100% 55%;
	margin-right:20px;
}
.home-intro .container {
    max-width:1300px;
}
.home-intro .left-content {
	color: #344755;
    margin-top: 40px;
}
.home-intro .left-content .start-letter {
    color: #102638;
    font-family: Franchise;
    font-size: 60px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    float: left;
    padding: 0 5px 0 0;
    margin-top: 9px;
}
.home-video {
    padding: 60px 0;
	background:url('assets/images/home-video-bg.jpg') no-repeat center / 100% 100%;
	background-attachment:fixed;
}
.home-video h2 {
    color: #ffffff;
	font-family: Franchise;
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
	margin:0;
	text-align:center;
}
.home-video h2 span {
	color: #018fe5;
}
.home-video .video-wrapper {
	margin-top:30px;
}
.home-video .video-wrapper a {
	display:block;
	position:relative;
}
.home-video .video-wrapper img.preview {
	box-shadow: 0 0 51px #000000;
	border-radius: 12px;
	background-color: #000;
	transition:all .3s linear;
}
.home-video .video-wrapper .play {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:129px;
	height:129px;
}
.home-video .video-wrapper a .play img {
	position:absolute;
	top:0;
	left:0;
	transition:all .3s linear;
}
.home-video .video-wrapper a:hover .preview {
	box-shadow: 0 0 51px #4e4e4e;
}
.home-video .video-wrapper a:hover .play img:last-child {
	opacity:0;
}
.home-video .video-wrapper .caption{
    color: #fff;
    font-weight: 700;
    text-align: center;
	margin-top:20px;
}

.home-services {
    padding: 60px 0;
	background:url('assets/images/home-services-bg.jpg') no-repeat center / 100% 100%;
	background-attachment:fixed;
    background-color: #F6F6F6;
}
.home-services h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 45px;
	line-height: 40px;
	text-align:center;
	text-transform: uppercase;
	margin-bottom:50px;
}
.home-services .service-box {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
	border-radius: 4px;
	background-color: #ffffff;
	height: 100%;
	transition:all .3s ease-out;
}
.home-services .service-box:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}
.home-services .service-box .image {
	position:relative;
}
.home-services .service-box .image .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(34, 39, 43, 0.55);
	display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
	transition:all .5s ease;
}
.home-services .service-box .image .overlay a {
	font-size: 32px;
	color:#fff;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.home-services .service-box .image:hover .overlay {
	opacity:1;
}
.home-services .service-box img {
	background-color: #eef4f6;
	width:100%;
}
.home-services .service-box .detail {
	padding:15px;
	text-align:center;
}
.home-services .service-box h4 a {
	color: #000000;
	font-family: Franchise;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration:none;
	transition:all .25s linear;
}
.home-services .service-box h4 a:hover {
	color: #018fe5;
}


/* About Page */
.about-page {
}
.about-page .about-under-header {
	background:url('assets/images/grey-pattern.jpg') no-repeat center / cover;
}
.about-page .about-under-header ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
}
.about-page .about-under-header ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 12px 0;
}
.about-page .about-under-header ul li a {
	font-size:16px;
	letter-spacing:2px;
	color:#102638;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
	transition:all .3s linear;
}
.about-page .about-under-header ul li a:hover {
	color:#0083e9;
	font-size:14px;
}
.about-page .about-under-header ul li a.active {
	color:#0083e9;
}
.about-page .about-rob {
	background-color:#F6F6F6;
	padding:60px 0;
}
.about-page .about-rob .top-title {
	padding-left:38px;
}
.about-page .about-rob h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
}
.about-page .about-rob h5 {
    font-size: 16px;
	font-weight: 500;
}
.about-page .about-rob .about-rob-text {
	padding-top:10px;
}
.about-page .about-rob p {
	color:#344755;
	line-height: 24px;
	font-size: 13px;
}
.about-page .about-users .profile-image {
	position:relative;
}
.about-page .about-users .profile-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 39, 43, 0.55);
    opacity: 0;
    transition: all .5s ease;
}
.about-page .about-users .profile-image:hover .overlay {
    opacity: 1;
}
.about-page .about-users .profile-image .overlay a {
    font-size: 32px;
    color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	height:100%;
	text-decoration:none;
}
.about-page .about-users .profile-image .overlay .far {
	transition:all .3s linear;
}
.about-page .about-users .profile-image .overlay .far:hover {
	color:#218adb;
}
.about-page .about-percussion {
	padding:60px 0;
}
.about-page .about-percussion h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	margin-bottom:45px;
	text-align:center;
	color: #102638;
}
.about-page .about-percussion .percussionist {
	margin-bottom:40px;
	padding:0 5px;
}
.about-page .about-percussion .percussionist img {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
	transition:all .3s linear;
}
.about-page .about-percussion .percussionist img:hover {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.4);
}
.about-page .about-percussion .percussionist .info {
	padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-page .about-percussion .percussionist .info h5 {
	color: #021420;
	font-size: 15px;
	font-weight: 500;
	margin:0;
}
.about-page .about-percussion .percussionist .info .bio {
	white-space: nowrap;
}
.about-page .about-percussion .percussionist .info a {
	color: #ffffff;
    font-size: 13px;
    line-height: 36px;
    background-color: #218adb;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
	transition:all .3s ease;
}
.about-page .about-percussion .percussionist .info a:hover {
    background-color: #03111e;
}
.about-page .about-visual {
	padding:60px 0;
	background-color: #f6f6f6;
}
.about-page .about-visual h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	margin-bottom:45px;
	text-align:center;
	color: #102638;
}
.about-page .about-visual .visualist {
}
.about-page .about-visual .visualist img {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
	width:100%;
	transition:all .3s linear;
}
.about-page .about-visual .visualist img:hover {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.4);
}
.about-page .about-visual .visualist .info {
	padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-page .about-visual .visualist .info .bio {
	white-space: nowrap;
}
.about-page .about-visual .visualist .info h5 {
	color: #021420;
	font-size: 15px;
	font-weight: 500;
	margin:0;
}
.about-page .about-visual .visualist .info a {
	color: #ffffff;
    font-size: 13px;
    line-height: 36px;
    background-color: #218adb;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
	transition:all .3s ease;
}
.about-page .about-visual .visualist .info a:hover {
    background-color: #03111e;
}
.about-page .about-design {
	padding:60px 0;
}
.about-page .about-design h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	margin-bottom:45px;
	text-align:center;
	color: #102638;
}
.about-page .about-design .designer {
}
.about-page .about-design .designer img {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
	width:100%;
	transition:all .3s linear;
}
.about-page .about-design .designer img:hover {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.4);
}
.about-page .about-design .designer .info {
	padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-page .about-design .designer .info .bio {
	white-space: nowrap;
}
.about-page .about-design .designer .info h5 {
	color: #021420;
	font-size: 15px;
	font-weight: 500;
	margin:0;
}
.about-page .about-design .designer .info a {
	color: #ffffff;
    font-size: 13px;
    line-height: 36px;
    background-color: #218adb;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
	transition:all .3s ease;
}
.about-page .about-design .designer .info a:hover {
    background-color: #03111e;
}
.about-page .about-business {
	padding:60px 0;
	background-color:#f6f6f6;
}
.about-page .about-business h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	margin-bottom:45px;
	text-align:center;
	color: #102638;
}
.about-page .about-business .businessman {
}
.about-page .about-business .businessman img {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
	width:100%;
	transition:all .3s linear;
}
.about-page .about-business .businessman img:hover {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.4);
}
.about-page .about-business .businessman .info {
	padding:15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-page .about-business .businessman .info .bio {
	white-space: nowrap;
}
.about-page .about-business .businessman .info h5 {
	color: #021420;
	font-size: 15px;
	font-weight: 500;
	margin:0;
}
.about-page .about-business .businessman .info a {
	color: #ffffff;
    font-size: 13px;
    line-height: 36px;
    background-color: #218adb;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 500;
	transition:all .3s ease;
}
.about-page .about-business .businessman .info a:hover {
    background-color: #03111e;
}

/* FAQs Page */
.faq-page {
}
.faq-page .page-content {
	background-color: #f6f6f6;
	padding: 45px 0;
}
.faq-page .faqs-container .faq-box .faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid #e1e4ea;
	cursor:pointer;
}
.faq-page .faqs-container .faq-box .faq-title h3 {
	color: #102638;
	font-family: Franchise;
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	margin:0 5px 0 0;
	transition:all .3s linear;
}
.faq-page .faqs-container .faq-box .faq-title h3:hover {
	color: #018fe5;
}
.faq-page .faqs-container .faq-box .faq-title a span {
	font-size: 10px;
    font-weight: bold;
    border: 1px solid #e1e4ea;
    line-height: 18px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
    color: #449cdf;
}
.faq-page .faqs-container .faq-box .faq-title a span::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
}
.faq-page .faqs-container .faq-box.open .faq-title a span::before {
    content: "\f068";
}
.faq-page .faqs-container .faq-box.open .faq-title h3 {
    color: #018fe5;
}
.faq-page .faqs-container .faq-box .faq-content {
	color: #4c5663;
	display:none;
	padding:15px 0;
}
.faq-page .faqs-container .faq-box .faq-content p:last-child {
	margin:0;
}
.faq-page .contact-form {
	padding-top: 50px;
}
.faq-page .contact-form h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 50px;
	margin-bottom:40px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.faq-page .contact-form .wpcf7-submit {
    background: url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 13px;
    border: none;
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
}
.faq-page .wpcf7-response-output.wpcf7-mail-sent-ok {
	display:none !important;
}
.faq-page .contact-form [type="submit"]:focus {
	outline:0;
}
.faq-page .composition-sidebar ul li.preview .image .featured-badge {
    padding: 4px 12px;
}


/* Testimonials Page */
.testimonials-page {
}
.testimonials-page .testmonials-slider {
	background-color: #f6f6f6;
	padding: 45px 0;
}
.testimonials-page .testmonials-slider h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}
.testimonials-page .testmonials-slider .swiper-container {
	margin-top: 50px;
	margin-bottom: 30px;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial {
	background-color:#fff;
	padding:35px;
	display:flex;
	flex-wrap: wrap;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-avatar {
	flex:0 0 10%;
    margin-right: 25px;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-avatar img {
    border-radius: 50%;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info {
	flex:1;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info h3 {
	font-family: Franchise;
    font-size: 34px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
	margin-bottom: 10px;
	color: #344755;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info h5 {
	font-weight: 700;
    line-height: 16px;
    font-size: 15px;
	color: #344755;
}
.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info .content {
	margin-top:25px;
	color: #344755;
    font-family: Lato;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
}
.testimonials-page .testmonials-slider .swipe-nav .nav-item {
    position: absolute;
    top: 50%;
    z-index: 8;
    outline: 0;
    cursor: pointer;
	transform: translateY(-50%);
	margin-top:15px;
	font-size:35px;
	transition:all .3s linear;
}
.testimonials-page .testmonials-slider .swipe-nav .nav-item:hover {
	color:#008fff;
}
.testimonials-page .testmonials-slider .swipe-nav .nav-item.prev {
    left: -5%;
}
.testimonials-page .testmonials-slider .swipe-nav .nav-item.next {
    right: -5%;
}
.testimonials-page .testmonials-slider .swipe-nav .nav-item.swiper-button-disabled {
    opacity:0.2;
}
.testimonials-page .testmonials-slider .swiper-progress {
    height: 12px;
	background-color: #ebebeb;
	display: flex;
    overflow: hidden;
}
.testimonials-page .testmonials-slider .swiper-progress {
    height: 12px;
	background-color: #ebebeb;
	display: flex;
    overflow: hidden;
	transition:width 1s ease;
}
.testimonials-page .testmonials-slider .swiper-progress .progress-bar {
	background-image: linear-gradient( to top right, #52b0da, #076a96 );
	width:0;
}
.testimonials-page .testmonials-slider .swiper-pagination-fraction {
	position:static;
	margin-top:10px;
	color: #121212;
	font-size: 15px;
	font-weight: 300;
}
.testimonials-page .video-testimonials {
	padding: 60px 0;
	background:url('assets/images/home-video-bg.jpg') no-repeat center / 100% 100%;
	background-attachment:fixed;
}
.testimonials-page .video-testimonials h2 {
	color: #ffffff;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:35px;
}
.testimonials-page .video-testimonials .top-slider .swiper-slide {
	padding:0 40px;
}
.testimonials-page .video-testimonials .video-wrapper a {
	display:block;
	position:relative;
}
.testimonials-page .video-testimonials .video-wrapper img.preview {
	box-shadow: 0 0 51px #000000;
	border-radius: 12px;
	background-color: #000;
	transition:all .3s linear;
}
.testimonials-page .video-testimonials .video-wrapper .play {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:129px;
	height:129px;
}
.testimonials-page .video-testimonials .video-wrapper a .play img {
	position:absolute;
	top:0;
	left:0;
	transition:all .3s linear;
}
.testimonials-page .video-testimonials .video-wrapper a:hover .preview {
	box-shadow: 0 0 51px #4e4e4e;
}
.testimonials-page .video-testimonials .video-wrapper a:hover .play img:last-child {
	opacity:0;
}
.testimonials-page .video-testimonials .video-wrapper .caption{
    color: #fff;
    text-align: center;
	margin-top:20px;
	font-size: 16px;
	line-height: 24px;
	font-weight:300;
}
.testimonials-page .video-testimonials .video-wrapper .caption strong {
	font-weight:600;
}
.testimonials-page .video-testimonials .swipe-nav .nav-item {
    position: absolute;
    top: 50%;
    z-index: 8;
    outline: 0;
    cursor: pointer;
	color:#fff;
	transform: translateY(-50%);
    margin-top: -40px;
	font-size:35px;
	transition:all .3s linear;
}
.testimonials-page .video-testimonials .swipe-nav .nav-item:hover {
	color:#008fff;
}
.testimonials-page .video-testimonials .swipe-nav .nav-item.prev {
    left: -5%;
}
.testimonials-page .video-testimonials .swipe-nav .nav-item.next {
    right: -5%;
}
.testimonials-page .video-testimonials .swipe-nav .nav-item.swiper-button-disabled {
    opacity:0.2;
}
.testimonials-page .video-testimonials .bottom-slider .swipe-nav .nav-item {
	margin:0;
	font-size: 20px;
	transition:all .3s linear;
}
.testimonials-page .video-testimonials .bottom-slider .swipe-nav .nav-item:hover {
	color:#008fff;
}
.testimonials-page .video-testimonials .bottom-slider .swiper-slide img {
	border: 2px solid transparent;
	transition:border .3s linear;
}
.testimonials-page .video-testimonials .bottom-slider .swiper-slide.swiper-slide-thumb-active img {
	border: 2px solid #008cc0;
}


/* Clients Page */
.clients-page {
}
.clients-page .marching-bands-slider {
	background-color: #f6f6f6;
	padding: 45px 0;
}
.clients-page .marching-bands-slider h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
}
.clients-page .marching-bands-slider .marching-parent {
	margin: 15px 0 30px;
	/*height: 750px;
	overflow: hidden;*/
	position:relative;
}
.clients-page .marching-bands-slider .marching-parent .marching-band {
	background-color:#fff;
	padding:35px;
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
}
.clients-page .marching-bands-slider .marching-parent .marching-band h5 {
	font-weight: 700;
	font-size: 15px;
}
.clients-page .marching-bands-slider .marching-parent .marching-band p {
	font-size: 13px;
}
.clients-page .marching-bands-slider .arrow-nav {
    display: flex;
    justify-content: flex-end;
	margin-top:30px;
	height:35px;
}
.clients-page .marching-bands-slider .arrow-nav .nav-item {
    outline: 0;
    cursor: pointer;
    padding-left:10px;
	font-size:30px;
	transition:all .3s linear;
}
.clients-page .marching-bands-slider .arrow-nav .nav-item:hover {
	color:#008fff;
}
.clients-page .marching-bands-slider .arrow-nav .nav-item.disabled {
    opacity:0.2;
}

.clients-page .gallery-slider {
	padding: 60px 0;
	background:url('assets/images/home-video-bg.jpg') no-repeat center / 100% 100%;
	background-attachment:fixed;
}
.clients-page .gallery-slider h2 {
	color: #ffffff;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:35px;
}
.clients-page .gallery-slider .gallery-item {
	padding:40px;
}
.clients-page .gallery-slider .gallery-item img.preview {
	box-shadow: 0 0 51px #000000;
	border: 5px solid #000;
	background-color: #000;
	transition:all .3s linear;
}
.clients-page .gallery-slider .gallery-item:hover .preview {
	box-shadow: 0 0 51px #4e4e4e;
}
.clients-page .gallery-slider .gallery-item .caption{
    color: #fff;
    text-align: center;
	margin-top:20px;
	font-size: 16px;
	line-height: 24px;
	font-weight:300;
}
.clients-page .gallery-slider .gallery-item .caption strong {
	font-weight:600;
}
.clients-page .gallery-slider .swipe-nav .nav-item {
    position: absolute;
    top: 50%;
    z-index: 8;
    outline: 0;
    cursor: pointer;
	color:#fff;
	transform: translateY(-50%);
	font-size:20px;
	transition:all .3s linear;
}
.clients-page .gallery-slider .top-slider .swipe-nav .nav-item {
	font-size: 35px;
}
.clients-page .gallery-slider .swipe-nav .nav-item.prev {
    left: -5%;
}
.clients-page .gallery-slider .swipe-nav .nav-item.next {
    right: -5%;
}
.clients-page .gallery-slider .swipe-nav .nav-item.swiper-button-disabled {
    opacity:0.2;
}
.clients-page .gallery-slider .swipe-nav .nav-item:hover {
	color:#008fff;
}
.clients-page .gallery-slider .swiper-slide {
	border: 2px solid transparent;
	transition:border .3s linear;
}
.clients-page .gallery-slider .swiper-slide.swiper-slide-thumb-active {
	border: 2px solid #008cc0;
}
.clients-page .drum-corps {
	padding: 60px 0;
	background:#fff;
	color: #344755;
	position:relative;
}
.clients-page .drum-corps .container {
	position:relative;
	z-index:5;
}
.clients-page .drum-corps::before {
	content:'';
	background:url('assets/images/drum-left.jpg') no-repeat center / 100%;
    width: 250px;
    height: 127px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.clients-page .drum-corps::after {
	content:'';
	background:url('assets/images/drum-right.jpg') no-repeat center / 100%;
    width: 220px;
    height: 232px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.clients-page .drum-corps h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:35px;
}

/* Contact Page */
.contact-page {
}
.contact-page .page-content {
	background-color:#f6f6f6;
	padding:60px 0;
}
.contact-page .page-content h2 {
	color: #344755;
	font-family: Franchise;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 0;
}
.contact-page .page-content .shows {
	border-bottom: 1px solid #a4aebc;
	padding-bottom: 35px;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
}
.contact-page .page-content .shows .form-check {
	margin-bottom: 4px;
}
.contact-page .page-content .selected-shows {
	padding: 35px 0;
	border-bottom: 1px solid #a4aebc;
}
.contact-page .page-content .selected-shows h4 {
 	color: #000000;
	font-size: 16px;
	font-weight: 700;
}
.contact-page .page-content .selected-shows p {
	color: #344755;
	margin-bottom:0;
}
.contact-page .page-content .interested-in {
	padding: 35px 0;
	border-bottom: 1px solid #a4aebc;
}
.contact-page .page-content .contact-form {
	padding: 35px 0;
}
.contact-page .page-content .contact-form .btn-submit {
	background:url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 13px;
	border:none;
    display: inline-block;
    line-height: 12px;
	cursor:pointer;
}
.contact-page .page-content .contact-form .btn-submit:focus {
	outline:0;
}

/* Shows Page */
.shows-page {
}
.shows-page .page-header p {
	color: #fbfbfb;
	font-size: 13px;
}
.shows-page .page-content {
	background-color:#f6f6f6;
	padding:60px 0;
}
.shows-page .page-content h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
}
.shows-page .page-content .no-of-items {
	color: #919191;
}
.shows-page .page-content .shows-filter {
    font-size: 12px;
}
.shows-page .page-content .shows-filter form {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #ededed;
	border-radius:4px;
}
.shows-page .page-content .shows-filter .search-box {
    flex: 0 0 34%;
    margin-right: 2%;
    position: relative;
	padding:8px;
}
.shows-page .page-content .shows-filter .search-box .form-control {
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	background-color: #e6e6e6;
	height:40px;
	padding-right: 36px;
    font-size: 13px;
	transition:all .3s linear;
}
.shows-page .page-content .shows-filter .search-box .form-control:hover,
.shows-page .page-content .shows-filter .search-box .form-control:focus {
	border: 1px solid #018fe5;
}
.shows-page .page-content .shows-filter .search-box .fa {
	position: absolute;
    top: 22px;
    right: 22px;
}
.shows-page .page-content .shows-filter .sort-box {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	flex: 0 0 64%;
}
.shows-page .page-content .shows-filter .sort-box .sort-label {
	flex: 0 0 8%;
	color: #687483;
}
.shows-page .page-content .shows-filter .sort-box .sort-type {
	flex: 0 0 28%;
	border-right:1px solid rgba(132, 146, 180, 0.1);
	padding:18px 8px;
	position:relative;
}
.shows-page .page-content .shows-filter .sort-box .sort-type [type="radio"] {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:0;
	height:0;
}
.shows-page .page-content .shows-filter .sort-box .sort-type:nth-child(2) {
	border-left:1px solid rgba(132, 146, 180, 0.1);
}
.shows-page .page-content .shows-filter .sort-box .sort-type:last-child {
	border-right:none;
}
.shows-page .page-content .shows-filter .sort-box .sort-type.percussion {
	flex: 0 0 34%;
}
.shows-page .page-content .shows-filter .sort-box .sort-type.ensemble {
	flex: 0 0 30%;
}
.shows-page .page-content .shows-filter .sort-box .sort-type i {
	vertical-align:middle;
	font-size: 15px;
    color: #1f2629;
}
.shows-page .page-content .shows-filter .sort-box .sort-type label {
    color: #1f2629;
	text-decoration:none;
    display: inline-block;
    vertical-align: middle;
	margin:0;
	cursor:pointer;
}
.shows-page .page-content .shows-filter .sort-box .sort-type label:hover {
    color: #009fe5;
}
.shows-page .page-content .shows-filter .sort-box .sort-type:not(.ensemble) label::after {
    content:"\f0dc";
	font-weight: 900;
	font-family:"Font Awesome 5 Free";
	font-size:14px;
	display: inline-block;
    margin-left: 8px;
	color: #009fe5;
	line-height:1;
	vertical-align:middle;
}
.shows-page .page-content .shows-filter .sort-box .sort-type:not(.ensemble) label.asc::after {
    content:"\f0de";
	vertical-align: bottom;
}
.shows-page .page-content .shows-filter .sort-box .sort-type:not(.ensemble) label.desc::after {
    content:"\f0dd";
	vertical-align: text-top;
}
.shows-page .page-content .shows-filter .sort-box .sort-type.ensemble label {
    width: 60px;
	display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #009fe5;
    background-color: #f6f6f6;
	font-size: 13px;
	cursor:pointer;
	transition:all .3s linear;
}
.shows-page .page-content .shows-filter .sort-box .sort-type.ensemble label:hover {
	background-color:#0177d5;
	color:#fff;
}
.shows-page .page-content .shows-filter .sort-box .sort-type.ensemble label.active {
    border: 1px solid #018fe5;
    background-color:#018fe5;
	color:#fff;
}
.shows-page .page-content .shows-filter .notice {
	font-size: 11px;
    text-align: right;
    margin: 5px 0 0;
    color: #1e2629;
}
.shows-page .page-content .shows-listing {
	margin-top:40px;
}
.shows-page .page-content .shows-listing .show {
	position:relative;
	margin-bottom:30px;
	box-shadow: 0 0 30px #aaa;
}
.shows-page .page-content .shows-listing .show .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 4px;
    background-color: rgba(0,0,0,0.8);
	text-align:center;
	z-index:10;
	opacity:0;
	transition:all .3s ease;
}
.shows-page .page-content .shows-listing .show:hover .overlay {
	opacity:1;
}
.shows-page .page-content .shows-listing .show .overlay .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.shows-page .page-content .shows-listing .show .overlay .btn-view {
	background:url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px;
	border:none;
    display: inline-block;
    line-height: 12px;
	cursor:pointer;
	margin-bottom:12px;
}
.shows-page .page-content .shows-listing .show .overlay .btn-request-score {
	background:url('assets/images/request-score.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px;
	border:none;
    display: inline-block;
    line-height: 12px;
	cursor:pointer;
}
.shows-page .page-content .shows-listing .show .new-badge {
	background:url('assets/images/new-badge.png') no-repeat 100% 100% / 100% 100%;
	color: #ffffff;
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
	z-index:5;
}
.shows-page .page-content .shows-listing .pagination {
    justify-content: center;
}
.shows-page .page-content .shows-listing .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border: 1px solid #e6eaee;
    border-radius: 4px;
}
.shows-page .page-content .shows-listing .pagination ul li {
	background-color: #ffffff;
    text-align: center;
    line-height: 1;
	border-left: 1px solid #e6eaee;
}
.shows-page .page-content .shows-listing .pagination ul li:first-child {
    border-left: none;
    border-radius: 4px 0 0 4px;
}
.shows-page .page-content .shows-listing .pagination ul li:last-child {
    border-radius: 0 4px 4px 0;
}
.shows-page .page-content .shows-listing .pagination ul li a {
	color:#ced0da;
	text-decoration:none;
}
.shows-page .page-content .shows-listing .pagination ul li .page-numbers {
	padding: 10px 14px;
	display:inline-block;
}


/* Single Show Page */
.single-show-page .page-header {
	background: url('assets/images/home-footer-bg.jpg') no-repeat center top / cover;
}
.single-show-page .page-header h1 {
	font-size: 80px;
}
.single-show-page .page-content {
	background-color:#f6f6f6;
	padding:60px 0;
}
.single-show-page .page-content h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 0;
}
.single-show-page .page-content .composition-sidebar ul li.preview .image {
	flex: 0 0 90px;
}
.single-show-page .page-content .composition-sidebar ul li.preview .image:hover {
	opacity: 0.7;
}
.single-show-page .page-content .composition-sidebar ul li.preview .image .featured-badge {
    padding: 4px 6px;
}
.single-show-page .page-content .composition-sidebar ul li.preview .details {
    padding: 0 0 0 10px;
}
.single-show-page .page-content .content .right-part {
	float: right;
    width: 50%;
    margin: 0 0 20px 20px;
}
.single-show-page .page-content .content blockquote {
	font-size:15px;
	font-style:italic;
	color: #4c5663;
}
.single-show-page .page-content .content p {
	color: #4c5663;
}
.single-show-page .page-content .content .image {
	position:relative;
	max-width:300px;
	box-shadow: 0 0 30px #aaa;
}
.single-show-page .page-content .content .image img {
	width:100%;
}
.single-show-page .page-content .content .image .request-sample-score-badge {
	background:url('assets/images/request-sample-score-bg.png') no-repeat 100%;
	position: absolute;
    bottom: 50px;
    left: 0;
	z-index:5;
	transition:all .3s linear;
}
.single-show-page .page-content .content .image .request-sample-score-badge:hover {
	background:url('assets/images/request-sample-score-dark-bg.png') no-repeat 100%;
}
.single-show-page .page-content .content .image .request-sample-score-badge a {
	color: #ffffff;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: 700;
    display: inline-block;
	text-decoration:none;
}
.single-show-page .page-content .content .player {
	background-color: #181818;
 	margin-top:15px;
}
.single-show-page .page-content .content .player .progress-container {
    height: 0;
	position:relative;
}
.single-show-page .page-content .content .player .progress-container progress.amplitude-song-played-progress {
    background-color: #018fe5;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    cursor: pointer;
    border: none;
	position: absolute;
    z-index: 60;
    height: 5px;
}
.single-show-page .page-content .content .player .progress-container progress.amplitude-song-played-progress:not([value]) {
	background-color: #018fe5;
}
.single-show-page .page-content .content .player .progress-container progress[value]::-webkit-progress-bar {
	background-color: #018fe5;
}
.single-show-page .page-content .content .player .progress-container progress[value]::-moz-progress-bar {
	background-color: #f13636;
}
.single-show-page .page-content .content .player .progress-container progress[value]::-webkit-progress-value {
	background-color: #f13636;
}
.single-show-page .page-content .content .player .controls {
    display: flex;
    align-items: center;
}
.single-show-page .page-content .content .player .controls .play {
	font-size: 18px;
    color: #fff;
    padding: 12px 22px;
    line-height: 1;
	cursor:pointer;
}
.single-show-page .page-content .content .player .controls .play::before {
    content: "\f04b";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    display: inline-block;
    line-height: 1;
}
.single-show-page .page-content .content .player .controls .play.amplitude-playing::before {
    content: "\f04c";
}
.single-show-page .page-content .content .player .controls .details {
	padding: 12px 22px;
    flex: 1;
    border-left: 1px solid #6d6d6d;
}
.single-show-page .page-content .content .player .controls .details h5 {
    color: #ffffff;
   	font-size: 14px;
    margin: 0;
    font-weight: 700;
}
.single-show-page .page-content .content .player .controls .details p {
	font-size:12px;
	color: #adadad;
	margin:0;
}
.single-show-page .page-content .content .meta {
	margin-top:15px;
}
.single-show-page .page-content .content .meta ul li {
	display:inline-block;
    width: 24%;
}
.single-show-page .page-content .content .meta ul li img {
	display:inline-block;
	max-width:36px;
	vertical-align:middle;
	margin-right:5px;
}
.single-show-page .page-content .content .meta ul li h5 {
	display:inline-block;
	color: #020500;
	font-family: Franchise;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
	line-height:1;
	vertical-align:middle;
}
.single-show-page .bottom-bar {
	background-color: #e7e7e7;
	padding:15px;
	text-align:center;
}
.single-show-page .bottom-bar p {
	color: #000000;
	font-size: 14px;
	margin:0;
}
.single-show-page .similar-compositions {
	margin:35px 0;
}
.single-show-page .similar-compositions h2 {
	color: #102638;
	font-family: Franchise;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:30px;
	text-align:center;
}
.single-show-page .similar-compositions .show {
	position:relative;
	margin-bottom:30px;
	box-shadow: 0 0 30px #aaa;
}
.single-show-page .similar-compositions .show .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
	text-align:center;
	z-index:10;
	opacity:0;
	transition:all .3s ease;
}
.single-show-page .similar-compositions .show:hover .overlay {
	opacity:1;
}
.single-show-page .similar-compositions .show .overlay .inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.single-show-page .similar-compositions .show .overlay .btn-view {
	background:url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px;
	border:none;
    display: inline-block;
    line-height: 12px;
	cursor:pointer;
	margin-bottom:12px;
}
.single-show-page .similar-compositions .show .overlay .btn-request-score {
	background:url('assets/images/request-score.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px;
	border:none;
    display: inline-block;
    line-height: 12px;
	cursor:pointer;
}
.single-show-page .similar-compositions .show .new-badge {
	background:url('assets/images/new-badge.png') no-repeat 100% 100% / 100% 100%;
	color: #ffffff;
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
	z-index:5;
}


/* Order Page */
.order-page .page-content {
    background-color: #f6f6f6;
    padding: 60px 0;
}
.order-page .page-content h2 {
    color: #344755;
    font-family: Franchise;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.order-page .page-content .addons-container h4 {
	font-size: 14px;
    font-weight: 700;
    color: #009fe5;
}
.order-page .page-content .addons-container ul {
	list-style:none;
	padding:0;
}
.order-page .page-content .addons-container ul li {
	position:relative;
	margin: 10px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.order-page .page-content .addons-container ul li.included {
	color:#279DEC;
}
.order-page .page-content .addons-container ul li.show-border-bottom {
	border-bottom: 3px solid #004e98;
	padding-bottom:18px;
}
.order-page .page-content .addons-container ul li > span {
	padding-left: 22px;
    display: block;
}
.order-page .page-content .addons-container ul li .buttons a {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 3px;
    border-radius: 3px;
}
.order-page .page-content .addons-container ul li .buttons .more-details {
	background-color:#00111D;
	margin-right:6px;
}
.order-page .page-content .addons-container ul li .buttons .more-details:hover {
	background-color:#aaa;
}
.order-page .page-content .addons-container ul li .buttons .add-to-cart-addon {
	background-color:#008EEB;
}
.order-page .page-content .addons-container ul li .buttons .add-to-cart-addon:hover {
	background-color:#aaa;
}
.order-page .page-content .addons-container ul li .buttons .remove-addon {
	background-color:#FD0E0D;
}
.order-page .page-content .addons-container ul li .buttons .remove-addon:hover {
	background-color:#b30908;
}
.order-page .page-content .order-form .show-dependent,
.order-page .page-content .order-form .percussion-addon-dependent,
.order-page .page-content .order-form .wind-addon-dependent,
.order-page .page-content .order-form .wind-percussion-addon-dependent,
.order-page .page-content .order-form .billing-fields-box {
	display:none;
}
.order-page .page-content .order-form .form-check-input {
	margin-top: 4px;
}
.order-page .page-content .order-form [name="staff_emails_for_notation_files"] {
	min-height:auto;
}
.order-page .page-content .order-form .btn-submit {
    background: url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 13px;
    border: none;
    display: inline-block;
    line-height: 12px;
    cursor: pointer;
}
.order-page .page-content .order-form [type="submit"]:focus {
	outline:0;
}

.order-page .page-content .cart {
}
.order-page .page-content .cart ul.products {
	list-style: none;
    padding: 0;
    margin: 0;
}
.order-page .page-content .cart ul.products li {
	transition:all .4s linear
}
.order-page .page-content .cart ul.products li:hover {
	background-color:#fff;
}
.order-page .page-content .cart ul.products li .item {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 10px;
	position:relative;
}
.order-page .page-content .cart ul.products li .item .remove {
	position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    color: #f55a5a;
}
.order-page .page-content .cart ul.products li .item .image {
	flex: 0 0 30%;
	position: relative;
}
.order-page .page-content .cart ul.products li .item .image .new-badge {
    background: url('assets/images/new-badge.png') no-repeat 100% 100% / 100% 100%;
    color: #ffffff;
    font-family: Franchise;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 5;
}
.order-page .page-content .cart ul.products li .item .details {
	flex: 0 0 67%;
}
.order-page .page-content .cart ul.products li .item .details h4 {
    margin-bottom: 10px;
	padding-right:20px;
}
.order-page .page-content .cart ul.products li .item .details h4 a {
    color: #344755;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration:none;
    line-height: 20px;
	transition:all .3s linear;
}
.order-page .page-content .cart ul.products li .item .details h4 a:hover {
    color: #018fe5;
}
.order-page .page-content .cart ul.products li .item .details .package {
    margin-bottom: 5px;
    font-weight: 600;
}
.order-page .page-content .cart ul.products li .item .details .price {
    font-weight: 600;
}
.order-page .page-content .cart ul.products li ul.addons {
    list-style:none;
	padding: 10px;
}
.order-page .page-content .cart ul.products li ul.addons li {
	position:relative;
	margin: 10px 0;
    font-weight: 600;
	color:#279DEC;
}
.order-page .page-content .cart ul.products li ul.addons li .remove-addon {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #f55a5a;
}
.order-page .page-content .cart ul.products li ul.addons li > i {
	position:absolute;
	top:2px;
	left:0;
	color:#279DEC;
}
.order-page .page-content .cart ul.products li ul.addons li > span {
	padding:0 18px;
    display: block;
}
.order-page .page-content .cart ul.products li ul.addons li > span > span {
    display: inline-block;
}
.order-page .page-content .cart ul.products li ul.addons li span.more {
	font-size:12px;
	color:#212529;
}
.order-page .page-content .cart ul.products li ul.addons li span.more a {
	font-size:12px;
	color:#212529;
}
.order-page .page-content .cart .total {
    color: #fff;
    font-family: Franchise;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
	background-color:#018fe5;
	border-bottom: 5px solid #000;
	padding:10px;
	margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Indooor Winds Page */
.indoor-winds-page {
}
.indoor-winds-page .page-content {
    padding: 60px 0 80px;
}
.indoor-winds-page .page-content p {
	color: #344755;
	font-size: 15px;
	font-weight: 300;
}
.indoor-winds-page .shows-list {
    padding: 60px 0;
	background:url('assets/images/UD-Arena.jpg') no-repeat center / 100% 100%;
	background-attachment:fixed;
    background-color: #F6F6F6;
}
.indoor-winds-page .shows-list .show-box {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
	border-radius: 4px;
	background-color: #ffffff;
	height: 100%;
	transition:all .3s ease-out;
}
.indoor-winds-page .shows-list .show-box:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
}
.indoor-winds-page .shows-list .show-box .image {
	position:relative;
}
.indoor-winds-page .shows-list .show-box .image .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(34, 39, 43, 0.55);
	display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
	transition:all .5s ease;
}
.indoor-winds-page .shows-list .show-box .image .overlay a {
	font-size: 32px;
	color:#fff;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.indoor-winds-page .shows-list .show-box .image:hover .overlay {
	opacity:1;
}
.indoor-winds-page .shows-list .show-box img {
	background-color: #eef4f6;
	width:100%;
}
.indoor-winds-page .shows-list .show-box .detail {
	padding:15px;
	text-align:center;
}
.indoor-winds-page .shows-list .btn-view-shows {
	background:url('assets/images/view-shows.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 17px;
    display: inline-block;
    line-height: 12px;
}


/* Services Page */
.services-page {
}
.services-page .services-under-header {
	background:url('assets/images/grey-pattern.jpg') no-repeat center / cover;
}
.services-page .services-under-header ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
}
.services-page .services-under-header ul li {
    display: inline-block;
    width: 16.66%;
    text-align: center;
    padding: 12px 0;
}
.services-page .services-under-header ul li a {
	font-size:16px;
	letter-spacing:2px;
	color:#102638;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
	transition:all .3s linear;
}
.services-page .services-under-header ul li a:hover {
	color:#0083e9;
	font-size:14px;
}
.services-page .services-under-header ul li a.active {
	color:#0083e9;
}
.services-page #music {
	background-color:#F6F6F6;
	padding:60px 0;
}
.services-page #music h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
}
.services-page #music .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #music .text {
	padding-top:10px;
}
.services-page #music p {
	color:#344755;
	line-height: 24px;
	font-size: 14px;
}
.services-page #choreography {
    padding: 60px 0;
    background: url('assets/images/ground-side-flash.jpg') no-repeat center / cover;
}
.services-page #choreography h3 {
	color: #ffffff;
	font-family: Franchise;
	font-size: 60px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:50px;
}
.services-page #choreography .top-title p {
	color: #ffffff;
	font-weight: 400;
	line-height: 22px;
	text-align:center;
}
.services-page #choreography .bottom-images {
	margin:50px 0 80px;
}
.services-page #choreography .bottom-images img {
	box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
}
.services-page #custom-tops {
	padding:60px 0;
}
.services-page #custom-tops h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
	margin-bottom:35px;
}
.services-page #custom-tops .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #custom-tops p {
	color: #344755;
	font-weight: 400;
	line-height: 24px;
}
.services-page #drill {
	background-color:#F6F6F6;
	padding:60px 0;
}
.services-page #drill h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
}
.services-page #drill .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #drill p {
	color:#344755;
	line-height: 24px;
	font-size: 14px;
}
.services-page #guard-design {
	padding:60px 0;
}
.services-page #guard-design h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
	margin-bottom:35px;
}
.services-page #guard-design .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #guard-design p {
	color: #344755;
	font-weight: 400;
	line-height: 24px;
}
.services-page #drum-design {
	background-color:#F6F6F6;
	padding:60px 0;
}
.services-page #drum-design h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
	margin-bottom:35px;
}
.services-page #drum-design .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #drum-design p {
	color:#344755;
	line-height: 24px;
	font-size: 14px;
}
.services-page #clinics {
	padding:60px 0;
}
.services-page #clinics h3 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #102638;
	margin-bottom:35px;
}
.services-page #clinics .left-text h5 {
	font-family: Franchise;
    font-size: 26px;
    font-weight: 700;
}
.services-page #clinics .left-text p {
	color: #344755;
	font-weight: 400;
	line-height: 24px;
}
.services-page #clinics .left-text ul {
	list-style:none;
	padding-left:8px;
}
.services-page #clinics .left-text ul li {
	position:relative;
	padding-left:24px;
    margin-bottom: 15px;
}
.services-page #clinics .left-text ul li::before {
	content:'';
	position:absolute;
	top:3px;
	left:0;
	width: 12px;
	height: 12px;
	border: 3px solid #0083e9;
	background-color: #f7f7f7;
	border-radius:50%;
}
.services-page #clinics .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #clinics .right-images .image {
    box-shadow: -12px 9px 35px rgba(0, 0, 0, 0.22);
    transition: all .3s linear;
}
.services-page #clinics .right-images .image-group {
    display: flex;
	justify-content: space-between;
    margin: 35px 0;
}
.services-page #clinics .right-images .image-group div:first-child {
    flex: 0 0 38%;
}
.services-page #clinics .right-images .image-group div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-page #clinics .right-images .image-group div:last-child {
    flex: 0 0 55%;
}
.services-page .bottom-box {
	background:url('assets/images/service-bottom-bg.jpg') no-repeat center / cover;
	text-align:center;
	padding:70px 0;
}
.services-page .bottom-box h2 {
	font-family: Franchise;
    font-size: 50px;
    font-weight: 700;
	line-height:40px;
	color: #fff;
	margin-bottom:30px;
}
.services-page .bottom-box h2 span {
	color: #eea360;
}
.services-page .bottom-box .btn-get-started {
	background:url('assets/images/get-started.png') no-repeat 100% 100% / 100% 100%;
	text-shadow: 0 1px 7px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-family: Franchise;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 17px;
    display: inline-block;
    line-height: 12px;
}


/* Pricing Page */
.pricing-page {
}
.pricing-page .page-content {
	background-color: #f6f6f6;
	padding: 45px 0;
}
.pricing-page .composition-sidebar ul li.preview .image .featured-badge {
    padding: 4px 12px;
}




@media screen and (max-width: 1199px) {
	#home-header .main-menu-nav ul > li > a,
	#common-header .header-menu .main-nav ul > li a {
		font-size:16px;
	}
	.main-page {
		padding-top: 60px;
	}
	.testimonials-page .testmonials-slider .swipe-nav {
		display: flex;
    	justify-content: flex-end;
	}
	.testimonials-page .testmonials-slider .swipe-nav .nav-item {
		position:static;
		transform:none;
		padding-left:15px;
	}
	.clients-page .drum-corps::before,
	.clients-page .drum-corps::after {
		background:none;
	}
	.shows-page .page-content .shows-filter .search-box {
		flex: 0 0 30%;
		margin:0;
	}
	.shows-page .page-content .shows-filter .sort-box {
	    flex: 0 0 70%;
	}
	.shows-page .page-content .shows-filter .sort-box .sort-label {
		display:none;
	}
	.shows-page .page-content .shows-filter .sort-box .sort-type {
    	flex: 0 0 29%;
	}
	.shows-page .page-content .shows-filter .sort-box .sort-type:nth-child(2) {
		border-left: none;
	}
	.shows-page .page-content .shows-filter .sort-box .sort-type.percussion {
		flex: 0 0 36%;
	}
	.shows-page .page-content .shows-filter .sort-box .sort-type.ensemble {
    	flex: 0 0 35%;
	}
	.single-show-page .page-content .content .meta ul li img {
		margin-right:0;
	}
	.pricing-table tfoot td a {
		font-size:15px;
	}
	.single-show-page .page-content .content .meta ul li img {
		max-width: 26px;
	}
	.single-show-page .page-content .content .meta ul li h5 {
		font-size: 19px;
	}
	.services-page .services-under-header ul li a {
		font-size:14px;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .d-flex,
	.faq-page .composition-sidebar ul li.preview .d-flex {
		flex-wrap:wrap;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .image,
	.faq-page .composition-sidebar ul li.preview .image {
		flex: 100%;
    	margin-bottom: 15px;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .image .featured-badge,
	.faq-page .composition-sidebar ul li.preview .image .featured-badge {
		padding: 8px 20px;
		font-size: 18px;
		bottom: 40px;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .details,
	.faq-page .composition-sidebar ul li.preview .details {
    	padding: 0;
	}
	.about-page .about-rob .top-title {
		padding-left:30px;
	}
}
@media screen and (max-width: 991px) {
	#home-header {
		padding-top: 5px;
	}
	body.home #common-header {
		display:none;
	}
	#home-header .main-menu-nav .menu-nav {
		display: none;
	}
	#home-header .mobile-logo {
		text-align:center;
	}
	#home-header .mobile-logo img {
		max-width: 80px;
	}
	#common-header .header-menu {
		justify-content: space-between;
	}
	#common-header .header-menu .logo {
		flex: 0 0 40%;
	}
	#common-header .header-menu .cart {
		flex: 0 0 40%;
		text-align:right;
		padding-right:25px;
	}
	#common-header .header-menu #mobile-nav-toggle {
		flex: 0 0 28px;
		float:none;
		margin:0 30px 0 0;
	}
	#common-header .header-menu .main-nav {
		display:none
	}
	#mobile-nav-toggle {
		display:block;
		width:28px;
		height:20px;
		position:relative;
		margin: 0 30px 0 0;
	}
	body.home #mobile-nav-toggle {
		float:right;
		margin: 35px 30px 0 0;
	}
	.home-header .cart {
		top: 35px;
		right: 80px;
	}
	#mobile-nav-toggle span {
		position: absolute;
		width: 100%;
		height:2px;
		background: #fff;
		left: 0;
		top: 0;
		border-radius: 100px;
	}
	#mobile-nav-toggle span:nth-child(2) {
		top:50%;
		transform:translateY(-50%);
	}
	#mobile-nav-toggle span:last-child {
		top:auto;
		bottom:0;
	}
	#mobile-nav-toggle.active span:first-child {
		animation:openBurgerLine1 cubic-bezier(0.645, 0.045, 0.355, 1) 400ms forwards;
	}
	#mobile-nav-toggle.active span:nth-child(2) {
		display:none;
	}
	#mobile-nav-toggle.active span:last-child {
		animation:openBurgerLine2 cubic-bezier(0.645, 0.045, 0.355, 1) 400ms forwards;
	}
	.slideout-open .slideout-panel {
	  	min-height: 100vh;
	}
	.home-header .swiper-container {
	    background-size: 320px 195%;
	}
	.home-intro {
		background-size: 100% 65%;
	}
	.home-services {
		background-size:cover;
	}
	.testimonials-page .testmonials-slider .swiper-container {
		margin-top: 10px;
	}
	.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-avatar {
		flex:0 0 100%;
	    text-align: center;
	}
	.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info {
		margin-top: 25px;
	}
	.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info h3,
	.testimonials-page .testmonials-slider .swiper-slide .testomonial .client-info h5 {
		text-align:center;
	}
	.pricing-table thead {
		display:none;
	}
	.pricing-table tbody td + td,
	.pricing-table tfoot td + td {
		display:none;
	}
	.pricing-table td.default {
		display:table-cell;
		width: auto;
	}
	.pricing-table td.text-right {
		width: 55%;
	}
	.pricing-table .mobile-tabs {
		display:flex;
	}
	.pricing-table .mobile-tabs li {
		font-size: 22px;
	}
	.shows-page .page-content .shows-filter .search-box,
	.shows-page .page-content .shows-filter .sort-box {
		flex:0 0 100%;
	}
	.single-show-page .page-content .content .meta ul li {
		width:23%;
		text-align:center;
	}
	.single-show-page .page-content .content .meta ul li img {
		max-width:100%;
		display:block;
		margin:0 auto 10px;
	}
	.order-page .page-content .cart ul.products li .item .image {
		flex:0 0 85%;
	}
	.order-page .page-content .cart ul.products li .item .image {
		flex:0 0 85%;
	}
	.order-page .page-content .cart ul.products li .item .details {
    	flex: 0 0 100%;
	}
	.services-page .services-under-header ul li a {
		font-size:10px;
	}
	.indoor-winds-page .shows-list {
		background-size:contain;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .d-flex {
		flex-wrap:nowrap;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .image {
		flex:0 0 90px;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .image .featured-badge {
		padding: 4px 6px;
		font-size: 14px;
		bottom: 15px;
	}
	.single-show-page .page-content .composition-sidebar ul li.preview .details {
    	padding: 0 0 0 10px;
	}
	.about-page .about-rob .top-title {
		padding-left:22px;
	}
}
@media screen and (max-width: 900px) {
	button.mfp-arrow {
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.home-intro {
		margin-right:0;
		background-size:100% 100%;
	}
	.home-video .video-wrapper .caption {
		margin-top: 5px;
	}
	.home-header .swiper-container {
	    background-size: 300px 195%;
	}
	.home-header .swiper-container .swipe-nav .nav-item.prev {
		left: 20%;
	}
	.home-header .swiper-container .swipe-nav .nav-item.next {
		right: 20%;
	}
	.about-page .about-under-header ul li,
	.services-page .services-under-header ul li {
		display: block;
		width:100%;
	}
	#footer .footer-box a {
		font-size: 11px;
	}
	.clients-page .gallery-slider .gallery-item {
		padding:0 20px
	}
	.shows-page .page-content .shows-filter .sort-box .sort-type,
	.shows-page .page-content .shows-filter .sort-box .sort-type.percussion {
		flex: 0 0 100%;
		text-align: left;
		border:none;
		padding: 10px 8px;
	}
	.shows-page .page-content .shows-filter .sort-box .sort-type.ensemble {
		flex: 0 0 100%;
		padding: 5px 8px;
	}
	.shows-page .page-content .shows-filter .fancy-dropdown.select {
		width:95%;
	}
	.shows-page .page-content .shows-filter .notice {
		text-align:left;
	}
	.clients-page .marching-bands-slider .marching-parent .marching-band {
	    column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	.single-show-page .page-header h1 {
		line-height: 1;
	}
	.order-page .page-content .cart ul.products li .item .image {
		flex: 0 0 30%;
	}
	.order-page .page-content .cart ul.products li .item .details {
    	flex: 0 0 67%;
	}
	.services-page .services-under-header ul li a {
		font-size:16px;
	}
	.contact-page .page-content .shows {
		column-count:3;
		-moz-column-count:3;
		-webkit-column-count:3;
	}
	.faq-page .composition-sidebar ul li.preview .d-flex {
		flex-wrap:nowrap;
	}
	.faq-page .composition-sidebar ul li.preview .image {
		flex:0 0 90px;
	}
	.faq-page .composition-sidebar ul li.preview .image .featured-badge {
		padding: 4px 6px;
		font-size: 14px;
		bottom: 15px;
	}
	.faq-page .composition-sidebar ul li.preview .details {
    	padding: 0 0 0 10px;
	}
	.about-page .about-rob .top-title {
		padding-left:34px;
	}
}
@media screen and (min-width: 576px) and (max-width: 600px) {
	.home-footer .footer-box p {
		font-size: 11px !important;
	}
	.testimonials-page .video-testimonials .swipe-nav .nav-item.prev {
		left:-1%;
	}
	.testimonials-page .video-testimonials .swipe-nav .nav-item.next {
		right:-1%;
	}
}
@media screen and (max-width: 576px) {
	.home-footer .footer-box .dots {
		display:none;
	}
	.home-header .swiper-container {
	    background-size: 260px 195%;
	}
	.home-header .swiper-container .swipe-nav .nav-item {
		bottom: 30px;
		top:auto;
	}
	.home-footer h3.subtitle {
		line-height:24px;
	}
	.home-footer .footer-box p {
		font-size: 14px;
	}
	#footer .footer-box .dots {
		display:none;
	}
	#home-header h1 {
		font-size: 50px;
	}
	.home-video .video-wrapper .caption {
		margin-top: 15px;
	}
	.main-page {
		padding-top: 72px;
	}
	.page-header {
		margin-bottom: -2px;
	}
	.page-header h1 {
		line-height:60px;
	}
	.about-page .about-percussion .percussionist,
	.about-page .about-visual .visualist,
	.about-page .about-design .designer,
	.about-page .about-design .businessman {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonials-page .video-testimonials .video-wrapper img.preview {
		box-shadow:none;
	}
	.testimonials-page .video-testimonials .top-slider .swiper-slide {
		padding:0;
	}
	.testimonials-page .video-testimonials .top-slider .main-slider {
		margin-top:20px;
	}
	.testimonials-page .video-testimonials .swipe-nav,
	.clients-page .gallery-slider .swipe-nav {
		display: flex;
    	justify-content: flex-end;
	}
	.testimonials-page .video-testimonials .swipe-nav .nav-item,
	.clients-page .gallery-slider .swipe-nav .nav-item {
		position:static;
		transform:none;
		padding-left:15px;
	}
	.testimonials-page .video-testimonials .bottom-slider .thumb-slider {
		margin-bottom:10px;
	}
	.testimonials-page .video-testimonials .video-wrapper .play {
		width:85px;
		height:85px;
	}
	.pricing-table .mobile-tabs li {
		font-size: 18px;
	}
	.shows-page .page-content .shows-listing .show img,
	.single-show-page .similar-compositions .show img,
	.single-show-page .page-content .content .image img {
		width:100%;
	}
	.clients-page .marching-bands-slider .marching-parent .marching-band {
	    column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
	.single-show-page .page-content .content .right-part {
		float: none;
		width: 100%;
		margin: 0;
	}
	.single-show-page .page-content .content .meta ul li img {
		margin:0;
	}
	.single-show-page .page-content .content .meta ul li img {
		max-width: 32px;
		display: inline-block;
	}
	.single-show-page .page-content .content .meta ul li h5 {
		font-size:22px;
	}
	.about-user-popup {
		padding-top: 40px;
	}
	.addon-detail-popup {
		padding-top: 40px;
	}
	.services-page #choreography .bottom-images {
		margin-bottom:0;
	}
	.contact-page .page-content .shows {
		column-count:2;
		-moz-column-count:2;
		-webkit-column-count:2;
	}
	.shows-page .page-content .shows-filter .fancy-dropdown.select {
		width: 92%;
	}
	.promotional-popup {
		padding: 40px 50px;
	}
}
@media screen and (max-width: 420px) {
	.pricing-table .mobile-tabs li {
		border-radius: 5px;
		width: 44%;
		margin-bottom: 15px;
	    margin-left: 15px;
	}
	.single-show-page .page-content .content .meta ul li img {
		max-width:100%;
		display:block;
		margin:0 auto 10px;
	}
	.promotional-popup {
		padding: 40px 12px;
	}
	.promotional-popup h2 {
		font-size: 44px;
	}
}
