/* Think Web Design, Think Matrix. https://thinkmatrix.uk
Plymouth Arts Centre */

body {
  height: auto!important;
  overflow-x: hidden;
}
iframe {border: none;}

#side-panel-pusher {
    position: relative;
    left: auto;
    height: auto;
    z-index: 1;
}

#main-container, #page-wrap {
  overflow: visible;
  overflow-x: hidden;
}

.single-pac_event #titlebar {display:none;}
.single-pac_event #titlebar.mtx-titlebar {display:block;}

.ui--blog-content .wp-caption {
    max-width: 100%;
}

html .mtx-lazy {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}
html .mtx-lazy.mtx-done {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* TEMP New Feeds */

  /* Tabs */

  .whats-on-tabs {
    margin-bottom: 30px;
  }

  .whats-on-tabs .wo-tab.btn, .whats-on-tabs.find-open .wo-tab.btn.active {
    display: block;
    float: left;
    width: 33.33%;
    margin: 0px;
    box-sizing: border-box;
    background: #ededf3!important;
    color:#222222!important;
    position: relative;
    padding: 10px 20px;
  }
  .whats-on-tabs .wo-tab.btn:hover, .whats-on-tabs.find-open .wo-tab.btn.active:hover {
    background:#243e4d!important;
    color: #ffffff!important;
  }
  .whats-on-tabs .wo-tab.btn.active, .whats-on-tabs.find-open .wo-tab.btn.toggle-event-find {
    background: #d8107d!important;
    color: #ffffff!important;
  }


  .event-filters {
    clear: both;
    background: #ededf3;
    padding: 20px 20px 2px;
    border-top: 1px solid #d7d7dd;
    display: none;
  }

  .whats-on-tabs.find-open .event-filters {display: block;}

  .event-filters > div {
    float: left;
    width: 30.66%;
    margin: 0px 0px 20px 4%;
  }
  .event-filters > div:first-child {
    clear: both;
    margin-left: 0px;
  }

  .event-filters .whats-on-side-title {margin: 0px 0px 18px;}

  /* Calendar */

.pac-date-list-wrap {
    margin-bottom: 30px;
}

.pac-date-list .row-date {
  margin: 0px 0px 18px;
  font-weight: 400;
}

.pac-date-list .date-row {
    padding: 20px 20px 2px;
    box-sizing: border-box;
}

.pac-date-list .date-row.odd {
    background: #ededf3;
}

.pac-date-list .instance {margin-bottom: 18px;}

.pac-date-list .instance .instance-title {
    margin: 0px 0px 6px;
}

.pac-date-list .instance .instance-attributes {
    display: block;
    margin-top: 8px;
}

.pac-date-list .instance .instance-attributes span {
    display: inline-block;
    vertical-align: top;
    padding: 1px 6px;
    background: #243e4d;
    color: #ffffff;
    font-size: 12px;
    margin-right: 6px;
}


  /* Slider */

.pac-date-slider-wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.pac-date-slider.owl-carousel .owl-stage-outer, .testimonial-slider.owl-carousel .owl-stage-outer {
    overflow: hidden!important;
}

.pac-date-slide {
    text-align: center;
    background: #ededf3;
}

.pac-date-slide .pac-date-slide-date-title {
  margin: 0px 0px 6px;
  text-align: center;
  font-weight: bold;
}

.pac-date-slide .pac-date-slide-date {
    margin: 0px 0px 20px;
    text-align: center;
}

.pac-date-slide .instance {
  padding: 12px 0px;
  position: relative;
}

/*.pac-date-slide .instance:before {
  content:"";
  background: #e2e0e0;
  position: absolute;
  top: 0px;
  height: 1px;
  left: 0px;
  right: 0px;
}
.pac-date-slide .instance:first-child:before { display: none;}*/

.pac-date-slide .instance .pac-date-slide-title {
    margin: 0px;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

.pac-date-slide .instance span {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 6px 0px;
    display: inline-block;
    vertical-align: top;
}
.pac-date-slide .instance span i { color:#cb0872;}


.pac-date-slider-wrap .cal-btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.pac-date-slider-wrap .cal-btn {
  margin: 0px;
  z-index: 999;
  position: relative;
}

.owl-carousel.fixed-nav .owl-nav {
  display: block;
  position: relative;
  bottom: auto;
  width: 100%;
  height: auto;
  text-align: center;
}
.owl-carousel.fixed-nav .owl-nav .owl-next, .owl-carousel.fixed-nav .owl-nav .owl-prev {
    bottom: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: auto!important;
    right: auto!important;
}

/* Typography */

body * { text-shadow:none!important;text-rendering: inherit!important;}
a {text-decoration:none!important;}
.centered {text-align: center;}
html body, html #bbpress-forums, html h1, html h2, html h3, html h4, html h5, html h6, html .heading, html .heading-colorable, html input, .key-form-heading {font-family: 'acumin-pro', arial, sans-serif;}
.ItalicText {font-style: italic;}
.BoldText, .strong {font-weight: bold;}

html .desk-only {display:inline-block!important;}
html .mob-only {display:none!important;}

.searchform input[type="text"] {
    height: auto;
    margin: 0px;
    vertical-align: top;
}

/* Themes */

.pink {color:#d8107d!important;}
.purple {color:#743a86!important;}
.green {color:#8aa63f!important;}

html .btn-pink, html .btn-purple, html .btn-green, html .btn-gray {color:#ffffff!important;}

html .btn-gray {background:#5d5d5d!important;}
html .btn-gray:hover {background:#3a3a3a!important;}

html #page-content .gform_wrapper .gfield_checkbox label {
  display: inline-block!important;
  margin-left: 10px;
  vertical-align: top;
}

html .spek-signup .form-group.checkboxer {
    text-align: left;
    padding: 0px;
    margin-bottom: 10px!important;
}

html .spek-signup .form-group.checkboxer label {
    position: relative;
    padding-left: 26px;
    font-size: 13px;
    line-height: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

html .spek-signup .form-group.checkboxer input {
    position: absolute;
    top:2px;
    left: 2px;
}

html .btn.btn-secondary {
  background: #d8107d!important;
  color:#ffffff!important;
  padding: 10px 16px;
}

html .btn.btn-secondary:hover {
  background: #a8005b!important;
  color:#ffffff!important;
}

/*///// Film ////*/
.header-style-1.no-stuck #header-navigation > li.top-level-item.hov-pink.hover > a, .header-style-1.no-stuck #header-navigation > li.top-level-item.hov-pink:hover > a, .cat-film .spek-cat, .spek-event.cat-film .fa, .spek-event-listed.cat-film .fa, #single-spek-event.cat-film .fa, .cat-film .ui--content-box-title-text > .fa {color:#cb0872!important;}

.cat-film .release-cover {border-color:#d8107d!important;}

html .btn-pink, .ov--content-box.box-pink span.btn.btn-grey.ov--center-vertical, .ov--content-box.box-pink .ov--content-box-overlay-background, .cat-film .text-box-bg, .slide-inner.half-slide.cat-film .text-box .btn, .spek-event.cat-film .btn.btn-spek, .spek-event.cat-film .spek-entry, .cat-film .free-stamp, .cat-film .menu-feed-cat, .spek-event-listed.cat-film .btn.btn-spek, .spek-event-listed .btn.btn-spek, #titlebar.cat-film {background:#d8107d!important;}

html .btn-pink:hover, .ov--content-box.box-pink span.btn.btn-grey.ov--center-vertical:hover, .slide-inner.half-slide.cat-film .text-box .btn:hover, .spek-event.cat-film .btn.btn-spek:hover, .spek-event-listed.cat-film .btn.btn-spek:hover, .spek-event-listed .btn.btn-spek:hover {background:#a8005b!important;}

/*///// Art ////*/
.header-style-1.no-stuck #header-navigation > li.top-level-item.hov-purple.hover > a, .header-style-1.no-stuck #header-navigation > li.top-level-item.hov-purple:hover > a, .cat-art .spek-cat, .spek-event.cat-art .fa, .spek-event-listed.cat-art .fa, #single-spek-event.cat-art .fa, .cat-art .ui--content-box-title-text > .fa {color:#743a86!important;}

.cat-art .release-cover {border-color:#743a86!important;}

html .btn-purple, .ov--content-box.box-purple span.btn.btn-grey.ov--center-vertical, .ov--content-box.box-purple .ov--content-box-overlay-background, .cat-art .text-box-bg, .slide-inner.half-slide.cat-art .text-box .btn, .spek-event.cat-art .btn.btn-spek, .spek-event.cat-art .spek-entry, .cat-art .free-stamp, .cat-art .menu-feed-cat, .spek-event-listed.cat-art .btn.btn-spek, #titlebar.cat-art {background:#743a86!important;}

html .btn-purple:hover, .ov--content-box.box-purple span.btn.btn-grey.ov--center-vertical:hover, .slide-inner.half-slide.cat-art .text-box .btn:hover, .spek-event.cat-art .btn.btn-spek:hover, .spek-event-listed.cat-art .btn.btn-spek:hover {background:#51225f!important;}

/*///// Learning ////*/
.header-style-1.no-stuck #header-navigation > li.top-level-item.hov-green.hover > a, .header-style-1.no-stuck #header-navigation > li.top-level-item.hov-green:hover > a, .cat-learning .spek-cat, .spek-event.cat-learning .fa, .spek-event-listed.cat-learning .fa, #single-spek-event.cat-learning .fa, .cat-learning .ui--content-box-title-text > .fa {color:#8aa63f!important;}

.cat-learning .release-cover {border-color:#8aa63f!important;}

html .btn-green, .ov--content-box.box-green span.btn.btn-grey.ov--center-vertical, .ov--content-box.box-green .ov--content-box-overlay-background, .cat-learning .text-box-bg, .slide-inner.half-slide.cat-learning .text-box .btn, .spek-event.cat-learning .btn.btn-spek, .spek-event.cat-learning .spek-entry, .cat-learning .free-stamp, .cat-learning .menu-feed-cat, .spek-event-listed.cat-learning .btn.btn-spek, #titlebar.cat-learning {background:#8aa63f!important;}

html .btn-green:hover, .ov--content-box.box-green span.btn.btn-grey.ov--center-vertical:hover, .slide-inner.half-slide.cat-learning .text-box .btn:hover, .spek-event.cat-learning .btn.btn-spek:hover, .spek-event-listed.cat-learning .btn.btn-spek:hover {background:#637a26!important;}





.slide-inner.half-slide.cat-film .text-box .btn, .slide-inner.half-slide.cat-art .text-box .btn, .slide-inner.half-slide.cat-learning .text-box .btn {color:#ffffff!important;}

/* Site Wide */

.fa-l {margin-right: 3px;}
.fa-r {margin-left: 3px;}

.row-fluid [class*="span"].first {
    margin-left: 0px!important;
}

html .btn.btn-large {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 26px;
    min-width: 160px;
    box-sizing: border-box;
}

.att-description-wrap {
    margin-bottom: 30px;
}

html .text-center > .btn.btn-large {
  margin-left: 10px;
  margin-right: 10px;
}

.clearer {clear:both;}
#sidebar-shadow {display:none!important;}
:focus {outline: none!important;}
.arr:active, .arr:active span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ui--box, .ui--box-alias, .woocommerce-message, .woocommerce-info, .woocommerce-error, .ui--gradient-grey {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: none;
	background: none;
}
.ui--testimonial-arrow {display: none;}
.ui--testimonial-content {
    margin-bottom: 0px;
    padding: 0px;
}
.ui--testimonial-content p {font-style:italic;}
.ui--title.ui--title-bordered {margin-bottom: 40px;}
.ui--content-box-image, .ui--content-box-media {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
}

.home-testimonials .ui--testimonial-content {
    font-size: 20px;
    line-height: 28px;
}

html .arr-plain {
    border: none!important;
    font-size: 24px!important;
    background: none;
    line-height: 0px;
    margin-top: -5px;
}

html .arr > span {background: none!important;}

.arr-plain span {background: none;}
.arr-plain i {font-size: 24px!important;}
.arr:hover > i {color: #000000;}
.ui--title-borders {border:none;}

html .btn, html .gform_button.button, .paging-box .page-numbers, html .page-numbers, .spek-cat-buttons li.page_item a, html .btn.btn-grey, html .ui--pagination .ui--box a, html .ui--pagination .ui--box span {
    border-radius: 0px!important;
    border: none!important;
    box-shadow: none!important;
    font-size: 13px;
    line-height: 15px;
    text-shadow: none!important;
    padding: 10px 16px;
	font-weight: normal!important;
	height:auto!important;
	display:inline-block;
	transition: all 0.3s ease-in-out!important;
-moz-transition: all 0.3s ease-in-out!important;
-webkit-transition: all 0.3s ease-in-out!important;
-o-transition: all 0.3s ease-in-out!important;
}


html .btn.btn-primary, .paging-box .page-numbers.current, html .page-numbers, html .gform_button.button, .btn.btn-spek, html .btn.btn-grey, html .ui--blog .arr, html .ui--pagination .ui--box a, html .ui--pagination .ui--box span  {
	color:#FFFFFF!important;
	background:#243e4d!important;
}

html a.btn.btn-primary:hover, html .gform_button.button:hover, html .page-numbers:hover, html .page-numbers.current, .btn.btn-spek:hover, html .btn.btn-grey:hover, html .ui--blog .arr:hover, html .ui--pagination .ui--box a:hover {
	color:#FFFFFF!important;
	background:#d8107d!important;
}

html .btn-small.btn-secondary {
    padding: 6px 12px;
	color:#FFFFFF!important;
	background:#243e4d!important;
}

html .btn-small.btn-secondary:hover {
    color:#FFFFFF!important;
	background:#d8107d!important;
}

html .btn-small.btn-l-grey {
    background: #ededf3!important;
    color: #243e4d!important;
}

html .btn-small.btn-l-grey:hover {
    background: #d3d3db!important;
    color: #243e4d!important;
}

html .ui--pagination > li.ui--pagination-current-item span {
    font-weight: normal;
    color:#FFFFFF!important;
	background:#d8107d!important;
    padding: 10px 16px!important;
}

a.btn.btn-mini {
    padding: 5px 8px;
}

html .ui--blog .arr, .ui--blog-image, .ui--blog-gallery-image {
    border: none!important;
    border-radius: 0px!important;
}

html .ui--blog .arr i {
    color: #ffffff!important;
}

.ui--blog-gallery {
    overflow: visible!important;
}

html .btn.btn-white {
	color:#292929!important;
	background:#FFFFFF!important;
}

html a.btn.btn-white:hover {
	color:#FFFFFF!important;
	background:#243e4d!important;
}

.ui--testimonial-content {
    font-size: 15px;
    line-height: 22px;
}

.testimonial-slider .ui--testimonial {
    text-align: center;
    margin-bottom: 0px;
}

.testimonial-slider .ui--testimonial-content {
    max-width: 1000px;
    margin: auto;
}

.testimonial-slider .ui--testimonial .ui--testimonial-brand {margin-bottom: 20px;}

.ui--testimonial-user {padding: 0px;}
.ui--testimonial {margin-bottom: 20px;}

html.csstransforms .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-prev {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

html.csstransforms .ui--content-box:hover .ui--content-box-gallery-navigation .ui--carosuel-next {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.ui--blog .ui--blog-gallery .ui--blog-gallery-navigation .ui--carosuel-next {
    left: auto;
}


#toTop {
    background: #e22f95!important;
    width: 36px;
    height: 36px!important;
    padding: 0px;
    text-align: center;
}
#toTop:hover {background:#243e4d!important;}

#toTop i {
    line-height: 33px;
    display: inline-block;
    font-size: 30px;
}

/* Sign Up */

.spek-signup input[type="text"] {
  width: 100%;
  padding: 6px 10px!important;
  height: auto;
  border: 1px solid #ffffff;
	box-sizing:border-box;
  box-shadow: none;
  color: #000000;
	display: block;
  margin: 0px 0px 16px;
}

form.spek-signup {
    text-align: center;
}

.spek-signup input[type="text"].error {
    border: 1px solid #790000;
    box-sizing: border-box;
    background: #fff3f3;
}

html .note {
    font-size: 90%;
    opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

html .spek-signup .form-group {
  display: block;
	position: relative;
}

html .spek-signup #captchaContainer > div {margin: 0px auto 20px;}

/* Bootstrap */

html .spek-signup .has-error input[type="text"].form-control {box-sizing:border-box;border: 1px solid #a94442;}
html .spek-signup .has-success input[type="text"].form-control {box-sizing:border-box;border: 1px solid #3c763d;}

.has-success .form-control-feedback {color: #3c763d;}
.has-error .form-control-feedback {color: #a94442;}

html .fa.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}

small.help-block {
    color: #a94442;
    margin: -6px 0px 14px;
    display: block;
}

/* Temp Bulletin */

.bulletin {
  background: #d8107d;
  padding: 20px 20px 16px;
}

.bulletin-inner {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.bulletin p {
  margin: 0px 0px 6px;
  color:#ffffff;
}
.bulletin p a {
  color:#ffffff;
  text-decoration: underline!important;
}
.bulletin p a:hover {color:#243e4d;}

#today-slider-wrap {
  position: relative;
}

.temp-closed-over, .temp-closed-over-inner {
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}
.temp-closed-over-inner {top: 0px;}

.temp-closed-over-bg {
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background: #ffffff;
  opacity: 0.5;
}

.temp-closed-over .v-wrap {
    background: #243e4d;
    max-width: 440px;
    margin: auto;
    padding: 10px;
}

.temp-closed-over .v-wrap h4 {
    color: #ffffff!important;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
}


/* Topbar */

html #top-bar-background {background: #ededf3;}

.top-bar-section .top-item {
    display: inline-block;
	height: 40px;
    line-height: 40px;
	vertical-align: top;
}

.top-bar-section .top-item.top-menu .menu {
    margin: 0px;
    list-style: none;
}

.top-bar-section .top-item.top-menu .menu li {display:inline-block;}
.top-bar-section .top-item.top-menu .menu li a {
	height:40px;
	line-height:40px;
	margin-right:15px;
	display:inline-block;
}

.top-item.top-search #s {
    border: none;
    background: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    margin: 0px;
    box-sizing: border-box;
    vertical-align: top;
	font-size:12px;
	width: 120px;
}

button#searchsubmit, button#searchsubmitmob {
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0px;
    vertical-align: top;
    padding: 0px 7px;
	font-size:12px;
	color:#292929;
}
.open-wrap {
	overflow: hidden;
    padding: 0px 12px;
}

.open-wrap .open-wrap-content {
	overflow:hidden;
    max-height: 0px;
    transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    position: absolute;
    left: 0px;
    right: 0px;
    padding-left: 2000px;
    padding-right: 2000px;
    margin-left: -2000px;
    margin-right: -2000px;
	padding-top:0px;
	padding-bottom:0px;
    background: #ededf3;
    display: block;
}

.open-wrap:hover .open-wrap-content {
	max-height: 999px;
	padding-top:30px;
	padding-bottom:30px;
}

.top-mob-search .open-wrap:hover .open-wrap-content {
    padding-top: 20px;
    padding-bottom: 12px;
}


.open-wrap:hover .open-wrap-btn {color:#292929!important;}
.open-wrap:hover .open-wrap-btn .fa {
	transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
	transition: all 0.2s ease-in-out!important;
	-moz-transition: all 0.2s ease-in-out!important;
	-webkit-transition: all 0.2s ease-in-out!important;
	-o-transition: all 0.2s ease-in-out!important;
	transform-origin: 50% 48%;
	-moz-transform-origin: 50% 48%;
	-webkit-transform-origin: 50% 48%;
	-o-transform-origin: 50% 48%;
}
.open-wrap:hover .open-wrap-btn .fa {
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.top-mob-search .open-wrap:hover .open-wrap-btn .fa {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
}

.open-wrap .open-wrap-content .widget {
    float: left;
    width: 33%;
	line-height: 20px;
	padding-right: 20px;
    box-sizing: border-box;
}

html .top-item.top-tickets > .btn {
    height: 40px!important;
    padding: 0px 12px;
    line-height: 40px;
    margin: 0px;
    vertical-align: top;
}

html .opening-times-title {
    margin: 0px 0px 6px;
    font-size: 16px;
    color: #292929;
}

/* Header */

#breadcrumb {
    border: none;
    border-radius: 0px;
    background: none;
    box-shadow: none;
}

#titlebar {
    color: #ffffff;
    background-color: #d8107d;
}

#titlebar #breadcrumb, #titlebar #breadcrumb a {
    color: #ffffff;
}

#titlebar > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

html #header-container-background, html #top-bar, html #top-bar-text, #titlebar, html #footer-bottom {border: none;}

#header-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

html #top-bar, html #header-container #top-bar, #top-bar a {
    color: #474747;
}

/*#titlebar {background: #ededf3;}*/

/* Strapline */

#strapline {
	position:absolute;
	right:0px;
	top:40px;
}

#strapline h1 {
    font-size: 23px;
    line-height: 26px;
	margin:0px;
}

#strapline h1 span {
	margin-left:30px;
}

/* Nav */

nav#navigation {
    margin: 0px 0px 0px -30px;
    top: auto;
	bottom:20px;
    width: 100%;
	left: 19px;
}

.modern-browser #header-navigation > li.top-level-item > a, .modern-browser #header-navigation > li.top-level-item {
	border: none!important;
	background:none!important;
}

#header-navigation > li.top-level-item > a .ui--caret {
    font-size: 80%;
    margin-left: 5px;
    color: #818181;
}

.megamenu .no-speks-message h4 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
}


	/* Mega Menu */

#header-navigation > .megamenu.layout-fullwidth > ul.sub-menu {
    border: none;
}

html #header-navigation > .megamenu ul.sub-menu .style--big-title > a {
    border: none!important;
    background: none!important;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
}

html #header-navigation .sub-menu li.menu-item.larger > a {
    font-size: 16px;
    padding: 20px;
}

html #header-navigation > .megamenu ul.sub-menu .style--big-title > a:after, html #header-navigation .sub-menu li.menu-item.larger > a:after {
    content: "\f105";
    margin-left: 8px;
    display: inline;
    font-size: 90%;
    opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu-spek .spek-title {
    font-size: 16px;
    line-height: 18px;
}


.megamenu-html .btn {margin-bottom: 0px;}
html #header-navigation > .megamenu > ul.sub-menu .megamenu-image, html #header-navigation > .megamenu > ul.sub-menu .megamenu-html {margin: 0px 20px 0px;}
html #header-navigation > .megamenu .menu-item > a, html #header-navigation > .megamenu .style--standard > a {border: none;}
.header-layout-blocking.no-stuck #header-navigation > .megamenu.layout-fullwidth > ul.sub-menu {border: none!important;}
html #header-navigation > .megamenu ul.sub-menu .style--big-title > a {font-size: 16px;	}

.menu-item h4.menu-feed-title {margin:0px 0px 10px;}
.menu-item .menu-feed-date {margin:0px 0px 10px;}
.menu-item .menu-feed-more {margin:0px;}
.menu-item h4.menu-feed-title a, .menu-item .menu-feed-more {color: #ffffff!important;}
.menu-item h4.menu-feed-title a:hover, .menu-item .menu-feed-more:hover {color: #8a9eaa!important;}

html #header-navigation .megamenu-html a {color: #ffffff;}

html #header-navigation .submenu a:hover,
html #header-navigation .submenu li:hover a,
html #header-navigation .submenu li.hover a,
html #header-navigation > .megamenu > ul.sub-menu > a:hover,
html #header-navigation > .megamenu > ul.sub-menu .style--standard > a:hover,
html #header-navigation > .megamenu ul.sub-menu .style--big-title.link-enabled > a:hover,
html #header-navigation li.fallout > ul.sub-menu li:hover > a,
html #header-navigation li.fallout > ul.sub-menu li.hover > a,
html #header-navigation .megamenu-html a:hover {
    color: #ffffff!important;
    text-decoration: underline!important;
}
html #header-navigation .megamenu-html a.btn:hover {color:#ffffff!important;}

#header-navigation > .megamenu > ul.sub-menu > li {background:#243e4d!important;}

/* Spek menu */

.spek-event-listed.spek-event-mini {
    border: none;
    margin-bottom: 16px;
    padding: 0px;
}

.spek-event-listed.spek-event-mini .spek-title a {color:#ffffff!important;}
.spek-event-listed.spek-event-mini .spek-title a:hover {color:#d8107d!important;}


/* Drop down menu misaligned fix */
#navigation .ui--caret {line-height: 10px;}
.no-click-nav > a {pointer-events:none!important;}
html .ui--accent-background, html #header-navigation li > ul.sub-menu:after {display:none!important;}



/* Slider */

.owl-item.fake-owl {pointer-events: none;}

#home-slider {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.4s ease-in-out!important;
	-moz-transition: all 0.4s ease-in-out!important;
	-webkit-transition: all 0.4s ease-in-out!important;
	-o-transition: all 0.4s ease-in-out!important;
	height: 100%;
}

#home-slider.shown {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ui--video.video-for-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.slide-main .ui--video.video-for-slide {bottom: 96px;}

.owl-carousel .owl-stage-outer {overflow: visible!important;}
.owl-carousel .owl-stage-outer .owl-stage {overflow: visible;}

.owl-item .slide-item {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

.owl-item.active .slide-item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slidery-nav .nav {
    position: absolute;
    top: 50%;
    line-height: 60px;
    font-size: 50px;
    color: #c9c9c9;
    z-index: 9999;
    margin-top: -30px;
    padding: 0px 6px;
    opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	cursor:pointer;
	transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

.slidery-nav .nav:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slidery-nav .nav.nav-left {left:20px;}
.slidery-nav .nav.nav-right {right:20px;}

.overlay {
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"!important;
	pointer-events:none;
}

#home-slider .slide-item .overlay, .slide-item.slide-main .overlay {display: none;}

.slide-inner {
	height: 100%;
	position: relative;
}

.slide-inner.half-slide {
    height: 49.5%;
    margin-bottom: 1%;
}

.slide-inner .text-box .slide-date {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-left: 0px;
}

.slide-inner .text-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999;
	padding: 20px;
}

.slide-inner .text-box .slide-sec-left {
    float: left;
	max-width:55%;
}

.slide-inner .text-box .slide-sec-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
	max-width:33%;
	text-align: right;
}

.slide-sec-right .btn {
    margin-top: 10px!important;
}

.slide-inner .text-box .text-box-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}

.slide-inner.has-vid .text-box .text-box-bg {
	 opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slide-inner.half-slide .text-box .text-box-bg {
	  top: auto;
	  height:3px;
	  opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #243e4d;
}


.text-box .slide-title {
    margin: 0px;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.slide-main .text-box .slide-title {
    font-size: 24px;
    line-height: 26px;
}

.text-box .slide-cat {
    margin: 0px 0px 6px;
    color: #ffffff!important;
}

.slide-inner .text-box .slide-sec-right > div, .slide-inner .text-box .slide-sec-right > a {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    vertical-align: bottom;
}

#home-slider .container {
    height: 100%;
    position: relative;
}

.slide-wrapper, .slide-item {
	position: relative;
	height: 500px;
}

.slide-item .slide-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-stage.owl-grab .slide-item .text-box, .owl-item.animated .slide-item .text-box {
	opacity:0!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;
}

.owl-item.active .slide-item .text-box {
	transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.owl-carousel .owl-controls {
	transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"!important;
}

.owl-carousel:hover .owl-controls {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    z-index: 999;
}

.owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: none;
	border:2px solid #ffffff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: inline-block;
    border-radius: 100px;
    margin: 4px;
	 /*box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);*/
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background:#ffffff;
}

.owl-nav {
    z-index: 99999;
}

.owl-carousel .owl-nav .owl-next {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -50px;
    top: 50%;
	margin-top:-26px;
}

.owl-carousel .owl-nav .owl-prev {
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: -50px;
    top: 50%;
	margin-top:-26px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    border-bottom: 3px solid #243e4d;
    border-right: 3px solid #243e4d;
    position: absolute;
    opacity: 0.7!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"!important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	border-radius: 0px 0px 6px 0px;
  cursor: pointer;
  box-sizing: border-box;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
	opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;
    cursor: default;
}


.btn.slide-button {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 36px;
    font-weight: normal!important;
    margin: 0px;
	color:#ffffff!important;
}

.btn.slide-button.sb-red {background:#CD1F37!important;}
.btn.slide-button.sb-red:hover {background:#AD152A!important;}

.btn.slide-button.sb-blue {background:#1B3158!important;}
.btn.slide-button.sb-blue:hover {background:#091427!important;}


.slide-item.slide-main {
    margin-right: -100%;
}


		/* Loading */


.loading {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -28px;
    text-align: center;
	z-index: 9999;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube1:before {background-color:#d8107d!important;}
.sk-folding-cube .sk-cube2:before {background-color:#743a86!important;}
.sk-folding-cube .sk-cube3:before {background-color:#8aa63f!important;}
.sk-folding-cube .sk-cube4:before {background-color:#243e4d!important;}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

  /**/


.f-rated-stamp {
    background-image: url(images/f-rated.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 33px;
    width: 33px;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 20px;
}

.spek-event.its-free .spek-title, .spek-event.its-free .spek-cat {
    margin-right: 40px;
}

.spek-event-text.is-free-event .spek-title {
    padding-right: 50px;
}

html .event-atts-wrap .btn {
    padding: 5px 10px;
}

  /* Home Iso Feed */

.plym-feed {position: relative;}
#container {display:none;}
.button-box {display:none;}

.item {
    position: relative;
	margin-bottom: 30px;
}

.item.grid-item {
    float: none!important;
    clear: both;
}

.item img, .spek-event-cover img {
	width:100%;
	height:auto;
}

.item .item-text {
	border: 1px solid transparent;
}


.row2 {
	display:none;
}

.grid-item-img {
    position: relative;
	margin-bottom: 10px;
	border: 1px solid #ECEEEE;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
}

.ui--blog-metas-right span.ui--meta-comment, .ui--blog-metas-right .ui--blog-separator {
    display: none!important;
}

.grid-item-img:hover {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"!important;
}

.cat-box-wrap {
	position: absolute;
    bottom: 10px;
	left:10px;
	right:10px;
	display:block;
	text-align:center;
	    pointer-events: none!important;
}
/*
.cat-box {
        margin: 0px;
    background: #545758;
    background: rgba(84, 87, 88, 0.9);
    padding: 7px 11px;
    color: #ffffff!important;
    font-size: 14px!important;
    line-height: 14px!important;
    display: inline-block;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-weight: normal;
    text-shadow: none;
    height: auto;
}
*/

html #page-content .item-text h3 {
    font-size: 16px;
    line-height: 23px;
    max-height: 44px;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.item-para p {margin-bottom: 15px!important;}

html #page-content .item-text h3 i.fa.fa-caret-right {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 12px;
}

html #page-content .item-text h3 a {color:#000000;}
html #page-content .item-text h3 a:hover {color:#505354;}


/*.sizer, .grid-item {width:32%;}
.gutter-sizer { width: 0px; }*/

#filters {
	margin-bottom:20px;
	text-align: center;
}

#filters button {
    background: #2970CA;
    color: #ffffff!important;
    font-weight: 500;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 4px 4px 0px;
}

#filters button.is-checked {
	background:#DF443B;
}




/* Plain Style Bullets */
.tp-bullets.simplebullets.round .bullet {
background: #ffffff!important;
border-radius: 100px;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
width: 14px;
height: 14px;
margin:0px 4px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
opacity:1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* Sidebar */

.sidebar-layout #primary-sidebars {width: 250px;}
.sidebar-widget-title > span {
    margin: 0px;
    border: none;
}

.sides .widget, #primary-sidebars .widget {
    padding: 15px 20px 5px;
    box-sizing: border-box;
    background: #ededf3;
}

.sides .widget.widget_media_image img, #primary-sidebars .widget.widget_media_image img {margin-bottom: 18px;}

/* Footer */

html #footer-bottom {background-color: #737373!important;}

#menu-footer-bar {
    margin: 0px;
    list-style: none;
}

#menu-footer-bar li {display: inline-block;}
#menu-footer-bar li:before {
    content: " • ";
    margin: 0px 3px;
}
#menu-footer-bar li:first-child:before {display: none;}

#footer-bottom #footer-navigation > img {
    width: 180px;
    height: auto;
	margin-top:20px;
}

#footer-bottom #footer-texts.pull-left {
    margin-top: 16px;
}

footer .fontawesome-twitter {
    color: #66b7e6;
    font-size: 20px!important;
    margin-right: 6px!important;
}

#footer-navigation div.TA_excellent, #footer-navigation > img {
    display: inline-block;
    vertical-align: top;
}

#footer-navigation #TA_certificateOfExcellence887 > div {
	width: 100px!important;
	margin-top: 8px;
}

html .cf_widget_title {
    font-size: 14px!important;
    line-height: 20px!important;
}

html .cf_widget_container {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#sb_instagram .sb_instagram_header, #sb_instagram .sbi_load_btn {
    display: none;
}

html #media_image-3 .footer-widget-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 18px;
}
#media_image-3 img {
    max-width: 150px !important;
    width: auto;
    margin: 0px auto 20px;
    display: block;
}

/*
#footer-bottom #footer-texts, #footer-bottom #footer-navigation {
    max-width: 38%;
}

#footer-arts {
    max-width: 24%;
    float: left;
	padding:3px 30px;
	box-sizing:border-box;
}
*/

#footer-widgets .footer-widget-title {
    font-size: 22px;
    line-height: 26px;
    margin: 2px 0 20px;
}

footer .times-widget .textwidget {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
}

html footer .widget_nav_menu > div > ul > li, html footer .ui--widget-subpages-classic > li {
    border: none;
}

#CDSWIDEXC a:hover {
    color: #000!important;
}

.widget_recent_comments ul li:before, .widget_display_forums ul li:before, .widget_display_topics ul li:before, .widget_display_replies ul li:before, .widget_display_views ul li:before, .widget_product_categories ul li:before, .widget_layered_nav_filters ul li:before, .widget_layered_nav ul li:before, .widget_recent_entries ul li:before, .list-custom-taxonomy-widget ul li:before, .widget_categories ul li:before, .widget_nav_menu > div > ul > li:before, .ui--widget-subpages-classic > li:before, .widget_pages > ul > li:before, .widget_rss ul li:before, .widget_archive ul li:before, .widget_meta ul li:before {
    opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.trip-wrap {
    display: inline-block;
    position: relative;
	vertical-align:top;
}

.trip-wrap .trip-wrap-link {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}


/* Artory / Connect Bar */

#footer-upper-bar {border-bottom: 1px solid #fff;}

.fub-left.fub-section > .row {
    padding: 20px 0px 20px 100px;
    box-sizing: border-box;
}

.art-links {
    display: inline-block;
    float: right;
    margin: 10px 30px;
    vertical-align: top;
}

.art-links .app-button {
    display: inline-block;
    margin: 6px;
}

.fub-left.fub-section h3 {margin:0px 0px 10px;}
.fub-left.fub-section h6 {margin:0px;}

.fub-right.fub-section h4 {
    display: inline-block;
    margin-right: 10px;
}

.artory {
    background: #ffffff;
    background-image: url(images/artory.jpg);
    background-repeat: no-repeat;
    background-size: 61px 64px;
    background-position: center center;
    width: 70px;
    height: 70px;
	position: absolute;
	top:0px;
	left:0px;
}

.fub-right.fub-section > .row {padding: 20px 0px;}
.span3.fub-right.fub-section > .row > h3 {margin: 0px 0px 10px;}
.span3.fub-right.fub-section .btn {margin-bottom: 0px;}

.btn.btn-fub {
    padding-left: 0px;
	padding-right:0px;
	width:35px;
	text-align:center;
}
.btn.btn-fub .fa {font-size: 16px;}

.btn.btn-fub.btn-in {
    background: #d8107d!important;
	color:#ffffff!important;
}
.btn.btn-fub.btn-in:hover {
    background: #a8005b!important;
	color:#ffffff!important;
}

.btn.btn-fub.btn-tw, .mtx-share-bar .mtx-share.mtx-share-tw {
    background: #66b7e6!important;
	color:#ffffff!important;
}

.btn.btn-fub.btn-tw:hover, .mtx-share-bar .mtx-share.mtx-share-tw:hover {
    background: #3e7fa4!important;
	color:#ffffff!important;
}

.btn.btn-fub.btn-fb, .mtx-share-bar .mtx-share.mtx-share-fb {
    background: #0075b9!important;
	color:#ffffff!important;
}
.btn.btn-fub.btn-fb:hover, .mtx-share-bar .mtx-share.mtx-share-fb:hover {
    background: #004167!important;
	color:#ffffff!important;
}

.btn.btn-fub.btn-lb, .mtx-share-bar .mtx-share.mtx-share-lb {
    background: #202830!important;
}
.btn.btn-fub.btn-lb:hover, .mtx-share-bar .mtx-share.mtx-share-lb:hover {
    background: #000000!important;
}

html .fa-letterboxd {
    background-image: url(images/letterboxd.svg);
    width: 24px;
    display: inline-block;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
}

/* Homepage */

.spek-section-home {
    margin-top: -60px;
}

.home-gallery .row {margin-left: 0px!important;}

.home-gallery .row .span4 {
    float: left!important;
    width: 30.66%!important;
    margin-left: 4%!important;
    clear: none!important;
}
.home-gallery .row .span4:first-child {
    margin-left: 0px!important;
    clear: both!important;
}
.home-gallery .row .ui--gallery-item {
    margin-bottom: 30px;
}

.home-gallery .row .span6 {
    float: left!important;
    width: 48%!important;
    margin-left: 4%!important;
    clear: none!important;
}
.home-gallery .row .span6:first-child {
    margin-left: 0px!important;
    clear: both!important;
}

.new-blog-home .ui--tagline-box {padding: 0px;}

.home #page-content {padding-top: 0px;}

.home .slide-wrapper {margin-bottom: 60px;}

.section-cw21f #mc_embed_signup {margin-top: 40px;}
.section-cw21f #cloudfw_mailchimp-2 {margin-bottom:0px;}
html .section-cw21f input#mce-EMAIL {
    border: none;
    display: inline-block!important;
    max-width: 260px!important;
    margin: 0px;
    vertical-align: top;
    margin-right: -4px;
}

.client-logo-wrap {
    height: 0px;
    overflow: hidden;
    padding-bottom: 60%;
    margin-bottom: 30px;
    position: relative;
}

.client-logo-wrap .client-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
}

/* Forms */

#captchaContainer > div {
    margin-bottom: 20px;
    overflow: hidden;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px!important;
    box-shadow: none!important;
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
	padding: 8px!important;
    box-sizing: border-box;
}

.gform_confirmation_message {
    font-size: 20px;
    margin: 20px 0px;
    line-height: 26px;
    color: #d8107d;
}

.key-form-heading {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #d8107d;
  margin: 10px 0 18px;
}

/* OV Widget */

.ov--content-box .ov--content-box-media {
	padding:0px!important;
	position:relative;
}

.ov--content-box .ov--content-box-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.ov--content-box .center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    top: auto;
    right: auto;
    height: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 999;
	width:100%;
}

.ov--content-box span.btn.btn-grey.ov--center-vertical {
	margin: auto;
	color:#ffffff!important;
	background:#243e4d;
}
.ov--content-box span.btn.btn-grey.ov--center-vertical:hover { background:#292929;}
.ov--content-box .ov--content-box-overlay-button-icon {
    float: left;
    margin-right: 8px;
    margin-top: -1px;
}

.ov--content-box .ov--content-box-overlay-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.ov--content-box:hover .ov--content-box-overlay-background {
    opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/* Blog Carousel Widget */

.home .ui--blog .ui--content-box-content {
    margin-top: 15px;
}


html .home .lower-section .ui--content-box-title-text p.new-blog-date {
    color: #ffffff!important;
}

.ui--blog > .ui--carousel .ui--content-box {position: relative;}

.ui--blog > .ui--carousel .ui--content-box .lower-section {
	position: absolute;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	z-index: 999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    box-sizing: border-box;
}

.ui--blog > .ui--carousel .lower-section-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    /*background: #000000;
    opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
}

.ui--blog > .ui--carousel .ui--content-box-media.effect--fade.type--default.clearfix {
    opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ui--blog > .ui--carousel .more-link a {color:#ffffff!important;}

.ui--blog > .ui--carousel .lower-section-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background:rgba(0, 0, 0, 0.85);
	padding:20px 30px;
}

.ui--blog > .ui--carousel .ui--content-box .ui--content-box-overlay {display: none;}

.ui--blog > .ui--carousel .lower-section a.ui--content-box-link {
    display: block;
    position: relative!important;
}

.ui--gradient-grey.on--hover:hover {background:none!important;}

.ui--blog > .ui--carousel .ui--content-box-title .ui--content-box-title-text, .ui--blog > .ui--carousel .ui--content-box-content-text p {color:#ffffff!important;}
.ui--blog > .ui--carousel .ui--content-box-title:hover .ui--content-box-title-text {color:#ffffff!important;}
.ui--blog > .ui--carousel .ui--content-box-content-text {margin: 0px;}
.ui--blog > .ui--carousel .ui--content-box-title {padding:0px;margin-bottom:0px;}


.ui--blog .ui--content-box .ui--content-box-footer {
    position: absolute;
    top: 20px;
    left: 0px;
    margin: 0px;
    background: #ededf3;
    padding: 8px 12px 8px 30px;
    line-height: 14px;
    font-size: 13px;
    height: auto;
	z-index: 999;
}

.ui--blog .ui--blog-related-posts .ui--content-box .ui--content-box-footer {
    top: 10px;
}

html .arr {
	border:0px;
	border-radius:0px;
}

html .arr-small {
    width: 24px;
    height: 34px;
    text-align: center;
}

.arr-large {
    width: 34px;
    height: 34px;
}

html .arr i {
    margin: 0px!important;
    padding: 0px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
}

.ui--blog .ui--content-box.cat-film .ui--content-box-footer, .ui--blog .ui--content-box.cat-art .ui--content-box-footer, .ui--blog .ui--content-box.cat-learning .ui--content-box-footer {color:#ffffff!important;}

.ui--blog .ui--content-box.cat-film .ui--content-box-footer {background:#d8107d!important;}
.ui--blog .ui--content-box.cat-art .ui--content-box-footer {background:#743a86!important;}
.ui--blog .ui--content-box.cat-learning .ui--content-box-footer {background:#8aa63f!important;}

.ui--content-box-title-text > .fa {
    margin-left: 6px;
    font-size: 60%;
    vertical-align: 3px;
}

/* MTX Box Widget */

.mtx--box-widget {
    position: relative;
    min-height: 450px;
	z-index:1;
}

.mtx--box-widget .mtx--content-box-title {
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: 0px;
	min-height: 230px;
}

.span6 .mtx--box-widget .mtx--content-box-title {
    right: 50%;
	bottom: 0px;
}

.mtx--box-widget .btn {
		margin: 10px 0px 0px;
}

.span3 .mtx--box-widget .btn {display:none;}

.mtx--content-box-title-text a {color:#ffffff!important;}

.mtx--box-widget .mtx--content-box-title-text {
    font-size: 26px;
    line-height: 28px;
}

.mtx--box-widget .mtx--content-box-title-caption {
    font-size: 16px;
    line-height: 18px;
	text-align:left;
}

.mtx--content-box-footer.mtx--gradient.mtx--gradient-grey.clearfix.text-left {
    text-transform: uppercase;
}

.mtx--box-widget .mtx--box-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	z-index: -1;
}

.mtx--content-box-media {
    z-index: -1;
    padding-bottom: 0px!important;
}

.mtx--box-widget .mtx--bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #414141;
    z-index: -1;
    opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.mtx--box-widget .mtx--content-box-title-text, .mtx--box-widget .mtx--content-box-title-caption.cat-box p, .mtx--box-widget .mtx--content-box-footer {
    color: #ffffff!important;
    text-align: left;
}


	/*///// ETN Box The image button /////*/

.etn--box-widget {
    position: relative;
	margin-bottom:20px;
}

.etn--box-widget .text-wrap table {
    height: 100%;
    width: 100%;
}

.etn--content-box-image-default img {
    height: auto!important;
	-webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;

}

.etn--box-widget .etn--content-box.etn--box.etn--content-item {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

.etn--content-box-title.etn--gradient.etn--gradient-grey {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    right: 0px;
    left: 0px;
    background: none;
	padding: 0px;
}

.etn--content-box-media {
    padding-bottom: 0px!important;
}

.etn--content-box-image-default {
    display: block!important;
    position: relative!important;
}

.etn--content-box-media {
    position: relative;
    z-index: 3;
    border-bottom: none!important;
}

.etn--content-box-title.etn--gradient.etn--gradient-grey .text-wrap {
    z-index: 999;
    height: 100%;
}

.etn--content-box-title.etn--gradient.etn--gradient-grey .cat-box-wrap {
    bottom: 40px;
}

html .etn--content-box-title.etn--gradient.etn--gradient-grey .cat-box {
    margin: 0px;
    background: none;
    padding: 7px 11px;
    color: #ffffff!important;
    font-size: 14px!important;
    line-height: 14px!important;
    display: inline-block;
    border-radius: 0px;
    box-shadow: none;
    font-weight: normal;
    text-shadow: none;
    height: auto;
}

.etn--content-box-title.etn--gradient-grey:hover, .etn--content-box-title.etn--gradient-grey.on--hover:hover, .etn--content-box-title.etn--gradient-grey.on--hover {background:none!important;}

.etn--content-box-title.etn--gradient.etn--gradient-grey .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background:#243e4d;
    opacity: 0.9!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"!important;
    z-index: -1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.etn--content-box-title.etn--gradient.etn--gradient-grey:hover .background {
	opacity: 0.95!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"!important;
}

.etn--content-box-header.h1 .etn--content-box-title.etn--gradient.etn--gradient-grey {
	 opacity: 0!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.etn--content-box-header.h1 .etn--content-box-title.etn--gradient.etn--gradient-grey:hover {
	 opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.etn--content-box-header.h5 .etn--content-box-title.etn--gradient.etn--gradient-grey img {
    /*-webkit-filter: grayscale(100%)!important;
    filter: grayscale(100%)!important;
    -moz-filter: grayscale(100%)!important;
    -o-filter: grayscale(100%)!important;*/
}

.etn--content-box-title.etn--gradient-grey .text-wrap h3.etn--content-box-title-text {color:#ffffff!important;}




/* Grey section */



.emblem-divi-top > .ui--section-content, .emblem-divi-bottom > .ui--section-content {position: relative;}
.emblem-divi-top-divi, .emblem-divi-bottom-divi {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-image:url(images/faint-emblem.png);
  background-repeat:no-repeat;
  background-size:contain;
}
.emblem-divi-top-divi {top: -40px;right: 30px;}
.emblem-divi-bottom-divi {bottom: -40px;left: 30px;}

.vid.holder .ui--video {
    position: relative;
    height: 0px;
    padding-bottom: 54.1%!important;
    border-bottom: 3px solid #d8107d;
}

.vid.holder .ui--video-background-wrapper .ui--video-background-video iframe {margin: 0px!important;}

.vid.holder .ui--video-background-wrapper {
    position: absolute;
    width: auto!important;
    margin: 0px!important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.vid.holder .ui--video-background-wrapper .ui--video-background-video iframe, .vid.holder .ui--video-background-wrapper .ui--video-background-video object, .vid.holder .ui--video-background-wrapper .ui--video-background-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}



/* Lightbox Arrows Fix */
.pp_envision a.pp_next, .pp_envision a.pp_previous {text-indent: inherit!important;}


/*//////////////////////////////////// SPEKTRIX ///////////////////////////////////////////////////*/


/* Spek - Home feed */
.owl-item .spek-event, .owl-item .news-block {
	opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
	pointer-events:none;
  display: block;
}

.owl-item.active .spek-event, .owl-item.active .news-block {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	pointer-events:all;
}

#today-slider {margin: 0px 0px 10px;}

#today-slider {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.4s ease-in-out!important;
	-moz-transition: all 0.4s ease-in-out!important;
	-webkit-transition: all 0.4s ease-in-out!important;
	-o-transition: all 0.4s ease-in-out!important;
}

#today-slider.shown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.spek-event {
	margin-bottom:30px;
	position:relative;
}

.spek-event .spek-event-cover img {width: 100%;}

.spek-event .spek-event-text {
    padding: 20px;
    background: #ededf3;
	position:relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	top:0px;
}

.spek-event:hover .spek-event-text {
    top: -33px;
}

.spek-event-text .spek-cat {
    margin: 0px 0px 8px;
	text-transform:uppercase;
}

.spek-event .spek-title {
    margin: 0px 0px 18px;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
}

.spek-event .spek-title a {color:#292929!important;}

.spek-event .spek-info {
    font-size: 13px;
    margin: 0px 0px 10px;
    display: block;
    font-weight: 400;
    color:#333333;
}

.spek-meta .spek-info {
    position: relative;
    padding-left: 20px;
}

.spek-meta .spek-info .fa {
    position: absolute;
    left: 0px;
	top:3px;
}

.spek-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.spek-description p {margin:0px;}

.spek-event .btn.btn-spek {
    margin: 0px;
    background: #243e4d;
    color: #ffffff!important;
    text-align: center;
    display: block;
}

.spek-event .btn.btn-spek:hover { background:#292929;}

.spek-event .spek-button-container {
    max-height: 3px;
    overflow: hidden;
    margin: 0px;
    transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
}

.spek-event:hover .spek-button-container {max-height: 35px;}

.spek-event-cover {
	position: relative;
}

.spek-event-cover .spek-img {
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	top:0px;
}
.spek-event:hover .spek-event-cover .spek-img {top: -10px;}

.spek-image-back {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	top:0px;
}

.spek-event:hover .spek-image-back {top: -10px;}

.spek-entry {
    background: #243e4d;
    color: #ffffff;
    position: absolute;
    top: 20px;
    padding: 6px 12px 6px 20px;
    margin: 0px;
}

.spek-section-home-header {margin: 20px 0px;}
.spek-section-home-header h1 {margin:0px;}

.btn.btn-spek-filt .fa {display: none;}
.btn.btn-spek-filt.active .fa {display: inline; margin-left:3px;}

.btn.btn-spek-filt, .spek-cat-buttons li.page_item a {
    background: #ffffff;
    padding: 6px 12px;
    margin: 0px 6px 6px 0px;
}

.spek-cat-buttons li.page_item.activated a {
	background: #5d5d5d!important;
    color: #ffffff!important;
	pointer-events:none;
}

.spek-cat-buttons {text-align: right;}

.btn.btn-spek-filt.active, html .spek-cat-buttons .spek-filt .btn.btn-spek-filt:hover, .spek-cat-buttons li.page_item a:hover {
	background:#5d5d5d!important;
	color:#ffffff!important;
}

html #page-wrap .ui--tabs-mini-horizontal > .ui--tabs-header .ui--tabs-titles > li a.btn.btn-spek-filt:hover h6 {color:#ffffff!important;}

.append-section {
	display:block;
	margin-top:40px;
	text-align: center;
}

.append-section .appender {margin:0px 3px;}

.no-speks-message {
	text-align:center;
}

.has-no-speks .no-speks-message {
	display:inline-block!important;
}

.date-bar {
    display: block;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: #5d5d5d;
    color: #ffffff;
	position:relative;
}

html .date-bar h4 {
    font-size: 15px;
    line-height: 18px;
	color: #ffffff!important;
	margin: 0px 50px;
    text-align: center;
}

.date-bar > a {
    position: absolute;
    top: 6px;
    color: #ffffff!important;
}

.date-bar .prev_day {left:20px;}
.date-bar .next_day {right:20px;}

.date-bar > a:hover {color:#d8107d!important;}

html #sb_instagram .sbi_follow_btn a {
    background: #333333;
    color: #ffffff;
}

html #sb_instagram .sbi_follow_btn a:hover {
    background: #000000;
    color: #ffffff;
}

html #matrix-cookie-bar .matrix-cookie-bg {opacity: 1;}
#matrix-cookie-bar .lg-text, #matrix-cookie-bar a {
    color: #ffffff!important;
    background: #000000!important;
}

/* Spek Calendar */

.spek-cal table.ui-datepicker-calendar {width: 100%;}
.spek-cal td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a {
    background: #243e4d;
    color: #fff!important;
}

.spek-cal .ui-datepicker-header {position: relative;}
.spek-cal .ui-datepicker-title {
    margin: 0px 50px 10px;
    text-align: center;
}
.spek-cal .ui-datepicker-prev {
    position: absolute;
    top: 0px;
    left: 0px;
	cursor:pointer;
}
.spek-cal .ui-datepicker-next {
    position: absolute;
    top: 0px;
    right: 0px;
	cursor:pointer;
}

.spek-cal .ui-datepicker-calendar td > a {
    display: block;
    text-align: center;
    line-height: 30px;
	cursor:pointer;
}
.spek-cal .ui-datepicker-calendar thead {line-height: 30px;}

/* Spek icos */

.spek-ico-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.spek-event:hover .spek-ico-wrap { top: 2px;}

.spek-ico-wrap .spek-ico {
    margin-left: 5px;
    display: inline-block;
}

.spek-event .spek-ico-wrap .spek-ico, .spek-event-listed .spek-ico-wrap .spek-ico {
	border-radius: 2px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	width: 40px;
    height: 40px;
}

.spek-event .spek-ico-wrap .spek-ico.no-shad, .spek-event-listed .spek-ico-wrap .spek-ico.no-shad {box-shadow:none;}

.free-stamp {
    position: absolute;
    right: 14px;
    height: 30px;
    width: 30px;
    background: #243e4d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    border-radius: 99px;
}



/*///////////////// Single Spektrix ////////////////*/

#single-spek-event .event-times .btn.btn-primary.btn-past, #single-spek-event .event-times .btn.btn-soldout  {
    background: #cdcdcd!important;
}
#single-spek-event .event-times .btn.btn-primary.btn-past {pointer-events: none!important;}

.page-template-template-spektrix-events-single #titlebar {display:none;}
.page-template-template-spektrix-events-single #titlebar.mtx-titlebar {display:block;}

.page-template-template-spektrix-events-single .release-cover {border-bottom: 3px solid #000;}
.page-template-template-spektrix-events-single .release-cover > img {width:100%;}
.page-template-template-spektrix-events-single .release-thumbnail {margin-bottom: 30px;position:relative;}

.spek-ico-wrap.single-ico-wrap {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 30px;
}

.spek-ico-wrap.single-ico-wrap .spek-ico {
	margin-left:0px;
	margin-right:4px;
}

.single-event-share {
    display: block;
    margin-bottom: 30px;
}

#single-spek-event .menu-feed-cat {
  display: block;
  padding: 5px 10px 5px 20px;
  color: #ffffff;
  position: relative;
  margin-top: -4px;
}

#single-spek-event .event-times {
    display: block;
    clear: both;
    padding: 10px 20px 2px;
    font-size: 16px;
    background: #f9f9f9;
	line-height: 35px;
	margin-bottom: 1px;
	min-height: 40px;
}

#single-spek-event .event-times .btn {
	margin:0px 0px 0px 20px;
	float:right;
}


#single-spek-event .release-meta {margin-bottom: 30px;}

#single-spek-event .event-times .event-times-section > span {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
#single-spek-event .event-times .event-times-section > span:last-child {margin-right: 0px;}

.sp-event-attributes > span {
    margin-left: 12px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 8px;
    background: #e0e0e0;
}
.sp-event-attributes > span:first-child {margin-left: 0px;}

#single-spek-event .release-description {margin-bottom: 30px;}

.free-stamp.stamp-inline {
    position: relative;
    right: auto;
    display: inline-block;
    margin-right: 4px;
    top: -4px;
}

/*///////////////// Full Spektrix Whats on list ////////////////*/

.spek-event-listed {
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ededf3;
    position: relative;
}

.spek-event-listed .spek-description {margin-bottom: 20px;}
.spek-event-listed .spek-info {margin-bottom: 15px;font-size: 13px;line-height: 16px;}
.spek-event-listed .spek-event-cover {margin-bottom: 20px;}

.spek-event-listed .spek-title a {
	color:#222222!important;
}

.spek-event-listed .btn.btn-spek {
    color: #ffffff!important;
}

.whats-on-side {
    box-sizing: border-box;
    padding: 30px 30px 10px;
    background: #ededf3;
	margin-bottom:30px;
}

.whats-on-side > div {
    margin: 0px 0px 30px;
}

.whats-on-side .whats-on-side-title {
	text-align:center;
    margin: 0px 0px 30px;
}

.event-times-section {
    display: inline-block;
}

/*//////////////////////////////////// SPEKTRIX END ///////////////////////////////////////////////////*/

/* Spek Tabs */

html #page-wrap .ui--tabs-mini-horizontal > .ui--tabs-header .ui--tabs-titles > li a.btn.btn-spek-filt {
    font-size: 13px;
    line-height: 15px;
	height:auto!important;
	display:inline-block;
	transition: all 0.3s ease-in-out!important;
	-moz-transition: all 0.3s ease-in-out!important;
	-webkit-transition: all 0.3s ease-in-out!important;
	-o-transition: all 0.3s ease-in-out!important;
	border:0px;
    min-height: 0px;
	background: none;
    padding: 0px;
    margin: 5px 6px 0px;
}

html #page-wrap .ui--tabs-mini-horizontal > .ui--tabs-header .ui--tabs-titles > li a.btn.btn-spek-filt h6 {
	padding: 6px 12px;
	margin:0px;
	color:#7c7c7c !important;
	background: none;
	text-shadow: none!important;
	font-weight: normal!important;
	transition: all 0.3s ease-in-out!important;
	-moz-transition: all 0.3s ease-in-out!important;
	-webkit-transition: all 0.3s ease-in-out!important;
	-o-transition: all 0.3s ease-in-out!important;
}

html #page-wrap .ui--tabs-mini-horizontal > .ui--tabs-header .ui--tabs-titles > li.active a.btn.btn-spek-filt h6 {
    background: #5d5d5d;
    color: #ffffff!important;
}

/* seconds */

.spek-section-home .all-speks .spek-event.second-set, .spek-section-home .all-speks .spek-second-group {display:none;}

.all-speks .spek-second-group {
    width: 100%;
    height: 30px;
    float: none;
    clear: both;
}

.all-speks.seconds .spek-event.second-set, .all-speks.seconds .spek-second-group {display:block;}

.all-speks.seconds #spek-more {display:none;}

/**/

.darth-fader {
	display:none;
    position: absolute;
    background: #ffffff;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ui--tabs-mini > .ui--tabs-contents > li {
    opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.6s ease-in-out!important;
    -moz-transition: all 0.6s ease-in-out!important;
    -webkit-transition: all 0.6s ease-in-out!important;
    -o-transition: all 0.6s ease-in-out!important;
}

.ui--tabs-mini > .ui--tabs-contents > li.active {
    opacity: 1;
}


/* Contact */

#gform_1 label, #gform_2 label {display: none!important;}
.gform_footer {padding: 0px!important;}

.gfield .ui--select-wrapper {background: #ededf3;}


/* Blog - News Block */

.news-block {
    height: 0px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    z-index: 1;
    background: #243e4d;
    border: 1px solid #ededf3;
    box-sizing: border-box;
}

.news-block .news-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.news-block .news-block-inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgb(36 62 77 / 95%);
    color: #ffffff;
}

.news-block .news-block-inner .news-block-text {
  padding: 20px 20px 0px;
}

.news-block .news-block-inner .news-title {
  color:#ffffff!important;
  margin: 0px 0px 12px;
}

.news-block .news-block-inner .btn-wrap {
    max-height: 3px;
    overflow: hidden;
    margin: 12px 0px 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.news-block .news-block-inner .btn-wrap .btn {
    margin: 0px;
}

.news-block:hover .news-block-inner .btn-wrap {
    max-height: 35px;
}

.news-block .cat-badge {
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0px;
  background: #ededf3;
  color:#243e4d;
  padding: 8px 12px 8px 30px;
  line-height: 14px;
  font-size: 13px;
  height: auto;
  z-index: 2;
}

.news-block.cat-film .cat-badge {
  background: #d8107d;
  color:#ffffff;
}

.more-blog-wrap {
  text-align: center;
  z-index: 9999;
  position: relative;
}
.more-blog-wrap .btn {margin-right: 0px!important;}

/* Blog */

#breadcrumb {
    overflow: hidden;
	padding-left:0px;
	padding-right:0px;
}

.single-post .breadcrumbs {
    right: -18px;
    position: relative;
}

.single-post .breadcrumbs .ui-bc-item.ui-bc-last {
    display: none;
}

html #primary-sidebars .widget.tagcloud {
    padding-bottom: 30px!important;
}

