ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #22A7F0;
}

a:hover {
    color: #2C3E50;
}

textarea {
    resize: none;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset {
    margin: 0;
}

button {
    border: 0;
    background: transparent;
}

.browsehappy {
    background-color: #CF000F;
    color: #fff;
    padding: 10px;
}

.clearfix {
    clear: both;
}

body {
    font-family: 'os';
    font-size: 13px;
    font-weight: normal;
    color: #242424;
}

.container {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    padding: 80px 0 100px 0;
}

h2 {
    text-align: center;
    font-family: 'osb';
    font-size: 25px;
    padding: 30px 0;
}

h2:before {
    font-family: 'icomoon';
    font-size: 35px;
    font-weight: normal;
    display: block;
    margin: 0 0 10px 0;
}
/* Main */

#header {
    height: 533px;
    background: transparent url('../images/header.jpg') top center;
    position: relative;
}

#header .container {
    padding: 0;
}

#home .container {
    padding: 55px 120px;
}

#home .logo {}

#home .logo {
    position: relative;
    left: -7px;
    width: 198px;
    height: 114px;
    margin: 57px auto 77px auto;
    border-left: solid 10px rgba(255, 255, 255, 0.4);
    border-right: solid 10px #b5b3a9;
    text-align: center;
}

#home .logo:before,
#home .logo:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 126px;
    height: 126px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 19px;
}

#home .logo:before {
    top: -70px;
    border-top: solid 14px #b5b3a9;
    border-right: solid 14px #b5b3a9;
}

#home .logo:after {
    bottom: -70px;
    border-bottom: solid 14px #b5b3a9;
    border-left: solid 14px #b5b3a9;
}

#home .hexagon {
    position: relative;
    width: 97px;
    height: 56px;
    background-color: #ff8500;
    margin: 28px 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

#home .hexagon:before,
#home .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
}

#home .hexagon:before {
    bottom: 100%;
    border-bottom: 28px solid #ff8500;
}

#home .hexagon:after {
    top: 100%;
    width: 0;
    border-top: 28.00px solid #ff8500;
}

#home .logo .picture {
    position: relative;
    top: -15px;
}

#home .logo .text {
    color: #fff;
    position: relative;
    top: -15px;
}

#home .logo .text span {
    position: relative;
}

#home .logo .text .top {
    font-family: 'osb';
    font-size: 42px;
    top: -7px;
}

#home .logo .text .middle {
    font-family: 'osb';
    font-size: 29px;
    top: -13px;
    letter-spacing: 1px;
}

#home .logo .text .bottom {
    font-family: 'oseb';
    font-size: 29px;
    top: -19px;
}

#home .info .hexagon {
    float: left;
}

#home .info {
    margin: 0 0 0 -15px;
    position: relative;
}

#home .info .left {
    overflow: hidden;
}

#home .info .right {
    position: absolute;
    width: 333px;
    top: 0;
    right: 0;
}

#home .info .right .summary {
    text-align: right;
}

#home .info .right .summary {
    top: 23px;
    left: -10px;
}

#home .info .right .hexagon {
    float: right;
}

#home .info .summary {
    position: relative;
    top: 23px;
    left: 10px;
    line-height: 22px;
    font-family: 'osb';
    font-size: 17px;
    color: #a6a6a6;
}

#home .info span {
    display: block;
}

#home .info span span,
#home .info span a {
    display: initial;
    color: #fff;
}

#menu {
    height: 52px;
    background-color: rgba(255, 133, 0, 0.9);
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    font-family: 'ossb';
}

#menu.fixed {
    position: fixed;
    top: 0;
}

#menu ul {
    display: table;
    margin: 0 auto;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    height: 52px;
    line-height: 51px;
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0 30px;
}

#menu ul li a:hover,
#menu ul li a.active {
    background-color: #fea23d;
}
/* About */

#about {
    background-color: #e2e2e2;
    display: inline-block;
    width: 100%;
    padding: 0 0 100px 0;
    text-align: center;
}

#about .container {
    padding: 90px;
}

#about h1 {
    font-family: 'osb';
    font-size: 25px;
    color: #424141;
    margin: 0 0 25px 0;
}

#about p {
    font-family: 'osl';
    font-size: 18px;
    color: #5c5c5c;
}

#about ul {
    display: table;
    margin: 50px auto 0 auto;
}

#about ul li {
    width: 220px;
    float: left;
}

#about ul li:nth-child(2) {
    margin: 0 45px;
}

