/* defaults */
@import 'slick.css';
@import 'slick-theme.css';

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'glyphicons';
    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../fonts/glyphicons-halflings-regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0;
	padding-left: 0;
}

body {
  width: 100%;
  height: 100%;
  color: #404041;
  background-color: #fff;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;

}

html, body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

* {
  outline: 0;
  outline: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.c-container {
  width: 100%;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.row {
	margin-left: 0;
	margin-right: 0;
}


.sub-heading {
font-size: 18px;
color: #34B85E;
font-weight: bold;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-family: 'Gotham';
}

h2 {
  font-size: 34px;
  line-height: 40px;
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
	padding: 5px 0;
	margin: 0;
  font-size: 16px;
  line-height: 22px;
}

@media(min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

a {
  text-decoration: none;
}

/* Main Site Container */
.site-container {
  margin: 0 auto;
  width: 100%;
  background-color: #ccc;
}

/* Section defaults */
.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.header-icon {
	position: absolute;
	top: -150px;
	width: auto;
	right: 0
}

.caption-white {
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .caption-white {
    margin-bottom: 0;
  }
}

/* Site Colors */
.light-pink {
  background-color: #FDF2F7;
}

.pink {
  background-color: #FCE8F1;
}

.green {
  background-color: #34B85E;
}

.green-text {
  color: #34B85E;
}

.white-text {
  color: #fff;
}

.green-line {
  background-color: #34B85E;
}

.white-line {
  background-color: #fff;
}

.light-green {
  background-color: #45CE6B;
}

.light-grey {
  background-color: #F1F2F2;
}

.green-gradient {
  color: #fff;
  background: -moz-linear-gradient(left, #118273 0%, #34B85E 100%);
  background: -webkit-linear-gradient(left, #118273 0%,#34B85E 100%);
  background: linear-gradient(to right, #118273 0%,#34B85E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118273', endColorstr='#34B85E',GradientType=1 );
}

.text-highlight {
  color: #EC008B;
}

.mob-phone {
  display: none;
}

@media(max-width: 767px) {
  .mob-phone {
    display: flex;
    text-align: right;
    width: 48%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    color: #34B85E!important;
    font-weight: 700;
  }

  .mob-phone:visited {
    color: #34B85E!important;
  }

  .mob-phone .icon {
    width: 20px;
    margin-right: 5px;
  }
}

.top-nav-collapse .mob-phone {
  margin-top: 20px;
}

/* Dot Nav */
.affix-top {
  top: 32%;
  left: 5%;
  position:absolute;
  z-index:2;
}
.affix {
  top: 50px;
  left: 5%;
  z-index:9999;
}

#dot-nav{
  right: 10px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 999;
  width: 20px;
}

#dot-nav ul {
  list-style: none;
  margin:0;
  padding: 0;
  width: 30px;
}

#dot-nav li {
  position: relative;
  background-color: transparent;
  border:2px solid #fff;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  padding: 5px;
  height: 15px;
  margin: 10px 10px 0px 0px;
  width: 15px;
  vertical-align:bottom;
}

#dot-nav li.active, #dot-nav li:hover {
  background-color: transparent;
}

#dot-nav a {
  outline: 0;
  vertical-align:top;
  margin: 0px 0px 0px 25px;
  position: relative;
  top:-5px;
}

.awesome-tooltip + .tooltip > .tooltip-inner {
  background-color: #8e44ad;
  color: #f5f5f5;
  border: 1px solid #8e44ad;
}

.awesome-tooltip + .tooltip.left > .tooltip-arrow{
  top:50%;
  right:0;
  margin-top:-5px;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:5px solid #8e44ad;
}

/* Images */
.circle {
  list-style:none;
  border-radius:50%;
  display: inline-block;
  background-color: transparent;
  width:100px;
  height:100px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 3px solid #EC008B;
}

.circle img {
  border-radius:50%;
  width:100%;
  height:100%;
}

.circle-white {
  list-style:none;
  border-radius:50%;
  display: inline-block;
  background-color: transparent;
  width:100px;
  height:100px;
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 3px solid #fff;
}

.circle-white img {
  border-radius:50%;
  width:100%;
  height:100%;
}

.circle-icon {
  list-style:none;
  border-radius:50%;
  display: inline-block;
  background-color: transparent;
  width:100px;
  height:100px;
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 3px solid #EC008B;
}

.circle-icon img {
  border-radius:0;
  width:100%;
  height:100%;
}

.section-arrow {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 30px 0 0 0;
}

.nav-logo {
  width: 110px;
  padding-right: 20px;
  margin-top: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-custom.top-nav-collapse .nav-logo {
  width: 90px;
}

.menubutton-container {
  display: none;
}

/* Navigation Modal */
.modal-nav-content {
  width: 100%;
  height: auto;
  position: relative;
}

.close-modal {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 20px;
  padding-right: 20px;
}

.close-modal img {
  width: 20px;
  height: 20px;
}

.modal-open .modal {
  background-color: #34B85E;
}

.modal-nav-body {
  margin-top: 0;
  position: relative;
}

.modal-nav-body ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 100px 15px 0 15px;
  width: 100%;
}

.modal-nav-body ul li {
  text-align: right;
  font-size: 2em;
  padding: 8px;
  text-transform: uppercase;
  color: #fff;
}

.modal-nav-body ul li a {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .nav-logo {
    width: 120px;
    padding-right: 0;
	margin-left: 0;
    margin-top: 0;
  }
}

.nav-phone {
  color: #34B85E;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.6em;
}

.nav-phone .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

/* Buttons */
.btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 10px;
  text-decoration: none;
}

