/*
    Theme Name: Bell
    Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 16px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 30px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #780505;
  font-weight: 700;
}

a.dark {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ff8c8f;
  font-weight: 700;
}

a:hover {
  color: #cc0005;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #24364b;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #455e9d;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #24364b;
}

section {
  padding: 35px 0px 30px 0px;
}
section.banner {
  padding: 0px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #24364b;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  padding: 5px 0;
  color: #fff;
  width: 100%;
  height: 150px;
  background-color: #000;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-brand {
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}

/* ==================================================
  Header Styling
================================================== */
#header {
  background: #fff;
  height: 150px;
  box-shadow: 0 0 8px 0 #888888;
}

#header #logo {
  margin: 14px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #000;
}


@media (min-width: 768px) {
#header #logo img {
  padding: 0;
  margin: 0;
}
}

@media (min-width: 992px) {
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 109px;
}
#l2 { display: none; }
}
@media (max-width: 992px) {
  #l1 { display: none; }
}
@media (min-width: 1200px) {
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 129px;
}
}



@media (max-width: 768px) {
  #header {
    height: 65px;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 50px;
  }
}

.social-nav {
  margin-top: 15px;
}

.social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

.social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 500px) {
.clogin {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  top: 5px;
  right: 45px;
    padding: 7px 7px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
	background-color: #fff;
  text-transform: uppercase;
}

.topshop {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  top: 5px;
  right: 135px;
    padding: 7px 7px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
	background-color: #fff;
  text-transform: uppercase;
  width: 90px;
  text-align: center;
}

.topcontact {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  top: 5px;
  right: 411px;
    padding: 7px 7px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
	background-color: #fff;
  text-transform: uppercase;
  width: 90px;
  text-align: center;
}

.jversion {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  top: 5px;
  right: 227px;
    padding: 6px 5px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
	background-color: #fff;
  text-transform: uppercase;
  width: 90px;
}
.eversion {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  top: 5px;
  right: 319px;
    padding: 6px 5px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
	background-color: #fff;
  text-transform: uppercase;
  width: 90px;
}
}

@media (max-width: 499px) {
.clogin {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  bottom: 5px;
  left: 5px;
    padding: 7px 7px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 9px;
	background-color: #fff;
  text-transform: uppercase;
  z-index: 200;
}
.topshop {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  bottom: 5px;
  left: 87px;
    padding: 7px 7px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 9px;
	background-color: #fff;
  text-transform: uppercase;
  z-index: 200;
    width: 85px;
	text-align: center;
}
.topcontact {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  bottom: 5px;
  left: 259px;
    padding: 7px 7px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 9px;
	background-color: #fff;
  text-transform: uppercase;
  z-index: 200;
    width: 85px;
	text-align: center;
}
.jversion {
  border-style: solid;
  border-width: .3px;
  border-color: #5d5d5d;
  position: fixed;
  bottom: 5px;
  left: 173px;
    padding: 4px 5px 4px 7px;
    text-decoration: none;
    display: inline-block;
    color: #5d5d5d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 9px;
	background-color: #fff;
  text-transform: uppercase;
  z-index: 200;
  width: 85px;
}
.eversion {
  display: none;
}
}

.clogin a {
    color: #5d5d5d;
}
.topshop a {
    color: #5d5d5d;
}
.topcontact a {
    color: #5d5d5d;
}

.jversion a, .eversion a {
    color: #5d5d5d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin-top: 80px;
  float: right;
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}

@media (min-width: 768px) {
/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 15px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  outline: none;
}
}
@media (min-width: 992px) {
/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 10px 18px 10px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  outline: none;
}
}

@media (min-width: 1200px) {
/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 14px 18px 14px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  outline: none;
}
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(155, 155, 155, 0.75);
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #e9e9e9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #666666;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #000;
}

@media (max-width: 992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #24364b;
}