#about ul li .icon {
    margin: 50px auto;
    position: relative;
    width: 114px;
    height: 65px;
    background-color: #242424;
    border-left: solid 10px #ff8500;
    border-right: solid 10px #ff8500;
}

#about ul li .icon:before,
#about ul li .icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 66px;
    height: 66px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 7px;
}

#about ul li .icon:before {
    top: -40px;
    border-top: solid 14px #ff8500;
    border-right: solid 14px #ff8500;
}

#about ul li .icon:after {
    bottom: -40px;
    border-bottom: solid 14px #ff8500;
    border-left: solid 14px #ff8500;
}

#about .title {
    font-family: 'osb';
    font-size: 20px;
    color: #5c5c5c;
    margin: 0 0 10px 0;
}

#about .summary {
    font-family: 'osl';
    font-size: 15px;
    color: #5c5c5c;
}

#about .icon i {
    position: relative;
    z-index: 2;
    font-size: 40px;
    color: #ff8500;
    top: 12px;
}

.avatar {
    display: table;
    margin: 70px auto 0 auto;
}

.avatar li {
    width: 160px;
    height: 92px;
    float: left;
    margin: 0 10px 60px 10px;
}

.avatar li .hexagon {
    position: absolute;
    width: 160px;
    height: 92.38px;
    background-color: #fff;
    background-size: auto 161.6581px;
    background-position: center;
    border-left: solid 10px #4d3f32;
    border-right: solid 10px #4d3f32;
}

.avatar li .hexagon .picture {
    display: none;
}

.avatar li .hexagon .hextop,
.avatar li .hexagon .hexbottom {
    position: absolute;
    z-index: 1;
    width: 113.14px;
    height: 113.14px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 13.43px;
}

.avatar li .hexagon .hextop:after,
.avatar li .hexagon .hexbottom:after {
    content: "";
    position: absolute;
    width: 140.0000px;
    height: 80.82903768654762px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-40.4145px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-40.4145px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-40.4145px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}

.avatar li .hexagon .hextop {
    top: -56.5685px;
    border-top: solid 14.1421px #4d3f32;
    border-right: solid 14.1421px #4d3f32;
}

.avatar li .hexagon .hextop:after {
    background-position: center top;
}

.avatar li .hexagon .hexbottom {
    bottom: -56.5685px;
    border-bottom: solid 14.1421px #4d3f32;
    border-left: solid 14.1421px #4d3f32;
}

.avatar li .hexagon .hexbottom:after {
    background-position: center bottom;
}

.avatar li .hexagon:after {
    content: "";
    position: absolute;
    top: 5.7735px;
    left: 0;
    width: 140.0000px;
    height: 80.8290px;
    z-index: 2;
    background: inherit;
}

.avatar li .info {
    position: relative;
    z-index: 3;
    text-align: center;
}

.avatar li .info span {
    display: block;
}

.avatar li .info {
    position: relative;
    width: 160px;
    height: 92px;
    background-color: #d4d4d4;
    padding: 20px 0 0 0;
}

.avatar li .info:before,
.avatar li .info:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
}

.avatar li .info:before {
    bottom: 100%;
    border-bottom: 46px solid #d4d4d4;
}

.avatar li .info:after {
    top: 100%;
    width: 0;
    border-top: 46px solid #d4d4d4;
}

.avatar li .info .name {
    font-size: 15px;
}

.avatar li .info .social {
    position: relative;
    left: 44px;
    top: 10px;
}

.avatar li .info a {
    float: left;
    margin: 0px 3px;
    display: block;
    position: relative;
    width: 30px;
    height: 17.32px;
    background-color: #00aced;
    color: #fff;
}

.avatar li .info a:before,
.avatar li .info a:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.avatar li .info a:before {
    bottom: 100%;
    border-bottom: 8.66px solid #00aced;
}

.avatar li .info a:after {
    top: 100%;
    width: 0;
    border-top: 8.66px solid #00aced;
}

.avatar li .info a.linkedin {
    background-color: #007bb6;
    font-weight: bold;
}

.avatar li .info a.linkedin:before {
    border-bottom-color: #007bb6;
}

.avatar li .info a.linkedin:after {
    border-top-color: #007bb6;
}
/* Speakers */

#speakers {
    background: #201e1e url('../images/speakers.jpg') no-repeat;
    background-size: cover;
}

#speakers h2 {
    color: #fff;
}

#speakers h2:before {
    content: "\e600";
}
/* Program */

#program {
    background: #d5d4d6 url('../images/program.jpg') no-repeat;
    background-size: cover;
}