html .tagcloud a {text-transform:capitalize;}

.blog-footer .widget_categories li.cat-item {
    display: inline-block;
    padding: 4px 8px;
}

.blog-footer .widget.widget_cloudfw_blog_list {
    display: none;
}

.blog-footer .widget_categories li.cat-item:before {display:none;}

.ui--blog .ui--masonry .lower-section {
    padding: 1px;
    background: #fff;
}

.ui--blog .ui--masonry .ui--content-box-header {
    min-height: 50px;
    background: #fff;
}

.ui--custom-menu-bar ul > li.active-item > a, .ui--custom-menu-bar.hover-effect ul > li:hover > a {
    box-shadow: none;
}

.ui--content-box-content-text {margin-top: 0px;}
.ui--content-box-title {padding: 12px 20px 12px;}

.ui--blog > .ui--carousel .ui--content-box-title .ui--content-box-title-text, .ui--blog > .ui--carousel .ui--content-box-content-text p {
    text-align: left;
}

.add-section {margin-bottom: 30px;}
.add-section .addthis_inline_share_toolbox {margin-top:20px;}

html p.new-blog-date {
    display: block;
    margin: 10px 0px 0px;
    font-size: 14px;
	text-align:left;
}

.ui--content-box-title-text {text-align:left;}

html .ui--blog-related-posts  p.new-blog-date {
	color:#ffffff!important;
}