#mobile-nav ul .menu-item-active {
  color: #24364b;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  border: 6px solid #fff;
  border-radius: 50%;
  padding: 45px 25px 0 25px;
  position: relative;
  margin-bottom: 25px;

}

.stats-col .circle .studio {
  font-size: 12px;
  line-height: 12px;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 18px;
  padding-top: 15px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #810000;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  height: 590px;
  /*overflow: hidden;*/
  padding-top: 85px;
}

@media screen and (min-width: 1200px) {
.block h2 {
  text-transform: uppercase;
  margin-bottom: 0px;
font-family: 'Oswald', sans-serif;
font-size: 6.66667em;
    line-height: .93;
    letter-spacing: 0px;
    white-space: normal;
}
.block p {
  color: #fff;
  margin-bottom: 45px;
line-height: 1.10;
    margin: 0 0 23px;
    font-size: 2.5em;
    letter-spacing: -1px;
}

.bannerimg {
 background: no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 700px;
}
}

@media screen and (max-width: 1199px) {
.block h2 {
  text-transform: uppercase;
  margin-bottom: 0px;
font-family: 'Oswald', sans-serif;
font-size: 5.57143em;
    line-height: .93;
    letter-spacing: 0px;
    white-space: normal;
}
.block p {
  color: #fff;
  margin-bottom: 45px;
line-height: 1.10;
    margin: 0 0 23px;
    font-size:2.0em;
    letter-spacing: -1px;
}

.bannerimg {
 background: no-repeat ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
background-color: #000;
}
}

@media screen and (max-width: 992px) {
.block h2 {
  text-transform: uppercase;
  margin-bottom: 0px;
font-family: 'Oswald', sans-serif;
font-size: 2.57143em;
    line-height: .93;
    letter-spacing: 0px;
    white-space: normal;
}
.block p {
  color: #fff;
  margin-bottom: 45px;
line-height: 1.10;
    margin: 0 0 23px;
    font-size: 0.9em;
    letter-spacing: -1px;
}

.bannerimg {
 background: no-repeat ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 200px;
background-color: #000;
}
}


/* ==================================================
  Home Styling
  ================================================== */
section.home {
  max-width: 848px;
  margin: auto;
}

section.home p {
    font-size: 21px;
}

/* ==================================================
  About Styling
  ================================================== */
section.about {
  max-width: 848px;
  margin: auto;
}

/* ==================================================
  TshirtGun Styling
  ================================================== */
section.tshirtgun {
  max-width: 848px;
  margin: auto;
}

#tshirtgun img {
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
   margin-bottom: 20px;
   box-shadow: 5px 5px 5px grey;
  border: 1px solid #ddd;
}

#tshirtgun img:hover {
   -webkit-filter: brightness(70%);
   filter: brightness(70%);
}

/* ==================================================
  Tour Styling
  ================================================== */
section.tourgallery {
  max-width: 848px;
  margin: auto;
}

#tourgallery img {
  margin: 28px;
  border: solid 5px #fff;
-webkit-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
}

#tourgallery img:hover {
  filter: brightness(150%);
}

#tourgallery div.button {
	border-color: #000;
	color: #000;
    border: .5px solid;
	padding: 10px;
	width: 250px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}

#tourgallery div.button:hover {
    background-color: #232323;
    color: white;
}

div.videoarea {
  max-width: 848px;
  margin: auto;
}

div.videodiv {
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  /*line-height: .2;*/
}


#stepvideos img {
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid 5px #fff;
/*-webkit-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);*/
}

#stepvideos img:hover {
  filter: brightness(150%);
}

#stepvideos img.steparrow {
  margin: 0px;
  border: 0;
-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

#stepvideos img.steparrow:hover {
  filter: brightness(100%);
}


#stepvideos div.button {
	border-color: #000;
	color: #000;
    border: .5px solid;
	padding: 10px;
	width: 250px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}

#stepvideos div.button:hover {
    background-color: #232323;
    color: white;
}

div.stepvideo {
  color: #ffac1c;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  display: inline-block;
  width: 350px;
  /*line-height: .2;*/
}