#program h2 {
    color: #212121;
}

#program h2:before {
    content: "\e607";
}

#program ul {
    margin: 100px 0;
}

#program ul li {
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin: 0 14px;
    height: 270px;
}

#program ul li:before {
    content: "";
    display: block;
    height: 8px;
    width: 138px;
    background-color: #242424;
    position: absolute;
    z-index: 0;
    left: 21px;
    top: 30px;
}

#program ul li .icon {
    width: 64px;
    height: 64px;
    background-color: #242424;
    border: 10px solid #000;
    position: relative;
    left: 21px;
    text-align: center;
    line-height: 48px;
}

#program ul li.moderator .icon {
    border-color: #ec69a4;
}

#program ul li.speakers .icon {
    border-color: #ff8500;
}

#program ul li.coffee .icon {
    border-color: #aaaaaa;
}

#program ul li .icon i {
    color: #fff;
    font-size: 20px;
}

#program ul li .info {
    position: relative;
    top: 10px;
}

#program ul li:nth-child(even) .info {
    top: -130px;
}

#program ul li .info span {
    display: block;
    text-align: center;
}

#program ul li .info .time {
    font-family: 'osl';
}

#program ul li .info .subject {
    font-family: 'osb';
}

#program .program-controls {
    width: 120px;
    margin: 0 auto;
}

#program .program-controls div a {
    position: relative;
    width: 44px;
    height: 25px;
    background-color: #c3c2c2;
    margin: 12px 8px;
    display: block;
    float: left;
    font-family: 'icomoon';
    font-size: 26px;
    color: #4a4a4a;
    text-align: center;
}

#program .program-controls div.prev a {
    text-indent: -2px;
}

#program .program-controls div.next a {
    text-indent: 4px;
}

#program .program-controls div a:before,
#program .program-controls div a:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    left: 0;
}

#program .program-controls div a:before {
    bottom: 100%;
    border-bottom: 12.70px solid #c3c2c2;
}

#program .program-controls div a:after {
    top: 100%;
    width: 0;
    border-top: 12.70px solid #c3c2c2;
}
/* Sponsors */

#sponsors {
    background: #fd9421 url('../images/sponsors.jpg') no-repeat;
    background-size: cover;
}

#sponsors h2 {
    color: #242424;
}

#sponsors h2:before {
    content: "\e60a";
}

#sponsors .item {
    margin: 0 0 100px 0;
}

#sponsors .item .title {
    display: table;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    font-family: 'osl';
    font-size: 25px;
}

#sponsors .item .title:before,
#sponsors .item .title:after {
    background: #ce791b;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#sponsors .item .title:before {
    right: 100%;
}

#sponsors .item .title:after {
    left: 100%;
}
/* Supporting */

#supporting {
    background: #222324 url('../images/supporting.jpg') no-repeat;
    background-size: cover;
}

#supporting h2 {
    color: #fff;
}

#supporting h2:before {
    content: "\e60a";
}
/* Contact */

#contact {
    background: #ceced0 url('../images/contact.jpg') no-repeat;
    background-size: cover;
    min-height: 720px;
    text-align: center;
}

#contact h2 {
    color: #3d3d3d;
}

#contact h2:before {
    content: "\e606";
}

#contact .email,
#contact .address {
    font-size: 16px;
    display: block;
}

#contact .email {
    font-family: 'ossb';
}

#contact .address {
    margin: 20px 0;
}

#contact .address span {
    display: block;
}

#contact ul {
    margin: -39px 0 0 4px;
}

#contact ul li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
}

#contact ul li .social {
    display: block;
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #2a2a2a;
    margin: 14.43px 0;
}

#contact ul li .social:before,
#contact ul li .social:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

#contact ul li .social:before {
    bottom: 100%;
    border-bottom: 14.43px solid #2a2a2a;
}

#contact ul li .social:after {
    top: 100%;
    width: 0;
    border-top: 14.43px solid #2a2a2a;
}

#contact ul li .social i {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}

#contact ul li .social i.icon-facebook {
    line-height: 25px;
}

#contact ul li .social i.icon-facebook:before {
    padding-right: 4px;
}
/* Footer */

#footer {
    background-color: #262626;
    height: 75px;
}

.avatar li {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.avatar li .hexagon {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; 
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.avatar li.flip .hexagon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.avatar li .info {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-179deg);
    transform: rotateY(-179deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.avatar li.flip .info {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}
/*#about h1, #about p,#about ul li,.container h2, .avatar, #program .bx-wrapper {
visibility: hidden;
}*/