/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
> Font Face
> Site Header
> Body
> Home Page
	> Hero 1
	> Hero 2
	> Hero 3
	> Section Today's Schedule
	> Section Upcoming Placements
	> Section Calendar Placements
	> Section Placement Category
	> Section Recent Videos
	> Section Booking Count
	> Section Call To Action
	> Section Latest News/Tweets
	> Section Video Parallax
	> Section Sponsors
	> Section Newsletter
> Page Default
> Search Result Page
> Select Seat Page
> Select Seat Page v2
> Order Detail Page
> Review Order Page
> Download Booking Page 
> Error	404:Page Not Found
> Placement By Category
> Payment Method
> Artist Page
> Gallery 
> Placement Single
> Full Placement Schedule
> Site Footer


  

--------------------------------------------------------------*/

/*--------------------------------------------------------------
	Font Face
------------------------------------------------------------- */

@font-face {
    font-family: 'Champagne-Limousines-Bold';
    src: url('../fonts/Champagne-Limousines-Bold.ttf');
}

@font-face {
    font-family: 'Champagne-Limousines';
    src: url('../fonts/Champagne-Limousines.ttf');
}

/*--------------------------------------------------------------
      Body
  --------------------------------------------------------------*/

body {
    font-family: 'Lato';
    font-weight: 400;
}

body,
header,
footer,
#gal,
#upcoming,
.artist-placement-item header *,
footer *,
#gal *,
.artist-placement-item * {
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    -moz-animation: anim8 0.3s ease-in-out 1;
    -webkit-animation: anim8 0.3s ease-in-out 1;
    animation: anim8 0.3s ease-in-out 1;
}

@-moz-keyframes anim8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes anim8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anim8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.no-top {
    padding-top: 0 !important;
}

.spacer-35 {
    height: 35px;
    width: 100%;
}

*,
*:hover,
*:active,
*:visited,
*:focus,
button.btn.dropdown-toggle.btn-default:focus {
    outline: none !important;
}

h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
    padding-top: 1em;
    color: #f36c26;
    font-weight: 300;
    text-transform: uppercase;
}

h3.bio {
    padding-top: 0;
    text-transform: none;
    font-weight: 300;
}

h3 span {
    text-transform: none !important;
}

h5 {
    color: #6b6b6b;
}

h4:after {
    content: '';
    display: block;
    position: relative;
    margin: 0.6em 0 1.6em;
    width: 120px;
    height: 2px;
    background: #f36c26;
}

.section-content a,
.section-content a:focus,
.section-content a:hover {
    color: #f36c26;
    cursor: pointer;
}

.section-content a:focus,
.section-content a:hover {
    text-decoration: underline;
}

.section-content a.btn:focus,
.section-content a.btn:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
      Site Header
  --------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
}

.site-branding h1 {
    max-width: 250px !important;
}

.site-branding,
.site-branding h1,
.site-branding h1 a {
    padding: 0;
    position: relative;
}

.site-branding h1 a {
    display: block;
    top: 0;
    width: 90%;
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 15px 5px;
    border-radius: 0px 0px 12px 12px;

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.site-title {
    margin: 0;
}

.top-header {
    padding: 10px 0;
}

.top-header-bg {
    background: #161616;
}

.top-header .top-left {
    float: left;
}

.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header ul li {
    float: left;
}

.top-header .top-left ul li {
    margin: 0 20px 0 0;
}

.top-header .top-left ul li a {
    color: #eeeeee;
    font-size: 12px;
    text-decoration: none;
    display: block;
    font-family: 'Lato', sans-serif;
}

.top-header .top-left ul li a i {
    color: #ad4a08;
    margin: 0 10px 0 0;
}

.top-header .top-right {
    float: right;
}

.top-header .top-right ul li {
    border-left: 2px solid #eeeeee;
}

.top-header .top-right ul li:first-child {
    border: none;
}

.top-header .top-right ul li:first-child a {
    color: #f36c26;
    font-weight: 700;
}

.top-header .top-right ul li a {
    color: #eeeeee;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
    display: block;
    font-family: 'Lato', sans-serif;
    background: none;
}

.main-header {
    padding: 20px 0;
    position: relative;
    z-index: 99999;
}

.main-header>.container>.row {
    max-height: 66px !important;
    overflow: visible !important;
}

.fix-header .main-header .container {
    position: relative;
}

.fix-header .main-header .container:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    background: #fff;
}

.main-header-bg {
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 999;
    border-bottom: none;
    height: 66px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fix-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-1 #site-navigation .cart a {
    background-color: #f89406;
    background-size: 25px 23px !important;
    border: 1px solid #f89406;
}

.header-1 #site-navigation .cart i.fa-opencart {
    position: absolute;
    z-index: 2;
    margin: 14px 0 0 46px;
    color: #fff;
    font-size: 20px;
}

.mobile-cart {
    position: absolute;
    right: 60px;
    bottom: 0;
    display: none;
}

.mobile-cart a {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f89406;
    border-radius: 6px;
    margin: 6px 0;
    padding: 7px 20px !important;
    font-family: 'Lato';
    font-weight: 300;
    width: 90px;
    position: relative;
    display: block;
}

.mobile-cart a:before {
    display: block;
    content: '\f145';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 18px;
}

.glyphicon-ok:before {
    content: '\f14a' !important;
    font-family: 'FontAwesome' !important;
    font-size: 18px !important;
}

.header-3 .top-header .top-left ul li a {
    color: #fff;
}

.header-3 .top-header .top-left ul li a i {
    color: #96b790;
}

.header-3 .top-header .top-right ul li:first-child a,
.header-3 .top-header .top-right ul li a {
    color: #fff;
}

.header-3 #site-navigation .cart a {
    border: 1px solid #fff;
}

#site-navigation {
    margin: 0;
}

#site-navigation .navbar-collapse {
    padding: 0;
}

#site-navigation .nav li a {
    font-size: 15px;
    color: #fff;
    padding: 5px 0px;
    background: transparent;
    text-transform: capitalize;
    border: 2px solid transparent;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.4em;
}

#site-navigation .nav>li>a:focus,
#site-navigation .nav>li>a:hover {
    background: none;
}

#site-navigation .cart {
    margin: 0 0 0 20px;
}

#site-navigation .cart a {
    border: 1px solid #f36c26;
    border-radius: 6px;
    margin: 6px 0;
    padding: 7px 20px !important;
    font-family: 'Lato';
    font-weight: 300;
    width: 90px;
    background-size: 25px 23px !important;
    position: relative;
}

#site-navigation .cart a:before {
    display: block;
    content: '\f145';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 18px;
}

.closecanvas {
    display: none;
}

.pills {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 auto 30px !important;
}

.pills li {
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    color: #f36c26 !important;
    padding: 10px 30px !important;
    margin: 5px !important;
    border: 1px solid #f36c26 !important;
    border-radius: 6px !important;
    background: transparent !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 1.3em !important;
    cursor: pointer !important;
    font-weight: 300 !important;
}

.pills li:focus,
.pills li:hover,
.pills li.active {
    color: #fff !important;
    background: #f36c26 !important;
}

/*--------------------------------------------------------------
      Hero 1
  ------------------------------------------------------------- */

.hero-1 {
    position: relative;
    background: url(../images/hero-1-img.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
    max-height: 100vh;
}

.hero-1.short {
    height: 120px;
}

.hero-1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    background: -webkit-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=.6);
}

.hero-1 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 24%;
    width: 60%;
    z-index: 900;
}

.hero-1 .hero-content .hero-title {
    font-size: 36px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 20px;
}

.hero-1 .hero-content .hero-caption {
    font-size: 26px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 10%;
}

.hero-1 .hero-content .hero-search {
    margin: 0 auto;
    position: relative;
    max-width: 500px;
}

.hero-1 .hero-content .hero-search input[type='text'] {
    border: 2px solid #fff;
    padding: 10px 60px 10px 20px;
    color: #6b6b6b;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 300;
    width: 100%;
    background: rgba(255, 255, 255, 1) url(../images/search.png) no-repeat 93% center;
    border-radius: 6px;
    margin: 0 auto;
}

.hero-1 .hero-content .hero-search input[type='text']::-webkit-input-placeholder {
    color: #d9d9d9;
    font-weight: 300 !important;
}

.hero-1 .hero-content .hero-search input[type='text']::-moz-placeholder {
    color: #d9d9d9;
    font-weight: 300 !important;
}

.hero-1 .hero-content .hero-search input[type='text']:-ms-input-placeholder {
    color: #d9d9d9;
    font-weight: 300 !important;
}

.hero-1 .hero-content .hero-search input[type='text']:-moz-placeholder {
    color: #d9d9d9;
    font-weight: 300 !important;
}

.hero-1 .hero-location p {
    color: #fff;
    font-size: 15px;
}

.hero-1 .hero-location p i {
    margin: 0 5px;
}

.hero-1 .hero-location p a {
    font-size: 12px;
    opacity: 0.6;
    text-decoration: underline;
    color: #fff;
    margin: 0 5px;
}

.herobtn a {
    background: #fff;
    border-radius: 5px;
    color: #f36c26;
    font-size: 2em;
    font-family: 'Lato';
    font-weight: 300;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    width: 48.5%;
    max-width: 240px;
    margin-top: 18px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.herobtn a:focus,
.herobtn a:hover {
    background: #f36c26;
    color: #fff;
}

.herobtn a:first-of-type {
    margin-right: 1%;
}

.herobtn a:last-of-type {
    margin-left: 1%;
}

/*--------------------------------------------------------------
      Hero 2
  ------------------------------------------------------------- */

.hero-2 {
    position: relative;
    background: url(../images/hero-2-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 686px;
}

.hero-2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    background: -webkit-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=.6);
}

.hero-2 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 28%;
    width: 60%;
    z-index: 900;
}

.hero-2 .hero-content .hero-title {
    font-size: 75px;
    line-height: 75px;
    color: #fff;
    font-family: 'Champagne-Limousines';
    margin: 0 0 30px;
}

.hero-2 .hero-content .hero-caption {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 10px;
}

.hero-2 .hero-content .hero-caption span {
    font-family: 'Lato';
    font-weight: 300;
}

.hero-2 .count-down {
    text-align: center;
    margin: 0 0 40px;
}

.hero-2 .count-down li {
    font-size: 36px;
    font-family: 'Lato';
    font-weight: 400;
    display: inline-block;
    padding: 25px 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 15px;
    color: #fff;
    width: 105px;
}

.hero-2 .count-down li span {
    display: block;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 300;
    margin: 15px 0 0;
}

.hero-2 .hero-location p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 30px;
}

.hero-2 .hero-location p i {
    margin: 0 5px;
}

.hero-2 .hero-location p a {
    font-size: 12px;
    opacity: 0.6;
    text-decoration: underline;
    color: #fff;
    margin: 0 5px;
}

.hero-2 .hero-purchase-booking a {
    display: inline-block;
    background: #f36c26;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    padding: 20px 50px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}

.hero-2 .hero-purchase-booking a:hover {
    background: #fff;
    color: #f36c26;
}

/*--------------------------------------------------------------
      Hero 3
  ------------------------------------------------------------- */

.hero-3 {
    position: relative;
    background: url(../images/hero-3-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 686px;
}

.hero-3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    background: -webkit-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6) 0% 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=.6);
}

.hero-3 .hero-content {
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    width: 60%;
    z-index: 900;
}

.hero-3 .hero-content .hero-date {
    width: 95px;
    height: 95px;
    border-radius: 6px;
    margin: 0 auto 50px;
    background: #66a061;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.hero-3 .hero-content .hero-date:before {
    background: rgba(248, 148, 6, 0.7);
    width: 52px;
    height: 52px;
    content: '';
    border-radius: 6px;
    position: absolute;
    left: -7px;
    bottom: -8px;
}

.hero-3 .hero-content .hero-date .day {
    font-size: 33px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    display: block;
}

.hero-3 .hero-content .hero-date .month {
    font-size: 19px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}

.hero-3 .hero-content .hero-title {
    font-size: 47px;
    line-height: 47px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.hero-3 .hero-content .hero-caption {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 20px;
}

.hero-3 .hero-location p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 30px;
}

.hero-3 .hero-location p i {
    margin: 0 5px;
}

.hero-3 .hero-location p a {
    font-size: 12px;
    opacity: 0.6;
    text-decoration: underline;
    color: #fff;
    margin: 0 5px;
}

.hero-3 .hero-purchase-booking span {
    display: block;
    color: #f36c26;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 20px;
}

.hero-3 .hero-purchase-booking a {
    display: inline-block;
    background: #f36c26;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    padding: 20px 50px;
    border-radius: 6px;
}

.hero-3 .hero-purchase-booking a:hover {
    background: #fff;
    color: #f36c26;
}

/*--------------------------------------------------------------
      Section Today's Schedule
  ------------------------------------------------------------- */

.section-todays-schedule {
    background: #161616;
    padding: 70px 0;
}

.section-todays-schedule .section-header {
    margin: 0 0 35px;
}

.section-todays-schedule .section-header h2 {
    font-size: 22px;
    line-height: 22px;
    color: #f36c26;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    position: relative;
    padding: 0 0 0 25px;
    display: inline-block;
    font-weight: 700;
}

.section-todays-schedule .section-header h2:before {
    display: block;
    width: 5px;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #f36c26;
}

.section-todays-schedule .section-header .todays-date {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #f36c26;
    float: right;
}

.section-todays-schedule .section-header .todays-date strong {
    color: #fff;
}

.section-todays-schedule .section-header .todays-date i {
    margin: 0 15px 0 0;
    font-size: 18px;
}

/*--------------------------------------------------------------
      Section Upcoming Placements
  ------------------------------------------------------------- */

.section-upcoming-placements {
    padding: 70px 0;
    background: #fff;
}

.section-upcoming-placements .section-header {
    overflow: hidden;
    margin: 0 0 40px;
    padding: 0 0 0 25px;
}

.section-upcoming-placements .section-header h2 {
    font-size: 22px;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    display: block;
    margin: 0 0 25px;
    font-weight: 700;
    position: relative;
}

.section-upcoming-placements .section-header h2:before {
    display: block;
    width: 5px;
    height: 16px;
    content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    background: #f36c26;
}

.section-upcoming-placements .section-header p {
    color: #6f6f6f;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 300;
    line-height: 22px;
    padding: 0 2px;
    float: left;
    width: 80%;
}

.section-upcoming-placements .section-header a {
    color: #f36c26;
    border: 1px solid #f36c26;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    float: right;
    font-size: 12px;
    font-family: 'Lato';
    font-weight: 300;
    padding: 13px 25px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 300;
}