div.stepnum {
  display: inline-block;
  vertical-align: middle;
}

span.step {
  background: #ffac1c;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

section.tourvideo {
  margin: auto;
  margin-top: -100px;
  margin-bottom: -100px;
}
#tourvideo .div {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

#tourvideo .div-inner {
  position: relative;
  background: radial-gradient(at top left, rgba(255,255,255,1) 0%, rgba(100,100,100,1) 0%, rgba(0,0,0,1) 100%);
  padding: 100px;
}

#tourvideo .div-inner:before,
#tourvideo .div-inner:after {
  box-shadow: 0 0 0 80px #fff;
  border-radius: 100%;
  position: absolute;
  height: 100px;  /* You can change height to increase or decrease concave radius */ 
  content: '';
  right: -20%;
  left: -20%;
  top: 100%;
}

#tourvideo .div-inner:after {
  bottom: 100%;
  top: auto;
}

#tourvideo .titlebox {
  background-color: #000;
  color: #fff;
  text-align: center;
  max-width: 848px;
  margin: auto;
  padding: 10px;
}

/* ==================================================
  Classes Styling
  ================================================== */
section.classes {
  max-width: 848px;
  margin: auto;
}

.classes h3 {
  color: #616161;
}

.classes p.classlist {
  font-size: 24px;
  margin-left: 25px;
}

.classes p.classlist img {
  margin-right: 10px;
}