[class*="span"].first {clear: both!important;}

.ui--content-box-title-text > .fa {
	margin-left: 6px;
    opacity: 0.8;
    font-size: 60%;
    vertical-align: super;
}

/* Shares */

.mtx-share-bar-wrap {margin: 0px;}
.mtx-share-bar-wrap .shares-title {margin: 0px 0px 20px;}

.mtx-share-bar .mtx-share {
    width: 32px;
    padding: 0px;
    box-sizing: border-box;
    height: 32px;
    float: left;
    background: #243e4d!important;
    color: #ffffff!important;
    margin: 0px 6px 12px 0px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.mtx-share-bar .mtx-share:hover {
  color: #FFFFFF!important;
  background:#d8107d!important;
}
.mtx-share-bar .mtx-share.mtx-share-email {
    background: #e22f95!important;
}
.mtx-share-bar .mtx-share.mtx-share-email:hover {
    background: #243e4d!important;
}

#page-content .mtx-share-bar .mtx-share i {color:#ffffff!important;}

.mtx-share-bar .mtx-share.mtx-share-copy {
    position: relative;
    cursor: pointer;
    margin-right: 0px;
}

.mtx-share-bar .mtx-share.mtx-share-copy .share-perma {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 38px;
    right: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.mtx-share-bar .mtx-share.mtx-share-copy input.share-perma-url {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    position: absolute;
}

.mtx-share.mtx-share-copy.copied:before {
    content: "Link copied";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 88px;
    margin-left: -44px;
    background: #5d5d5d;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 13px;
}

.shares-header.tag-header {margin-bottom: 18px;}


/* Comments */

#comments .commentlist li .comment-avatar, .ui--comments-arrow {
    display: none;
}

#comments .commentlist li .comment-text {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.comment #respond {margin-left: 0px!important;}

.ui--comment-form .ui--box {
    padding: 18px 0px 0px;
}

.ui--comment-form .form-submit {
    margin: 0px;
    padding: 12px 0px;
}

#commentform .span4 {width: 48.93%; }

/* Pagination */

.mtx-pagination {
    list-style: none;
    margin: 20px 0px 20px;
    display: block;
    text-align: center;
}

.mtx-pagination .btn.btn-primary.active {
    background: #d8107d!important;
}


/* Gallery */

.ui--gallery .ui--gallery-item, .ui--gallery .ui--gallery-item img, .ui--gallery .ui--gallery-overlay {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


/* New bits */

.ui--tabs-titles {
    text-align: left;
    width: 100%;
}

#titlebar-title small {
    color: #ffffff;
    opacity: 0.7;
}

.ui--message-box {
    padding: 6px 12px;
    border-radius: 0px;
    background: #243e4d;
}

.ui--message-box .ui--message-box-inline p {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}


/* Slidery */

.slidery {margin-bottom:30px;}

.slidery .slidery-slider {position: relative;}

.slidery .slidery-slider .slidery-item {
    position: absolute;
    top: 0px;
    z-index: -1;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 0.4s ease-in-out!important;
	-moz-transition: opacity 0.4s ease-in-out!important;
	-webkit-transition: opacity 0.4s ease-in-out!important;
	-o-transition: opacity 0.4s ease-in-out!important;
}

.slidery .slidery-slider .slidery-item.active {
    position: relative;
    z-index: 1;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slidery .thumbs {
    margin-left: -2px;
    margin-right: -2px;
}

.slidery .slidery-tn-link {
	display: block;
	cursor: pointer;
}

.slidery .slidery-item-tn {
    width: 20%;
	padding: 2px;
    box-sizing: border-box;
    float: left;
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	transition: opacity 0.4s ease-in-out!important;
	-moz-transition: opacity 0.4s ease-in-out!important;
	-webkit-transition: opacity 0.4s ease-in-out!important;
	-o-transition: opacity 0.4s ease-in-out!important;
}

a.pp_close.btn {
    position: absolute;
	margin:0px;
}

.pp_content {
    position: relative;
}

.arr, .arr > span {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.slidery .slidery-item-tn.active {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slidery img {
	width:100%;
	height:auto;
}



/* Event Filter */

.mob-filter .btn.mob-filter-btn {
    margin: 0px!important;
    font-size: 18px;
    line-height: 24px;
}

.mob-filter .mob-filter-btn .fa {
    transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.2s ease-in-out!important;
	-moz-transition: all 0.2s ease-in-out!important;
	-webkit-transition: all 0.2s ease-in-out!important;
	-o-transition: all 0.2s ease-in-out!important;
	font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -2px;
}

.mob-filter.switched-on .mob-filter-btn .fa {
    transform: none;
	-o-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

.mob-filter .whats-on-side.mobile-only {
	max-height:0px;
	overflow:hidden;
	opacity:0;
	box-sizing:border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.4s ease-in-out!important;
	-moz-transition: all 0.4s ease-in-out!important;
	-webkit-transition: all 0.4s ease-in-out!important;
	-o-transition: all 0.4s ease-in-out!important;
	padding-top:0px;
	padding-bottom:0px;
}

.mob-filter.switched-on .whats-on-side.mobile-only {
	max-height:999px;
	overflow:hidden;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	padding-top:30px;
	padding-bottom:10px;
}


.newsletter-error-messages {
    max-width: 500px;
    margin: 20px auto 40px;
}


/* Download Box */

.download--box {margin-bottom:20px;}

.download--content-box-media {
    position: relative;
    margin-bottom: 10px;
}

.download-over {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.download--box.here .download-over {
	 opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.download--box.here:hover .download-over {
	 opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.download--box.coming-soon .download-over .download-overlay {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    background: #000000;
    opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -1;
}

.download--box .btn {
    margin: 0px 8px 8px 0px;
}

html .download--box .download--content-box-title-text {margin-bottom:15px;}

.download-over .v-align {height:100%;}

.v-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    top: auto;
    right: auto;
    height: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 999;
}

.v-wrap {width:100%;}

/* Cheat sheet */

.cheat-item {border-left: 4px solid #243e4d;}
.cheat-item.cat-art {border-left: 4px solid #743a86;}
.cheat-item.cat-film {border-left: 4px solid #d8107d;}
.cheat-item.cat-learning {border-left: 4px solid #8aa63f;}



/* Wellslider */

.wellslider.owl-carousel {
    overflow: hidden;
	padding-bottom: 40px;
}

.wellslider .owl-item {
	transition: opacity 0.3s ease-in-out!important;
	-moz-transition: opacity 0.3s ease-in-out!important;
	-webkit-transition: opacity 0.3s ease-in-out!important;
	-o-transition: opacity 0.3s ease-in-out!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    opacity: 0 !important;
}

.wellslider .owl-item.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    opacity: 1 !important;
}

.owl-carousel.wellslider .owl-nav .owl-prev, .owl-carousel.wellslider .owl-nav .owl-next {
    height: 20px;
    width: 20px;
}

.owl-carousel.wellslider .owl-nav .owl-next {right: -30px;}
.owl-carousel.wellslider .owl-nav .owl-prev {left: -30px;}


.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.3!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"!important;
}

.wellslider.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    top: auto;
	bottom:0px;
    height: 40px;
    left: 60px;
    right: 60px;
}

.wellslider.owl-carousel .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    border: 2px solid #253f4e;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {background:#253f4e;}


@media (min-width: 1200px) {

  .pac-date-slide .instance .pac-date-slide-title { font-size: 36px; line-height: 42px; }
  .pac-date-slide .instance span { font-size: 18px; line-height: 24px; }


html .owl-carousel.wellslider .owl-nav .owl-prev {
    right: auto;
    left: 10px;
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0px;
}

html .owl-carousel.wellslider .owl-nav .owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0px;
}

.sidebar-layout #primary-sidebars {width: 270px!important;}

/* No margin to 10 margin */
.ui-row.ui-row-no-margin .span12 {width: 1170px!important;}
.ui-row.ui-row-no-margin .span9 {width: 875px!important;}
.ui-row.ui-row-no-margin .span8 {width: 776px!important;}
.ui-row.ui-row-no-margin .span6 {width: 580px!important;}
.ui-row.ui-row-no-margin .span4 {width: 383px!important;}
.ui-row.ui-row-no-margin .span3 {width: 285px!important;}
.ui-row.ui-row-no-margin .span2 {width: 186px!important;}
.ui-row.ui-row-no-margin [class*="span"], .ui-row.ui-row-no-margin [class*="span"]:first-child {margin-left: 10px!important;}
.ui-row.ui-row-no-margin {margin-left: -10px!important;}


/* 90px span margin on desktop  */
.span12 {width: 1170px;}
.span10 {width: 960px;}
.span9 {width: 855px;}
.span8 {width: 750px;}
.span6 {width: 540px;}
.span4 {width: 330px;}
.span3 {width: 225px;}
.span2 {width: 120px;}
[class*="span"] {margin-left: 90px;}
.row {margin-left: -90px;}

ul#header-navigation {margin-right: -20px;}


#single-spek-event .spek-ico-wrap.single-ico-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
}

#single-spek-event .spek-ico-wrap.single-ico-wrap .spek-ico {margin:0px 0px 0px 6px;}

}

@media (max-width: 1199px) and (min-width: 979px) {

  .pac-date-slide .instance .pac-date-slide-title { font-size: 30px; line-height: 36px; }
  .pac-date-slide .instance span { font-size: 18px; line-height: 24px; }

#header-navigation > li.top-level-item > a {
    padding: 18px 12px;
}

/* No margin to 10 margin */
.ui-row.ui-row-no-margin .span12 {width: 960px!important;}
.ui-row.ui-row-no-margin .span9 {width: 717px!important;}
.ui-row.ui-row-no-margin .span8 {width: 636px!important;}
.ui-row.ui-row-no-margin .span6 {width: 475px!important;}
.ui-row.ui-row-no-margin .span4 {width: 313px!important;}
.ui-row.ui-row-no-margin .span3 {width: 232px!important;}
.ui-row.ui-row-no-margin .span2 {width: 151px!important;}
.ui-row.ui-row-no-margin [class*="span"], .ui-row.ui-row-no-margin [class*="span"]:first-child {margin-left: 10px!important;}
.ui-row.ui-row-no-margin {margin-left: -10px!important;}

.span6 .mtx--box-widget .mtx--content-box-title {right: 35%;}

ul#header-navigation {margin-right: -20px;}

#single-spek-event .spek-ico-wrap.single-ico-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
}
/*#single-spek-event .spek-event-text {padding-right: 230px;}*/
#single-spek-event .spek-ico-wrap.single-ico-wrap .spek-ico {margin:0px 0px 0px 6px;}

html .owl-carousel.wellslider .owl-nav .owl-prev {
    right: auto;
    left: 10px;
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0px;
}

html .owl-carousel.wellslider .owl-nav .owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0px;
}

}

/* iPad */
@media (max-width: 978px) and (min-width: 768px) {

  html .sidebar-layout #the-content, html .sidebar-layout #primary-sidebars {
    width: 100%!important;
    float: none!important;
  }

.downloads .ui-column.span6 {
    width: 100%;
    margin-left: 0px;
    float: none;
    clear: both;
}

html .owl-carousel.wellslider .owl-nav .owl-prev {
    right: auto;
    left: 10px;
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0px;
}

html .owl-carousel.wellslider .owl-nav .owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: 0px;
}

#footer-bottom #footer-texts, #footer-bottom #footer-navigation {
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 10px 0px;
}

#footer-bottom #footer-navigation > img {
    width: 160px;
}