.section-upcoming-placements .section-header a:hover {
    background: #f36c26;
    color: #fff;
}

.section-upcoming-placements .section-content ul.placementBlocks li {
    width: 33.333333%;
    float: left;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .section-upcoming-placements .section-content ul.placementBlocks li {
        width: 50%;
    }

    .section-upcoming-placements .section-content ul.placementBlocks li .info p {
        width: 60%;
    }
}

@media screen and (max-width: 580px) {
    .section-upcoming-placements .section-content ul.placementBlocks li {
        width: 100%;
        padding: 0 !important;
    }

    .section-upcoming-placements .section-content ul.placementBlocks li .info p {
        width: 60%;
    }

    section .container {
        width: 100% !important;
    }
}

.section-upcoming-placements .section-content .date {
    padding: 15px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.section-upcoming-placements .section-content .date a {
    color: #fff;
}

.section-upcoming-placements .section-content .date .day {
    font-size: 30px;
    display: block;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 5px;
}

.section-upcoming-placements .section-content .date .month {
    font-size: 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 5px;
}

.section-upcoming-placements .section-content .date .year {
    font-size: 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
}

.section-upcoming-placements .section-content .info {
    padding: 20px 20px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 1%,
            rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 1%,
            rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 1%,
            rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1c1c1c', GradientType=0);
}

@media screen and (max-width: 580px) {
    .section-upcoming-placements .section-content .info {
        margin: 0 !important;
    }
}

.section-upcoming-placements .section-content .info p {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    font-family: 'Lato';
    font-weight: 400;
    color: #fff;
    width: 65%;
    min-height: 63px;
    float: left;
    margin: 0;
}

.section-upcoming-placements .section-content .info p span {
    display: block;
    padding-top: 6px;
    color: #fff;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 300;
}

.section-upcoming-placements .section-content .info .get-booking {
    font-size: 12px;
    line-height: 12px;
    color: #f36c26;
    padding: 10px 0px;
    background: #fff;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    border: 2px solid #fff;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
    width: 30%;
    min-width: 110px !important;
    max-width: 110px !important;
    float: right;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.get-booking,
.booking-to-cart {
    text-decoration: none !important;
}

.section-upcoming-placements .section-content ul.placementBlocks li,
.section-calendar-placements .section-content .tab-content ul.placementBlocks li {
    overflow: hidden !important;
}

@media screen and (min-width: 1200px) {
    .section-content .info .get-booking {
        display: block !important;
        position: absolute !important;
        bottom: 0 !important;
        right: 0 !important;
        margin: auto 20px 20px auto !important;
    }
}

.section-upcoming-placements .section-content .info .get-booking:hover {
    background: #f36c26;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
      Section Calendar Placements
  ------------------------------------------------------------- */

.section-calendar-placements {
    padding: 70px 0;
    background: #fff;
}

.section-calendar-placements .section-header {
    margin: 0 0 70px;
}

.section-calendar-placements .section-header .nav-tabs {
    border: none;
}

.section-calendar-placements .section-header .nav-tabs li:first-child a {
    border-left: 1px solid #f8f8f8;
}

.section-calendar-placements .section-header .nav-tabs li a {
    padding: 55px 0 30px;
    width: 166.4px;
    font-size: 40px;
    line-height: inherit;
    text-align: center;
    display: inline-block;
    color: #eeeeee;
    border: none;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 300;
}

.section-calendar-placements .section-header .nav-tabs li a span {
    display: block;
    font-size: 18px;
    margin: 35px 0 0;
    font-family: 'Lato';
    font-weight: 300;
    color: #eeeeee;
}

.section-calendar-placements .section-header .nav-tabs li.active a,
.section-calendar-placements .section-header .nav-tabs li:hover a {
    color: #373737;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.section-calendar-placements .section-header .nav-tabs li.active a span {
    color: #373737;
}

.section-calendar-placements .section-header .scrtabs-tabs-fixed-container {
    height: 190px;
    padding: 0 6px;
    width: 100% !important;
}

.section-calendar-placements .section-header .scrtabs-tab-container {
    position: relative;
    height: 190px;
}

.section-calendar-placements .section-header .scrtabs-tab-scroll-arrow-right span,
.section-calendar-placements .section-header .scrtabs-tab-scroll-arrow-left span {
    display: none;
}

.section-calendar-placements .section-header .scrtabs-tab-scroll-arrow-left {
    width: 22px;
    height: 29px;
    background: url(../images/calendar-placements-arrow-left.png) no-repeat center center;
    border: none;
    position: absolute;
    left: -30px;
    bottom: 0;
    top: 45%;
}

.section-calendar-placements .section-header .scrtabs-tab-scroll-arrow-right {
    width: 22px;
    height: 29px;
    background: url(../images/calendar-placements-arrow-right.png) no-repeat center center;
    border: none;
    position: absolute;
    right: -30px;
    bottom: 0;
    top: 45%;
}

.section-calendar-placements .section-content .tab-content ul li {
    width: 33.333333%;
    float: left;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
}

.section-calendar-placements .section-content .tab-content .date {
    padding: 15px;
    background: #eeeeee;
    position: absolute;
    top: 5px;
    left: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.section-calendar-placements .section-content .tab-content .date a {
    color: #fff;
}

.section-calendar-placements .section-content .tab-content .date .day {
    font-size: 30px;
    display: block;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 5px;
}

.section-calendar-placements .section-content .tab-content .date .month {
    font-size: 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 5px;
}

.section-calendar-placements .section-content .tab-content .date .year {
    font-size: 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
}

.section-calendar-placements .section-content .tab-content .info {
    padding: 50px 20px 25px;
    margin: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 1%,
            rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 1%,
            rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 1%,
            rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1c1c1c', GradientType=0);
}

.section-calendar-placements .section-content .tab-content .info p {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    color: #fff;
    width: 65%;
    float: left;
    margin: 0;
}

.section-calendar-placements .section-content .tab-content .info p span {
    display: block;
    color: #fff;
    font-size: 11px;
    font-family: 'Lato';
    font-weight: 300;
}

.section-calendar-placements .section-content .tab-content .info .get-booking {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 10px 0px;
    background: #f36c26;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    width: 30%;
    float: right;
    text-align: center;
}

.section-calendar-placements .section-content .tab-content .info .get-booking:hover {
    background: #fff;
    color: #f36c26;
}

/*--------------------------------------------------------------
      Section Placement Category
  ------------------------------------------------------------- */

.section-placement-category {
    background: #fff;
    padding: 35px 0 40px;
}

.section-placement-category .section-header h2 {
    font-size: 22px;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 0 0 0 25px;
    display: block;
    margin: 0 0 35px;
    font-weight: 700;
    position: relative;
}

.section-placement-category .section-header h2:before {
    display: block;
    width: 5px;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #f36c26;
}

.section-placement-category .section-content ul li {
    margin: 0 0 30px;
    position: relative;
}

.section-placement-category .section-content ul li a {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.section-placement-category .section-content ul li:hover a {
    opacity: 0.8;
}

.section-placement-category .section-content ul li a span {
    display: block;
    height: 26px;
    width: 80%;
    line-height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Lato';
    font-weight: 300;
}

/*--------------------------------------------------------------
      Section Recent Videos
  ------------------------------------------------------------- */

.section-recent-videos {
    padding: 70px 0;
}

.section-recent-videos .section-header h2 {
    font-size: 22px;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    position: relative;
    padding: 0 0 0 25px;
    display: block;
    margin: 0 0 25px;
    font-weight: 700;
}

.section-recent-videos .section-header h2:before {
    display: block;
    width: 5px;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #f36c26;
}

.section-recent-videos .section-content .video {
    position: relative;
    min-height: 160px;
}

.section-recent-videos .section-content .video iframe {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000;
}

.section-recent-videos .section-content .video-player {
    background: #eeeeee;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-recent-videos .section-content .video-player a {
    color: #d7d7d7;
}

.section-recent-videos .section-content .video-player span {
    color: #fff;
    float: right;
}

.section-recent-videos .section-content .video-title a {
    color: #242424;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 300;
    padding: 20px 0;
    position: relative;
    display: block;
    text-decoration: none;
}

.section-recent-videos .section-content .video-title a:before {
    content: '';
    height: 2px;
    width: 50px;
    background: #f36c26;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/*--------------------------------------------------------------
      Section Booking Count
  ------------------------------------------------------------- */

.section-stats {
    padding: 100px 0;
    background: url(../images/stats.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-stats:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eeeeee;
}

.section-stats .section-content ul li {
    text-align: center;
}

.section-stats .section-content ul li span {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Lato';
    font-weight: 400;
}

hr {
    float: left;
    width: 100%;
    clear: both;
}

.section-stats .section-content hr {
    background: #fff;
    height: 2px;
    width: 45px;
    margin: 30px auto;
}

.section-stats .section-content ul li p {
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
}

/*--------------------------------------------------------------
      Section Call To Action
  ------------------------------------------------------------- */

.section-call-to-action .section-content {
    padding: 50px;
    margin-bottom: 60px;
    background: url(../images/share-action.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-call-to-action .section-content:before {
    content: '';
    background: rgba(230, 99, 13, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.section-call-to-action .section-content h3 {
    font-family: 'Champagne-Limousines-Bold';
    font-size: 35px;
    margin: 0 0 5px;
    color: #fff;
}

.section-call-to-action .section-content p {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color: #fff;
}

.section-call-to-action .section-content .action-btn {
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #f36c26;
    font-size: 19px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.section-call-to-action .section-content .action-btn:hover {
    color: #fff;
    background: #f36c26;
}

/*--------------------------------------------------------------
      Section Latest News/Tweets
  ------------------------------------------------------------- */

.section-latest {
    padding: 70px 0;
    background: #fff;
}

.section-latest .latest-news {
    margin: 0 0 0 -15px;
}

.section-latest .latest-news .news-item {
    margin-bottom: 30px;
}

.section-latest .section-header h2 {
    font-size: 22px;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    position: relative;
    padding: 0 0 0 25px;
    display: block;
    margin: 0 0 25px;
    font-weight: 700;
}

.section-latest .section-header h2:before {
    display: block;
    width: 5px;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #f36c26;
}

.section-latest .latest-news .news-item-img {
    position: relative;
}

.section-latest .latest-news .news-item-img img {
    width: 100%;
}

.section-latest .latest-news .news-item-img .date {
    padding: 15px;
    background: rgba(243, 108, 38, 0.7);
    position: absolute;
    top: 0;
    left: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.section-latest .latest-news .news-item-img .date a {
    color: #fff;
    text-decoration: none;
}

.section-latest .latest-news .news-item-img .date .day {
    font-size: 30px;
    display: block;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 5px;
}

.section-latest .latest-news .news-item-img .date .month {
    font-size: 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 5px;
}

.section-latest .latest-news .news-item-img .date .year {
    font-size: 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
}

.section-latest .latest-news .news-item-info h3 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.section-latest .latest-news .news-item-info h3 a {
    color: #373737;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.section-latest .latest-news .news-item-info .meta-data {
    display: block;
    color: #6f6f6f;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin: 0 2px 20px;
}

.section-latest .latest-news .news-item-info .meta-data a {
    color: #f36c26;
    font-size: 13px;
    text-decoration: none;
}

.section-latest .latest-news .news-item-info p {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    margin: 0 2px;
}

.section-latest .latest-tweets {
    margin: 0 -15px 0 0;
}

.section-latest .latest-tweets .twitter-header {
    padding: 20px;
    background: #f8f8f8;
    margin: 0 0 30px;
}

.section-latest .latest-tweets .twitter-header .twitter-name {
    float: left;
    width: 80%;
}

.section-latest .latest-tweets .twitter-header .twitter-follow {
    float: left;
    width: 29%;
}

.section-latest .latest-tweets .twitter-header .twitter-name img {
    float: left;
    margin: 0 20px 0 0;
}

.section-latest .latest-tweets .twitter-header .twitter-name strong {
    color: #4e4e4e;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    display: block;
}

.section-latest .latest-tweets .twitter-header .twitter-name span {
    color: #6f6f6f;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    display: block;
}

.section-latest .latest-tweets .twitter-header .twitter-btn {
    text-align: right;
    margin: 15px 0 0;
}

.section-latest .latest-tweets .twitter-header .twitter-btn a {
    color: #fff;
    background: #41c3ff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #41c3ff;
}

.section-latest .latest-tweets .twitter-header .twitter-btn a:hover {
    background: #fff;
    color: #41c3ff;
    border: 1px solid #41c3ff;
}

.section-latest .latest-tweets .tweet-list {
    overflow: hidden;
}

.section-latest .latest-tweets .tweet-list p {
    font-size: 12px;
    line-height: 18px;
    color: #6f6f6f;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0 -15px 0 0;
}

.section-latest .latest-tweets .tweet-list p a {
    font-size: 12px;
    color: #f36c26;
}

.section-latest .latest-tweets .tweet-list span {
    color: #eeeeee;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    display: block;
    text-align: right;
    margin: 0 0 0 -15px;
}

.section-latest .latest-tweets .tweet-list ul li {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eaeaea;
}

/*--------------------------------------------------------------
      Section Video Parallax
  ------------------------------------------------------------- */

.section-video-parallax {
    padding: 100px 0;
    background: url(../images/video-parallax.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-video-parallax:before {
    content: '';
    background: #eeeeee;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.section-video-parallax .section-content {
    color: #fff;
    text-align: center;
    position: relative;
    width: 69%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
      Section Sponsors
  ------------------------------------------------------------- */

.section-sponsors {
    padding: 70px 0;
    background: #fff;
}

/*--------------------------------------------------------------
      Section Newsletter
  ------------------------------------------------------------- */

.section-newsletter {
    padding: 60px 0;
    background: #eeeeee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden !important;
}

.section-newsletter.enquiry {
    background: #eeeeee url(../images/enquirybg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden !important;
}

/* .section-newsletter:before{
      content:"";
      background:rgba(243, 108, 38, .9);
      position:absolute;
      top:0;
      bottom:0;
      right:0;
      left:0;
  } */

.section-newsletter .social,
.volunteer-socials .social {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}

.section-newsletter .social a {
    color: #6b6b6b;
}

.section-newsletter.enquiry .social a {
    color: #fff;
}

.volunteer-socials .social a {
    color: #6b6b6b;
}

.section-newsletter .social a:focus,
.section-newsletter .social a:hover {
    color: #f36c26;
}

.volunteer-socials .social a:focus,
.volunteer-socials .social a:hover {
    color: #fff;
}

.section-newsletter .social li,
.volunteer-socials .social li {
    display: inline-block;
    width: auto !important;
    position: relative !important;
    margin: 15px 15px 30px !important;
    text-align: center !important;
}

.volunteer-socials .social li {
    margin: 20px 15px !important;
}

.section-content {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.section-content h2 {
    font-size: 3.3em;
    font-weight: 300;
    color: #6b6b6b;
    margin: 0 0 30px;
    font-family: 'Lato', sans-serif;
}

.section-content p {
    font-family: 'Lato';
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 300;
    color: #6b6b6b;
    margin: 0 0 30px;
}

.section-content .newsletter-form {
    margin: 0 auto;
}

.section-newsletter.enquiry input,
.section-newsletter.enquiry select,
.section-newsletter.enquiry button,
#home .newsletter-form,
#about .newsletter-form,
#login .newsletter-form,
#faq .newsletter-form,
#pdf .newsletter-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-content .newsletter-form input,
#buyCreditsContainer input {
    background: #fff;
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 300 !important;
    font-family: 'Lato', sans-serif;
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 6px;
    margin: 0 auto 20px;
    width: 100%;
    /* max-width:600px; */
    height: 53px;
}

.section-content .newsletter-form.stepperform input {
    max-width: 100%;
}

.section-content .newsletter-form input[type='submit'],
.section-content .newsletter-form input[type='reset'],
.section-content .newsletter-form input[type='button'] {
    background: #f36c26;
    color: #fff;
    font-weight: 300 !important;
    font-size: 1.8em;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #fff;
    padding: 12px 50px;
    border-radius: 6px;
    text-align: center;
    display: block;
    text-transform: capitalize;
    width: auto;
    height: 53px;
    margin: 0 auto;
}

.section-content .newsletter-form input[type='submit']:hover,
.section-content .newsletter-form input[type='reset']:hover,
.section-content .newsletter-form input[type='button']:hover {
    border: 1px solid #f36c26;
    background: #f36c26;
    color: #fff;
}

.section-content .newsletter-form input::-webkit-input-placeholder,
#buyCreditsContainer input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

.section-content .newsletter-form input::-moz-placeholder,
#buyCreditsContainer input::-moz-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

.section-content .newsletter-form input:-ms-input-placeholder,
#buyCreditsContainer input:-ms-input-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

.section-content .newsletter-form input:-moz-placeholder,
#buyCreditsContainer input:-moz-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

.subs {
    color: #f36c26 !important;
}

.ways {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ways.faded {
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-opacity: 0.3;
    opacity: 0.3;
}

.ways a,
.ways img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.ways img {
    max-width: 260px;
    margin: 0 auto;
    background: #fff;
    width: 90%;
    border: 8px solid #fab517;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ways img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ways a {
    background: transparent;
    width: 90%;
    margin: 20px 5%;
}

.ways p big {
    font-size: 1.8em;
    display: block;
    margin: 0 auto 0.4em;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ways:hover p big {
    color: #f36c26;
}

.ways button,
.section-newsletter button,
.section-newsletter a.btn,
#bh-sl-submit,
#bh-sl-clear,
.bh-newbtn,
.underimgbtn,
a.thebtn {
    background: #f36c26;
    color: #fff;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    text-transform: none;
    width: auto;
    height: 53px;
    margin: 0 auto 30px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ways button:focus,
.ways button:hover,
.section-newsletter button:focus,
.section-newsletter button:hover,
.section-newsletter a.btn:focus,
.section-newsletter a.btn:hover,
.underimgbtn:focus,
.underimgbtn:hover,
#bh-sl-submit .btn:focus,
#bh-sl-submit .btn:hover,
#bh-sl-clear .btn:focus,
#bh-sl-clear .btn:hover,
.bh-newbtn:focus,
.bh-newbtn:hover,
a.thebtn:focus,
a.thebtn:hover {
    border: 1px solid #f36c26;
    color: #ffffff;
    text-decoration: none;
}

.underimgbtn,
.underimgbtn:focus,
.underimgbtn:hover {
    width: 100% !important;
    color: #fff !important;
}

.underimgbtn.light {
    margin-bottom: 10px !important;
}

.underimgbtn.dark {
    margin-bottom: 10px !important;
    max-width: 445px !important;
    background: #484848 !important;
}

.underimgbtn.dark:focus,
.underimgbtn.dark:hover {
    border: 1px solid #484848 !important;
}

.bh-newbtn {
    font-size: 1em !important;
    max-height: 45px !important;
    color: #fff !important;
    margin: 5px 0 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}

#bh-sl-clear {
    background: #484848 !important;
    border: 1px solid #484848 !important;
}

.modal-content a.recommendBtn {
    display: block;
    position: relative;
    float: right;
    padding: 5px 10px;
    background: #f36c26;
    color: #ffffff !important;
    border-radius: 3px;
    text-decoration: none !important;
}

/*--------------------------------------------------------------
      Page Default
  --------------------------------------------------------------*/

.section-page-header {
    background: #fafafa;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 122px 0 0 0;
    padding: 40px 15px;
}

.section-page-header .entry-title {
    margin: 0;
    font-size: 28px;
    color: #eeeeee;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

.section-page-content {
    padding: 70px 0;
    background: #fff;
}

.primary-link {
    display: block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #f36c26;
    background: #f36c26;
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
}

.primary-link:hover {
    color: #f36c26 !important;
    background: #fff !important;
}

.secondary-link {
    display: block;
    font-size: 16px;
    color: #fff;
    background: #f36c26;
    border: 1px solid #fff;
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
}

.secondary-link:hover {
    border: 1px solid #f36c26;
    color: #f36c26;
    background: #fff;
}

.hide-scroll {
    overflow-y: hidden;
}

/*--------------------------------------------------------------
      Search Page
  --------------------------------------------------------------*/

.section-refine-search {
    padding: 35px 0;
    background: #fff;
}

.section-refine-search .keyword {
    position: relative;
}

.section-refine-search label {
    font-size: 17px;
    color: #4e4e4e;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.section-refine-search input[type='text'] {
    border: 2px solid #dedede;
    padding: 0 27px;
    height: 55px;
    line-height: 51px;
    height: auto;
    width: 100%;
    color: #eeeeee;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
}

.section-refine-search input::-webkit-input-placeholder {
    color: #eeeeee;
    font-weight: 300 !important;
}

.section-refine-search input::-moz-placeholder {
    color: #eeeeee;
    font-weight: 300 !important;
}

.section-refine-search input:-ms-input-placeholder {
    color: #eeeeee;
    font-weight: 300 !important;
}

.section-refine-search input:-moz-placeholder {
    color: #eeeeee;
    font-weight: 300 !important;
}

.section-refine-search .keyword span {
    position: absolute;
    right: 35px;
    bottom: 20px;
    cursor: pointer;
}

.section-refine-search .bootstrap-select {
    width: 100% !important;
}

.section-refine-search .bootstrap-select .btn-default {
    border: 2px solid #dedede !important;
    padding: 0 27px;
    height: 55px;
    line-height: 51px;
    height: auto;
    width: 100%;
    color: #eeeeee;
    font-size: 15px;
    background: #fff !important;
    box-shadow: none;
}

.section-refine-search .placement-date .bootstrap-select .btn-default {
    background: #fff url(../images/calendar.png) no-repeat 85% center;
    padding: 0 60px 0 27px;
}

.section-refine-search .bootstrap-select .bs-caret>span {
    background: rgba(0, 0, 0, 0) url(../images/search-select.png) repeat scroll 0 0;
    border: medium none !important;
    display: block;
    height: 8px;
    width: 15px;
    margin-top: -4px !important;
}

.section-refine-search input[type='submit'],
.section-refine-search input[type='reset'],
.section-refine-search input[type='button'] {
    width: 100%;
    border: 2px solid #f36c26;
    height: 55px;
    line-height: 51px;
    text-align: center;
    color: #f36c26;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    background: #fff;
    border-radius: 5px;
    margin: 37px 0 0;
}

.section-refine-search input[type='submit']:hover,
.section-refine-search input[type='reset']:hover,
.section-refine-search input[type='button']:hover {
    background: #f36c26;
    color: #fff;
}

.section-search-content {
    padding: 70px 0;
    background: #f8f8f8;
}

.section-search-content .search-filter .search-placement-title h2 {
    color: #6f6f6f;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    text-align: center;
}

.section-search-content .search-filter {
    background: #fff;
    padding: 30px 0;
    border-radius: 5px;
}

.section-search-content .search-filter .search-placement-title {
    padding: 0 30px 30px;
    border-bottom: 1px solid #dedede;
    margin: 0 0 30px;
}

.section-search-content .search-filter .search-placement-title h2 span {
    display: block;
    font-size: 13px;
    color: #a0a0a0;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 15px;
}

.section-search-content .search-filter h3 {
    font-size: 14px;
    color: #6f6f6f;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 25px;
}

.section-search-content .search-filter>div {
    padding: 0 30px;
    margin: 0 0 30px;
}

.section-search-content .search-result-header {
    margin: 0 0 35px;
}

.section-search-content .search-result-header h2 {
    font-size: 18px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 15px;
}

.section-search-content>.search-result-header>span {
    font-size: 13px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 300;
}

.section-search-content .search-result-header label {
    display: inline-block;
    width: 25%;
    font-size: 15px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
}

.section-search-content .search-result-header .bootstrap-select {
    display: inline-block;
    width: 73% !important;
}

.section-search-content .search-result-header .bootstrap-select .btn-default {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dedede !important;
    box-shadow: none;
    color: #eeeeee;
    font-size: 15px;
    height: auto;
    line-height: 51px;
    padding: 0 27px;
    width: 100%;
}

.section-search-content .search-result-item {
    padding: 35px;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 35px;
    position: relative;
    overflow: hidden;
}

.section-search-content .search-result-item .search-result-item-info h3 {
    font-size: 18px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dedede;
}

.section-search-content .search-result-item .search-result-item-info ul li {
    font-size: 13px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 300;
}

.section-search-content .search-result-item .search-result-item-info ul li span {
    font-size: 13px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}

.section-search-content .search-result-item .search-result-item-price span {
    display: block;
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 15px;
}

.section-search-content .search-result-item .search-result-item-price strong {
    display: block;
    text-align: center;
    color: #6f6f6f;
    font-size: 28px;
    font-family: 'Lato';
    font-weight: 700;
    margin: 0 0 15px;
}

.section-search-content .search-result-item.sale .search-result-item-price strong span {
    display: inline-block;
    text-align: center;
    color: #6f6f6f;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 300;
    text-decoration: line-through;
    margin: 0 15px 0 0;
}

.section-search-content .search-result-item.sale .ribbon {
    height: 143px;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -67px;
    width: 110px;
    z-index: 1;
}

.section-search-content .search-result-item.sale .ribbon span {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Lato';
    font-weight: 300;
    padding: 63px 0 0;
    position: absolute;
    right: -23px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 112px;
}

.section-search-content .search-result-item .search-result-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 18px;
    background: #f36c26;
    border-radius: 5px;
    border: 1px solid #f36c26;
}

.section-search-content .search-result-item .search-result-item-price a:hover {
    color: #f36c26;
    background: #fff;
}

.section-search-content .search-result-item.sold-out .search-result-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 18px;
    background: #dedede;
    border-radius: 5px;
    border: 1px solid #dedede;
    pointer-events: none;
    cursor: default;
    text-transform: uppercase;
}

.section-search-content .search-result-footer {
    margin: 30px 0 0;
    text-align: center;
}

/*--------------------------------------------------------------
      Select Seat Page
  --------------------------------------------------------------*/

.section-select-seat-featured-header {
    min-height: 322px;
    background: url(../images/page-featured-img-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-select-seat-featured-header:before {
    content: '';
    background: url(../images/overlay.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.section-select-seat-featured-header .section-content {
    text-align: center;
    position: relative;
    padding: 80px 0;
}

.section-select-seat-featured-header .section-content p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.section-select-seat-featured-header .section-content p strong {
    font-size: 40px;
    line-height: 40px;
    display: block;
    font-family: 'Lato';
    font-weight: 700;
    margin: 5px 0 0;
    color: #fff;
}

.section-select-seat-featured-header .section-content p strong span {
    font-family: 'Lato';
    font-weight: 300;
    display: inline-block;
    font-size: 40px;
    margin: 0;
}

.section-select-seat-featured-header .section-content p span {
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
    margin: 15px 0 0;
}

.section-select-seat-page-content {
    padding: 70px 0;
    background: #fff;
}

.wrapper-image {
    width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 0 30px;
}

.stadium-name {
    margin: 0 0 35px;
    text-align: center;
}

.stadium-name h3 {
    margin: 0;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 16px;
    color: #f36c26;
    border: 1px solid #f36c26;
    font-family: 'Lato';
    font-weight: 300;
}

#stadium-seat-plan {
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
      Select Seat Page v2
  --------------------------------------------------------------*/

.section-select-seat-2-featured-header {
    min-height: 322px;
    background: url(../images/page-featured-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-select-seat-2-featured-header:before {
    content: '';
    background: url(../images/overlay.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.section-select-seat-2-featured-header .section-content {
    text-align: center;
    position: relative;
    padding: 80px 0;
}

.section-select-seat-2-featured-header .section-content p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.section-select-seat-2-featured-header .section-content p strong {
    font-size: 40px;
    line-height: 40px;
    display: block;
    font-family: 'Lato';
    font-weight: 700;
    margin: 5px 0 0;
    color: #fff;
}

.section-select-seat-2-featured-header .section-content p span {
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-family: 'Lato';
    font-weight: 300;
    margin: 15px 0 0;
}

.stage-name {
    margin: 0 0 55px;
    text-align: center;
}

.stage-name h3 {
    margin: 0 0 20px;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 16px;
    color: #f36c26;
    border: 1px solid #f36c26;
    font-family: 'Lato';
    font-weight: 300;
}

#mapster_wrap_0 {
    margin: 0 auto 10px;
}

#hall-seat-plan {
    display: block;
    margin: 0 auto;
}

.stage-name p {
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 400;
}

.stage-name p span {
    display: block;
    font-family: 'Lato';
    font-weight: 300;
}

.select-popup {
    width: 122px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 13px 4px rgba(79, 79, 79, 0.42);
    -moz-box-shadow: 0px 5px 13px 4px rgba(79, 79, 79, 0.42);
    box-shadow: 0px 5px 13px 4px rgba(79, 79, 79, 0.42);
    z-index: 99999;
}

.select-popup:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: -13px;
}

.select-popup img {
    display: block;
    margin: 0 0 10px;
}

.select-popup p {
    text-align: center;
    font-size: 11px;
    color: #6f6f6f;
    margin: 0;
    line-height: 11px;
}

.select-popup strong {
    font-size: 28px;
    line-height: 28px;
    color: #f36c26;
    text-transform: uppercase;
    padding: 2px 0 10px;
    display: block;
    font-family: 'Lato';
    font-weight: 700;
}

.select-popup span {
    display: block;
    text-align: center;
    color: #fff;
    background: #f36c26;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 15px 15px;
    border: none;
    font-family: 'Lato';
    font-weight: 300;
}

.bs-caret>span {
    display: block;
    width: 14px;
    height: 7px;
    background: url(../images/select-arrow.png);
    border: none !important;
}

.booking-price .bootstrap-select {
    width: 100% !important;
    margin: 0 0 20px;
}

.booking-price .bootstrap-select>.btn {
    background: #fff !important;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
}

.slider .tooltip {
    margin-top: -7px !important;
    font-size: 11px;
    opacity: 1;
    font-family: 'Lato';
    font-weight: 300;
    width: 53px;
    height: 26px;
    cursor: default;
    top: 0 !important;
    z-index: 1;
}

.tooltip-inner {
    border-radius: 6px;
    color: #f8f8f8;
    background: #f89406;
    opacity: 1 !important;
    border: 2px solid #fff;
}

.slider-track-low,
.slider-track-high {
    background: #dedede;
}

.slider.slider-horizontal {
    width: 100%;
}

.slider-selection {
    background: #f89406;
    box-shadow: none;
}

.tooltip .tooltip-arrow {
    display: none !important;
}

.seat-label {
    margin: 0 0 45px;
}

.seat-label ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.seat-label ul li {
    display: inline-block;
    margin: 0 20px;
}

.seat-label ul li img {
    margin: 0 20px 0 0;
}

.seat-info {
    color: #949494;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    font-family: 'Lato';
    font-weight: 300;
    padding: 0 0 0 57px;
    background: url(../images/info.png) no-repeat left center;
}

.bookings label {
    display: block;
    color: #6f6f6f;
    margin: 0 0 20px;
    font-weight: normal;
}

.bookings {
    background: #fafafa;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 30px;
}

.bookings select {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    font-family: 'Lato';
    font-weight: 300;
    padding: 10px 30px;
    color: #6f6f6f;
}

.booking-price table,
.booking-price th,
.booking-price td {
    border: none;
}

.booking-price table tr td {
    color: #6f6f6f;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 300;
}

.booking-price table tr td span {
    display: block;
    color: #eeeeee;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 300;
}

.booking-price .table>tbody>tr>td {
    padding: 30px;
}

.booking-price .table {
    border: 1px solid #cecece;
    margin: 0;
}

.booking-price .table>tbody>tr {
    position: relative;
}

.booking-price .table>tbody>tr.selected:before {
    content: '';
    width: 10px;
    background: #f36c26;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.booking-price .table>tbody {
    overflow-y: scroll;
    height: 409px;
    display: block;
}

.booking-price .table>tbody>tr:hover {
    cursor: pointer;
}

.booking-price .table>thead>tr>th {
    border: none;
    background: #fafafb;
    color: #6f6f70;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 300;
    padding: 10px 20px;
    font-weight: normal;
}

.booking-price .table {
    width: 100%;
}

.booking-price tr,
.booking-price td {
    display: block;
    overflow: hidden;
}

.booking-price th,
.booking-price td {
    float: left;
    width: 45%;
}

.booking-price th:nth-child(2),
.booking-price td:nth-child(2) {
    float: left;
    width: 20%;
}

.booking-price th:nth-child(3),
.booking-price td:nth-child(3) {
    float: left;
    width: 35%;
}

/*--------------------------------------------------------------
      Order Details Page
  --------------------------------------------------------------*/

.section-order-details-content {
    padding: 70px 0;
    background: #fff;
}

.section-order-details-placement-title .placement-caption {
    display: block;
    color: #373737;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.section-order-details-placement-title .placement-title {
    display: block;
    color: #373737;
    font-size: 28px;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 35px;
}

.section-order-details-placement-title .placement-title strong {
    font-family: 'Lato';
    font-weight: 700;
}

.section-order-details-placement-title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}

.section-order-details-placement-info .venue-details h3,
.section-order-details-placement-info .seat-details h3 {
    color: #373737;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 25px;
}

.section-order-details-placement-info .venue-details-info {
    padding: 20px 30px;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 3px solid #f36c26;
    border-radius: 5px;
    margin: 0 0 40px;
}

.section-order-details-placement-info .venue-details-info p {
    margin: 0 0 10px;
    color: #f36c26;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

.section-order-details-placement-info .venue-details-info p span {
    font-family: 'Lato';
    font-weight: 300;
}

.section-order-details-placement-info .venue-details-info p:last-child {
    margin: 0;
}

.section-order-details-placement-title {
    padding: 0 20px 0 0;
}

.section-order-details-placement-info {
    margin: 0 0 70px;
}

.section-order-details-placement-info .seat-details-info {
    padding: 20px 30px;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 3px solid #4e4e4e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.seat-details-info .table,
.seat-details-info .table td,
.seat-details-info .table tr,
.seat-details-info .table th,
.seat-details-info-price .table,
.seat-details-info-price .table td,
.seat-details-info-price .table tr,
.seat-details-info-price .table th {
    border: none;
}

.seat-details-info .table th {
    color: #6f6f6f;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-family: 'Lato';
    font-weight: 400;
    font-weight: normal;
}

.seat-details-info .table td {
    color: #6f6f6f;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 5px;
    font-family: 'Lato';
    font-weight: 300;
}

.seat-details-info .table.seat-row th:nth-child(2),
.seat-details-info .table.seat-row th:nth-child(3),
.seat-details-info .table.seat-row td:nth-child(2),
.seat-details-info .table.seat-row td:nth-child(3) {
    text-align: center;
}

.number-placements input[type='text'] {
    width: 52px;
    height: 22px;
    border: none;
    font-size: 16px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 300;
    text-align: center;
}

.number-placements .qty-input,
.number-placements .qty-minus,
.number-placements .qty-plus {
    display: inline-block;
}

.number-placements .qty-btn {
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #eeeeee;
    color: #6f6f6f;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    background: none;
}

#volunteer .number-placements .qty-btn:hover {
    border: 1px solid #f36c26;
    color: #f36c26;
}

.number-placements hr {
    border-bottom: 2px solid #eee;
    max-width: 100% !important;
    height: 0px !important;
    padding: 0 !important;
}

.number-placements hr:last-child {
    display: none !important;
}

.number-placements .col-sm-12.col-md-12 {
    font-size: 1.3em;
    padding: 15px !important;
    text-align: center !important;
}


#placementrecommendbox.number-placements .col-sm-12.col-md-12 {
    text-align: left !important;
}

#volunteer .number-placements .col-sm-12.col-md-12:hover {
    cursor: pointer !important;
    color: #f36c26 !important;
}

.number-placements .col-sm-12.col-md-12 span,
.number-placements .col-sm-12.col-md-12 small {
    color: #f36c26;
}

.number-placements .col-sm-12.col-md-12 small {
    color: #6b6b6b;
}

.seat-details-info .table.seat-row {
    margin: 0 0 50px;
}

.seat-details-info-price {
    padding: 20px 30px;
    border-right: 1px solid #eeeeee;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f8f8f8;
}

.seat-details-info-price .table {
    margin: 0;
}

.seat-details-info-price .table td {
    color: #6f6f6f;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    vertical-align: middle;
}

.seat-details-info-price .table td.price {
    font-size: 26px;
    color: #f36c26;
    text-align: center;
}

/*--------------------------------------------------------------
      Review Order Page
  --------------------------------------------------------------*/

.alert-info {
    border: 1px solid #e3e3e3;
    background: #fafafa;
    padding: 20px 25px;
    margin: 0 0 70px;
}

.alert-info p {
    font-size: 15px;
    color: #6f6f6f;
    margin: 0;
    line-height: 26px;
    font-family: 'Lato';
    font-weight: 400;
}

.alert-info p i {
    font-size: 16px;
    text-align: center;
    color: #f36c26;
    float: left;
    margin: 0 20px 0 0;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #f36c26;
    border-radius: 6px;
}

.section-order-review-placement .placement-caption {
    color: #6f6f6f;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}

.section-order-review-placement .placement-title {
    color: #373737;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.section-order-review-placement p {
    margin: 0 !important;
}

.section-order-review-placement-img img {
    border-radius: 5px;
    margin: 0 0 15px;
}

.section-order-review-placement-img span {
    display: block;
    font-size: 12px;
    color: #949494;
    text-align: center;
    font-family: 'Lato';
    font-weight: 400;
}

.section-order-review-pricing {
    padding: 0 0 0 20px;
}

.section-order-review-pricing .pricing-coupon h3,
.section-order-review-pricing .delivery-method h3 {
    color: #373737;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 25px;
}

.section-order-review-pricing .coupon-title {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Lato';
    font-weight: 400;
    text-transform: uppercase;
}

.section-order-review-pricing .coupon {
    padding: 20px 30px;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 3px solid #4e4e4e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.section-order-review-pricing .coupon-form input[type='text'] {
    padding: 0 18px;
    color: #dedede;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 300;
    border: 1px solid #949494;
    border-radius: 5px;
    float: left;
    margin: 0 10px 0 0;
    width: 66%;
    height: 45px;
    line-height: 45px;
}

.section-order-review-pricing .coupon-form input[type='text']::-webkit-input-placeholder {
    color: #dedede;
    font-weight: 300 !important;
}

.section-order-review-pricing .coupon-form input[type='text']::-moz-placeholder {
    color: #dedede;
    font-weight: 300 !important;
}

.section-order-review-pricing .coupon-form input[type='text']:-ms-input-placeholder {
    color: #dedede;
    font-weight: 300 !important;
}

.section-order-review-pricing .coupon-form input[type='text']:-moz-placeholder {
    color: #dedede;
    font-weight: 300 !important;
}

.section-order-review-pricing .coupon-form input[type='submit'],
.section-order-review-pricing .coupon-form input[type='reset'],
.section-order-review-pricing .coupon-form input[type='button'] {
    padding: 0 18px;
    color: #f36c26;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 300;
    border: 1px solid #f36c26;
    border-radius: 5px;
    float: left;
    background: #fff;
    width: 30%;
    height: 45px;
    line-height: 45px;
}

.section-order-review-pricing .coupon-form input[type='submit']:hover,
.section-order-review-pricing .coupon-form input[type='reset']:hover,
.section-order-review-pricing .coupon-form input[type='button']:hover {
    background: #f36c26;
    color: #fff;
}

.section-order-review-pricing .delivery-info {
    padding: 20px 30px;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 3px solid #4e4e4e;
    border-radius: 5px;
    margin: 0 0 40px;
}

.section-order-review-pricing .table,
.section-order-review-pricing .table td,
.section-order-review-pricing .table tr,
.section-order-review-pricing .table th {
    border: none;
    margin: 0;
}

.section-order-review-pricing .table tbody td {
    padding: 0 0 10px;
    font-size: 14px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
}

.section-order-review-pricing .table tbody td:nth-child(2) {
    text-align: right;
}

.section-order-review-pricing .table tfoot {
    border-top: 1px solid #eeeeee;
}

.section-order-review-pricing .table tfoot td {
    padding: 15px 0 0;
    color: #6f6f6f;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
    vertical-align: middle;
}

.section-order-review-pricing .table tfoot td.total-price {
    color: #f36c26;
    font-size: 23px;
    text-align: right;
}

.section-order-review-pricing .pricing {
    padding: 20px 30px;
    border-right: 1px solid #eeeeee;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f8f8f8;
    margin: 0 0 40px;
}

.section-order-review-pricing .delivery-info span {
    color: #6f6f6f;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    display: block;
    margin: 0 0 15px;
}

.section-order-review-pricing .delivery-info p {
    color: #6f6f6f;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 300;
    display: inline-block;
    margin: 0;
}

/*--------------------------------------------------------------
      Download Booking Page
  --------------------------------------------------------------*/

.section-download-booking {
    background: #fff url(../images/download-booking-bg.png) no-repeat center top;
    text-align: center;
    padding: 50px 0 0;
}

.section-download-booking img {
    display: block;
    margin: 0 auto 120px;
}

.section-download-booking p {
    color: #373737;
    font-size: 20px;
    display: block;
    margin: 0 0 20px;
    font-family: 'Lato';
    font-weight: 300;
    line-height: 100%;
}

.section-download-booking p strong {
    font-family: 'Lato';
    font-weight: 400;
    color: #f36c26;
    font-weight: normal;
}

.section-download-booking p span {
    font-family: 'Lato';
    font-weight: 300;
    color: #f36c26;
}

.section-download-booking .primary-link {
    width: 300px;
    margin: 30px auto 0;
    display: inline-block;
}

/*--------------------------------------------------------------
      Error 404:Page Not Found
  --------------------------------------------------------------*/

.section-page-content.error-404 {
    background: #edeef4;
    padding: 120px 0;
    text-align: center;
}

.section-page-content .section-404 {
    text-align: center;
}

.section-page-content .section-404 h2 {
    font-size: 231px;
    line-height: 231px;
    color: #fab517;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 50px;
}

.section-page-content .section-404 p {
    font-size: 30px;
    line-height: 45px;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 50px;
}

.section-page-content .section-404 .secondary-link {
    display: inline-block;
    padding: 20px 70px;
    text-transform: none;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 25px;
}

.section-page-content .section-404 .secondary-link:hover {
    background: #f36c26;
    color: #fff;
}

/*--------------------------------------------------------------
      Placement By Category
  --------------------------------------------------------------*/

.section-featured-header.all-sports-placements {
    min-height: 322px;
    background: url(../images/page-featured-img-category.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-top: 122px;
}

.section-featured-header.all-sports-placements:before {
    content: '';
    background: url(../images/overlay.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.section-featured-header.all-sports-placements .section-content h1 {
    font-size: 40px;
    margin: 0;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
}

.section-featured-header.all-sports-placements .section-content {
    padding: 140px 0 150px;
    text-align: left;
    position: relative;
}

/*--------------------------------------------------------------
      Payment Method
  --------------------------------------------------------------*/

.section-select-payment-method {
    width: 50%;
    margin: 0 auto;
}

.section-select-payment-method .nav-tabs {
    border: none;
    text-align: center;
}

.section-select-payment-method .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 15px;
}

.section-select-payment-method .nav-tabs li a {
    color: #949494;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    border: 3px solid #dedede;
    width: 164px;
    height: 117px;
    background: none !important;
    border-radius: 5px;
}

.section-select-payment-method .nav-tabs li.active a,
.section-select-payment-method .nav-tabs li:hover a {
    color: #f36c26;
    border: 3px solid #f36c26;
}

.section-select-payment-method .nav-tabs li a i {
    display: block;
    margin: 0 0 15px;
    font-size: 30px;
}

.section-select-payment-method .scrtabs-tab-container,
.section-select-payment-method .scrtabs-tabs-fixed-container {
    height: 117px !important;
}

.section-select-payment-method .tab-content {
    margin: 40px 0 0;
}

.section-select-payment-method .tab-content #credit-card {
    padding: 40px 70px;
    border-top: 1px solid #eeeeee;
}

.section-select-payment-method .tab-content label {
    color: #6f6f6f;
    font-size: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.section-select-payment-method .tab-content input[type='text'],
.section-select-payment-method .tab-content input.txtField,
.section-select-payment-method .tab-content textarea.txtField {
    color: #242424;
    font-size: 15px;
    margin: 0 0 20px;
    padding: 10px 25px;
    height: 50px;
    font-family: 'Lato';
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.section-select-payment-method .tab-content textarea.txtField {
    height: 160px;
    outline: none !important;
}

.section-select-payment-method .tab-content input[type='text']::-webkit-input-placeholder,
.section-select-payment-method .tab-content input.txtField::-webkit-input-placeholder {
    color: #c2c2c2;
    font-weight: 300 !important;
}

.section-select-payment-method .tab-content input[type='text']::-moz-placeholder,
.section-select-payment-method .tab-content input.txtField::-moz-placeholder {
    color: #c2c2c2;
    font-weight: 300 !important;
}

.section-select-payment-method .tab-content input[type='text']:-ms-input-placeholder,
.section-select-payment-method .tab-content input.txtField:-ms-input-placeholder {
    color: #c2c2c2;
    font-weight: 300 !important;
}

.section-select-payment-method .tab-content input[type='text']:-moz-placeholder,
.section-select-payment-method .tab-content input.txtField:-moz-placeholder {
    color: #c2c2c2;
    font-weight: 300 !important;
}

.section-select-payment-method .cvv {
    position: relative;
}

.section-select-payment-method .cvv input[type='text'],
.section-select-payment-method .cvv input.txtField {
    padding: 10px 35px 10px 25px;
}

.section-select-payment-method .cvv i {
    bottom: 25px;
    font-size: 20px;
    height: 30px;
    position: absolute;
    right: 15px;
    width: 30px;
    color: #7b7b7b;
    cursor: pointer;
}

.bootstrap-select {
    width: 100% !important;
    max-width: 600px !important;
    margin-bottom: 20px !important;
}

.stepperform .bootstrap-select {
    max-width: 100% !important;
}

.bootstrap-select .btn {
    color: #9a9a9a;
    font-size: 15px;
    margin-bottom: 0 !important;
    padding: 10px 40px 10px 15px;
    height: 53px;
    background: #ffffff;
    font-family: 'Lato';
    font-weight: 300;
    border: 1px solid #d7d7d7;
    margin-top: 0 !important;
}

.bootstrap-select span {
    color: #9a9a9a;
}

.section-select-payment-method-action {
    /*border-top:1px solid #eeeeee;*/
    padding: 40px 0 0;
}

.section-select-payment-method-action button {
    width: 100%;
    border-radius: 5px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100% !important;
    border-right: 1px solid #d7d7d7 !important;
}

.bootstrap-select.btn-group.open .dropdown-toggle .filter-option {
    border-right: 1px solid #ffffff !important;
}

/*--------------------------------------------------------------
      Artist Page
  --------------------------------------------------------------*/

.section-artist-featured-header {
    background: url(../images/organisation-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 322px;
    position: relative;
    margin-top: 122px;
}

.section-artist-featured-header:before {
    background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-artist-featured-header .section-content {
    padding: 140px 0 150px;
    text-align: left;
    position: relative;
}

.section-artist-featured-header .section-content h1 {
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    margin: 0 0 15px;
}

.section-artist-featured-header .section-content p {
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}

.section-artist-page-header {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0;
    padding: 40px 0;
}

.section-artist-page-header .entry-title {
    border: medium none;
    color: #eeeeee;
    font-size: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}

.section-artist-content {
    background: #ffffff;
    padding: 70px 0;
}

.section-artist-content .artist-placement-item {
    padding: 35px;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.section-artist-content .artist-placement-item .artist-placement-item-info h3 {
    font-size: 18px;
    text-align: left;
    font-family: 'Lato';
    font-weight: 400;
    padding: 0 0 25px;
    margin: 0 0 15px;
    border-bottom: 1px solid #dedede;
}

.section-artist-content .artist-placement-item .artist-placement-item-info ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 300;
}

.section-artist-content .artist-placement-item .artist-placement-item-info ul li span {
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}

.section-artist-content .artist-placement-item .artist-placement-item-info ul li span.location {
    color: #6f6f6f;
    font-family: 'Lato';
    font-weight: 300;
    margin: 15px 0 0;
    display: block;
}

.section-artist-content .artist-placement-item .artist-placement-item-price span {
    display: block;
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 15px;
}

.section-artist-content .artist-placement-item .artist-placement-item-price strong {
    display: block;
    text-align: center;
    color: #6f6f6f;
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 0;
}

.section-artist-content .artist-placement-item.sale .artist-placement-item-price strong span {
    display: inline-block;
    text-align: center;
    color: #6f6f6f;
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 300;
    text-decoration: line-through;
    margin: 0 15px 0 0;
}

.section-artist-content .artist-placement-item.sale .ribbon {
    height: 143px;
    overflow: hidden;
    position: absolute;
    right: -33px;
    text-align: right;
    top: -67px;
    width: 110px;
    z-index: 1;
}

.section-artist-content .artist-placement-item.sale .ribbon span {
    background: #2ecc71 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    font-family: 'Lato';
    font-weight: 300;
    padding: 63px 0 0;
    position: absolute;
    right: -23px;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(45deg);
    width: 112px;
}

.section-artist-content .artist-placement-item .artist-placement-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 18px;
    background: #f36c26;
    border-radius: 5px;
    border: 1px solid #f36c26;
}

.section-artist-content .artist-placement-item .artist-placement-item-price a:hover {
    color: #f36c26;
    background: #fff;
}

.section-artist-content .artist-placement-item.sold-out .artist-placement-item-price a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 18px;
    background: #dedede;
    border-radius: 5px;
    border: 1px solid #dedede;
    pointer-events: none;
    cursor: default;
    text-transform: uppercase;
}

.section-artist-content .artist-placement-footer {
    margin: 30px 0 0;
    text-align: center;
}

.section-artist-content .artist-details {
    background: #fff;
    border-radius: 5px;
    padding: 0 0 30px;
    margin: 0 0 35px;
    border: 1px solid #eeeeee;
}

.section-artist-content .artist-details img {
    display: block;
    margin: 0 0 30px;
}

.section-artist-content .artist-details .artist-detail-headshot {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 40px;
    background-color: #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-artist-content .artist-details .artist-detail-headshot:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    opacity: 0.8;
    /* -webkit-backdrop-filter: blur(6px); */
    /* backdrop-filter: blur(6px); */
    z-index: 0;
}

.section-artist-content .artist-details .artist-detail-headshot img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto -30px;
    height: 80%;
    width: auto;
    background-color: #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.section-artist-content .artist-details .artist-details-title {
    margin: 0 0 20px;
    padding: 0 30px;
    overflow: hidden;
}

.section-artist-content .artist-details .artist-details-title .rating {
    margin: 0;
}

.section-artist-content .artist-details .artist-details-info {
    padding: 0 30px;
}

.section-artist-content .artist-details .artist-details-title h3 {
    font-size: 22px;
    color: #6f6f6f;
    margin: 0;
    padding: 5px 0;
    float: left;
    text-transform: none;
}

.section-artist-content .artist-details .artist-details-title a {
    font-size: 13px;
    color: #f36c26;
    float: right;
    border: 2px solid #f36c26;
    border-radius: 5px;
    margin: 0;
    padding: 8px;
    display: inline-block;
    font-family: 'Lato';
    font-weight: 300;
    cursor: pointer;
}

.section-artist-content .artist-details .artist-details-title a:hover {
    background: #f36c26;
    color: #fff;
}

.section-artist-content .artist-details .artist-details-info h4 {
    font-size: 16px;
    color: #6f6f6f;
    margin: 0 0 25px;
    text-align: left;
}

.section-artist-content .artist-details .artist-details-info p {
    color: #6f6f6f;
    font-size: 1.25em;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 300;
}

.section-artist-content .related-artist {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}

.section-artist-content .related-artist>h3 {
    font-size: 17px;
    padding: 35px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #dedede;
    border-radius: 5px 5px 0 0;
    background: #f36c26;
    color: #fff;
}

.section-artist-content .related-artist .related-artist-list {
    background: #fff;
    padding: 30px 15px;
}

.section-artist-content .related-artist .related-artist-list .related-artist-item {
    overflow: hidden;
    margin: 0 0 30px;
}

.section-artist-content .related-artist .related-artist-list .related-artist-item:last-child {
    margin: 0;
}

.section-artist-content .related-artist .related-artist-img img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-artist-content .related-artist .related-artist-info h4 {
    margin: 0;
    padding: 0;
    text-align: left;
}

.section-artist-content .related-artist .related-artist-info h4:after {
    margin: 0.6em 0 1em;
}

.section-artist-content .related-artist .related-artist-info h4 a {
    font-size: 16px;
    color: #6f6f6f;
    display: inline-block;
    text-transform: none;
}

.section-artist-content .related-artist .related-artist-info>a {
    color: #f36c26;
    border: 1px solid #f36c26;
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
}

.section-artist-content .related-artist .related-artist-info>a:hover {
    color: #fff;
    background: #f36c26;
}

/*--------------------------------------------------------------
      Gallery
  --------------------------------------------------------------*/

.section-gallery {
    padding: 70px 0;
    background: #ffffff;
}

.section-gallery h1 {
    color: #fafafa;
    font-size: 33px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 700;
}

.section-gallery .gallery-list {
    padding: 0 0 40px;
}

.section-gallery .gallery-list .gallery-img {
    margin: 0 0 30px;
}

.section-gallery .gallery-list .gallery-img a {
    position: relative;
}

.section-gallery .gallery-list .gallery-img a:before {
    content: 'VIEW';
    color: #fff;
    width: 118px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: rgba(243, 108, 38, 0.9);
    border-radius: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}

.section-gallery .gallery-list .gallery-img:hover a:before {
    display: block;
}

.section-gallery .gallery-list .gallery-img a:hover img {
    outline: 8px solid #f36c26;
    outline-offset: -8px;
}

.gallery-lightbox img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.section-gallery .gallery-pagination {
    text-align: center;
}

.pagination {
    display: inline-block;
    background: #eeeeee;
    margin: 0;
    border-radius: 5px;
}

.pagination li {
    display: inline-block !important;
    width: auto !important;
    margin: 0 auto !important;
}

.pagination>li>a {
    font-size: 14px;
    color: #f36c26;
    font-family: 'Lato';
    font-weight: 400;
    padding: 0;
    border: none;
    border-radius: 3px;
    margin: 10px 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff !important;
}

.pagination>li>a.current,
.pagination>li.active>a,
.pagination>li:hover>a {
    background: #f36c26 !important;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    padding: 0;
    border: none;
    margin: 10px 0;
    width: auto;
    height: auto;
    line-height: auto;
    border-radius: 0;
    background: none !important;
    color: #fab517 !important;
}

.pagination>li>a>span {
    padding: 25px;
}

.pagination>li>a>span>i {
    margin: 0 5px;
}

.gallery-lightbox {
    background: #fff;
    width: 500px;
}

.gallery-lightbox-content {
    padding: 40px;
}

.gallery-lightbox-content h3 {
    color: #242424;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.gallery-lightbox-content p {
    color: #949494;
    font-size: 13px;
    line-height: 20px;
}

.gallery-lightbox .close,
.featherlight-close {
    width: 46px !important;
    height: 46px !important;
    background: url(../images/close.png) no-repeat !important;
    text-indent: -99999px;
    display: block;
    opacity: 1;
    position: absolute;
    top: -23px;
    right: -23px;
}

.featherlight .featherlight-content {
    background: none;
    overflow: hidden;
}

.gallery-list .gallery-lightbox {
    display: none;
}

/*--------------------------------------------------------------
      Placement Single
  --------------------------------------------------------------*/

.section-placement-single-featured-header {
    background: url(../images/page-featured-img-placement.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 322px;
    position: relative;
    margin-top: 122px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-placement-single-featured-header:before {
    background: rgba(0, 0, 0, 0) url(../images/overlay.png) repeat scroll 0 0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.section-placement-single-featured-header .section-content {
    padding: 140px 0 150px;
    text-align: center;
    position: relative;
}

.section-placement-single-featured-header .section-content h1 {
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 15px;
}

.section-placement-single-featured-header .section-content p {
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}

.section-placement-single-featured-header .section-content p i {
    margin: 0 5px 0 0;
}

.section-placement-single-header {
    background: #fff;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin: 0;
    padding: 40px 0;
}

.section-placement-single-header h1 {
    border: medium none;
    color: #4e4e4e;
    font-size: 25px;
    line-height: 56px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    float: left;
}

.section-placement-single-header .booking-purchase {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    vertical-align: middle;
    display: table;
}

.section-placement-single-header .booking-purchase li {
    display: table-cell;
    font-size: 16px;
    color: #949494;
    font-family: 'Lato';
    font-weight: 300;
    vertical-align: middle;
}

.section-placement-single-header .booking-purchase li span {
    font-size: 25px;
    color: #4e4e4e;
    display: inline-block;
    margin: 0 25px 0 15px;
}

.section-placement-single-header .booking-purchase li a {
    font-size: 16px;
    padding: 20px 35px;
    border-radius: 5px;
    color: #fff;
    background: #f36c26;
    border: 1px solid #f36c26;
    display: inline-block;
    font-family: 'Lato';
    font-weight: 400;
}

.section-placement-single-header .booking-purchase li a:hover {
    color: #f36c26;
    background: #fff;
}

.section-placement-single-content {
    background: #f8f8f8;
    padding: 70px 0 0;
}

#singleplacement .section-placement-single-content {
    background: #f8f8f8 url(../images/details-bg.jpg) no-repeat bottom right !important;
    background-size: contain !important;
}

.placement-features ul {
    margin: 0 0 70px;
    padding: 0 0 50px;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
}

.placement-features ul li {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    line-height: 20px;
    color: #6f6f6f;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 300;
}

.placement-features ul li i {
    display: block;
    width: 80px;
    height: 80px;
    color: #6f6f6f;
    line-height: 78px;
    border: 2px solid #6f6f6f;
    border-radius: 6px;
    margin: 0 auto 20px;
}

.section-placement-single-content .placement-info {
    margin: 0 0 35px;
}

.placement-highlights {
    text-align: left !important;
}

.section-placement-single-content .placement-info .placement-info-about,
.section-placement-single-content .placement-highlights,
.section-placement-single-content .placement-location {
    padding: 0 0 0 25px;
}

.section-placement-single-content .placement-info h2:before,
.section-placement-single-content .placement-location h2:before,
.section-placement-single-content .placement-highlights h2:before {
    display: block;
    content: '';
    width: 5px;
    height: 16px;
    background: #ff5700;
    position: absolute;
    left: -25px;
    top: 3px;
}

.section-placement-single-content .placement-info h2,
.section-placement-single-content .placement-location h2,
.section-placement-single-content .placement-highlights h2 {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    color: #373737;
    font-weight: 700;
    margin: 0 0 35px;
    text-transform: uppercase;
    position: relative;
}

.section-placement-single-content .placement-info p,
.section-placement-single-content .placement-location p,
.section-placement-single-content .placement-highlights p {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 300;
    color: #6f6f6f;
    padding: 0 3px;
    margin: 0 0 35px;
}

.section-placement-single-content .placement-location p span {
    font-family: 'Lato';
    font-weight: 400;
}

.placement-info-about ul,
.placement-highlights ul {
    padding: 0 3px;
}

.placement-info-about ul li,
.placement-highlights ul li {
    font-size: 1.25em;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 300;
    color: #6f6f6f;
    position: relative;
    padding: 5px 0 0 40px !important;
    margin: 0 0 10px;
    display: block;
}

.placement-info-about ul li:before,
.placement-highlights ul li:before {
    content: '\f00c';
    width: 26px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #f36c26;
    border-radius: 6px;
    text-align: center;
    color: #f36c26;
    font-family: FontAwesome;
    display: block;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}

.section-placement-single-content .placement-highlights {
    margin: 0 0 35px;
}

.section-placement-single-content .placement-info-img #slider {
    margin: 0 0 5px;
    border: none;
    background: none;
}

.section-placement-single-content .placement-info-img #carousel {
    margin: 0;
    border: none;
    background: none;
}

.placement-info-img #carousel li img {
    cursor: pointer;
    opacity: 0.5;
}

.section-placement-single-content .placement-info-img #carousel li.flex-active-slide img,
.section-placement-single-content .placement-info-img #carousel li:hover img {
    opacity: 1;
}

.placement-map iframe {
    border: none;
    pointer-events: none;
}

/*--------------------------------------------------------------
      Full Placement Schedule
  --------------------------------------------------------------*/

#bh-sl-map-container,
#bh-sl-map,
#bh-sl-map-container iframe {
    min-height: 428px !important;
}

#bh-sl-user-location .form-input,
.bh-sl-filters-container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.bh-sl-filters {
    margin: 0 !important;
}

#bh-sl-submit,
#bh-sl-clear {
    width: 100% !important;
}

.bh-sl-loc-list {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
}

.bh-sl-loc-list li {
    display: block;
    position: relative;
    padding: 15px;
    font-size: 1.3em;
    cursor: pointer;
    font-family: 'Lato';
    font-weight: 300;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.gm-style div {
    font-size: 1.1em;
    font-family: 'Lato';
    font-weight: 300;
    text-align: center;
    line-height: 1.3em;
}

.bh-sl-loc-list li .list-details {
    text-align: left;
    line-height: 1.5em;
}

.bh-sl-loc-list li .list-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    padding: 12px;
    color: #fff;
    background: #f36c26;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.bh-sl-loc-list li.list-focus {
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    z-index: 100;
}

.bh-sl-noresults-title {
    margin-bottom: 1em;
    padding-top: 1em;
    color: #f36c26;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}

.bh-sl-noresults-desc {
    line-height: 1.5em;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
      Full Placement Schedule
  --------------------------------------------------------------*/

.section-full-placements-schedule {
    padding: 70px 0;
    background: #f8f8f8;
}

.section-full-placements-schedule .section-header .nav-tabs {
    border: none;
}

.section-full-placements-schedule .section-header .nav-tabs li:first-child a {
    border-left: 1px solid #f8f8f8;
}

.section-full-placements-schedule .section-header .nav-tabs li a {
    padding: 30px 0 30px;
    width: 166.4px;
    font-size: 45px;
    line-height: inherit;
    text-align: center;
    display: inline-block;
    color: #eeeeee;
    border: none;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 300;
}

.section-full-placements-schedule .section-header .nav-tabs li a strong {
    display: block;
    font-size: 14px;
    margin: 0 0 20px;
    font-family: 'Lato';
    font-weight: 400;
    color: #eeeeee;
}

.section-full-placements-schedule .section-header .nav-tabs li a span {
    display: block;
    font-size: 16px;
    margin: 25px 0 0;
    font-family: 'Lato';
    font-weight: 300;
    color: #eeeeee;
}

.section-full-placements-schedule .section-header .nav-tabs li:hover a strong,
.section-full-placements-schedule .section-header .nav-tabs li:hover a span {
    color: #373737;
}

.section-full-placements-schedule .section-header .nav-tabs li.active a,
.section-full-placements-schedule .section-header .nav-tabs li:hover a {
    color: #373737;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.section-full-placements-schedule .section-header .nav-tabs li.active a span,
.section-full-placements-schedule .section-header .nav-tabs li.active a strong {
    color: #373737;
}

.section-full-placements-schedule .section-header .scrtabs-tabs-fixed-container {
    height: 190px;
    padding: 0 6px;
    width: 100% !important;
}

.section-full-placements-schedule .section-header .scrtabs-tabs-movable-container {
    min-width: 3000px;
}

.section-full-placements-schedule .section-header .scrtabs-tab-container {
    position: relative;
    height: 190px;
}

.section-full-placements-schedule .section-header .scrtabs-tab-scroll-arrow-right span,
.section-full-placements-schedule .section-header .scrtabs-tab-scroll-arrow-left span {
    display: none;
}

.section-full-placements-schedule .section-header .scrtabs-tab-scroll-arrow-left {
    width: 22px;
    height: 29px;
    background: url(../images/calendar-placements-arrow-left.png) no-repeat center center;
    border: none;
    position: absolute;
    left: -30px;
    bottom: 0;
    top: 45%;
}

.section-full-placements-schedule .section-header .scrtabs-tab-scroll-arrow-right {
    width: 22px;
    height: 29px;
    background: url(../images/calendar-placements-arrow-right.png) no-repeat center center;
    border: none;
    position: absolute;
    right: -30px;
    bottom: 0;
    top: 45%;
}

.section-full-placements-schedule .section-content {
    background: #fff;
    margin: -6px 0 0 6px;
}

.section-full-placements-schedule .section-content .tab-pane .nav {
    margin: -6px -31px 0 0;
    border-right: 1px solid #f8f8f8;
}

.section-full-placements-schedule .section-content .tab-pane .nav a {
    padding: 30px 50px 30px 80px;
    background: #fff;
    position: relative;
}

.section-full-placements-schedule .section-content .tab-pane .nav a:before {
    content: ' ';
    width: 20px;
    height: 19px;
    background: url(../images/schedule-clock.png);
    display: block;
    position: absolute;
    top: 34px;
    left: 40px;
}

.section-full-placements-schedule .section-content .tab-pane .nav a:after {
    content: ' ';
    width: 6px;
    height: 10px;
    background: url(../images/placements-arrow.png);
    display: block;
    position: absolute;
    top: 45%;
    right: 40px;
}

.section-full-placements-schedule .section-content .tab-pane .nav li.active a,
.section-full-placements-schedule .section-content .tab-pane .nav li:hover a {
    background: #f8f8f8;
}

.section-full-placements-schedule .section-content .tab-pane .nav .schedule-time {
    display: block;
    font-size: 24px;
    color: #373737;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0 0 10px;
}

.section-full-placements-schedule .section-content .tab-pane .nav .schedule-time strong {
    display: inline-block;
    font-size: 12px;
    color: #373737;
    font-family: 'Lato', sans-serif;
}

.section-full-placements-schedule .section-content .tab-pane .nav .schedule-title {
    display: block;
    font-size: 12px;
    color: #373737;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: 'Lato', sans-serif;
}

.section-full-placements-schedule .section-content .tab-pane .nav .schedule-booking-info {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #f36c26;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.section-full-placements-schedule .section-content .tab-pane .tab-content {
    border-left: 1px solid #f8f8f8;
    margin: -6px 0 0;
}

.section-full-placements-schedule .section-content .tab-content .tab-pane>img {
    width: 100%;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info {
    padding: 45px;
    overflow: hidden;
}

.section-full-placements-schedule .section-content .full-placement-info-header {
    overflow: hidden;
    margin: 0 0 45px;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info h2 {
    font-size: 22px;
    color: #373737;
    font-family: 'Lato';
    font-weight: 400;
    float: left;
    margin: 0 0 15px;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info .booking-left-info {
    font-size: 10px;
    color: #fff;
    background: #ff5700;
    padding: 5px 15px;
    float: right;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info .placement-date-info {
    font-size: 15px;
    color: #6f6f6f;
    float: left;
    display: inline-block;
    font-family: 'Lato';
    font-weight: 300;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info .placement-venue-info {
    font-size: 15px;
    color: #6f6f6f;
    float: right;
    display: inline-block;
    margin: 0 0 15px;
    font-family: 'Lato';
    font-weight: 300;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info-content {
    overflow: hidden;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info-content p {
    color: #373737;
    line-height: 25px;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 300;
    margin: 0 0 15px;
}

.section-full-placements-schedule .section-content .tab-pane .full-placement-info-content .book-booking {
    font-size: 16px;
    color: #fff;
    padding: 20px 70px;
    text-transform: uppercase;
    background: #f36c26;
    border-radius: 6px;
    float: right;
    margin: 25px 0 0;
}

/*--------------------------------------------------------------
      LEGALS
  --------------------------------------------------------------*/

#privacy .section-content *,
#terms .section-content * {
    text-align: left !important;
}

#privacy .section-content ul,
#terms .section-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 30px;
}

#privacy .section-content ul li,
#terms .section-content ul li {
    font-family: 'Lato';
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: 300;
    color: #6b6b6b;
    margin: 0;
}

/*--------------------------------------------------------------
      MSM
  --------------------------------------------------------------*/

.flexslider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* .postcodes {
      text-transform: uppercase !important;
  } */

.validation-status {
    display: none;
}

.searcher:after {
    content: '\f002';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 15px 20px 35px auto;
    padding: 3px 10px 10px 12px;
    z-index: 1;
    background: #fff;
    border-left: 1px solid #d7d7d7;
    font-family: 'FontAwesome';
    font-size: 1.3em;
    color: #9a9a9a;
}

#propic,
.propic {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto -60px;
    border: 8px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

body#volunteers #propic,
body#volunteers .propic {
    background-size: cover !important;
}

body#partner #propic,
body#partner .propic {
    background-color: transparent !important;
    margin: 0 !important;
}

#banner {
    display: block;
    position: relative;
    width: 100%;
    height: 110px;
    background-color: #6b6b6b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

#banner:after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    margin: 0;
}

.volunteer-socials {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #eeeeee;
    margin: 0 auto 40px;
}

textarea {
    resize: none !important;
}

.regsteps {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 auto 30px !important;
}

.regsteps:before {
    content: '';
    width: 100%;
    max-width: 180px;
    height: 1px;
    background: #f36c26;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.regsteps li {
    display: inline-block !important;
    width: 60px !important;
    height: 60px !important;
    position: relative !important;
    color: #cccccc !important;
    padding: 22px !important;
    margin: 0 10px !important;
    border: 1px solid #cccccc !important;
    border-radius: 50% !important;
    background: #eeeeee !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 1.3em !important;
    cursor: default !important;
    font-weight: 300 !important;
}

.regsteps li.active {
    color: #f36c26 !important;
    background: #eeeeee !important;
    border: 1px solid #f36c26 !important;
}

.form-control:focus {
    border-color: #f36c26;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9a9a9a;
    font-weight: 300 !important;
}

textarea {
    margin-bottom: 20px !important;
}

.section-newsletter h3 {
    font-weight: 300 !important;
    text-align: center;
}

.sideImg {
    margin: 0 0 30px !important;
    padding: 0 !important;
    width: 100% !important;
    height: 240px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 0 !important;
    border: none !important;
}

.sideImg a {
    width: 160px !important;
    height: 160px !important;
    margin: auto !important;
}

#banner.organisation-banner,
#banner.partner-banner {
    display: none !important;
}

.owl-carousel li {
    display: block;
    position: relative;
    width: 100%;
    height: 360px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-prev,
.owl-next {
    float: left;
    margin: -240px 15px auto !important;
    width: 60px;
    height: 60px;
    font-size: 40px !important;
    text-align: center;
    line-height: 55px !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 1000 !important;
    perspective: 1000 !important;
}

.owl-prev {
    float: left;
    text-align: left !important;
}

.owl-next {
    float: right;
    text-align: right !important;
}

.scrolldown {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto 20px;
    width: 60px;
    height: 60px;
    z-index: 100;
    cursor: default !important;
}

.scrolldown img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.enquiry .section-content h2,
.enquiry .section-content p {
    color: #fff !important;
}

.partnerbox,
.partnerhold,
.parteroverlay {
    margin: 0 !important;
    padding: 0 !important;
}

#partnergrid.partnerbox,
.col-xs-12.col-sm-5.col-md-5.col-lg-5 {
    margin-bottom: 20px !important;
}

.partnerhold {
    background: #eeeeee;
    border: 1px solid #dddddd;
}

.parteroverlay {
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: none !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none !important;
}

.partnerhold {
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-opacity: 0.3;
    opacity: 0.3;
}

.partnerhold:focus,
.partnerhold:hover {
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-opacity: 1;
    opacity: 1;
}

.sideImg.partnerimg {
    width: 100% !important;
    max-height: 94px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.main-footer {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    line-height: 1.6;
    font-size: 1.2em;
    font-family: 'Lato';
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

.main-footer ul {
    display: block;
    position: relative;
    margin: 0 auto 10px;
}

.main-footer * {
    position: relative;
    display: inline-block;
}

.main-footer .clearfix {
    position: relative;
    display: block;
}

.main-footer a {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-footer li {
    margin-bottom: 15px;
}

.main-footer ul.sitemap li {
    padding: 0 20px;
    border-right: 1px dashed #f36c26;
}

.main-footer ul.sitemap li:last-of-type {
    padding: 0 20px;
    border-right: none;
}

.main-footer ul.sitemap li a {
    color: #f36c26;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.main-footer ul.sitemap li a:focus,
.main-footer ul.sitemap li a:hover {
    border-bottom: 1px solid #f36c26;
}

.main-footer ul.social li {
    padding: 0 20px;
}

.main-footer ul.social li a:focus,
.main-footer ul.social li a:hover {
    color: #f36c26;
}

/*--------------------------------------------------------------
      Checkboxes
  ------------------------------------------------------------- */

.checkbox {
    display: block;
    position: relative;
    margin: 0 auto 15px;
    /* max-width: 600px; */
    text-align: left;
    padding: 0;
}

.stepperform .checkbox {
    max-width: 100%;
}

.checkbox label {
    padding: 0 !important;
    width: 100%;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label:before,
.radio label:before {
    content: '';
    display: none !important;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 6px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    font-size: 2.3em;
    margin-right: 0.5em;
    color: #f36c26;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type='checkbox'],
.radio label input[type='radio'] {
    display: none;
}

.checkbox label input[type='checkbox']+.cr>.cr-icon,
.radio label input[type='radio']+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox label input[type='checkbox']:checked+.cr>.cr-icon,
.radio label input[type='radio']:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type='checkbox']:disabled+.cr,
.radio label input[type='radio']:disabled+.cr {
    opacity: 0.5;
}

.checkbox span.lbl {
    font-family: 'Lato';
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 300;
    color: #9a9a9a;
    margin: 0;
    padding: 11px 0;
    display: block;
    position: relative;
}

.checkbox span.lbl a {
    color: #f36c26;
}

.checkbox span.lbl a:focus,
.checkbox span.lbl a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
      MSM
  --------------------------------------------------------------*/
button.stripe-button-el,
button.stripe-button-el>span,
button.stripe-button-el:active,
button.stripe-button-el:active>span,
button.stripe-button-el:focus,
button.stripe-button-el:focus>span,
button.stripe-button-el:hover,
button.stripe-button-el:hover>span,
#credit input,
#paypal input,
.stripe-submit {
    background: #f36c26 !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1.1em !important;
    text-shadow: none !important;
    font-family: 'Lato', sans-serif !important;
    border: 1px solid #fff !important;
    padding: 12px 50px !important;
    border-radius: 6px !important;
    text-align: center !important;
    display: block !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 53px !important;
    margin: 0 auto 20px !important;
}

#partner button.stripe-button-el,
#partner button.stripe-button-el>span,
#partner button.stripe-button-el:active,
#partner button.stripe-button-el:active>span,
#partner button.stripe-button-el:focus,
#partner button.stripe-button-el:focus>span,
#partner button.stripe-button-el:hover,
#partner button.stripe-button-el:hover>span,
#partner #credit input,
#partner #paypal input,
#partner .stripe-submit {
    text-transform: none !important;
    background: #484848 !important;
    font-size: 19px !important;
}

#partner .stripe-submit.dark,
#partner .stripe-submit.dark:hover {
    background: #484848 !important;
    border: 1px solid #484848 !important;
}

#partner .stripe-submit.light,
#partner .stripe-submit.light:hover {
    background: #f36c26 !important;
    border: 1px solid #f36c26 !important;
    color: #ffffff !important;
}

#partner input[disabled],
#partner .stripe-submit.light[disabled] {
    opacity: 0.5 !important;
}

#paypal input {
    position: absolute !important;
    pointer-events: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 95% !important;
}

#paypal-button-container {
    opacity: 0 !important;
}

button.stripe-button-el>span,
button.stripe-button-el:active>span,
button.stripe-button-el:focus>span,
button.stripe-button-el:hover>span {
    display: block !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: 0 !important;
}

.note-btn-group * {
    color: #ffffff !important;
}

iframe {
    border: none !important;
    outline: none !important;
}

.stepperform .g-recaptcha {
    margin-bottom: 20px !important;
}

.g-recaptcha.center,
.g-recaptcha.center * {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.navbar-nav>li {
    padding: 0 15px;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
}

.navbar-nav>li.active a {
    border-bottom: 2px solid #fff !important;
}

.extrapad:before {
    top: 18px !important;
}

.extrapad span {
    padding: 15px 0;
    display: inline-block;
}

.nextstepper {
    margin-bottom: 20px !important;
}

.dropdown-header,
.dropdown-header * {
    color: #f36c26 !important;
}

.subs,
.parts,
.conts,
.mand,
.mandy {
    display: none;
    /* color:#fab517 !important; */
    text-align: center !important;
    color: #fff !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto 0 !important;
    padding: 0 0 20px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-top: 1px solid #fff;
    z-index: 1000;
}

.mandy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cyan:before {
    background-color: rgba(27, 188, 155, 0.9) !important;
}

.cyan a {
    color: rgba(27, 188, 155, 1) !important;
}

.cyan a:hover {
    background-color: rgba(27, 188, 155, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

#hero-search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    width: 60px;
    border-radius: 6px;
    border: 1px solid #fff;
    z-index: 10;
    cursor: pointer;
    background: #fab517;
    color: #fff;
}

#hero-search:focus,
#hero-search:hover {
    color: #fab517;
    background: #fff;
    border: 1px solid #fab517;
}

#hero-search:before {
    display: block;
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    padding: 10px 0;
}

.search-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-content {
    min-width: 320px !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

.modal-content * {
    text-align: center !important;
    margin: 0 !important;
}

.modal-content #placementrecommendbox * {
    text-align: left !important;
}

.modal-content p {
    margin-bottom: 1.3em !important;
}

.modal-content p#card-errors {
    margin-top: 1.3em !important;
    color: #f36c26 !important;
}

.modal-content a {
    text-decoration: underline !important;
    color: #f36c26 !important;
}

.modal-header {
    background: #ffffff !important;
    max-height: 80px !important;
}

.modal-header h4 {
    color: #f36c26 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modal-header h4:after {
    display: none !important;
}

.modal-footer {
    background: #ffffff !important;
}

.modal-footer button {
    background: #f36c26 !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 1.8em !important;
    line-height: 18px !important;
    font-family: 'Lato', sans-serif !important;
    border: 1px solid #fff !important;
    padding: 12px 50px !important;
    border-radius: 6px !important;
    text-align: center !important;
    display: block !important;
    text-transform: capitalize !important;
    width: auto !important;
    height: 53px !important;
    margin: 0 auto !important;
}

.modal-footer button:focus,
.modal-footer button:hover {
    border: 1px solid #f36c26 !important;
    background: #f36c26 !important;
    color: #fff !important;
}

.easyPaginateNav,
.easyPaginateNav * {
    border: none !important;
    outline: none !important;
    text-align: center !important;
}

.easyPaginateNav {
    margin: 15px auto 0 !important;
    padding-top: 15px !important;
}

input,
textarea,
select,
button,
input *,
textarea *,
select *,
button *,
input:hover,
textarea:hover,
select:hover,
button:hover,
input:visited,
textarea:visited,
select:visited,
button:visited,
input:active,
textarea:active,
select:active,
button:active,
input:focus,
textarea:focus,
select:focus,
button:focus,
.dropdown-menu,
.dropdown-menu * {
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-menu,
.dropdown-menu * {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 15px;
}

.error,
.error>.btn {
    border-color: #f36c26 !important;
    color: #f36c26 !important;
}

.orange {
    color: #f36c26 !important;
}

.placement-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-content>div {
    border-top: none !important;
    padding-top: 0 !important;
}

#timeBanner>div {
    display: block;
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #f36c26;
    background: rgba(27, 188, 155, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 2em;
    z-index: 1000000;
}

#timeBanner>div>a,
#timeBanner>div>a:hover {
    color: #fff !important;
}

.xcomponent-outlet,
.xcomponent-outlet iframe {
    border: none;
    display: block !important;
    position: relative !important;
    margin: 0 auto;
}

.placementImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.alert a {
    color: #f36c26 !important;
}

#accordion .card {
    overflow: hidden !important;
}

#accordion .card-header {
    background: #eeeeee !important;
    border-radius: 3px;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
}

#accordion .card-header * {
    color: #242424 !important;
}

#accordion .card-header h5 {
    margin: 0 auto;
    padding: 0.3em 0;
}

#accordion .card-header h5 button {
    text-align: center;
    white-space: normal !important;
}

#accordion .card-header.activated {
    background: #f36c26 !important;
}

#accordion .card-header.activated * {
    color: #ffffff !important;
}

#accordion .card-body {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Lato';
    font-weight: 300;
    border-radius: 0 0 3px 3px;
    background: #eeeeee;
    color: #6f6f6f;
    padding: 1em 3px;
    margin: 0 0 35px;
}

#accordion button {
    padding: 0.6em;
    display: block;
    position: relative;
    width: 100%;
    color: #fff !important;
    text-decoration: none !important;
    text-align: left;
}

/* #secondary {
      display:none;
  } */

.mandatory,
.passcheck {
    display: none;
    position: relative;
    font-size: 1.2em;
    color: #c00;
}

button[disabled='disabled'],
button[disabled='disabled']:hover,
button[disabled='disabled']:focus,
button[disabled='disabled']:active {
    border: 1px solid #949494 !important;
    color: #949494 !important;
    background: #fff !important;
}

.disabled,
.disabled:hover,
.disabled:focus,
.disabled:active {
    background: #fff !important;
    color: #f36c26 !important;
    pointer-events: none !important;
    cursor: default !important;
}

a.lnk {
    color: #f36c26 !important;
    display: inline-block !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.section-placement-single-content .col-md-7 {
    padding-left: 0 !important;
}

#loader,
#loader img {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000000;
    background: #242424;
    opacity: 0.8;
}

#loader img {
    position: absolute;
    background: transparent;
    width: 100px;
    height: 100px;
}

#basketRows td>span {
    color: #f36c26 !important;
}

#basketRows td>span i {
    color: #161616 !important;
    font-style: normal !important;
    text-decoration: line-through !important;
}

.basketBooking {
    font-size: 12px;
    line-height: 12px;
    color: #fff !important;
    padding: 10px;
    background: #f36c26;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    margin-top: 15px;
    min-width: 100px;
    float: right;
    text-align: center;
}

.select2-container--default * {
    outline: none !important;
}

.select2-container {
    width: 100% !important;
    max-width: 600px !important;
    margin-bottom: 20px !important;
}

#update-volunteer .select2-container,
#signup-volunteer .select2-container,
#signup-organisation .select2-container,
#signup-partner .select2-container,
#add-placement .select2-container {
    max-width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f36c26 !important;
    border: 1px solid #f36c26 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border: 1px solid #d7d7d7;
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 34px !important;
    font-size: 1.3em !important;
    line-height: 1.3 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    min-height: 53px !important;
    text-align: left !important;
    font-weight: 300 !important;
    color: #9a9a9a !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9a9a9a !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    padding-right: 40px !important;
    font-size: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 16px 0px 16px 30px !important;
    margin: 10px !important;
    border-left: 1px solid #eee !important;
}

.select2-container .select2-search--inline,
.select2-container--default .select2-search--inline .select2-search__field {
    /* min-width: min-content !important; */
    min-width: 100% !important;
    max-height: 23px !important;
    margin-top: 1px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #f36c26 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f36c26 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 10px !important;
    font-weight: 300 !important;
    font-size: 1.3em !important;
    line-height: 1.3 !important;
}

.select2-container--default .select2-results {
    font-weight: 300 !important;
    font-size: 1.3em !important;
    line-height: 1.3 !important;
}

#update-volunteer {
    display: block;
}

.g-recaptcha {
    margin-bottom: 15px;
}

#banner span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 90%;
    height: 60px;
}

.placementBlocks {
    display: none;
    opacity: 1;
}

.placementBlocks:first-of-type {
    display: block;
}

.wide-li {
    display: block !important;
    width: 100% !important;
}

#resetType {
    text-transform: uppercase !important;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 96%;
    }
}

@media screen and (max-width: 984px) {
    .g-recaptcha>div {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .top-footer p {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .hideIt {
        display: none !important;
    }

    .underimgbtn,
    .underimgbtn:focus,
    .underimgbtn:hover {
        width: auto !important;
    }
}

@media screen and (max-width: 520px) {
    .owl-carousel li {
        height: 240px;
    }

    .owl-prev,
    .owl-next {
        margin: -210px 15px auto !important;
        width: 50px;
        height: 50px;
        font-size: 30px !important;
        line-height: 44px !important;
    }

    .section-recent-videos .section-content ul li {
        width: 100% !important;
    }

    .section-header .nav-tabs li {
        min-width: 25vw !important;
    }

    .section-header .nav-tabs li a {
        width: 100% !important;
    }

    .container,
    .section-placement-single-content .col-md-6,
    .section-placement-single-content .col-md-7,
    #categories li,
    #videos li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-placement-single-content .placement-info .placement-info-about,
    .section-placement-single-content .placement-highlights,
    .section-placement-single-content .placement-location {
        padding-left: 0 !important;
    }

    #categories li a {
        left: 0 !important;
        right: 0 !important;
    }

    #volunteer-list {
        padding: 70px 10px !important;
    }

    .section-content h2 {
        font-size: 2.4em;
    }
}

h1 i,
h4 i,
#promoName a i {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background: url(../images/starmember.png) no-repeat center center;
    background-size: contain !important;
}

h4 i {
    width: 12px;
    height: 12px;
}

#promoName a i {
    width: 14px;
    height: 14px;
}

#promoName a {
    color: #ffffff !important;
}

.bookingBlock {
    display: none;
    position: relative;
    width: 96%;
    max-width: 600px;
    margin: 30px auto;
    padding: 0;
    border: 3px dashed #ddd;
}

.bookingBlock>img {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.bookingBlock .inner {
    display: block;
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
}

.bookingBlock h3 {
    text-align: center;
}

.bookingBlock .placement-title {
    font-weight: bold !important;
    color: #373737 !important;
    margin: 0 0 15px !important;
}

.bookingBlock .placement-title.lst {
    margin: 15px 0 0 !important;
    text-transform: none !important;
}

.bookingBlock h3 big {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #f36c26;
}

.bookingBlock .section-order-review-pricing {
    padding-left: 0;
}

.bookingBlock p {
    margin-top: 1.6em;
    margin-bottom: 0;
}

.bookingBlock .coupon,
.bookingBlock .venue-details-info {
    padding: 15px 0;
}

.bookingBlock .total-price {
    width: 120px;
}

#bookingbox .col-xs-12.col-sm-12.col-md-12 {
    text-align: left !important;
}

@media screen and (max-width: 768px) {
    #bookingbox .col-xs-12.col-sm-12.col-md-12 {
        text-align: center !important;
        padding-bottom: 6px !important;
    }
}

#showBookings {
    cursor: pointer;
}