.classes div.button {
	border-color: #000;
	color: #000;
    border: .5px solid;
	padding: 10px;
	width: 250px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.classes div.button:hover {
    background-color: #232323;
    color: white;
}

/* ==================================================
  ambassador Styling
  ================================================== */
section.ambassador {
  max-width: 848px;
  margin: auto;
}

.ambassador h3 {
  color: #616161;
}

.ambassador p.classlist {
  font-size: 24px;
  margin-left: 25px;
}

.ambassador p.classlist img {
  margin-right: 10px;
}

.ambassador div.button {
	border-color: #000;
	color: #000;
    border: .5px solid;
	padding: 10px;
	width: 250px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.ambassador div.button:hover {
    background-color: #232323;
    color: white;
}

.ambassador a:hover {
	color: #000;
}

.tile-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-align-content: space-between;
    align-content: space-between;
    -ms-flex-line-pack: justify;
}

.tile-img {
    padding: 1% 13%;
    margin-bottom: 15px;
}

.tile-img img {
    width: calc(100% - 10px);
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 14px;
}

@media screen and (max-width: 599px) {
.ambass-tile {
    float: left;
    display: block;
    margin-right: 1.7816%;
    width: 48.1092%;
}
.tile-img img {
    width: calc(100% - 0px);
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 0px;
}
}

@media screen and (min-width: 64em) {
.ambass-tile {
    float: left;
    display: block;
    margin-right: 2.0848%;
    width: 43.4364%;
}

}
.tile {
    font-size: 15px;
    position: relative;
    margin-bottom: 8px;
    padding: 25px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}


.tile .tile-img, .tile .tile-text-wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

.tile .tile-text-wrapper {
    padding-bottom: 70px;
    border: none;
}
@media screen and (min-width: 64em) {
.tile .tile-img, .tile .tile-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
}



.tile .tile-meta {
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
}
@media screen and (min-width: 64em) {
.tile .tile-meta {
    font-size: 13px;
}
}

.ambpic {
	margin-top: -200px;	
	text-align:center;
}

.ambpic h3 {
	font-size: 14px;
    font-family: "Calibre", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ambpic p {
	font-size: 25px;
	font-family: 'Catamaran', sans-serif;
    line-height: 1.2;
	color: #666;
}

@media screen and (max-width: 767px) {
.ambpic {
	margin-top: -80px;
}
.ambpic img {
    border-radius: 100%;
    width: 130px;
}
}

.biodiv {
	margin-top: -14px;
	padding-left: 100px;
}

@media screen and (max-width: 767px) {
.biodiv {
	margin-top: 0px;
	padding-left: 15px;
}
}
.biodiv h1 {
	font-size: 50px;
	font-family: 'Catamaran', sans-serif;
}

.biodiv h3 {
	font-size: 14px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.biodiv p {
	font-size: 16px;
	color: #666;
}

.biodiv li {
	font-size: 16px;
	color: #666;
}


/* ==================================================
  Outreach Styling
  ================================================== */
section.outreach {
  max-width: 848px;
  margin: auto;
}

.outreach h2 {
	background-color: #ffac1c;
	width: 100%;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;	
}
.outreach h3 {
  color: #616161;
}

.outreach div.button {
    border: .5px solid;
	padding: 10px;
	width: 200px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.outreach div.button:hover {
    background-color: #232323;
    color: white;
}

.outreach li {
    line-height: 1.55;
    color: #333;
    font-size: 16px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}


/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
}

.features h2 {
  color: #24364b;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #24364b;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #24364b;
}

.feature-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #24364b;
  padding: 25px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Pro Styling
  ================================================== */
section.pro {
  max-width: 848px;
  margin: auto;
}

.pro img {
    display: inline;
    float: left;
    margin-right: 15px;
	max-width: 100%;
    height: auto;
}


/* ==================================================
  Transport Styling
  ================================================== */
section.transport .container {
  max-width: 848px;
  margin: auto;
}

.transport {
  background-color: #dce9d9;
}

.transport h2
 {
  color: #616161;
}
/* ==================================================
  Teach Styling
  ================================================== */
section.teach .container {
  max-width: 848px;
  margin: auto;
}

.teach {
  background-color: #fff;
}

.teach h2
 {
  color: #616161;
}
/* ==================================================
  Train Styling
  ================================================== */
section.train .container {
  max-width: 848px;
  margin: auto;
}

.train {
  background-color: #dce9d9;
}

.train h2
 {
  color: #616161;
}

.train p {
  color: #000;
line-height: 1.7em;
margin-bottom: 25px;
}
.train img {
    display: inline;
    float: left;
    margin-right: 15px;
	max-width: 100%;
    height: auto;
}

.ac-container div.button {
	border-color: #000;
	color: #000;
    border: .5px solid;
	padding: 10px;
	width: 250px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}

.ac-container div.button:hover {
    background-color: #232323;
    color: white;
}
/* ==================================================
  Transform Styling
  ================================================== */
section.transform .container {
  max-width: 848px;
  margin: auto;
}
  
.transform {
  background-color: #fff;
}

.transform h2
 {
  color: #616161;
}

/* ==================================================
  Training Styling
  ================================================== */
section.training .container {
  max-width: 848px;
  margin: auto;
}

section.training .containerf {
  max-width: 960px;
  margin: auto;
}

.training div.colhead {
  background-color: #19504d;
  width: 100%;
  padding: 20px 20px 5px 20px;
  text-align: center;
}

.training div.colhead2 {
  background-color: #6c7c7b;
  width: 100%;
  padding: 20px 20px 5px 20px;
  text-align: center;
}

.training p.t1 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4em;
	font-family: Roboto Condensed;
	color: #fff;
}
.training p.t2 {
	font-family: Roboto Condensed;
    font-size: 18px;
    line-height: 1.3em;
	color: #fff;
}
.training p.t3 {
	font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 1.3em;
	color: #fff;
}
.training p.t4 {
	font-family: Roboto Condensed;
    font-size: .8em;
    line-height: 1.3em;
	color: #fff;
}

.training div.colbody {
	background-color: #eeeeee;
    padding: 15px 20px 10px;
    color: #999999;
}
.training div.colbody2 {
	background-color: #f7f7f7;
    padding: 15px 20px 10px;
    color: #999999;
}

.training div.buttontext {
	text-align: center;
	font-size: .7em;
	font-weight: 700;
	color: #000;
}

.training  ul li {
    border-bottom: 1px dashed #aaa;
    list-style-type: square;
    margin: 0 20px 0 0px;
    padding: 10px 0;
}

.training div.button {
    border: .5px solid;
    border-radius: 25px;
	padding: 10px;
	width: 200px;
	text-align: center;
	margin: auto;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-color: #19504d;
	color: #19504d;
}

.training div.button:hover {
    background-color: #232323;
    color: white;
}

/* ==================================================
  Login Styling
  ================================================== */
section.login .container {
  max-width: 848px;
  margin: auto;
}

.login {
  background-color: #bacfde;
  margin-top: 3px;
  margin-bottom: 3px;
}

.login p,.login h2 {
  color: #fff;
}

.login p {
  font-size: 28px;
}

.login div.button {
    border: .5px solid;
	padding: 10px;
	width: 200px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.login div.button:hover {
    background-color: #232323;
    color: white;
}
.login div.button a:hover {
	color: #fff;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #24364b;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Shop Styling
  ================================================== */
section.shop {
  background-color: #a78db9;
}  
section.shop .container {
  max-width: 848px;
  margin: auto;
}

.shop h2 {
  color: #fff;
}
.shop h3 {
  color: #fff;
}
.shop div.row {
  margin-bottom: 30px;
}

.shop a {
  font-weight: 700;
  color: #000;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.shop a:hover {
  color: #fff;
}

.shop img {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}


/* ==================================================
  Gear Styling
  ================================================== */
.gear h2 {
  color: #24364b;
}

.gear .col-sm-3 {
  padding: 0;
}

.gear .card > a {
  display: block;
}

.gear .card img {
  width: 100%;
}

.gear .card h4 {
  color: #fff;
  text-transform: uppercase;
}

.gear .card p {
  font-size: 11px;
  color: #fff;
  opacity: .75;
  margin: 0;
  padding: 0 35px;
}

.gear .card .social-nav {
  margin-bottom: 45px;
}

.gear .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.gear .card .social-nav a:hover {
  opacity: .75;
}

.gear .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.gear .card:hover .card-title-wrap {
  background-color: #24364b;
}

.gear .card:hover .card-title-wrap .card-title, .gear .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.gear .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gear .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.gear .card-title-wrap .card-title, .team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.gear .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.gear .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

.comingsoon {
	border-color: #000;
	border-style: solid;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 200px;
}

.comingsoon p {
	font-size: 40px;
}

/* ==================================================
  springcheer Styling
  ================================================== */
section.springcheer {
  background-color: #fff;
}  
section.springcheer .container {
    max-width: 1400px;
    margin: 0 auto;
	text-align: center;
}

.springcheer h2 {
  color: #cf212f;
  font-family: Josefin Sans;
  font-weight: 300;

}
.springcheer h3 {
  color: #cf212f;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.springcheer div.row {
  margin-bottom: 30px;
}

.springcheer p {
  font-size: 18px;
}

.springcheer a {
  font-weight: 700;
  color: #000;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.springcheer a:hover {
  color: #fff;
}

.springcheer img {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.springcheer div.button {
	border-color: #cd122d;
	color: #cd122d;
    border: .5px solid;
	padding: 10px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}

.springcheer div.button:hover {
    background-color: #cd122d;
    color: #fff;
    cursor: pointer;
	
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #fff;
  padding: 80px 0;
}

#contact h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #24364b;
}

#contact p {
    font-size: 21px;
}

#contact .info i {
  font-size: 32px;
  color: #24364b;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #24364b;
  border: 1px solid #24364b;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea, #contact .form select {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #fff;
border-style: solid;
    border-width: .3px;
    border-color: #5d5d5d;
  padding: 10px 24px;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #455e9e;
  color: #fff;
}

.dlselect {
padding: .5rem .75rem;
border: 1px solid rgba(0,0,0,.15);
}


/* ==================================================
  Tour Styling
  ================================================== */
section.tour {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-tabs {
  border: 0;
}

a.nav-link {
  font-size: 16.5px;
  color: #919191;
  font-weight: 300;
}

a.nav-link:hover {
  color: #4a4a4a;
}

/* ==================================================
  Locations Styling
  ================================================== */
section.locations {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

section.locations p {
  color: #fff;
}

section.locations .btn {
  padding: 5px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 11px;
}

section.locations .btn-ghost {
  border: 2px solid #fff;
}

/* ==================================================
  Tour Instructors
  ================================================== */
section.instructors {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

#instructors a.instlink {
  cursor: pointer;
  font-weight: 600;
  color: #990000;
}
#instructors a.instlink:hover {
  color: #cc0000;
  font-weight: 900;
}

/* ==================================================
  Workshops Styling
  ================================================== */
section.workshops {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

section.workshops p {
  color: #fff;
}

/* ==================================================
  Tour Registration
  ================================================== */
section.registration {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ==================================================
  Tour components
  ================================================== */
section.components {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

section.components p {
  color: #fff;
}

/* ==================================================
  Tour faqs
  ================================================== */
section.faqs {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.card {
    border-radius: 10px!important;
    border-bottom: 5px solid #eee!important;
	width: 100%;
}


#accordion2 .card-header,#accordion1 .card-header,#accordion3 .card-header {
	cursor: pointer;
}


.accordion-panel {
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    box-shadow: none;
    border-radius: 10px;
}

.accordion-title  {
    text-transform: uppercase;
    font-weight: 100!important;
    padding: .75em!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0!important;
}

.accordion-title>a:hover {
    text-decoration: none!important;
}

.accordion-content {
    margin: 0em 3em 3em 3em;
}

.divider {
    height: 3px;
    border-radius: 3px;
    margin: 0em 3em 3em 3em;
    background: #eee;
}




/* ==================================================
  Tour procheercamp
  ================================================== */
section.procheercamp {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cheertable {
  width: 100%;
}

.cheertable td {
  padding: 5px;
  border: 1px solid #000;
}

.cheertable td.tbhead {
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background-color: #606060;
}

.tbsubhead {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #24364b;
}

.tbcontent {
  text-align: center;
  background-color: #fff;
}

/* ==================================================
  Tour minicamp
  ================================================== */
section.minicamp {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}


div.button {
    border: .5px solid;
    border-radius: 25px;
	padding: 10px;
	margin: auto;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border: 3px solid #fff;
	color: #fff;
}

div.button:hover {
    background-color: #232323;
    color: white;
	cursor: pointer;
}

/* ==================================================
  Tour RATES
  ================================================== */
section.rates {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

/* ==================================================
  SCHEDULE
  ================================================== */
section.schedule {
  max-width: 848px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
  background-color: #111;
  padding: 0;
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #000;
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color: #466f9c;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer a {
  color: #fff;
  text-decoration: underline;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 14px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .gear .team-over {
    padding-top: 20px;
  }
  .gear .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }

  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

ol.circles-list {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

ol.circles-list li {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	padding-top: 10px;
}

ol.circles-list li:before {
	content: counter(li);
	counter-increment: li;
	color: #454545;
	background: #fff;
	border: 3px solid #454545;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 900;
	width: 48px;
	height: 48px;
	line-height: 38px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

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

select{
  color: grey;
}

option {
  color: black;
}

option[default] {
   display: none;
}

#splashscreen {
	position:absolute; 
    height: 100%;
    width: 100%;
    z-index: 300;
	background-color: #fff;
}

#splashscreen img {
    display: block;
    margin: auto;
	padding-top: 5%;
}


/* ==================================================
  Accordion Styling
  ================================================== */
  .ac-container{
	max-width: 960px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
    font-family: 'Oswald', sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 60px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 50px;
    font-weight: 600;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 770px) {
.ac-container label{
    font-family: 'Oswald', sans-serif;
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 60px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 20px;
    font-weight: 600;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container  img.gttitle {
	height: 20px;
}
}

.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #d9d9d9;
	color: #636363;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #777;
	line-height: 28px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container article li{
	color: #777;
	line-height: 28px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container article p img{
	float: left;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.hide {
  display: none;
}

/* popup modal stuff */
#enquirypopup .modal-dialog {
    width: 80%;
	max-width: 800px;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-body {
	padding: 5px;	
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    bottom: 30px;
    right: 20px;
    position: relative;
    opacity: 1;
}

table.studyabroad {
	width: 100%;
    margin: 0 0 40px 0;
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    table-layout: fixed;
}

table.studyabroad th {
    background-color: #C5B6AD;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 10px;
	vertical-align: bottom;
}

@media only screen and (max-width: 600px) {
table.studyabroad th {
    background-color: #C5B6AD;
    color: #fff;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 10px;
	vertical-align: bottom;
}
}
table.studyabroad td {
    font-size: 12px;
	font-family: "Roboto","Helvetica Neue","Helvetica","Arial","sans-serif";
    color: #162229;
	font-weight: bold;
	text-transform: uppercase;
    padding: 12px 10px;
    background: rgba(216,216,216,0.5);
	text-align: center;
}
@media only screen and (max-width: 600px) {
table.studyabroad td {
    font-size: 9px;
	font-family: "Roboto","Helvetica Neue","Helvetica","Arial","sans-serif";
    color: #162229;
	font-weight: bold;
	text-transform: uppercase;
    padding: 12px 10px;
    background: rgba(216,216,216,0.5);
	text-align: center;
}
}
table.studyabroad tr:nth-child(2n) td {
    background: #fff;
}

#sagallery img {
  margin: 28px;
  border: solid 5px #fff;
-webkit-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
}

#sagallery img:hover {
  filter: brightness(150%);
}

.step {
    display: inline-block;
    width: 20%;
    margin: 0 2%;
    vertical-align: top;
    text-align: center;
}

div.buttonup {
	border-color: #000;
	color: #000;
    border: .5px solid;
	padding: 10px;
	width: 250px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 25px;
}

div.buttonup a {
	color: #000;
}

div.buttonup a:hover {
	color: #fff;
}

div.buttonup:hover {
    background-color: #232323;
    color: white;
}

div.studybox {
	width: 340px;
}
div.studyboxinside {
	background-image : url("../img/extendedstay.jpg");
	color: #fff;
	padding: 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
	border: solid #d8d8d8;
}

div.studyboxinside h3 {
	font-family: Arial;
	color: #fff;
    font-size: 28px;
    font-weight: 800;
	line-height: 1;
}

div.studyboxinside h4 {
	font-family: Arial;
	color: #fff;
	font-size: 14px;
    font-weight: 600;
	padding-bottom: 100px;
}

div.studyboxbot {
	margin: auto;
	text-align: center;
	padding: 20px;
	background-color: #d8d8d8;
}

div.studyboxbot a.btn {
	background-color: #24364b;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px;
    border-radius: 0px;
	width: 300px;
}

table.progtable {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	border-spacing: 2px;
	font-size: 16px;

}

td.progtitle {
	background-color: #f69545;
	padding: 2px 10px 2px 10px;
	border: 2px solid white;
}

td.progone {
	background-color: #fbcaa2;
	padding: 2px 10px 2px 10px;
	border: 2px solid white;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}
td.progtwo {
	background-color: #fde4d1;
	padding: 2px 10px 2px 10px;
	border: 2px solid white;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.progcontainer {
    position: relative;
    text-align: center;
    color: white;
}

.progcontainer img.back {
	border: solid 5px #fff;
	-webkit-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 12px -4px rgba(0,0,0,0.75);
}

.progbutton {
	display: inline-block;
	margin: 5px 20px 5px 20px;
	width: 200px;
}

.progoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progcentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 14px;
}

.progbutton:hover {
    filter: brightness(150%);
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}