.whats-on-side {padding: 20px 20px 0px;}

html .etn--content-box-title-caption {display: none!important;}

#single-spek-event .spek-ico-wrap.single-ico-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
}
/*#single-spek-event .spek-event-text {padding-right: 230px;}*/
#single-spek-event .spek-ico-wrap.single-ico-wrap .spek-ico {margin:0px 0px 0px 4px;}
#single-spek-event .spek-ico-wrap.single-ico-wrap .spek-ico img {
    height: 40px;
    width: auto;
}

nav#navigation { text-align:center !important; }
#header-navigation  { float:none !important; display:inline-block !important; }
.sidebar-layout #primary-sidebars {width: 170px;}

#strapline {
    position: relative;
    right: 0px;
    top: 0px;
    margin-bottom: 30px;
}

#strapline h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px;
    text-align: center;
}

nav#navigation {
    margin: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

#header-navigation > li.top-level-item > a {padding: 18px 11px;}
html #header-container {padding-bottom: 20px!important;}
.ui--blog > .ui--carousel .ui--content-box-content-text {display:none;}

/* No margin to 10 margin */
.ui-row.ui-row-no-margin .span12 {width: 724px!important;}
.ui-row.ui-row-no-margin .span9 {width: 540px!important;}
.ui-row.ui-row-no-margin .span8 {width: 478px!important;}
.ui-row.ui-row-no-margin .span6 {width: 357px!important;}
.ui-row.ui-row-no-margin .span4 {width: 234px!important;}
.ui-row.ui-row-no-margin .span3 {width: 173px!important;}
.ui-row.ui-row-no-margin .span2 {width: 112px!important;}
.ui-row.ui-row-no-margin [class*="span"], .ui-row.ui-row-no-margin [class*="span"]:first-child {margin-left: 10px!important;}
.ui-row.ui-row-no-margin {margin-left: -10px!important;}

