/* 
 * 1. Google Font
 */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
/*
 * 2.0 Global Style
 */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

ul li {
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  padding: 70px 0;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
  background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover;
}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .section {
    padding: 90px 0;
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: center;
  }
}

/*
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2e6da4;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav > li > a {
    margin-top: 4px;
    margin-right: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3);
    padding:0.7em 0.7em 0.7em 0.7em;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.0);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: rgba(255, 255, 255, 0.0);
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: #2e6da4 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/backgrounds/header1_low_new_recompressed.jpg) no-repeat center center/cover;
  display: table;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.0);
}
.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}
.site-header .intro h2 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding:0.3em 0.9em 0.3em 0.9em;
    line-height:40px;
    display:inline-block;
    text-shadow: 3px 3px 5px #000000;
}
.site-header .intro h1 {
    margin-top: 0px;
    color: floralwhite;
    font-size: 42px;
    font-weight: 600;
    border-radius: 30px;
    padding:0.3em 0.9em 0.3em 0.9em;
    display:inline-block;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    text-shadow: 3px 3px 5px black;
}
.site-header .intro p {
    font-size: 18px;
    color: floralwhite;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 30px;
    position: relative;
    padding:0.3em 0.9em 0.3em 0.9em;
    background: rgba(0, 0, 0, 0.6);
    display:inline-block;
    text-shadow: 3px 3px 5px #000000;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }

  .site-branding {
    margin-top: 0px;
    margin-left: 0;
  }
}

/*
* Added Dates section
 * 6.0 Dates
 */
/*
 * 6.1 Section: dates
 */
.dates {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: -40px;
    margin-bottom: 40px;
    position: relative;
    display: table;
}
.dates .section-title {
    margin: 0 0 5px;
    text-align: center;
}

.dates .dateinfo {
    display: inline;
    position: relative;
    top: 200px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0px;
    margin: auto;
}

.dates div#timeline {
    background-color: #6ab0de;
    margin-top: 100px;
    margin-bottom: -30px;
    height: 10px;
    width: 100%;
    position: relative;
}

.dates div#timeline .inside {
    position: relative;
    height: 4px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0;
}

.dates div#timeline .dot {
    z-index: 99;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    text-align: center;
    cursor: pointer;
}

.dates div#timeline .dot:nth-child(1) {
    left: 0%;
    background-color: #0e008f;
}

.dates div#timeline .dot:nth-child(2) {
    left: 22%;
    background-color: #00558f;
}

.dates div#timeline .dot:nth-child(3) {
    left: 44%;
    background-color: #00868f;
}

.dates div#timeline .dot:nth-child(4) {
    left: 66%;
    background-color: #008f54;
}

.dates div#timeline .dot:nth-child(5) {
    left: 88%;
    background-color: #3d8f00;
}

.dates div#timeline .dot:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.dates div#timeline .dot date {
    font-family: roboto, serif;
    font-size: .9rem;
    display: block;
    position: relative;
    top: -80px;
    font-weight: 600;
}

.dates div#timeline .dot span {
    display: inline-block;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.dates div#timeline .dot text {
    display: inline-block;
    margin-top: -5px;
    font-size: .8rem;
    font-weight: bold;
    width: 30px;
    height: 40px;
    position: relative;
}

.dates article {
    display: inline;
    position: relative;
    top: 120px;
    width: 100%;
    height: 100%;
    max-width: 960px;
    background-color: #fff;
    padding: 0px;
    margin: auto;
}

.dates article date {
    display: none;
    text-align: right;
    font-weight: 700;
}

.dates article h2 {
    font-family: merriweather, sans-serif;
    font-size: 2rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
}

.dates article p {
    line-height: 130%;
}

/*
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
    margin: 0 0 25px;
}

.about figure {
    margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
    color: #fff;
    font-size: 3em;
}

.facts h3 {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
    width: 100%;
    text-align: center;
    /*color: #db0500;*/
    margin: 0;
}

.speaker h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.speaker p {
    margin-bottom: 5px;
}

/*.speaker img:hover {*/
/*opacity: .7;*/
/*}*/

.speaker .btn-pref .btn {
    -webkit-border-radius: 5px !important;
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
    text-align: center;
    color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
    position: relative;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin: 25px 0 0;
}

.schedule-box::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #fff;
}

/*
 * 6.7 Section: Committee
 */
.committee {
    width: 100%;
    text-align: center;
    color: #313131;
    margin: 0 0 0;
}

.committee h4 {
    color: whitesmoke;
}

.committee content {
    height: 120px;
}

