@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #dbdbdb;
  font: 14px/18px "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
}

.clear-me {
  clear: both;
}

.clear:after {
  clear: both;
  display: block;
  font-size: 0px;
  line-height: 0px;
  height: 0;
  visibility: hidden;
  content: ".";
}

form {
  margin: 0;
  padding: 0;
}

hr {
  color: #014295;
  border: 0;
  padding: 0;
  height: 1px;
  background: #014295;
  margin: 15px 0 15px 0;
}

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

/*** Text ***/
a {
  color: #23aae1;
}
a:hover {
  color: #1c9bce;
}

h1, h2, h3 {
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
  color: #000000;
}

h2 {
  font-size: 25px;
}

h3,
h3 a {
  font-size: 16px;
}

h1 a, h2 a, h3 a {
  color: #23aae1;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: none;
}

.list-unique-aspects h3 {
  margin: 0;
}

.list-unique-aspects li {
  background: none;
  padding: 5px 10px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/*** Buttons ***/
.btn {
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
}

.btn-primary {
  background: #23aae1;
  border-color: #1c9bce;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active:hover {
  background: #1c9bce;
  border-color: #1c9bce;
}

/*** Header Styles ***/
.navbar-icons {
  margin: 0;
  height: 50px;
  background: #454545;
  border: 0;
  border-radius: 0;
  color: #eeeeee;
  text-align: right;
}

.social i {
  font-size: 34px;
  margin: 6px 0 0 20px;
}
.social a {
  color: #eeeeee;
  transition: 0.5s ease all;
}
.social a:hover, .social a:focus {
  text-decoration: none;
  color: #23aae1;
  transition: 0.5s ease all;
}

.logo {
  margin: 12px 0 0 0;
  float: left;
  max-height: 100px;
  max-width: 240px;
}

.head-date {
  float: right;
  color: #0b4675;
  font-size: 25px;
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
  margin: 85px 0 0 0;
}

.top-header {
  background: #23aae1;
  min-height: 130px;
  padding: 0 0 30px 0;
}

.navbar-main-wrapper {
  position: relative;
}

.navbar.main-nav {
  border-radius: 2px;
  margin: 0;
  box-shadow: 0 3px 2px rgba(35, 31, 32, 0.2);
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfcfc", endColorstr="#efefef",GradientType=0 );
  /* IE6-9 */
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: -20px;
  z-index: 10;
  width: 100%;
}

.navbar.main-nav a {
  padding: 14px 13px;
}

.nav.navbar-collapse.collapse {
  border: 0;
  box-shadow: 0 0;
  margin: 0;
}

.strapline {
  list-style: none;
  padding: 0;
  margin: 85px 0 0 15px;
  float: left;
}
.strapline li {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
  color: #0b4675;
  font-size: 20px;
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  font-weight: 800;
}
.strapline i {
  font-size: 10px;
}

/*** Side Nav ***/
.sidebar-nav .navbar li a {
  font-size: 15px;
}

.sidebar-nav i {
  font-size: 24px;
  margin: 0 5px 0 0;
}

.sidebar-nav .nav > .active > a {
  color: #23aae1;
}

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar ul {
    float: none;
  }

  .sidebar-nav .navbar ul:not {
    display: block;
  }

  .sidebar-nav .navbar li {
    float: none;
    display: block;
    border-bottom: 1px solid #e7e7e7;
  }

  .sidebar-nav .navbar li:last-child {
    border-bottom: 0;
  }

  .sidebar-nav .navbar li a {
    padding: 15px 15px 15px 45px;
    position: relative;
  }

  .sidebar-nav .navbar li i {
    position: absolute;
    top: 15px;
    left: 12px;
  }
}
/*** Misc Row Styles ***/
.white-row {
  background: #ffffff;
}

.bordered-row {
  border-top: 4px solid #454545;
  border-bottom: 4px solid #454545;
}

.row-striped-formats {
  background: #eeeeee url(../i/line-pattern.png);
  border-top: 4px solid #454545;
}

.header-block {
  background: #454545;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 5px 15px;
}