.span6 .mtx--box-widget .mtx--content-box-title {
    right: 0px;
	bottom: auto;
}

.art-links {
    width: 130px;
    text-align: right;
    margin: 0px 30px;
}

.owl-carousel .owl-nav .owl-next {right: -32px;}
.owl-carousel .owl-nav .owl-prev {left: -32px;}

.menu-spek .spek-title, .menu-item h4.menu-feed-title {
    font-size: 15px;
    line-height: 17px;
}
#header-navigation > .megamenu.columns-4 > ul.sub-menu > li.three-column .menu-feed .menu-feed-item {padding: 15px;}
#header-navigation > .megamenu .style--big-title > a {padding: 10px 15px 8px !important;}
html #header-navigation > .megamenu > ul.sub-menu .megamenu-image, html #header-navigation > .megamenu > ul.sub-menu .megamenu-html {margin: 0px 15px 0px;}
#header-navigation > .megamenu .menu-item > a, #header-navigation > .megamenu .style--standard > a, #header-navigation > .megamenu .style--big-title > a, #header-navigation > .megamenu .style--strong-title > a {padding: 8px 15px;}


#single-spek-event .event-times {
    position: relative;
}
.sp-event-date, .sp-event-time {
    float: none;
    font-size: 14px;
    display: inline;
    line-height: 20px;
    margin-right: 6px!important;
}