.qty-input,
.qty-input * {
    pointer-events: none !important;
    height: 25px !important;
    min-height: 25px !important;
    overflow: visible !important;
}

/* Tooltip */
.tooltip>.tooltip-inner {
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    background-color: #f36c26 !important;
    color: #fff !important;
}

.row.pag {
    position: relative !important;
    padding-bottom: 50px;
}

.row.pag .easyPaginateNav {
    position: absolute;
    bottom: 0;
}

.lnk {
    font-size: 15px;
    color: #f36c26 !important;
    text-align: center;
    display: block;
    position: relative;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    font-size: 26px;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto 15px;
    float: none;
    clear: both;
    max-width: 144px;
    color: #f36c26;
}

.rating.evdeets {
    text-align: center !important;
}

.rating.off {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.section-artist-featured-header .rating {
    margin-bottom: 15px;
    font-size: 22px;
}

.rating>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}

.artist-details-title .rating>span:hover,
.artist-details-title .rating>span:hover~span {
    color: transparent;
}

.artist-details-title .rating>span:hover:before,
.artist-details-title .rating>span:hover~span:before,
.rating>span.active:before {
    content: '\2605';
    position: absolute;
    left: 0;
    color: gold;
}

p.thanks {
    display: none;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
    color: #f36c26;
}