.row-dark-image {
  background: url(../i/bgs/1.jpg) center top no-repeat;
  background-size: cover;
}
.row-dark-image .row-dark-image-overlay {
  background: rgba(214, 214, 214, 0.95);
  padding-bottom: 40px;
  position: relative;
}
.row-dark-image .container {
  color: #646464;
  font-size: 16px;
  line-height: 20px;
  height: 190px;
  overflow: hidden;
}
.row-dark-image .container h1 {
  font-size: 24px;
  margin: 20px 0 10px 0;
}

.row-dark-image-overlay.open .container {
  height: auto;
}

.open-down {
  position: absolute;
  left: 50%;
  bottom: -26px;
  border: 3px solid #ffffff;
  color: #ffffff;
  background: #454545;
  box-shadow: 0 1px 1px #454545;
  width: 180px;
  padding: 5px 0 10px 0;
  margin: 0 0 0 -93px;
  border-radius: 6px;
  text-align: center;
  transition: 0.5s ease all;
  cursor: pointer;
  font-size: 20px;
}
.open-down i {
  font-size: 26px;
}
.open-down:hover {
  background: #ffffff;
  border-color: #454545;
  color: #454545;
  transition: 0.5s ease all;
}

/*** Container Styles ***/
.container-main {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container-white {
  background: #ffffff;
}

/*** Jumbotron ***/
.jumbotron {
  margin: 0;
}

.jumbotron.jumbotron-lg {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../i/jumbotron/1.jpg) center center no-repeat;
  background-size: cover;
}

.jumbotron-footer {
  background: #454545;
  min-height: 50px;
  padding: 5px 0 5px 0;
}

.jumbotron-footer h2 {
  margin: 10px 0 10px 0;
  color: #eeeeee;
}

.jumbotron .jumbotron-btn-wrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
}

.jumbotron .jumbotron-btn-wrapper i {
  font-size: 32px;
  margin-right: 10px;
}

.jumbotron .jumbotron-btn-wrapper .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.jumbotron.jumbotron-sm {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../i/jumbotron/1.jpg) center center no-repeat;
  background-size: cover;
  min-height: 250px;
  text-align: center;
}