.event-times-section {
    margin-right: 141px!important;
	line-height: 20px;
}

.event-times-section .fa {display:inline!important;}

#single-spek-event .event-times .btn {
    margin: 0px 0px 0px 20px;
    position: absolute;
    top: 13px;
    right: 13px;
}


}


/* iPad & Above */
@media (min-width: 767px) {

  .flex-blocks, .fl-mtx-slider .owl-stage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .flex-blocks, .flex-blocks > div, .flex-blocks > div > div, .flex-blocks > div > a,
  .fl-mtx-slider .owl-stage, .fl-mtx-slider .owl-stage > div, .fl-mtx-slider .owl-stage > div > div,
  .flex-slider .owl-stage, .flex-slider .owl-stage > div, .flex-slider .owl-stage > div > div,
  .fl-tabs-labels, .fl-tabs-labels .fl-tabs-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-blocks > div, .flex-blocks > div > div, .flex-blocks > div > a,
  .fl-mtx-slider .owl-stage > div, .fl-mtx-slider .owl-stage > div > div,
  .flex-slider .owl-stage > div, .flex-slider .owl-stage > div > div {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .fl-tabs-labels .fl-tabs-label {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .flex-blocks > div > div, .flex-blocks > div > a,
  .fl-mtx-slider .owl-stage > div > div,
  .flex-slider .owl-stage > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
  }

  .flex-blocks.flex-blocks-centered > div > div,
  .flex-blocks.flex-blocks-centered > div > a,
  .flex-slider.flex-slider-centered .owl-stage > div > div {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }

  .flex-blocks.flex-blocks-bottom > div > div,
  .flex-blocks.flex-blocks-bottom > div > a {
    align-items: end;
    justify-content: end;
    -webkit-align-items: end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-align: end;
    -ms-flex-pack: end;
  }

}

/* iPad & above */
@media (min-width: 768px) {

.mobile-only {display:none;}
.desk-only {display:block;}

	/* Mega menu */

  #header-navigation > .megamenu.columns-4 > ul.sub-menu > li.whatsonmenu {width: 50%;}
  #header-navigation > .megamenu.columns-5 > ul.sub-menu > li.whatsonmenu {width: 60%;}

.header-layout-blocking.no-stuck #header-navigation > .megamenu.layout-fullwidth > .sub-menu {
    margin-left: -2000px!important;
    padding-left: 2000px;
    margin-right: -2000px!important;
    padding-right: 2000px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#header-navigation > .megamenu.layout-fullwidth > ul.sub-menu {
    margin-left: -3000px!important;
    margin-right: -3000px!important;
    padding-left: 3000px!important;
    padding-right: 3000px!important;
    padding-bottom: 40px;
    padding-top: 20px;
    box-sizing: content-box;
}

#header-navigation > .megamenu.columns-5 > ul.sub-menu > li.two-column {
    width: 40%;
}

