/* LESS Document */
/*self clearing divs*/
.left {
  float: left;
}
.right {
  float: right;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  /* IE6 */
  height: 1%;
}
*:first-child + html .group {
  /* IE7 */
  min-height: 1px;
}
/*end self clearing divs*/
body {
  font-family: 'Raleway', sans-serif;
  font-size: 100%;
  color: #323232;
  background: url(../images/bg-main.jpg);
  padding: 50px 0;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #ae132d;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
p,
li {
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
}
.thick-text {
  font-weight: 900;
}
.thin-text {
  font-weight: 300;
}
.large-text {
  font-size: 3em;
}
.mid-text {
  font-size: 1.5em;
}
.smaller-text {
  font-size: 1em;
}
.rounded {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.shadowed {
  box-shadow: 0 0 5px #555;
}
.columned {
  -moz-column-width: 20em;
  -moz-column-gap: 20px;
  column-width: 20em;
  column-gap: 20px;
}
div {
  position: relative;
}
.container {
  width: 92.1875%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid white;
  background: white;
  overflow: visible;
}
header {
  background: url(../images/dubai.jpg);
  background-size: cover;
  background-position: top center;
  text-align: center;
  text-shadow: 1px 1px 2px #b1b1b1;
  height: 420px;
  padding: 50px 0 0 0;
  position: relative;
}
header #logo-name {
  width: 37%;
  margin: 0 auto;
}
header p {
  font-size: 1em;
  margin-top: 10px;
}
header #hosted {
  width: 6%;
  margin: 250px auto 0 auto;
}
header #hosted p {
  font-size: 0.5em;
  font-weight: bold;
  color: #77414a;
}
#countdown-container {
  background: url(../images/bg-countdown.jpg);
  box-shadow: 0 0 5px #555;
}
#countdown-container .padder {
  padding: 15px 0;
  width: 36%;
  margin: 0 auto;
}
#countdown-container .countdown {
  width: 80px;
  text-align: center;
  margin: 0 5% 0 0;
  font-size: 1.8em;
  color: white;
  font-weight: 900;
}
#countdown-container .countdown:last-child {
  margin: 0;
}
#countdown-container .caption {
  width: 80px;
  margin: 0 5% 0 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 0.8em;
}
#countdown-container .caption:last-child {
  margin: 0;
}
nav {
  background: rgba(174, 19, 45, 0.95);
  text-align: center;
}
nav #mobile-menu {
  display: none;
}
nav #mobile-menu p {
  color: white;
}
nav .padder {
  padding: 30px 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
  margin: 0 3% 0 0;
  text-transform: uppercase;
  font-weight: 900;
}
nav ul li a {
  color: white;
}
nav ul li a.cta {
  background: white;
  border: 1px solid #e3e1d9;
  color: #ae132d;
  padding: 10px 2%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
nav ul li a.cta:hover {
  background: #505050;
  color: white;
}
nav ul li a:hover {
  color: #cbc9c3;
}
nav ul li:last-child {
  margin: 0;
}
#slider {
  width: 100%;
  height: 225px;
}
#slider .slide {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
#slider .slide .slide-content {
  width: 50%;
}
#slider .slide .slide-content .padder {
  padding: 50px;
}
#slider .slide .slide-content h2 {
  color: #ae132d;
  font-size: 3em;
  font-weight: 300;
}
#slider .slide .slide-content p {
  font-size: 1em;
}
#slider #slide-1 {
  background: url(../images/slides/bg-slide-1.jpg);
  background-size: cover;
  background-position: center center;
}
#slider #slide-2 {
  background: url(../images/slides/bg-slide-2.jpg);
  background-size: cover;
  background-position: center center;
}
#slider #slide-3 {
  background: url(../images/slides/bg-slide-3.jpg);
  background-size: cover;
  background-position: center center;
}
#about {
  background: #eee;
}
#about .about-content {
  width: 49.9%;
  border-right: 1px solid #cbc9c3;
}
#about .about-content .padder {
  padding: 50px;
}
#about .about-content h2 {
  color: #ae132d;
  text-transform: uppercase;
}
#about .about-content:last-child {
  border-right: none;
}
#downloads {
  background: white;
  border-top: 1px solid #e3e1d9;
  margin-top: 50px;
  text-align: center;
}
#downloads .padder {
  padding: 20px 50px;
}
#downloads h2 {
  color: #505050;
  text-transform: uppercase;
}
#downloads p {
  font-size: 1em;
}
#downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#downloads ul li {
  display: inline-block;
  width: 24%;
  background-color: #ae132d;
  padding: 10px 5%;
  border: 1px solid #cbc9c3;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#downloads ul li a {
  color: white;
}
.youtubevideowrap {
  width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video #video-2 {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px 0;
}
#video #video-2 p {
  font-size: 1.2em;
}
#video #video-2 a {
  color: #cbc9c3;
}
#video #video-2 a:hover {
  color: white;
}
#panels {
  background: #e3e1d9;
}
#panels .padder {
  padding: 50px;
}
#panels h2 {
  text-transform: uppercase;
  color: #ae132d;
}
#panels p {
  font-size: 1em;
}
#panels #panel-list {
  -moz-column-width: 20em;
  -moz-column-gap: 20px;
  column-width: 20em;
  column-gap: 20px;
}
#speakers #speakers-title {
  background: url(../images/title-speakers.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 155px;
}
#speakers .vip {
  width: 50%;
  background: #ae132d;
  color: white;
}
#speakers .vip .vip-image {
  width: 50%;
  height: 300px;
  background-size: cover;
  background-position: top center;
}
#speakers .vip .vip-text {
  width: 50%;
}
#speakers .vip .vip-text .padder {
  padding: 20px;
}
#speakers .vip .vip-text h3 {
  font-weight: 300;
  font-size: 1em;
}
#speakers .vip .vip-text p.orgn {
  margin-bottom: 20px;
}
#speakers .vip .vip-text a {
  color: #ae132d;
  text-transform: uppercase;
  background: #e3e1d9;
  border: white 1px solid;
  padding: 7px 5%;
}
#speakers .vip .vip-text a:hover {
  background: #505050;
  color: white;
  border: 1px solid #cbc9c3;
}
#speakers .speaker {
  width: 20%;
  height: 300px;
  border-top: 1px solid #cbc9c3;
  background-size: cover;
  background-position: top center;
  position: relative;
}
#speakers .speaker .speaker-text {
  background: rgba(174, 19, 45, 0.95);
  color: white;
  min-height: 41px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#speakers .speaker .speaker-text .padder {
  padding: 10px;
}
#speakers .speaker .speaker-text a {
  color: white;
}
#speakers .speaker .speaker-text h3 {
  font-weight: 400;
  margin: 0;
  font-size: 1em;
  color: white;
}
#speakers .speaker .speaker-text .speaker-desgn {
  display: none;
}
#speakers .speaker .speaker-text .speaker-desgn p.desgn {
  color: #cbc9c3;
  text-transform: uppercase;
}
#speakers .speaker:nth-child(5n) {
  border-right: none;
}
#schedule {
  background: white;
}
#schedule #schedule-title {
  background: url(../images/title-schedule.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 154px;
}
#schedule #schedules {
  border-bottom: 1px solid #eee;
}
#schedule #schedules .day {
  width: 50%;
}
#schedule #schedules .day .day-title .padder {
  padding: 20px 20px 8px;
}
#schedule #schedules .day .day-title h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}
#schedule #schedules .day .program {
  border-right: 1px solid #ccc;
}
#schedule #schedules .day .program table {
  width: 100%;
}
#schedule #schedules .day .program table tr td {
  font-size: 1em;
  padding: 20px 20px;
  border-top: 1px solid #ccc;
}
#schedule #schedules .day .program table tr td:first-child {
  font-size: 1.5em;
  color: #ae132d;
  text-align: right;
  border-right: 1px solid #ccc;
  width: 25%;
}
#schedule #schedules .day .program table tr:nth-child(odd) {
  background: #eee;
}
#schedule #schedules #day-1 .day-title {
  background: #ae132d;
}
#schedule #schedules #day-2 .day-title {
  background: #323232;
}
#programme {
  background: white;
  border-bottom: 1px solid #e3e1d9;
  font-size: 1.2em;
}
#programme .padder {
  padding: 50px;
}
#accomodation {
  background: url(../images/bg-accomodation.jpg);
}
#accomodation h2 {
  color: #ae132d;
  text-transform: uppercase;
}
#accomodation .padder {
  padding: 50px;
}
#accomodation hr {
  border: 0;
  height: 1px;
  margin: 30px 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
