@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
/* Declare LESS variables */
/*@link-color: #74ce4d;*/
/*@font-titles: "Cinzel";
@font-body: "Roboto Slab";*/
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #596d7c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Crimson Text',serif;"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: "Oswald", serif;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 3px;
  color: #44535e;
}
.inverse-colors {
  color: #fff;
}
.txt-shadow {
  text-shadow: 10px 10px 10px #000;
}
.txt-stroke {
  /*-webkit-text-stroke: 1px @dark-primary;*/
  color: #fff;
  text-shadow: 2px 2px 2px #000000, -1px -1px 0 #44535e, 1px -1px 0 #44535e, -1px 1px 0 #44535e, 1px 1px 0 #44535e;
}
.custom-list .aff {
  margin-bottom: 15px;
}
.title-text {
  color: #fff;
  text-shadow: 2px 2px 2px #191f23, -1px -1px 0 #44535e, 1px -1px 0 #44535e, -1px 1px 0 #44535e, 1px 1px 0 #44535e;
  letter-spacing: 3px;
  font-weight: normal;
  opacity: 0;
}
#title-button {
  opacity: 0;
}
.title-text em {
  color: #24a2ff;
  font-style: normal;
}
.navbar em {
  color: #24a2ff;
  font-style: normal;
}
h1.title-text {
  font-size: 40px;
}
h2.title-text {
  font-size: 33.33333333px;
}
h3.title-text {
  font-size: 26.66666667px;
}
h4.title-text {
  font-size: 20px;
}
h5.title-text {
  font-size: 15.55555556px;
}
h6.title-text {
  font-size: 13.33333333px;
}
.tab-pane > h1,
.tab-pane > h2,
.tab-pane > h3,
.tab-pane > h4,
.tab-pane > h5,
.tab-pane > h6 {
  margin: 35px 0;
}
p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.6;
  }
}
a {
  /*color: @link-color;*/
  font-weight: bold;
  color: #24a2ff;
  /*-webkit-transition: all 0.02s ease-in-out;
  -moz-transition: all 0.02s ease-in-out;
  transition: all 0.02s ease-in-out;*/
}
a:hover,
a:focus {
  text-decoration: none;
  /*color: #1d9b6c;*/
  color: #57b8ff;
}
.light {
  font-weight: 400;
}
/* === Styling for Navigation bar */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Oswald', sans-serif;*/
  font-family: "Oswald", serif;
  background-color: #2f3940;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}
.navbar-custom a {
  color: #fff;
}
.navbar-custom .nav li a {
 /* -webkit-transition: background 0.03s ease-in-out;
  -moz-transition: background 0.03s ease-in-out;
  transition: background 0.03s ease-in-out; */
}
.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: 0;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
  /*  -webkit-transition: background 0.05s ease-in-out, padding 0.05s ease-in-out;
    -moz-transition: background 0.05s ease-in-out, padding 0.05s ease-in-out;
    transition: background 0.05s ease-in-out, padding 0.05s ease-in-out; */
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #2f3940;
  }
}
/* =================================================================================*/
/* === Styling for Navigation tabs */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #44535e;
}
.nav-pills > li > a {
  background-color: transparent;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #5e7382;
  color: #fff;
}
#sc6logo {
  opacity: 0;
}
.logo {
  width: 70%;
  padding: 50px;
}
.main-container {
  width: 100%;
  padding: 0;
}
.intro {
  padding: 0px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.intro .intro-body {
  vertical-align: middle;
  height: 100%;
  margin: 0;
}
.intro-body {
  position: relative;
  padding: 80px 0;
}
img.thumb {
  height: 60px;
  opacity: 0.3;
  /* -webkit-transition: all 0.02s ease-in-out;
  -moz-transition: all 0.02s ease-in-out;
  transition: all 0.02s ease-in-out; */
  margin: 5%;
}
img.thumb:hover {
  height: 65px;
  opacity: 1;
 /* -webkit-transition: all 0.02s ease-in-out;
  -moz-transition: all 0.02s ease-in-out;
  transition: all 0.02s ease-in-out; */
  margin: 5%;
}
/** Styling for parallax layers **/
.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;  
	background-size: 120% 100%;*/
  overflow: hidden;
  backface-visibility: hidden;
  /*background-size: auto 115%; */
  /*background-size: auto 115%;*/
  /*max-width: 1920px;*/
  /*-webkit-transform: translateZ(0);  */
}
.parallax-layer > img {
  left: 0%;
  top: 0px;
  min-width: 120%;
  min-height: 110%;
  width: auto;
  height: 110%;
  margin-left: auto;
  margin-right: auto;
}