#organisation #secondary {
    margin-bottom: 15px;
}

#propic a,
#propic a span.start,
#propic span.end,
.propic a,
.propic a span.start,
.propic span.end {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

#propic a span.start,
#propic a span.end,
.propic a span.start,
.propic a span.end {
    display: block !important;
    border-radius: 6px;
}

#propic a span.start,
.propic a span.start {
    width: 6px;
    height: 40%;
}

#propic a span.end,
.propic a span.end {
    width: 40%;
    height: 6px;
}

#profile-update-toggle.editing {
    background: #eeeeee !important;
    color: #6b6b6b !important;
}

#profile-update-toggle.editing:hover {
    border-color: #eeeeee !important;
}

.note-placeholder {
    font-family: Lato !important;
    font-size: 1.3em !important;
    line-height: 1.6em !important;
    font-weight: 300 !important;
    text-align: left !important;
    color: rgb(107, 107, 107) !important;
    margin: 10px 5px !important;
}

.panel-heading.note-toolbar>.btn-group.note-style,
.panel-heading.note-toolbar>.btn-group.note-fontname,
.panel-heading.note-toolbar>.btn-group.note-table,
/* .panel-heading.note-toolbar>.btn-group.note-view .btn-codeview,  */
.panel-heading.note-toolbar>.btn-group.note-color,
.panel-heading.note-toolbar>.btn-group.note-para,
.panel-heading.note-toolbar>.btn-group.note-insert,
.panel-heading.note-toolbar>.btn-group.note-view {
    display: none !important;
}