.committee .src-image {
    display: none;
}

.committee .card {
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #284c79;
    color: rgb(136, 172, 217);
    margin-top: 20px;
}

.committee .card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px #FFF solid;
    /* This positions the canvas under the text */
    z-index: 1;
}

.committee .card .avatar {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}

.committee .card .avatar img {
    width: 140px;
    height: 180px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 30, 0.8);
}

/*
 * 6.7 Section: Advisory
 */
.advisory-board {
    text-align: center;
    color: #313131;
    margin: 0 0 0;
}

.advisory-board h4 {
    color: whitesmoke;
}

.advisory-board content {
    height: 120px;

}

.advisory-board .src-image {
    display: none;
}

.advisory-board .card {
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #284c79;
    color: rgb(136, 172, 217);
    margin-top: 20px;
}

.advisory-board .card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px #FFF solid;
    /* This positions the canvas under the text */
    z-index: 1;
}

.advisory-board .card .avatar {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}

.advisory-board .card .avatar img {
    width: 150px;
    height: 190px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 30, 0.8);
}
/* 
 * 6.7 Section: Schedule
 */
.partner {
    background-color: #f8f8f8;
}

.partner .partner-box {
    display: block;
    opacity: 1.0;
    height: 150px;
    width: 150px;
    margin: 25px auto;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.partner .partner-box:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
}

.partner .partner-box-1 {
    background: url(../images/partner/partner-3-vuw.jpg) no-repeat center center/contain;
}

.partner .partner-box-2 {
    background: url(../images/partner/partner-1-ieee.png) no-repeat center center/contain;
}

.partner .partner-box-3 {
    background: url(../images/partner/partner-2-ieee-cis.png) no-repeat center center/contain;
}

.partner .partner-box-4 {
    background: url(../images/partner/wlg-absolutely-positively.jpg) no-repeat center center/contain;
}

.partner .partner-box-5 {
    background: url(../images/partner/business-events-wlg.jpg) no-repeat center center/contain;
}

.partner .partner-box-6 {
    background: url(../images/partner/partner-4-NZTourism.jpg) no-repeat center center/contain;
}

.partner .partner-box-7 {
    background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}

.partner .partner-box-8 {
    background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
    cursor: pointer;
}

.faq .faq-toggle.collapsed::before {
    font-family: "Ionicons";
    content: "\f218";
    -webkit-transition: 0.5s linear ease-out;
    transition: 0.5s linear ease-out;
    position: absolute;
    left: 15px;
}

.faq .faq-toggle::before {
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    content: "\f209";
}

.faq .panel-group .panel + .panel {
    margin-top: 15px;
}

.faq .panel-default > .panel-heading {
    color: #FFF;
    background-color: #2e6da4;
    border-color: #000;
    border-radius: 0;
    padding: 0;
}

.faq .panel-default > .panel-heading a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid::after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    overflow: hidden;
    padding: 3px;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .grid-item-sm-6 {
        width: 50%;
    }

    .grid-item-sm-3 {
        width: 25%;
    }

    .section-title {
        margin: 0 0 30px;
    }

    figure {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .schedule-box {
        margin: 0;
    }

    .grid-item-md-6 {
        width: 50%;
    }

    .grid-item-md-3 {
        width: 25%;
    }
}

/*
 * 7.0 Site-footer
 */
.site-footer {
    background-color: #2e6da4;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.site-footer .site-info {
    font-weight: 400;
    margin-bottom: 10px;
}

.site-footer .site-info a {
    color: #fff;
}

.site-footer .social-block li a {
    color: #fff;
}

.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
    opacity: 0.8;
}


/*
Self-defined css
 */

.hr-style {
    border-bottom: solid #2e6da4 2px;
}

/*Contact section*/
.content-header {
    font-family: 'Oleo Script', cursive;
    color: #fcc500;
    font-size: 45px;
}

.section-content {
    text-align: center;

}

#contact {
    font-family: 'Teko', sans-serif;
    padding-top: 60px;
    width: 100vw;
    height: 550px;
    background: #3a6186; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #3a6186, #89253e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3a6186, #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

.contact-section {
    padding-top: 40px;
}

.contact-section .col-md-6 {
    width: 50%;
}

.form-line {
    border-right: 1px solid #B29999;
}

.form-group {
    margin-top: 10px;
}

label {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}

.form-control {
    font-size: 1.3em;
    color: #080808;
}

textarea.form-control {
    height: 135px;
    /* margin-top: px;*/
}

.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: transparent;
    color: #fff;

}