.table th {
  width: 150px;
}
/* Styling for different sections */
#about-school {
  background-image: url(../img/orford_white_1.jpg);
  background-color: #eee;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}
#about-symposium {
  background-color: #eee;
  background-image: url(../img/orford_white_1.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#participants {
  background-image: url(../img/orford_white_2.jpg);
  background-size: cover;
  background-color: #fff;
  width: 100%;
}
#seeabstract {
  background-image: url(../img/orford_white_2.jpg);
  background-size: cover;
  background-color: #fff;
  width: 100%;
}
#abstract {
  background-image: url(../img/orford_white_2.jpg);
  background-size: cover;
  background-color: #fff;
  width: 100%;
}
#registration {
  background-image: url(../img/orford_white_2.jpg);
  background-size: cover;
  background-color: #fff;
  width: 100%;
}
#program {
  background-color: #fff;
  width: 100%;
  padding-bottom: 100px;
  background-image: url(../img/orford_white_3.jpg);
  background-size: cover;
  background-position: 0 0;
}
#venue {
  width: 100%;
  min-height: 800px;
  padding-top: 0px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
#venue-slides {
  min-height: 800px;
  padding-top: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#accommodation {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
#travel {
  padding-top: 100px;
  background-color: #eee;
  background-image: url(../img/orford_white_5.jpg);
  background-size: cover;
  width: 100%;
}
#contact {
  background-color: #eee;
  background-image: url(../img/orford_white_4.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 100px;
}
#sponsors {
  background-color: #fff;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* Styling for image sections */
.bg-image-section {
  width: 100%;
  height: 100%;
  height: 400px;
  position: relative;
}
#image-section2 {
  background-image: url(../img/hulluporo.jpg);
  background-color: white;
  background-size: cover;
}
.download-section {
  color: #fff;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
  .title-text {
    letter-spacing: 5px;
  }
  h1.title-text {
    font-size: 60px;
  }
  h2.title-text {
    font-size: 50px;
  }
  h3.title-text {
    font-size: 40px;
  }
  h4.title-text {
    font-size: 30px;
  }
  h5.title-text {
    font-size: 23.33333333px;
  }
  h6.title-text {
    font-size: 20px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 100%!important;
  font-size: 40px;
  color: #fff;
  background: 0 0;
 /* -webkit-transition: background 0.03s ease-in-out;
  -moz-transition: background 0.03s ease-in-out;
  transition: background 0.03s ease-in-out; */
}
.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
 /* -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.01s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.01s; */
}
.btn-circle:hover i.animated {
  /*-webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 0.05s;
  -moz-animation-duration: 0.05s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;*/
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 50px;
  position: relative;
  min-height: 800px;
  padding-bottom: 100px;
}
#map {
  width: 100%;
  min-height: 400px;
  border: 2px solid #44535e;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 200px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    /*height: 400px;*/
    margin-top: 50px;
  }
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: "Oswald", serif;
  font-weight: 400;
/*  -webkit-transition: all 0.03s ease-in-out;
  -moz-transition: all 0.03s ease-in-out;
  transition: all 0.03s ease-in-out;*/
}
.btn-default {
  border: 1px solid #24a2ff;
  color: #24a2ff;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #24a2ff;
  outline: 0;
  color: #000;
  background-color: #24a2ff;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
  background-color: #44535e;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