.note-editor.note-frame {
    border: 1px solid #d7d7d7 !important;
}

.note-editor.note-frame.error {
    border: 1px solid #f36c26 !important;
}

div[role='textbox'] {
    text-align: left;
    padding: 20px 15px !important;
}

button.note-btn {
    max-height: 36px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#user input {
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    color: #9a9a9a !important;
    text-align: center !important;
    display: block !important;
    position: relative !important;
}

#evdetails li,
.evdetails li {
    display: block;
    position: relative;
    overflow: visible;
}

#evdetails span,
.evdetails span {
    display: inline-block;
    position: relative;
    background: #eeeeee;
    color: #6b6b6b;
    padding: 3px 13px;
    margin: 0 6px 6px 0px;
    border-radius: 3px;
    cursor: default;
}

.panel-default {
    border-color: #eeeeee !important;
}

.panel-default>.panel-heading {
    color: #6b6b6b !important;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
}

#volunteerlist hr,
#organisationlist hr {
    margin-top: 0 !important;
}

#volunteerlist,
#volunteerlist .panel-heading,
#volunteerlist .panel-heading a,
#organisationlist,
#organisationlist .panel-heading,
#organisationlist .panel-heading a {
    display: block;
    position: relative;
}

#volunteerlist .volunteer-propic,
#organisationlist .organisation-propic {
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
}