#accomodation #park-hyatt {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #ae132d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px #555;
}
#accomodation .hotel {
  width: 25%;
  margin: 0 12% 0 0;
  border: 1px solid #ae132d;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px #555;
}
#accomodation .hotel:last-child {
  margin: 0;
}
#sponsors {
  background: white;
  border-top: 1px solid #eee;
  text-align: center;
}
#sponsors .padder {
  padding: 50px 50px 0;
}
#sponsors h2 {
  text-transform: uppercase;
  color: #ae132d;
}
#sponsors #sponsors-list {
  margin-bottom: 30px;
}
#sponsors #sponsors-list .sponsor {
  width: 11%;
  padding: 0 1%;
  margin: 0 1% 0 0;
  border: 1px solid #cbc9c3;
}
#sponsors #sponsors-list .sponsor:last-child {
  margin: 0;
}
#sponsors #media-partner {
  width: 24%;
  margin: 10px auto 0;
  border: 1px solid #cbc9c3;
}
#supporters .padder {
  padding: 50px;
}
#supporters h2 {
  color: #ae132d;
  text-transform: uppercase;
}
#supporters .supporter {
  width: 15%;
  margin: 0 4% 30px 0;
}
#supporters .supporter img {
  border: 1px solid #cbc9c3;
}
#mckinsey {
  background: #2d467b;
  color: white;
}
#mckinsey .padder {
  padding: 50px;
}
#mckinsey #logo {
  width: 23%;
  text-align: center;
}
#mckinsey #logo img {
  border: 1px solid white;
}
#mckinsey #text {
  width: 76%;
}
#mckinsey #text .padder {
  padding: 0 20px;
}
#mckinsey #text p {
  margin-bottom: 10px;
}
#mckinsey #text #mckinsey-text-inner {
  height: 100px;
  overflow: hidden;
}
#videos-2015,
#videos-2016 {
  background: #e3e1d9;
}
#videos-2015 .padder,
#videos-2016 .padder {
  padding: 50px;
}
#videos-2015 h2,
#videos-2016 h2 {
  color: #ae132d;
  text-transform: uppercase;
}
#videos-2015 hr,
#videos-2016 hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #fff;
}
#videos-2015 #videos .video,
#videos-2016 #videos .video,
#videos-2015 #videos-old .video,
#videos-2016 #videos-old .video {
  width: 49%;
  margin: 0 0.5% 30px 0;
}
#videos-2015 #videos .video .video-container,
#videos-2016 #videos .video .video-container,
#videos-2015 #videos-old .video .video-container,
#videos-2016 #videos-old .video .video-container {
  box-shadow: 0 0 5px #555;
}
#videos-2015 #videos .video:nth-child(2n),
#videos-2016 #videos .video:nth-child(2n),
#videos-2015 #videos-old .video:nth-child(2n),
#videos-2016 #videos-old .video:nth-child(2n) {
  margin: 0 0 30px 0;
}
#videos-2015 p,
#videos-2016 p {
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
}
#videos-2016 {
  background: #f9f9f9;
}
#photo-gallery h2 {
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#photo-gallery .padder {
  padding: 50px;
}
#photo-gallery #gallery-nav {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
#photo-gallery #gallery-nav li {
  display: inline;
  width: 25%;
}
#photo-gallery #gallery-nav li a {
  padding: 20px 5%;
  width: 90%;
  color: white;
  background: #ae132d;
  text-transform: uppercase;
}
#testimonials {
  background: #505050;
}
#testimonials .padder {
  padding: 50px;
}
#testimonials .testimonial {
  width: 100%;
  text-align: center;
}
#testimonials .testimonial p {
  color: #cbc9c3;
  font-size: 1.5em;
  text-align: center;
  font-weight: 300;
}
#about-aln {
  background: #eee;
}
#about-aln .padder {
  padding: 50px;
}
#about-aln h2 {
  color: #ae132d;
  text-transform: uppercase;
}
#about-aln #about-columns {
  -moz-column-width: 23em;
  -moz-column-gap: 57px;
  -moz-column-rule: 1px dotted #cbc9c3;
  column-width: 23em;
  column-gap: 57px;
  column-rule: 1px dotted #cbc9c3;
}
#about-aln p {
  margin-bottom: 10px;
}
footer {
  background: white;
}
footer .padder {
  padding: 50px;
}
/*modals*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position: absolute;
  z-index: 9000;
  background-color: #000;
  left: 0;
  top: 0;
  display: none;
}
#boxes .window {
  position: fixed;
  width: 600px;
  height: auto;
  display: none;
  z-index: 9999;
  background-color: white;
}
#boxes .window .title-bar {
  padding: 20px 20px 16px 20px;
  background-color: #ae132d;
}
#boxes .window .title-bar .title-text {
  width: 80%;
}
#boxes .window .title-bar .title-text h4,
#boxes .window .title-bar .title-text p {
  color: white;
  font-weight: normal;
}
#boxes .window .title-bar .modal-close {
  width: 10%;
  text-align: right;
}
#boxes .window .title-bar .modal-close .close {
  color: white;
}
#boxes .window .modal-contacts {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ae132d;
}
#boxes .window .modal-contacts .modal-half {
  width: 45%;
}
#boxes .window .modal-contacts .modal-half ul {
  padding: 0;
}
#boxes .window .modal-body {
  width: 100%;
  margin-top: 10px;
}
#boxes .window .modal-body .padder {
  padding: 0 20px;
}
#boxes .window .modal-body h4 {
  margin-bottom: 2px;
  font-weight: bold;
}
#boxes .window .modal-body p {
  margin-bottom: 12px;
}
#boxes .window .modal-body table {
  width: 100%;
  border: 1px solid #cbc9c3;
}
#boxes .window .modal-body td {
  font-size: 0.8em;
}
#boxes .window .modal-body .red-cell {
  color: #ae132d;
}
#boxes .window .modal-body .left-cell {
  width: 40%;
  padding: 10px 5px;
  border-right: 1px solid #cbc9c3;
}
#boxes .window .modal-body .right-cell {
  padding: 10px 5px;
}
#boxes .window .modal-body tr:nth-child(odd) {
  background-color: #e1e1e1;
}
/* Customize your modal window here, you can add background image too */
#boxes #modal-grand,
#boxes #modal-hyatt,
#boxes #modal-regency,
#boxes #modal-park,
#boxes #modal-park-hyatt-dubai,
#boxes #modal-transport,
#boxes #modal-expenses {
  width: 600px;
  height: auto;
}
/* end modals */
@media only screen and (max-width: 480px) {
  body {
    padding: 20px 0;
  }
  header {
    padding: 20px 0 0 0;
  }
  header #logo-name {
    width: 90%;
  }
  #countdown-container .padder {
    width: 100%;
  }
  #countdown-container .countdown,
  #countdown-container .caption {
    margin: 0 2% 0 0;
  }
  nav #mobile-menu {
    display: block;
  }
  nav ul {
    display: none;
    margin-top: 10px;
  }
  nav ul li {
    display: block;
    width: 50%;
    margin: 2px auto;
    padding: 5px 0;
    border: 1px solid #e3e1d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  nav ul li a.cta {
    padding: 6px 37%;
  }
  nav ul li:last-child {
    margin: 2px auto;
  }
  #about .about-content {
    width: 100%;
    border: none;
  }
  #about .about-content .padder {
    padding: 20px 10px;
  }
  #slider {
    height: 155px;
  }
  #slider .slide .slide-content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  #slider .slide .slide-content .padder {
    padding: 10px;
  }
  #slider .slide .slide-content h2 {
    font-size: 1.5em;
  }
  #sponsors .padder {
    padding: 30px 10px 0;
  }
  #sponsors #sponsors-list .sponsor {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  #sponsors #sponsors-list .sponsor img {
    margin: 0 auto;
  }
  #supporters .padder {
    padding: 10px;
  }
  #supporters #supporters-list .supporter {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #mckinsey .padder {
    padding: 20px 10px;
  }
  #mckinsey #logo {
    margin-bottom: 30px;
  }
  #mckinsey #logo p {
    display: none;
  }
  #mckinsey #logo,
  #mckinsey #text {
    width: 100%;
  }
  #mckinsey #text .padder {
    padding: 0 10px;
  }
  #mckinsey #text #mckinsey-text-inner {
    height: auto;
  }
  #mckinsey #text #mckinsey-text-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #mckinsey #text #mckinsey-text-inner ul li {
    margin-bottom: 10px;
  }
  #testimonials .padder {
    padding: 10px;
  }
  #panels .padder {
    padding: 30px 15px;
  }
  #speakers #speakers-title {
    height: 58px;
  }
  #speakers .vip {
    width: 100%;
  }
  #speakers .vip .vip-image {
    width: 100%;
    height: 350px;
  }
  #speakers .vip .vip-text {
    width: 100%;
  }
  #speakers .speaker {
    width: 100%;
    height: 500px;
    text-align: center;
  }
  #schedule #schedule-title {
    height: 56px;
  }
  #schedule #schedules .day {
    width: 100%;
  }
  #accomodation .padder {
    padding: 20px;
  }
  #accomodation #park-hyatt {
    width: 98%;
  }
  #accomodation .hotel {
    width: 77%;
    margin: 0 0 10px 11.5%;
  }
  #accomodation .hotel:last-child {
    margin: 0 0 0 11.5%;
  }
  #videos-2015 .padder {
    padding: 20px;
  }
  #videos-2015 #videos .video {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #videos-2015 #videos .video:last-child {
    margin: 0;
  }
  #about-aln .padder {
    padding: 20px;
  }
  footer .padder {
    padding: 50px 20px;
  }
}