.green-gradient-btn {
  border: 0;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  background: -moz-linear-gradient(left, #118273 0%, #34B85E 100%);
  background: -webkit-linear-gradient(left, #118273 0%,#34B85E 100%);
  background: linear-gradient(to right, #118273 0%,#34B85E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118273', endColorstr='#34B85E',GradientType=1 );
}

.speaker-btn {
  display: inline-block;
  border: 0;
  border-radius: 15px;
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: -moz-linear-gradient(left, #118273 0%, #34B85E 100%);
  background: -webkit-linear-gradient(left, #118273 0%,#34B85E 100%);
  background: linear-gradient(to right, #118273 0%,#34B85E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118273', endColorstr='#34B85E',GradientType=1 );
}

.speaker-btn:hover,
.speaker-btn:focus {
  color: #fff;
  text-decoration: none;
}

.booknow-btn {
  border: 0;
  background-color: #fff;
  border-radius: 10px;
  color: #34B85E;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  width: 100%;
}

.booknow-btn:hover {
  background-color: #000;
  color: #fff;
}

.heading {
  margin-bottom: 30px;
}

@media(min-width: 768px) {
  .heading {
    margin-bottom: 60px;
  }
}

.about-button {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}

/* Header */
.header-carousel {
  height: calc(80vh + 11px);
  display: block;
  position: relative;
  background-color: #eee;
}

@media(min-width: 768px) {
  .header-carousel {
    height: calc(100vh + 11px);
  }
}

.slide-intro {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding-top: 20%;
}

.intro-body {
  text-align: left;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 0;
}

.info-col {
  flex: 1 0 75%;
}

.slide-right,
.slide-left {
  cursor: pointer;
  display: inline-block;
}

.slide-right {
  margin-right: 30px;
}

.brand-heading {
  font-size: 50px;
  line-height: 45px;
  display: block;
  margin-bottom: 10px;
  max-width: 70%;
}

@media(min-width: 1200px) {
  .brand-heading {
    max-width: 60%;
  }
}

.slide-date {
  font-size: 1.2em;
  text-transform: none;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media(min-width: 768px) {
  .slide-date {
    margin-bottom: 10px;
  }
}

.slide-date:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #34B85E;
  margin-bottom: 5px;
}

@media(min-width: 768px) {
  .slide-date:before {
    margin-bottom: 20px;
  }
}

.slide-graphics {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.slide-graphics li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  margin-right: 3%;
}

.slide-graphics li p {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

@media(min-width: 768px) {
  .slide-graphics li p {
    font-size: 24px;
  }
}

.slide-graphics .icon {
  display: inline-block;
  margin-right: 10px;
}

.slide-graphics .icon img {
  max-width: 30px;
}

@media(min-width: 768px) {
  .slide-graphics .icon img {
    max-width: 40px;
  }
}

.slider-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 73%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 73%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 73%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  padding: 0 0 26px 0;
  height: 50px;
}

.controls-wrapper {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.center-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.center-link a {
  padding: 0;
}

.slider-links {
  display: inline-flex;
  position: absolute;
  right: 0;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
  height: 50px;
  padding-right: 50px;
}

.heading-left {
  text-align: left;
}

.intro-text {
  font-size: 18px;
}

.btn-circle {
  width: 40px;
  height: 40px;
  margin-top: 0;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  &:hover,
  &:focus {
    outline: none;
    color: white;
    background: rgba(white, 0.1);
  }
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-circle i.animated::hover i.animated  {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

/* Navigation */

.navbar {
	min-height: 90px;
	margin:0;
}

.navbar-custom {
  padding: 20px 0;
  border-bottom: 0;
  background: #000;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  text-transform: uppercase;
}

.navbar-custom a {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-custom {
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  }
}

.navbar-collapse {
  background-color: #000;
}

@media (min-width: 768px) {
  .navbar-collapse {
    background-color: transparent;
  }
}

.navbar-toggle {
  padding: 0;
  margin-top: 15px;
}

.nav-center {
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    background-color: transparent;
  }
}

.navbar-header {}

.navbar-brand {
  padding: 0;
}

.navbar-nav {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .navbar-nav {
    flex-direction: row;
  }
}

.navbar-custom.top-nav-collapse {
  padding: 10px 0;
  background-color: #000;
}

.nav {
	padding: 20px 0 0 0;
}

.nav li a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  font: 16px "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0 5px 0;
}

@media (min-width: 768px) {
  .nav li a {
    font-size: 12px;
  }
}

@media (min-width: 920px) {
  .nav li a {
    font-size: 14px;
  }
}

.nav li a:hover, .nav li a:focus {
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.navbar-custom .nav li.active a {
  color: #34B85E;
}

.booknow-nav {
  background: -moz-linear-gradient(left, #118273 0%, #34B85E 100%);
  background: -webkit-linear-gradient(left, #118273 0%,#34B85E 100%);
  background: linear-gradient(to right, #118273 0%,#34B85E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118273', endColorstr='#34B85E',GradientType=1 );;
  border-radius: 10px;
  padding: 0 20px;
}

.booknow-link:hover, .booknow-link:focus {
  border-bottom: 0;
}

.nav li .booknow-link:hover, .nav li .booknow-link:focus {
  border-bottom: 0;
}

.navbar-custom .nav li.active .booknow-link {
  color: #fff;
}

.booknow-nav a:hover {
  text-decoration: none;
  border-bottom: 0!important;
}

.booknow-nav.active a {
  color: #fff!important;
  border-bottom: 0!important;
}

.icon-bar {
  border:2px solid #fff;
  width: 100%;
}

/* top slider */
.slide-item {
  display: block;
  height: calc(80vh - 15px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media(min-width: 768px) {
  .slide-item {
    height: calc(100vh - 15px);
  }
}

.slide-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}

/* Headings */
.heading {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.heading-text {
  padding-right: 30px;
}

.heading-line {
  display: block;
  position: relative;
  content: "";
  flex: 1 0 auto;
  height: 1px;
}

/* bespoke section */
.sectionone-container {
  background: url(../images/backgrounds/gplay.png);
  background-repeat: repeat;
  background-color: #34B85E;
  position: relative;
  color: #fff;
}

.sectionone-container ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 30px;
}

@media(min-width: 768px) {
  .sectionone-container ul {
    flex-direction: row;
  }
}

.sectionone-container li {
  display: flex;
  flex-direction: column;
  list-style: disc;
  padding: 30px;
  width: 100%;
  border: 1px solid #ffff;
  list-style-type: none;
  margin-bottom: 30px;
}

.sectionone-container li a {
  margin-top: auto;
  width: 200px;
  align-self: flex-start;
}

@media(min-width: 768px) {

  .sectionone-container li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .sectionone-container li:last-of-type {
    margin-right: 0;
  }

  .sectionone-container li a {
    width: auto;
  }
}

.sectionone-container li .icon {
  display: block;
  position: relative;
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.sectionone-container li h3 {
  margin-bottom: 15px;
}

.sectionone-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 72px;
  background: url(../images/backgrounds/gplay.png);
  background-repeat: repeat;
  background-color: #34B85E;
}

.sectionone-container p {
  padding-top: 0;
  margin-bottom: 30px;
	font-size: 18px;
	line-height:  26px;
  width: 100%;
}

.bespoke {
  margin: 10px 0;
  padding: 0 20px;
  position: relative;
}


.benefits .col-sm-12 p {
	color: #fff;
	padding: 30px 0 0 0;
}

/* what is batesbox section */
.sectiontwo-container {
  position: relative;
  background: url(../images/backgrounds/gplay.png);
  background-repeat: repeat;
  background-color: #34B85E;
}

.booknow-container {
  position: relative;
  background: url(../images/backgrounds/gplay.png);
  background-repeat: repeat;
  background-color: #34B85E;
}

#whatisbatesbox,
#features,
#about,
#benefits,
#sectors,
#gallery,
#contact {
  position: relative;
}

.anchor {
  display: block;
  height: 350px; /*same height as header*/
  margin-top: -350px; /*same height as header*/
  visibility: hidden;
}

@media (min-width: 768px) {
  .anchor {
    display: block;
    height: 90px; /*same height as header*/
    margin-top: -90px; /*same height as header*/
    visibility: hidden;
  }
}

/* What is bates box */
.sectiontwo-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 72px;
  background: transparent;
}

.whatis {
  margin: 0;
  padding: 0;
  position: relative;
}

.right-img {
  margin-top: 30px;
  float: right;
  padding: 0;
}

@media (min-width: 768px) {
  .right-img {
    margin-top: -100px;


  }
}

/* Featured Section */
.sectionthree-container {
  position: relative;
  color: #000;
}

.sectionthree-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 72px;
  background: #F1F2F2;
}

.features {
  margin: 10px 0 0 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
}

.feature-copy {
  margin-bottom: 30px;
}

.featured-thumb {
  border-radius: 0;
  border: 0;
  background: transparent;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
}

.featured-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.theme-items-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding-bottom: 30px
}

.whatis-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefits strong {
  color: #fff;
  display: block;
  margin: 30px 0;
  font-size: 1.2em;
}

.benefits h4 {
  color: #fff;
  font-size: 2em;
  display: block;
  margin-bottom: 30px;
}

/* Contact Section */
.contact-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-title {
    margin-bottom: 0;
    margin-top: 8px;
    padding-right: 10px;
  }
}

/* Join Us Section */
.joinus {
  margin-top: -10px;
  padding-top: 10px;
}

.joinus-container {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.joinus-container .col-sm-3 {
  text-align: right;
}

/* Parallax */
.parallax.benefits {
   background: url('../images/backgrounds/shutterstock_698009515.jpg') #000 center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax.venue {
   background: url('../images/backgrounds/studio-venues-manchester-bg.jpg') #000 center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax.footer {
   background: url('../images/backgrounds/shutterstock_698009515.jpg') #000 center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.benefits {
  margin-top: -10px;
}

.benefits .copy {
  color: #fff;
}

.caption p {
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.parallax {
  width: 100%;
  height: auto;
  overflow: hidden !important;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 0;
}

.parallax h2 {
  color: #fff;
}

.parallax:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  opacity: .8;
  padding: 30px 0 0 0;
}

@media (min-width: 920px) {
  .parallax {
    padding: 0 0 30px 0;
  }

  .parallax:before {
    padding: 30px 0 52px 0;
  }
}

.theme-features-container {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-bottom: 30px;
}

.theme-features-container ul {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

.theme-features-container li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-right: 20px;
}

.theme-features-container li:last-of-type {
  margin-right: 0;
}

.item-thumb {
  width: 150px;
  margin-bottom: 20px;
}

.item-thumb img {
  	width: 70%;
  	display: inline-block;
  }
  
  
@media(min-width: 768px) {
  .item-thumb {
    width: 90px;
  }
}

@media(min-width: 1200px) {
  .item-thumb {
    width: 150px;
  }
}

.item-caption {
  max-width: 50%;
  margin: 0 auto;
  color: #fff;
}

@media(min-width: 768px) {
  .item-caption {
    max-width: 80%;
  }
}

.item-caption strong {
  display: block;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
}

/* Sector section */
.sectionseven-container {
  position: relative;
  color: #000;
}

.sectionseven-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 72px;
  background: #34B85E;
}

.sectors {
  margin: 10px 0;
  padding: 0 20px;
  padding-bottom: 100px;
  position: relative;
}

.sector-carousel {
  max-width: 100%;
  margin: 30px auto 0 auto;
}

.sector-carousel .item {
  text-align: center;
}

.sector-carousel .slick-prev {
  left: -25px;
  background-image: url(../images/prev.svg);
}

.sector-carousel .slick-prev:hover,
.sector-carousel .slick-prev:focus,{
  left: -25px;
  background-image: url(../images/prev.svg);
}

.sector-carousel .slick-next {
  right: -25px;
  background-image: url(../images/next.svg);
}

.sector-carousel .slick-next:hover,
.sector-carousel .slick-next:focus,{
  left: -25px;
  background-image: url(../images/prev.svg);
}

@media (min-width: 1200px) {
  .sector-carousel {
    max-width: 1100px;
  }
}


/* Enquire Section */
.sectionnine-container {
  position: relative;
  color: #fff;
  background-color: #c52575;
}

.sectionnine-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 72px;
  background-color: #c52575;
}

.enquire {
  margin: 10px 0;
  padding: 0 20px;
  padding-bottom: 50px;
  position: relative;
}

.right-aligned {
  text-align: right;
  max-width: 600px;
}

.enquire-form {
  padding: 10px;
  max-width: 600px;
  margin: 30px auto 0 auto;
  padding: 0;
  position: relative;
}

.enquire-form span {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  background-color: #a1216d;
  margin-top: 0;
  height: auto;
  padding: 8px 0;
}



.enquire-form span img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .enquire-form span img {
    width: 25px;
    height: 25px;
  }
}

.enquire-form input {
  height: 40px;
}

.enquire-form input, .enquire-form textarea {
  display: inline-block;
  width: 90%;
  border-radius: 0;
  margin-bottom: 8px;
  border: 0;
  color: #000;
}


/* footer */
.footer-container {
  position: relative;
  color: #000;
}

.footer-content {
  margin: 10px 0;
  padding: 0 20px;
  padding-bottom: 10px;
  position: relative;
}

.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.footer-container li img {
  width: 53px;
}

@media (min-width: 768px) {
  .footer-info {
    flex-direction: row;
  }
}

footer {
    padding: 0;
}

footer ul li h4 {
  margin-bottom: 20px;
}

footer ul ul li {
  display: inline-block;
}

footer ul ul li:hover {
  opacity: .8;
}

.phone,
.email {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}

.phone,
.email a {
  color: #000;
}

.footer-logo {
  height: auto;
}

.copyright {
  position: relative;
  padding: 0;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  color: #fff;
}

.copyright p {
  margin: 0;
  font-size: 14px;
}

@media (min-width: 920px) {
  .copyright {
    max-width: 1170px;
    margin: 30px auto 0 auto;
    padding: 30px 15px 0 15px;
  }
}

.newsletter {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.newsletter h4 {
  font-size: 2em;
  display: block;
  margin-bottom: 20px;
}

.newsletter input[type="email"] {
  background-color: #fff;
  border: 0;
  padding: 20px 15px;
  width: 60%;
  height: auto;
  border-radius: 0;
  display: inline-block !important;
}

.newsletter button {
  background-color: #34B85E;
  padding: 20px 30px 19px 30px;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 20%;
}

.newsletter button:hover {
  background-color: #249B45;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #34B85E;
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #34B85E;
  text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #34B85E;
  text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #34B85E;
  text-transform: uppercase;
}

footer ul {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0;
}

footer ul li {
  margin-right: 10px;
}

footer ul li:last-of-type {
  margin-left: 0;
}

/* Speaker Section */
.speaker-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}

.speaker-container .col-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.speaker-img {
  display: flex;
  flex: 1;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.speaker-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  background-color: #34B85E;
  color: #fff;
  padding: 0 50px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

.speaker-quote span {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}

.speaker-quote:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/icons/quote.svg);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: center;
  position: absolute;
  top: -40px;
}

.speaker-container .col-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.speaker-container .col-2 p {
  text-align: left;
}

.speaker-container .col-2 h5 {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #34B85E;
}

.speaker-excerpt {
  background-color: #fff;
  text-align: left;
  padding: 30px;
}

.control-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  padding: 10px 0;
}

.control-container img {
  margin-left: 10px;
}

.right {
  cursor: pointer;
  display: inline-flex;
  text-transform: uppercase;
  color: #808184;
  font-size: 1.2em;
}

/* The Agenda Section */
.tabbed-content {
  position: relative;
  margin-top: 30px;
}

.nav-tabs {
  border-bottom: 5px solid #fff;
}

.nav-tabs.bottom {
    border-bottom:none !important;
    border-top: 5px solid #fff;
}

.nav.bottom {
  padding: 0 !important
}

.nav-tabs>li {
  color: #34B85E;
}

.nav-tabs>li a{
  background-color: transparent;
  text-transform: uppercase;
  padding: 15px 30px 10px 30px;
  font-size: 18px;
  border-radius: 0;
  margin: 0;
  border: 0;
  color: #fff;
}

.nav-tabs>li.active>a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #34B85E;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border: 1px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #34B85E;
  cursor: default;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.tab-content {
  padding: 50px 10px;
}

.tab-content p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.speaker-list {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
}

.speaker-item {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 49%;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 30px 10px;
  color: #fff;
}

.speaker-item:nth-of-type(2n) {
  margin-right: 0;
}

.class-info-wrapper {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.class-info {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 80%;
  padding: 10px 10px 10px 0;
}

.class-info-mini {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 80%;
  padding: 10px 10px 10px 0;
}

.class-info-mini span {
  font-weight: 600;
}

.speaker-thumb {
  background-color: transparent;
  display: inline-block;
  flex: 1 0 20%;
}

.speaker-thumb img {
  width: 72px;
  height: 94px;
}

.speaker-name {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.class-title {
  display: inline-block;
  width: 100%;
}

.speaker-name .time {
  font-size: 0.9em;
}

.class-title {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.speaker-item .class-excerpt {
  margin-top: 20px;
}

/* Venue section */
.venue-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.venue-container .col-md-offset-2 {
  margin-left: 15.6666667%!important;
}

.venue-details {
  flex: 1 0 40%;
}

@media(min-width: 768px) {
  .venue-details {
    padding-right: 5%;
  }
}

.venue-image {
  display: block;
  position: relative;
  background-color: transparent;
  width: 55%;
  margin-right: -15%;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.venue-details ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 50px;
}

@media(min-width: 768px) {
  .venue-details ul {
    padding-right: 0;
  }
}

.venue-details li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  width: 20%;
  color: #fff;
  margin-right: 2%;
}

.venue-details li:last-of-type {
  margin-right: 0;
}

.venue-details li img {
  margin-bottom: 15px;
  width: 90%;
}

.venue-details li .title {
  font-weight: 700;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 12px;
}

@media(min-width: 992px) {
  .venue-details li .title {
    font-size: 14px;
  }
}

.venue-details p {
  width: 100%;
  color: #fff;
  padding-top: 0;
  padding-right: 40px;
}

.venue-details strong {
  display: block;
  position: relative;
  color: #fff;
  margin-top: 20px;
}

.venue-details li a {
  color: #fff;
}

.venue-details .icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.venue-details .icon img {
  width: 40px;
  height: 40px;
}

.venue-details span {
  flex: 1 0 50%;
}

/* Paid Events Section */
.paid-events--container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}

@media(min-width: 768px) {
  .paid-events--container {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.paid-events--container .col-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media(min-width: 768px) {
  .paid-events--container .col-1 {
    width: calc(50% + 30px);
    margin-top: 50px;
    transform: translateX(30px);
    margin-left: -30px;
  }
}

.paid-events--container .col-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  background-image: url('../images/graphics/Learning-development-and-experience.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media(min-width: 768px) {
  .paid-events--container .col-2 {
    width: 50%;
    padding-left: 30px;
  }
}

.paid-events--container .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  background-color: #34B85E;
  color: #fff;
  padding: 40px 20px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

@media(min-width: 768px) {
  .paid-events--container .text {
    padding: 80px;
  }
}

.paid-events--container .text h4 {
      font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.paid-events--container .details-text {
  background-color: transparent;
  text-align: left;
  color: #fff;
  padding: 40px 20px;
}

@media(min-width: 768px) {
  .paid-events--container .details-text {
    padding: 90px 80px;
  }
}

.paid-events--container .details-text h5 {
  font-size:24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.paid-events--container .details-text a {
  margin-top: 40px;
}

/* booknow section */
.booknow-container {
  color: #fff;
}

.booknow-container .terms a {
  color: #fff;
  text-decoration: underline;
}

.booknow-container .sub-title {
  display: block;
  margin: 20px 0;
  font-size: 18px;
}

.booknow-container .price {
  display: inline-block;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}

.vat {
  font-size: 22px; display: inline-block;
  position: relative;
  margin-left: 0;
  font-weight: 400;
}

.booknow-container ul {
  position: relative;
  margin: 50px 0 20px 0;
}

.booknow-container li {
  margin-bottom: 10px;
}

/* map */
#map {
  width: 100%;
  height: 500px;
  background-color: #ccc;
  position: relative;
}

.map iframe:before,
.map object:before,
.map embed:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: green;
  z-index: 9999;
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Responsive Styles */
@media (max-width: 639px) {

  #dot-nav {
    display: none;
  }

  .anchor {
    height: 70px;
    margin-top: -70px;
  }

  .nav-logo {
    margin-top: -10px;
	margin-left: 20px;
    width: 90px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .navbar-custom {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
  }

  .navbar-toggle {
    margin: 0;
  }

  .menubutton-container {
    display: block;
    position: absolute;
    z-index: 9999;
    top: -20px;
    right: 0;
    background-color: #34B85E;
    padding: 24px;
  }

  .navbar {
    min-height: 70px;
  }

  .navbar-custom {
    padding-bottom: 0;
  }

  .navbar-custom.top-nav-collapse .menubutton-container {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #34B85E;
    padding: 24px;
  }

  .navbar-custom.top-nav-collapse .nav-logo {
    margin-top: 10px;
    width: 90px;
  }

  .navbar-custom.top-nav-collapse .navbar-toggle {
    margin: 0;
  }

  .slide-item {
    background-position: 65% 50%;
  }

  .intro-body {
    flex-direction: column;
    margin-left: 0;
    padding: 60px 0 0 0;
  }

  @media(min-width: 768px) {
    .intro-body {
      padding: 30px 0 0 0;
    }
  }

  .intro-body p {
    padding: 0 0 5px 0;
  }

  .price-content {
    margin-top: 10px;
  }

  .slide-price {
    background-size: 115px;
    height: 115px;
    font-size: 32px;
    align-items: flex-end;
    justify-content: center;
    background-position: right center;
    text-align: right;
    padding-right: 20px;
  }

  .slide-vat {
    font-size: 32px;
  }

  .speaker-btn {
    margin-top: 10px;
  }

  .brand-heading {
    font-size: 32px;
  }

  .brand-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .brand-subtitle:after {
    margin-top: 10px;
  }

  .when {
    font-size: 1.1em;
  }

  .slide-date {
    font-size: 1em;
  }

  .slider-links {
    padding-right: 25px;
    width: 40%;
    display: none;
  }

  .slide-right {
    margin-right: 20px;
  }

  .contact-title {
    text-align: center;
  }

  .heading {
    font-size: 24px;
  }

  .heading-text {
    padding-right: 15px;
  }

  .whatis-item {
    margin-bottom: 30px;
  }

  .speaker-container {
    flex-direction: column;
  }

  .speaker-container .col-1 {
    width: 100%;
  }

  .speaker-container .col-2 {
    width: 100%;
  }

  .speaker-img {
    height: 200px;
  }

  .speaker-quote {
    padding: 40px 20px 20px 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .speaker-quote:before {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    top: -30px;
  }

  .control-container {
    background-color: #fff;
    padding: 10px 20px;
  }

  .speaker-container .col-2 p {
    font-size: 0.9em;
    line-height: 18px;
  }

  .features {
    padding: 0;
  }

  .theme-features-container {
    flex-direction: column;
	
  }

  .theme-features-container ul {
    flex-direction: column;
  }

  .theme-features-container li {
    margin-bottom: 30px;

  }

  .theme-features-container li:last-of-type {
    margin-bottom: 0;
  }

  .nav-tabs {
    border-bottom: 0;
  }

  .speaker-list {
    flex-direction: column;
  }

  .speaker-item {
    width: 100%;
  }

  .class-info-wrapper {
    flex-direction: column;
  }

  .speaker-thumb {
    display: none;
    visibility: hidden;
  }

  .class-info {
    padding: 0;
  }

  .nav-tabs > li {
    width: 100%;
    text-align: center;
  }

  .joinus-container {
    flex-direction: column;
  }

  .venue-container {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
  }

  .venue-details ul {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .bespoke {
    padding: 0;
  }

  .venue-details li {
    display: block;
  }

  .venue-container .col-md-offset-2 {
    margin-left: 0!important;
  }

  .venue-details .icon img {
    width: 30px;
    height: 30px;
  }

  .venue-image {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  @media(min-width: 768px) {
     .venue-image {
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  .venue-details li {
    margin-bottom: 20px;
  }

  .copyright {
    margin-bottom: 30px;
  }

  .copyright p {
    padding: 0 15px;
  }

  .newsletter {
    padding: 0 15px;
  }

  .newsletter h4 {
    font-size: 1.5em;
  }

  .newsletter input[type="email"] {
    width: 100%;
  }

  .newsletter button {
    top: 0;
    margin-left: 0;
    margin-top: 10px;
    width: 60%;
  }

}

@media (min-width: 640px) and (max-width: 767.98px) {

  #dot-nav {
    display: none;
  }

  .anchor {
    height: 70px;
    margin-top: -70px;
  }

  .nav-logo {
    margin-top: -10px;
    width: 90px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .navbar-custom {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
  }

  .navbar-toggle {
    margin: 0;
  }

  .menubutton-container {
    display: block;
    position: absolute;
    z-index: 9999;
    top: -20px;
    right: -15px;
    background-color: #34B85E;
    padding: 24px;
  }

  .navbar {
    min-height: 70px;
  }

  .navbar-custom {
    padding-bottom: 0;
  }

  .navbar-custom.top-nav-collapse .menubutton-container {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: -15px;
    background-color: #34B85E;
    padding: 24px;
  }

  .navbar-custom.top-nav-collapse .nav-logo {
    margin-top: 10px;
    width: 90px;
  }

  .navbar-custom.top-nav-collapse .navbar-toggle {
    margin: 0;
  }

  .modal-nav-body ul li {
    font-size: 1.4em;
  }

  .header-carousel {
    height: auto;
  }

  .slide-item {
    height: 600px;
  }

  .intro-body {
    margin-left: 5%;
    flex-direction: column;
  }

  .slide-item {
    background-position: 65% 50%;
  }

  .intro-body {
    flex-direction: column;
    margin-left: 0;
    padding: 30px 30px 0 30px;
  }

  .intro-body p {
    padding: 0 0 5px 0;
  }

  .price-content {
    margin-top: 10px;
  }

  .price-wrapper img {
    margin-bottom: 20px;
    width: 40%;
  }

  .slide-price {
    background-size: 115px;
    height: 115px;
    font-size: 32px;
    align-items: flex-end;
    justify-content: center;
    background-position: right center;
    text-align: right;
    padding-right: 20px;
  }

  .slide-vat {
    font-size: 32px;
  }

  .speaker-btn {
    margin-top: 10px;
  }

  .brand-heading {
    font-size: 28px;
  }

  .brand-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .brand-subtitle:after {
    margin-top: 10px;
  }

  .when {
    font-size: 1.1em;
  }

  .slide-date {
    font-size: 1.2em;
  }

  .slider-links {
    padding-right: 25px;
    width: 45%;
  }

  .slide-right {
    margin-right: 20px;
  }

  .speaker-container {
    flex-direction: column;
  }

  .speaker-container .col-1 {
    width: 100%;
  }

  .speaker-container .col-2 {
    width: 100%;
  }

  .speaker-img {
    height: 200px;
  }

  .speaker-quote {
    padding: 40px 20px 20px 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .speaker-quote:before {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    top: -30px;
  }

  .nav-tabs {
    border-bottom: 0;
  }

  .speaker-list {
    flex-direction: column;
  }

  .speaker-item {
    width: 100%;
  }

  .class-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .speaker-thumb {
    display: none;
    visibility: hidden;
  }

  .class-info {
    padding: 0;
  }

  .nav-tabs > li {
    width: 100%;
    text-align: center;
  }

  .joinus-container {
    flex-direction: column;
  }

  .contact-title {
    text-align: center;
  }

  .venue-container {
    flex-direction: column;
  }

  .venue-container .col-md-offset-2 {
    margin-left: 5%!important;
  }

  .venue-details .icon img {
    width: 30px;
    height: 30px;
  }

  .venue-image {
    width: 100%;
    height: auto;
  }

  .venue-details li {
    margin-bottom: 20px;
  }

  .copyright {
    margin-bottom: 30px;
  }

  .copyright p {
    padding: 0 15px;
  }

}

@media (min-width: 768px) and (max-width: 1022px) {

  #dot-nav {
    display: none;
  }

  .nav-phone {
    font-size: 1em;
    padding-top: 3px;
  }

  .navbar-custom.top-nav-collapse .nav-logo {
    margin-top: 10px;
  }

  .nav-phone .icon {
    width: 15px;
    height: 15px;
  }

  .intro-body {
    margin-left: 0;
  }

  .price-wrapper img {
    margin-bottom: 20px;
    width: 80%;
  }

  .info-col {
    flex: 1 0 60%;
  }

  .brand-heading {
    font-size: 48px;
  }

  .brand-subtitle {
    font-size: 28px;
  }

  .slider-links {
    width: 45%;
  }

  .speaker-thumb {
    display: none;
    visibility: hidden;
  }

  .class-info {
    padding: 0;
  }

  .venue-container .col-md-offset-2 {
    margin-left: 5%!important;
  }

  .venue-image {
    height: auto;
  }

  .copyright {
    margin-bottom: 30px;
  }

}

@media (min-width: 1024px) and (max-width: 1300px) {

  #dot-nav {
    display: none;
  }

  .venue-container .col-md-offset-2 {
    margin-left: 5%!important;
  }

  .venue-image {
    height: 450px;
  }

  .intro-body {
    margin-left: 0;
  }

  .info-col {
    flex: 1 0 60%;
  }

  .price-content {
    flex: 1 0 30%;
  }

  .price-content p {
    text-align: right;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .price-content p strong {
    font-size: 40px;
  }

  .price-content p + p strong {
    font-size: 27px;
  }

  .price-wrapper {
    width: 100%;
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .price-wrapper img {
    margin-bottom: 40px;
    width: auto;
  }

  .vat {
    font-size: 32px; display: inline-block;
    position: relative;
    margin-left: 0;
    font-weight: 300;
  }
}


.scroll-down {
  padding: 0;
}

@media(min-width: 768px) {
  .scroll-down {
    display: none;
  }
}

#speakers .scroll-down {
  padding: 0;
}

@media (min-width: 1301px) {

  .price-content p {
    text-align: right;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .price-content p strong {
    font-size: 39px;
  }

  .price-content p + p strong {
    font-size: 28px;
  }

  .price-wrapper {
    width: 100%;
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .price-wrapper img {
    margin-bottom: 40px;
    width: auto;
  }

  .vat {
    font-size: 34px; display: inline-block;
    position: relative;
    margin-left: 0;
    font-weight: 300;
  }
}

/* Get involved */
.involved-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #333;
}

.involved-list p {
	  font-size: 16px;
}

@media(min-width: 768px) {
  .involved-list {
    margin-bottom: 30px;
  }
}

.involved-list li {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 60px;
  margin-bottom: 20px;
}

.involved-list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
    top: 0;
    left: 0;
}

.involved-list li:nth-of-type(1):before {
    background-image: url(../images/graphics/Vlogger-blogger.png);
}


.involved-list li:nth-of-type(2):before {
    background-image: url("../images/graphics/Volunteer.png")
}

.involved-list li:nth-of-type(3):before {
    background-image: url("../images/graphics/Team-Event.png")
}

.involved-list li:nth-of-type(4):before {
    background-image: url("../images/graphics/Ask-Questions.png")
}

.involved-list li:nth-of-type(5):before {
    background-image: url(../images/graphics/Vlogger-blogger.png);
}

.involved-list li:nth-of-type(6):before {
    background-image: url("../images/graphics/Share-Knowledge.png");
}

/* PMO North section */
.pmo-north--container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

@media(min-width: 768px) {
  .pmo-north--container {
    flex-direction: row;
  }
}


.pmo-north--container .col-l {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  background-color: transparent;
}

@media(min-width: 768px) {
  .pmo-north--container .col-l {
    width: 50%;
  }
}

.pmo-north--container .speaker-img {
  width: 100%;
  height: auto;
}

.pmo-north--container .speaker-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.pmo-north--container .col-r {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  padding: 30px;
  margin-top: 0;
  margin-right: 0;
  background-color: #fff;
  color: #34B85E;
}

@media(min-width: 768px) {
  .pmo-north--container .col-r {
    transform: translateX(-60px);
    width: calc(50% + 60px);
    margin-top: 60px;
    margin-right: -60px;
    padding-left: 90px;
    padding: 80px;
  }
}

.pmo-north--container .details-text--heading {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #34B85E;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

@media(min-width: 768px) {
  .pmo-north--container .details-text--heading {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .pmo-north--container .details-text--heading {
      font-size: 20px;
      line-height: 30px;
  }
}

@media (min-width: 1152px) {
  .pmo-north--container .details-text--heading {
      font-size: 24px;
      line-height: 34px;
  }
}

.pmo-north--container .col-r:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 40%;
    background-image: url(../images/icons/Speech-bubble.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center;
    width: 70px;
    height: 70px;
}

@media(min-width: 768px) {
  .pmo-north--container .col-r:before {
    top: calc(50% - 30px);
    left: -30px;
  }
}

.pmo-north--container .col-r blockquote {
    color: #666;
    border: 0;
    padding: 0;
    text-align: center;
	line-height: 26px;
	margin: 0;
}

@media(min-width: 768px) {
  .pmo-north--container .col-r blockquote {
    text-align: left;
  }
}

.green-arrow {
  max-width: 46px;
}

.side-nav .social {
  display: none;
}

@media(min-width: 768px) {
  .side-nav .social {
    display: block;
    position: fixed;
    left: 5%;
    top: 50%;
    margin-top: 90px;
    height: 100px;
    z-index: 999;
    width: 15px;
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: center;
  }

  .side-nav .social li {
    width: auto;
    height: 15px;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
}