#volunteerlist .panel-heading .placement-highlights,
#organisationlist .panel-heading .placement-highlights {
    margin-left: 180px;
    display: block;
    min-height: 160px;
}

#volunteerlist .panel-heading #evdetails li:before,
#organisationlist .panel-heading #evdetails li:before {
    content: '\f111' !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

#volunteerlist .panel-body #evdetails li,
#organisationlist .panel-body #evdetails li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#volunteerlist .panel-body #evdetails li:before,
#organisationlist .panel-body #evdetails li:before {
    display: none !important;
}

#volunteerlist .panel-heading,
#organisationlist .panel-heading {
    padding-bottom: 1px;
}

#volunteerlist .panel-heading a,
#volunteerlist .panel-heading a:hover,
#volunteerlist .panel-heading a:focus,
#volunteerlist .panel-heading a:active,
#organisationlist .panel-heading a,
#organisationlist .panel-heading a:hover,
#organisationlist .panel-heading a:focus,
#organisationlist .panel-heading a:active {
    text-decoration: none !important;
}

#uploadedImage,
#uploadedPDF {
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    min-height: 242px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden !important;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#uploadedImage b,
#uploadedImage span,
#uploadedPDF b,
#uploadedPDF span {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 110px 0;
    margin: 0;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 242px;
}