#header-navigation > .megamenu .level-1:after {
    top: 20px;
    bottom: 20px;
	height:auto;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

#header-navigation > .megamenu.columns-4 > ul.sub-menu > li.three-column {width: 75%;}
#header-navigation > .megamenu li.three-column > a {padding: 0px !important;}
#header-navigation > .megamenu.columns-4 > ul.sub-menu > li.three-column .menu-feed .menu-feed-item {
    width: 33%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
	border-left: 1px solid #374f5d;
}

html #header-navigation > .megamenu ul.sub-menu li.three-column > a:after {display:none;}
.menu-feed .menu-feed-item {position:relative;}
.menu-feed .menu-feed-cat {
    display: inline-block;
    margin: 0px;
    padding: 4px 10px 4px 20px;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

.menu-item h4.menu-feed-title {
    margin: 20px 0px 10px;
}

html #header-navigation > .megamenu > ul.sub-menu .style--standard > a { background: none!important;}

/**/

.header-layout-blocking.no-stuck #logo {display: inline-block;}

}


/* Mobile */
@media (max-width: 767px) {

  .spek-iframe-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .pac-date-slide .instance {
    padding: 8px 0px;
  }

  .home #SpekSignupForm {
    margin-bottom: 50px;
}

  .section-cw21f > .ui--section-content:before, .section-cw21f > .ui--section-content:after, .emblem-divi-top > .ui--section-content:before, .emblem-divi-bottom > .ui--section-content:after {display: none;}