.jumbotron.jumbotron-sm.jumbotron-event-venue {
  background: url(../i/jumbotron/2.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-2017-providers, .jumbotron.jumbotron-sm.jumbotron-2018-providers {
  background: url(../i/jumbotron/19.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-sm.jumbotron-delegates {
  background: url(../i/jumbotron/14.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-solution-providers {
  background: url(../i/jumbotron/20.jpg) center center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-event-agenda, .jumbotron.jumbotron-smjumbotron-event-agenda-day-2 {
  background: url(../i/jumbotron/18.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-why-attend {
  background: url(../i/jumbotron/11.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-contact-us {
  background: url(../i/jumbotron/21.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-index {
  background: url(../i/jumbotron/13.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-event-format {
  background: url(../i/jumbotron/15.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-full-circle-concept {
  background: url(../i/jumbotron/16.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-brochure-downloads {
  background: url(../i/jumbotron/17.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-photobox {
  background: url(../i/jumbotron/22.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-testimonials {
  background: url(../i/jumbotron/23.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm.jumbotron-join-as-solution-provider {
  background: url(../i/jumbotron/24.jpg) top center no-repeat;
  background-size: cover;
}
.jumbotron.jumbotron-sm h1 {
  color: #ffffff;
  margin: 90px 0 0 0;
  padding: 5px 10px;
  font-size: 50px;
  line-height: 60px;
  border-radius: 2px;
  position: relative;
  text-shadow: 1px 1px 4px #2e2e2e;
}

.jumbotron-testimonial-wrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin: 50px 0 0 0;
  color: #ffffff;
}

.jumbotron-testimonial {
  font-size: 20px;
  line-height: 34px;
  margin: 0 0 15px 0;
}
.jumbotron-testimonial.jumbotron-testimonial-small-text {
  font-size: 14px;
  line-height: 25px;
}

.jumbotron-testifier {
  font-size: 20px;
}
.jumbotron-testifier .rating {
  margin: 10px 0 0 0;
}

.jumbotron-testimonial-positioner {
  min-height: 340px;
  position: relative;
}

.jumbotron-testimonial-positioner > div {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*** Home Speakers ***/
.speakers-row {
  background: #ffffff;
}
.speakers-row h2 {
  margin: 20px 0 20px 0;
}

.home-speaker-image {
  background: #eeeeee;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.home-speaker-image img {
  margin: 0 auto;
}

.speakers-pagination {
  background: #eeeeee;
  padding: 10px 0 10px 0;
  margin: 20px 0 0 0;
}
.speakers-pagination a {
  display: block;
  width: 44px;
  height: 44px;
  border: 2px solid #bbbbbb;
  float: right;
  margin: 0 0 0 10px;
  text-align: center;
  color: #bbbbbb;
  transition: 0.5s ease all;
}
.speakers-pagination a:hover {
  background: #ffffff;
}
.speakers-pagination a i {
  font-size: 26px;
  margin: 9px 0 0 0;
}

.speaker-content {
  color: #999999;
  margin: 0 0 15px 0;
}
.speaker-content h3 {
  min-height: 34px;
  color: #000000;
  margin: 0 0 4px 0;
}
.speaker-content p {
  min-height: 80px;
}

/*** Line Pattern Container ***/
.line-pattern {
  background: #eeeeee url(../i/line-pattern.png);
  border-top: 4px solid #454545;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-line-media {
  height: 197px;
  overflow: hidden;
}

/*** Features Row ***/
.features-row {
  background: #3a7ab5;
  position: relative;
  background: url(../i/bgs/1.jpg) center center no-repeat;
}
.features-row h2 {
  font-size: 30px;
  margin: 50px 0 20px 0;
}
/*** Image Wrappers ***/
.white-bg-image {
  background: #ffffff;
  width: 100%;
  text-align: center;
  min-height: 170px;
  opacity: 0.8;
  transition: 0.5s ease all;
}
.white-bg-image:hover {
  opacity: 1;
  transition: 0.5s ease all;
}
.white-bg-image img {
  margin: 0 auto;
}

/*** Tint colours ***/
.tint {
  background: rgba(35, 170, 225, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 15px 0;
  color: #ffffff;
}
.tint h2 {
  color: #ffffff;
}
.tint h3 {
  color: #ffffff;
}
.tint a {
  color: #ffffff;
}

/*** Footer ***/
.copy-footer {
  background: #bbbbbb;
  padding: 2% 0;
  color: #838383;
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 0;
}
.copy-footer .col-xs-12:first-child {
  font-size: 14px;
  margin-bottom: 10px;
}
.copy-footer .col-xs-12:first-child a {
  color: #838383;
}

/*** Testimonial ***/
.block-testimonial {
  background: #ffffff;
  padding: 30px 45px 40px 45px;
  min-height: 197px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.block-testimonial .fa-quote-left {
  width: 30px;
  height: 30px;
  padding: 6px 0 0 0;
  background: #bbbbbb;
  border: 1px solid #eeeeee;
  border-left: 0;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
  content: " ";
  text-align: center;
  font-size: 18px;
}

.block-testimonial .fa-quote-right {
  width: 30px;
  height: 30px;
  padding: 6px 0 0 0;
  background: #bbbbbb;
  border: 1px solid #eeeeee;
  border-left: 0;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  right: 0;
  content: " ";
  text-align: center;
  font-size: 18px;
}

.block-testimonial:after {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 45px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff;
}

.list-testimonial-group {
  margin: 0 0 20px 0;
}

.list-testimonial-group .block-testimonial {
  min-height: 0;
}

.list-testimonial-group .testifier {
  margin: 12px 0 0 0;
  font-weight: bold;
}

.col-home-testimonial a {
  color: #1b1b1b;
}

.col-home-testimonial a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

.col-home-video img {
  width: 100%;
}
.col-home-video a {
  color: #000000;
}

/*** List Groups ***/
.list-group.list-group-ticks {
  border: 0;
}

.list-group.list-group-ticks {
  border: 0;
}
.list-group.list-group-ticks .list-group-item {
  border: 0;
  padding: 6px 6px;
}
.list-group.list-group-ticks .list-group-item i {
  margin: 0 5px 0 0;
}

/*** Column/ Content Styles ***/
.container-home-content h1 {
  margin-top: 0;
  font-size: 25px;
}
.container-home-content .embed-responsive {
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 0 20px 0;
}
.container-home-content i.fa {
  font-size: 23px;
  margin-right: 5px;
}

.container-welcome img {
  width: 100%;
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 25px 0 0 0;
}
.container-welcome .col-sm-6:last-child {
  padding: 0 55px;
}

/** Download Box Styles ***/
.download-box {
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
  padding: 20px 20px 20px 50px;
  display: block;
  margin: 0 0 1% 0;
  border-radius: 4px;
  font-size: 18px;
  position: relative;
}
.download-box:hover {
  text-decoration: none;
}
.download-box i {
  font-size: 25px;
  position: absolute;
  left: 2%;
}

/*** Form Styles ***/
.form-group-auto-height .form-control {
  height: auto;
}

.form-group-auto-height small {
  display: block;
  font-weight: normal;
}

.math {
  background: url(http://clientmanager.ahmediauk.com/public/frontend/i/math.gif) left 8px no-repeat;
  padding: 0 0 0 100px;
}

/*** Address Styles ***/
.address {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.address li {
  padding: 0;
  margin: 0;
}

/*** Full Circle Styles ***/
.full-circle-box {
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}

.full-circle-box div {
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.full-circle-box .networking {
  top: 3%;
  left: 34%;
  width: 21%;
  height: 18%;
}

.full-circle-box .lunch {
  top: 15%;
  left: 10%;
  width: 21%;
  height: 18%;
}

.full-circle-box .one-2-one {
  top: 61%;
  left: 7%;
  width: 15%;
  height: 17%;
}

.full-circle-box .think-tank {
  top: 32%;
  right: 19%;
  width: 15%;
  height: 15%;
}

.full-circle-box .one-2-one img {
  cursor: pointer;
}

.full-circle-box .presentations {
  top: 38%;
  left: 3%;
  width: 16%;
  height: 20%;
}

.full-circle-box .speed-networking {
  bottom: 10%;
  right: 33%;
  width: 20%;
  height: 17%;
}

.full-circle-box .interactive {
  top: 48%;
  right: 20%;
  width: 17%;
  height: 24%;
}

.full-circle-box .delegates {
  bottom: 8%;
  left: 24%;
  width: 19%;
  height: 18%;
}

.well-full-circle-box h2 {
  margin: 0 0 15px 0;
}

/*** Agenda Styles ***/
.speaker-anchors {
  margin: 10px 0 15px 0;
}
.speaker-anchors ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.speaker-anchors ul li {
  margin: 0 0 8px 0;
}
.speaker-anchors ul li a {
  position: relative;
  padding: 1px 0 1px 15px;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 22px;
}
.speaker-anchors ul li a:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 3px;
  left: 0;
}
.speaker-anchors ul li a:hover {
  text-decoration: none;
}

.table-agenda {
  background: #ffffff;
}
.table-agenda th {
  background: #454545;
  color: #ffffff;
}
.table-agenda h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.table-agenda h3 {
  font-size: 16px;
}
.table-agenda .speaker-td {
  width: 30%;
}
.table-agenda .time {
  display: block;
  font-weight: bold;
}
.table-agenda .agenda-speaker {
  margin: 0 0 10px 0;
  font-size: 0.94em;
}
.table-agenda .agenda-speaker .img-speaker {
  margin: 0 5px 5px 0;
}
.table-agenda .agenda-speaker .img-logo {
  margin: 5px 0 0 0;
  display: block;
}
.table-agenda .agenda-speaker .col-md-5,
.table-agenda .agenda-speaker .col-md-7 {
  padding: 0;
}
.table-agenda .alert.alert-blue-lanyards, .table-agenda .alert.alert-red-lanyards {
  background: #233582;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
}
.table-agenda .alert.alert-red-lanyards {
  background: #bb172c;
}

/*** Providers ***/
.provider-box img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 220px;
}

/*** Event Logos ***/
.row-event-logos {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  border-bottom: 2px solid #bbbbbb;
}
.row-event-logos a {
  display: block;
  height: 57px;
  padding: 0 0 0 0;
  background: url(../i/logo-sprite.png) no-repeat;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 1s ease all;
}
.row-event-logos a:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: 1s ease all;
}
.row-event-logos .eitsf {
  background-position: center -57px;
}
.row-event-logos .hrsf {
  background-position: center -171px;
}
.row-event-logos .cxsf {
  background-position: center -228px;
}
.row-event-logos .asf {
  background-position: center -285px;
}
.row-event-logos .img-sn-logo {
  background: none;
}
.row-event-logos .img-sn-logo img {
  margin: 0 auto;
  margin-top: -15px;
}
.row-event-logos a.img-sn-logo {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/*** Videos ***/
.row-videos {
  padding: 15px 0 15px 0;
  border-bottom: 2px solid #bbbbbb;
}

.col-video-side {
  margin: 0 0 15px 0;
}

.col-video h3 {
  margin: 0;
  margin: 10px 0 0 0;
  line-height: 20px;
}

.col-video-main h3 {
  margin: 0 0 10px 0;
  color: #3a7ab5;
  line-height: 20px;
}

.img-video-thumb {
  cursor: pointer;
}

.img-video-thumb-container {
  position: relative;
}

.img-video-thumb-container:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 50px;
  margin: -10px 0 0 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.img-video-thumb-container:hover:after {
  color: #e52d27;
}

.img-video-thumb-container:before {
  content: " ";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.8);
}

.col-video-main .img-responsive.img-video-thumb {
  max-width: auto;
  width: 100%;
}

/*** Photobox ***/
.photobox-wrapper img {
  transition: 0.5s ease all;
}
.photobox-wrapper .col-xs-2 {
  padding: 0 4px 0 4px;
}
.photobox-wrapper .col-xs-2 .photobox-img {
  overflow: hidden;
  margin: 0 0 8px 0;
  border-radius: 4px;
  border: 4px solid #ffffff;
}
.photobox-wrapper .col-xs-2 .photobox-img:hover img {
  transform: scale(1.2);
  padding: 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

/*** Mobile Specific Styles ***/
@media only screen and (max-width: 400px) {
  .logo {
    width: 50%;
  }

  .head-date {
    font-size: 14px;
  }

  .jumbotron-footer h2 {
    margin: 2px 0 10px 0;
    line-height: 30px;
  }

  .navbar-icons i {
    font-size: 30px;
  }

  .line-pattern .col-xs-12 {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #bbbbbb;
  }

  .line-pattern .col-xs-12:last-child {
    border-bottom: 0;
  }

  .speaker-content h3 {
    height: 40px;
  }

  .speaker-content p {
    min-height: 90px;
  }

  .speaker-content {
    padding: 0 0 20px 0;
  }

  .speaker-anchors .col-lg-6:first-child {
    padding-left: 15px;
  }

  .row-dark-image .container {
    height: 250px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .navbar.main-nav a {
    padding: 14px 6px;
  }

  .strapline li {
    font-size: 14px;
  }

  .jumbotron-testimonial {
    font-size: 18px;
    line-height: 22px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .navbar.main-nav a {
    padding: 14px 5px;
    font-size: 13px;
  }

  .head-date {
    margin: 20px 0 0 0;
    font-size: 20px;
  }

  .speaker-content p {
    font-size: 12px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .container-main {
    padding-top: 10px;
  }

  .strapline {
    margin: 10px 0 0 0;
  }

  .strapline li {
    font-size: 14px;
  }

  .head-date {
    margin: 20px 0 0 0;
    font-size: 20px;
  }

  .navbar.navbar-default.main-nav {
    padding: 0;
  }
  .navbar.navbar-default.main-nav ul {
    margin: 50px 0 0 0;
    border: 0;
  }
  .navbar.navbar-default.main-nav a {
    font-size: 14px;
  }
  .navbar.navbar-default.main-nav .navbar-collapse {
    margin-top: 30px;
  }

  .navbar-default.main-nav .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }

  .speaker-content p {
    font-size: 14px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .strapline {
    margin: 10px 0 0 0;
  }

  .strapline li {
    font-size: 14px;
  }

  .head-date {
    margin: 20px 0 0 0;
    font-size: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