#uploadedImage b,
#uploadedPDF b {
    opacity: 0.8;
}

#uploadedImage span,
#uploadedPDF span {
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

#recommendVol {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 18px;
    background: #484848;
    border-radius: 5px;
    border: 1px solid #484848;
    cursor: pointer;
}

#recommendVol:hover {
    color: #484848;
    background: #fff;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
  .select2-container--default .select2-search--inline .select2-search__field {
      width: 100% !important;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
      width: auto !important;
  } */

#partnergrid a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 2.4rem;
    text-decoration: none !important;
    color: rgb(243, 108, 38);
}

#partnergrid a span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 0 6px !important;
    width: 100%;
    height: min-content;
    max-height: 50px;
    overflow: hidden;
}

input[placeholder='Preferred local authorities. Select all that apply*'],
input[placeholder='Select your applicable skills (please choose at least one)*'],
input[placeholder='Locations of interest. Type in local authorities*'],
input[placeholder='Locations of operation. Type in local authorities*'] {
    min-width: 380px;
}

#photo-remover {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -2.2rem;
    background: #c00;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 2rem;
    padding: 0.6rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

#evorganisers p {
    margin: 0 !important;
}

#evdesc,
#evdesc p {
    font-family: 'Lato';
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 300;
    color: #6b6b6b;
    margin: 0 !important;
}