.fullwidth-content .ui--section-content {
  padding: 30px 40px 10px !important;
}
.fullwidth-content.section-uzol0 .ui--section-content {
  padding: 40px 40px 50px !important;
}

  .titlebar-text-content {
    text-align: center;
}

.wellslider .owl-nav {
    position: absolute;
    bottom: 0px;
    height: 60px;
}

html .owl-carousel.wellslider .owl-nav .owl-prev {
    right: auto;
	left: 10px;
    position: absolute;
    top: 20px;
    bottom: auto;
    margin: 0px;
}

html .owl-carousel.wellslider .owl-nav .owl-next {
    right: 10px;
    left: auto;
    position: absolute;
    top: 20px;
    bottom: auto;
    margin: 0px;
}

.download--box.here .download-over {
	 opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pac-date-slider-wrap .cal-btn-wrap {
    margin-top: -34px;
}

.home .slide-wrapper {
    margin-bottom: 80px;
}

.mobile-only {display:block;}
.desk-only {display:none;}

html .date-bar h4 {
    font-size: 18px;
    line-height: 24px;
}

.date-bar > a {
    top: 50%;
    margin-top: -10px;
}

/* Form Fix Width names /address on mobile */
.gform_wrapper .ginput_complex.ginput_container .name_first, .gform_wrapper .ginput_complex.ginput_container .name_last {
    width: 100%;
    padding-right: 0px;
    margin-top: 2px;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 100%!important;
    display: block!important;
    vertical-align: top!important;
    margin: 2px 0px 0px 0px!important;
}
/**/

.top-bar-section {
    float: none!important;
    display: block;
    text-align: center;
    padding: 0px 20px;
}

.top-item.top-search #s {width:52px;}
#strapline {display:none;}
html #header-navigation-toggle a {color: #243e4d;}

nav#navigation {
    margin: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.open-wrap .open-wrap-content .widget {
    float: none;
    width: 100%;
	line-height: 20px;
	padding-right: 30px;
	padding-left:30px;
    box-sizing: border-box;
}

.open-wrap .open-wrap-content .widget .textwidget {margin-bottom:20px;}

.ui--blog > .ui--carousel .ui--content-box .lower-section {position: relative;}
.ui--blog > .ui--carousel .lower-section-wrap {padding-top:60px;}

.ui--blog > .ui--carousel .lower-section-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.ui--blog > .ui--carousel .ui--content-box-media.effect--fade.type--default.clearfix {
    opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.ui-row.ui-row-no-margin [class*="span"] { width:100%!important; margin-bottom:10px;}

.span6 .mtx--box-widget .mtx--content-box-title {
    right: 0px;
	bottom: auto;
}

.mtx--box-widget .mtx--content-box-title {
    top: 0px!important;
    bottom: 0px!important;
}

#footer-upper-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.artory {top:20px;position: relative;}

.art-links {
    float: none;
    margin: 10px -3px;
}

.slide-wrapper, .slide-item {height: 400px;}

.skrollable {
    transform: none!important;
	-o-transform: none!important;
	-moz-transform: none!important;
	-webkit-transform: none!important;
}

.owl-nav {
  display: block;
  position: relative;
  bottom: auto;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}
.slide-wrapper {margin-bottom: 50px;}
.owl-carousel .owl-nav .owl-next {right: 10px;}
.owl-carousel .owl-nav .owl-prev {left: 10px;}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  bottom: auto;
  top: 50%;
  margin: -10px 0px 0px;
  width: 20px;
  height: 20px;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.3!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"!important;
}

.ui--tabs-titles {
    text-align: center;
	margin-top:15px;
}

.ui--tabs-titles .spek-filt {
    display: inline-block;
    width: auto;
    text-align: center;
}

.spek-section-home-header {
    margin: 0px;
    text-align: center;
}

/*.vid.holder {
    display: none;
}*/


.mtx--box-widget .mtx--content-box-title {position: relative;}
.mtx--content-box-media {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.mtx--box-widget {min-height: 0px;}
.spek-event:hover .spek-event-cover .spek-img {top: -2px;}

.modern-browser #header-navigation > li.top-level-item > a, .modern-browser #header-navigation > li.top-level-item {
    border: none!important;
    background: #243e4d!important;
    color: #ffffff!important;
}

html #header-navigation > .megamenu ul.sub-menu .style--big-title > a {background: #243e4d!important;}

.modern-browser #header-navigation > li.top-level-item > a:hover {color: #d8107d!important;}

html .desk-only {display:none!important;}
html .mob-only {display:inline-block!important;}

html #header-navigation > li.megamenu > ul.sub-menu .sub-menu {
    background-color: #243e4d!important;
}

.top-bar-section .top-item.top-phone {
    padding: 0px 10px;
}

.slide-item.slide-main {
    margin-right: 0%;
}
/*
.slide-inner .text-box .slide-date {
    font-size: 12px;
    line-height: 14px;
}

.slide-inner.half-slide .text-box .slide-sec-left, .slide-inner.half-slide .text-box .slide-sec-right {
    max-width: 100%;
    float: none;
    position: relative;
    right: 0px;
    bottom: 0px;
	text-align:left;
}

.slide-inner.half-slide .text-box .slide-date {display:none;}
.slide-inner .text-box .slide-sec-right > a {margin-left:0px;}
*/

.owl-item .slide-item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -40px;
    width: 40px;
    background: #ffffff;
    opacity: 0.8;
	    z-index: 99;
}

.owl-carousel .owl-stage-outer:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -40px;
    width: 40px;
    background: #ffffff;
    opacity: 0.8;
	    z-index: 99;
}

.home .news-feed.owl-carousel .owl-stage-outer:before,
.home .news-feed.owl-carousel .owl-stage-outer:after {background: #ededf3;}

#today-slider.owl-carousel .owl-stage-outer:before,
#today-slider.owl-carousel .owl-stage-outer:after {display: none;}

.text-box .slide-title {
    font-size: 18px;
    line-height: 20px;
}

.text-box .slide-cat {
    font-size: 13px;
    line-height: 16px;
}
/*.slide-inner.half-slide .text-box {top: 0px;}
.slide-inner.half-slide .text-box .text-box-bg {
    top: 0px;
    height: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slide-inner.half-slide .overlay {
    top: 0px;
    background: #000;
    opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}*/

#header-navigation-toggle a {
    border-radius: 0px;
    border-color: #5d5d5d;
}

#titlebar-title {text-align:center;}

html.modern-browser #header-navigation > li.top-level-item {
    border-top: 1px solid #676c6e!important;
}

html #header-navigation > .megamenu > ul.sub-menu .megamenu-html {
    margin-bottom: 20px;
}

#header-navigation > .megamenu > ul.sub-menu > li {
    box-shadow: none;
}

html .menu-feed .menu-feed-cat {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
}

html .menu-feed .menu-feed-item {
    margin-bottom: 20px;
    margin-top: 10px;
}

.fub-left.fub-section > .row {
    padding: 20px 0px;
    box-sizing: border-box;
}

#footer-upper-bar {
    padding-left: 40px;
    padding-right: 40px;
}

.slide-inner .text-box .slide-sec-left, .slide-inner .text-box .slide-sec-right {
    float: none;
    position: relative;
    max-width: 100%;
    text-align: left;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.slide-inner .text-box .slide-sec-left {margin-bottom:10px;}

.slide-item .slide-inner.half-slide .overlay {
    top: 0px;
    background: #000;
    opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.slide-inner .text-box .slide-sec-right > div, .slide-inner .text-box .slide-sec-right > a {
    margin: 0px;
    vertical-align: bottom;
}

.slide-inner .text-box .slide-date {
	display: block!important;
}

#today-slider {margin-bottom: 20px!important;}
#today-slider .spek-event {margin-bottom: 0px;}
.append-section {
	margin-top: 0px;
	margin-bottom:20px;
}

.ov--box-widget {
    margin-bottom: 20px;
}

button#searchsubmit, button#searchsubmitmob {
    height: 30px;
    line-height: 30px;
}

.ui--tabs-titles > li {
    float: left;
    width: auto;
    display: inline-block;
}

.page-template-template-whats-on .sides {display:none;}

#single-spek-event .event-times {
    position: relative;
}
.sp-event-date, .sp-event-time {
    float: none;
    font-size: 14px;
    display: inline;
    line-height: 20px;
    margin-right: 6px!important;
}

.event-times-section {
    margin-right: 141px!important;
	line-height: 20px;
}

.event-times-section .fa {display:inline!important;}

#single-spek-event .event-times .btn {
    margin: 0px 0px 0px 20px;
    position: absolute;
    top: 13px;
    right: 13px;
}

.client-logos .span3, .client-logos .span3.first {
    width: 46%!important;
    float: left!important;
    margin-left: 8%!important;
    clear: none!important;
}
.client-logos .span3.mob-first {
  margin-left: 0px!important;
  clear:both!important;
}

html #header-navigation > .megamenu > ul.sub-menu .megamenu-html {
  margin-bottom: 0px;
}

  .menu-spek .spek-title {
    margin: 0px;
  }
  .menu-spek .spek-button-container {
    display: none;
  }
  .menu-spek .spek-meta .spek-info {
    margin: 6px 0px 0px;
  }




}


@media (max-width: 660px) {

  .whats-on-tabs .wo-tab.btn, .whats-on-tabs.find-open .wo-tab.btn.active {
    width: 100%;
    float:none;
    margin-bottom: 2px;
  }

  .event-filters > div {
    float: none;
    width: 100%;
  }

}

@media (max-width: 420px) {

#single-spek-event .event-times {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

.whats-on-side {
	padding-left:20px;
	padding-right:20px;
}

#page-content, #footer-widgets, #footer-texts, .fullwidth-content .ui--section-content {
    padding-right: 20px!important;
    padding-left: 20px!important;
}

}

/*               _        _
 _ __ ___   __ _| |_ _ __| |_  __
| '_ ` _ \ / _` | __| '__| \ \/ /
| | | | | | (_| | |_| |  |_|>  <
|_| |_| |_|\__,_|\__|_|  (_)_/\_\

*/