#evdesc {
    margin-bottom: 30px !important;
}

@media (max-width: 1200px) {

    #singleplacement .rating,
    .artist-details-title .rating {
        text-align: center;
        margin: 10px 0 0;
    }
}

@media (max-width: 1199px) {
    .section-artist-content .artist-details .artist-details-title .rating {
        margin: 15px auto 0;
    }

    .section-artist-content .related-artist .related-artist-info h4 {
        text-align: center;
    }

    .section-artist-content .related-artist .related-artist-info h4:after {
        margin-left: auto;
        margin-right: auto;
    }
}

/* @media (min-width:992px) {
      #organisation #secondary {
          position:absolute;
          top:0;
          right:0;
      }
  } */

@media (max-width: 992px) {
    .easyPaginateNav {
        width: 100% !important;
        position: relative !important;
        bottom: 15px !important;
    }
}

@media (max-width: 767px) {

    #volunteer-list .container,
    #organisation-list .container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #organisation .artist-placement-item * {
        text-align: center !important;
    }

    .section-artist-content .artist-placement-item .artist-placement-item-price span,
    .section-artist-content .artist-placement-item .artist-placement-item-price strong {
        display: none !important;
    }

    #filterVolForm,
    #filterOrgForm {
        display: block !important;
        position: relative !important;
        max-width: 600px !important;
        margin: 0 auto 30px !important;
    }
}

#volunteer-list .panel-heading .volunteer-propic,
#organisation-list .panel-heading .organisation-propic {
    display: block !important;
}

#volunteer-list .panel-body .volunteer-propic,
#organisation-list .panel-body .organisation-propic {
    display: none !important;
}

#filterVol,
#clearVol,
#filterOrg,
#clearOrg {
    width: 100% !important;
    margin-bottom: 5px !important;
}

#clearVol,
#clearOrg {
    background: #484848 !important;
    font-size: 1.8em;
    line-height: 1em;
}

.note-editing-area * {
    color: #777 !important;
}

.note-editable p {
    margin-bottom: 0 !important;
}

#partnerSpan,
.greyBg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: min-content;
    color: #6b6b6b;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    pointer-events: none;
    z-index: 0;
}

#partnerSpan {
    opacity: 0.1;
    font-size: 4rem;
}

.greyBg {
    margin: 0;
    height: 100%;
    background-color: #eeeeee;
}

#bio p,
.organisationDesc p,
.volunteerDesc p {
    margin-bottom: 0 !important;
}

body#organisations #bio,
body#volunteers #bio,
.organisationDesc,
.volunteerDesc {
    margin-bottom: 20px !important;
}

#partners .col-xs-12.col-sm-5.col-md-5.col-lg-5 {
    padding: 0 !important;
}

#partners .col-xs-12.col-sm-5.col-md-5.col-lg-5 #propic {
    margin: 0 !important;
}

#evmap {
    text-transform: capitalize;
}

.search-buttons {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 370px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.cc-floating .cc-message {
    line-height: 1.1 !important;
}

.always-show h4:after,
.do-not-show h4:after,
.do-show h4:after {
    margin-left: auto !important;
    margin-right: auto !important;
}

.do-not-show {
    display: inline-block !important;
}

.do-show {
    display: none !important;
}

@media (max-width: 991px) {
    .do-not-show {
        display: none !important;
    }

    .do-show {
        display: inline-block !important;
    }
}

@media (max-width: 580px) {

    #volunteer-list .panel-heading .volunteer-propic,
    #organisation-list .panel-heading .organisation-propic {
        display: none !important;
    }

    #volunteer-list .panel-body .volunteer-propic,
    #organisation-list .panel-body .organisation-propic {
        display: block !important;
        position: relative !important;
        margin: 0 auto 10px !important;
    }

    #volunteer-list .panel-heading .placement-highlights,
    #organisation-list .panel-heading .placement-highlights {
        margin: 0 !important;
        text-align: center !important;
    }

    #volunteer-list .panel-heading .placement-highlights ul,
    #volunteer-list .panel-heading .placement-highlights li,
    #organisation-list .panel-heading .placement-highlights ul,
    #organisation-list .panel-heading .placement-highlights li {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        list-style: none !important;
    }

    #volunteer-list .panel-heading .placement-highlights li:before,
    #organisation-list .panel-heading .placement-highlights li:before {
        display: none !important;
    }

    #volunteer-list .panel-heading .placement-highlights,
    #organisation-list .panel-heading .placement-highlights {
        min-height: 0 !important;
        padding: 5px 0 15px !important;
    }
}

@media (max-width: 520px) {
    #organisation .section-artist-featured-header * {
        text-align: center !important;
    }

    .section-artist-content .artist-details .artist-details-info h4,
    .section-artist-content .artist-details .artist-details-info p {
        text-align: center !important;
    }

    .section-artist-content .artist-details .artist-details-info h4:after {
        margin-left: auto;
        margin-right: auto;
    }
}

.greyed {
    background: #eeeeee !important;
    color: #fff !important;
    border-color: #eeeeee !important;
    cursor: pointer !important;
}

@media print {

    #booking h3 big,
    #booking .section-order-review-placement p {
        color: #f36c26 !important;
    }

    #booking .section-order-review-placement p.placement-title,
    #booking .section-order-review-placement h2 {
        color: #373737 !important;
    }

    #booking .section-order-review-placement h2 {
        display: block !important;
        opacity: 1 !important;
        position: relative !important;
        overflow: visible !important;
    }

    #booking header,
    #booking .section-page-header,
    #booking .section-download-booking,
    #booking footer {
        opacity: 0 !important;
        display: none !important;
    }

    #booking .section-page-content,
    #booking .section-page-content .container,
    #booking .section-page-content .container .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    #booking .bookingBlock {
        display: block !important;
        width: 48% !important;
        margin: 0 !important;
        float: left !important;
    }
}

@media print and (max-width: 768px) {
    #booking .bookingBlock {
        width: 100% !important;
    }
}

::-moz-selection {
    background: #fab517;
    color: #fff;
}

::selection {
    background: #fab517;
    color: #fff;
}

.notoppad {
    padding-top: 0 !important;
}

.notoppad {
    padding-top: 0 !important;
}

.nobotpad {
    padding-bottom: 0 !important;
}

.pb-2 {
    padding-bottom: 1.4rem !important;
}

.placement-credited:after {
    content: "Partner Sponsored";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 20px;
    background: #f36c26;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3rem;
    padding: 6px 12px;
    cursor: pointer;
    border: 2px solid #ffffff;
    white-space: nowrap;
    z-index: 100;
}

#creditsbox {
    line-height: 1.4 !important;
}

.creditBlocks {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 100;
}

.modal-content a.creditBtn {
    background: #f36c26 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    padding: 1px 6px 3px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.modal-content a.creditBtn.disabled {
    background: #000 !important;
    filter: alpha(opacity=20) !important;
    opacity: .2 !important;
    cursor: default !important;
}

#endDateBanner>div {
    display: block;
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #ff6600;
    background: rgba(243, 108, 38, 0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 100;
    z-index: 1000000;
}

#endDateBanner>div>a,
#endDateBanner>div>a:hover {
    color: #fff !important;
}

#partnerCred {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1.2rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 240px;
    height: auto;
    min-height: 80px;
    background: #edeef4;
    border-radius: 6px;
    color: #161616;
    cursor: pointer !important;
}

#partnerCred strong {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 1.2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #c2c2c2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#partnerCred span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 0 0 72px;
    padding: 1.2rem 0;
    width: calc(100% - 72px);
    height: auto;
    text-align: left;
    font-size: 1.6rem;
}

#partnerCred span small {
    display: block;
    position: relative;
    font-style: italic;
    padding: 0.6rem 0 0;
    color: #4e4e4e;
}