

/* -----------------------------------------
   General fixes
----------------------------------------- */
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
textarea {resize: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Ubuntu', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* -----------------------------------------
   Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
html, body {
    height: 100%;
}

#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
    overflow: hidden;
}
.black-bg {
    background-color: #121212;
    position: relative;
}
.section-p {
    position: relative;
}
.bounces {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounces {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
/* ------------------------------------
    Header Styles
------------------------------------- */
.header-s {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.home-sub-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
}
.fixed-menu {
    position: fixed;
    z-index: 3;
    background-color: #191919;
    border-bottom: 1px solid #262626;
}
.fixed-menu .header-padding {
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-menu {
    list-style: none;
    margin: 40px auto 0;
    text-align: center;
}
.home-pad {

}
.home-bg-s {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}
.top-menu li {
    display: inline-block;
    margin: 0 20px;
}
.top-menu li a {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}
.m-active a:after {
    content: " ";
    background: url("../images/site/menu-before-border.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
}
.top-menu li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.top-menu li a:hover:after {
    content: " ";
    background: url("../images/site/menu-before-border.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;

}
.header-btn {
    text-align: right;
    margin-right: 25px;
    margin-top: 40px;
}
.header-btn a {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.header-btn a:hover {
    text-decoration: none;
    color: #ffffff;
}
.header-btn a:hover:after {
    content: " ";
    background: url("../images/site/menu-before-border.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
}
.header-logo {
    margin-left: 25px;
    position: relative;
}
.header-logo img {

}
.header-padding {
 margin-top: 45px;
}
.leng-b {
    position: relative;
}
.leng-b:after {
    content: "/";
    color: #333333;
    line-height: 1;
    font-size: 14px;
    padding: 0 8px 0 8px;
}
.leng-active {
    color: #ffffff!important;
}
.header-leng {
    position: absolute;
    left: 113px;
    top: 0;
}
.header-leng a {
    text-decoration: none;
    color: #858585;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
}
.header-leng a:hover {
    text-decoration: none;
    color: #ffffff;
}
/* ------------------------------------
    Content Styles
------------------------------------- */
/* Home Section */
.home-black-bg {
    background: url("../images/site/first-section-bg.png") no-repeat;
    background-size: cover;
    background-position: center top;
}
.home-content {
    padding-top: 270px;
}
.home-left {
    width: 320px;
    text-align: right;
}
.home-left h1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;

}
.home-hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 4px solid #cf700b;
    width: 190px;
    margin-right: 0;
}
.home-left p {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.home-right {
    margin-top: 215px;
    float: right;
    margin-right: 100px;
}
.home-right h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: left;
}
.home-right h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0 0 0;
    padding: 0;
    line-height: 1;
    text-align: left;
    opacity: 0.2;
}
.home-reg-btn {
    margin-top: 55px;
}
.home-reg-btn a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 17px 40px 18px;
    line-height: 1;
    text-transform: uppercase;
    border: 3px solid #cf700b;
    text-decoration: none;
}
.home-reg-btn a:hover {
    background-color: #cf700b;
    color: #ffffff;
    text-decoration: none;
}
.home-social-icon {
    margin-left: 25px;
    margin-top: 45px;
}
.home-social-icon a {
    font-size: 21px;
    padding: 0 10px 0 10px;
    color: #5d5c5c;
    text-decoration: none;
}
.home-social-icon a:hover {
    color: #ffffff;
    text-decoration: none;
}
.home-scroll-btn {
    margin: 0 auto;
    text-align: center;
}
.home-reg-btn-bottom {
    margin-top: 45px;
    text-align: right;
    margin-right: 25px;
}
.home-reg-btn-bottom a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 17px 40px 18px;
    line-height: 1;
    text-transform: uppercase;
    border: 3px solid #cf700b;
    text-decoration: none;
}
.home-reg-btn-bottom a:hover {
    background-color: #cf700b;
    color: #ffffff;
    text-decoration: none;
}
.home-cont-bottom {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* About Section */
.about-padding {
    padding-top: 240px;
    padding-bottom: 150px;
    position: relative;
}
.after-title {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    width: 100%;
}
.border-t {
    position: absolute;
    top: 366px;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #1f1f1f;
}
.after-title p {
    color: #1f1f1f;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 225px;
    font-weight: bold;
    text-transform: uppercase;
}
.about-left {

}
.about-left h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 0 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
.about-video {
    margin: 147px 0 0 80px;
    border: 3px solid #cf700b;
    width: 195px;
    height: 195px;
}
.about-video a {
    text-decoration: none;
    position: relative;
}
.about-video a:after {
    content: " ";
    background: url("../images/site/play-video-icon.png");
    position: absolute;
    bottom: -40px;
    left: 140px;
    width: 21px;
    height: 21px;
    right: 0;

}
.about-video a:hover {
    text-decoration: none;
}
.about-video a p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin: 55px auto 0;
    text-align: center;
    padding: 0;
}
.about-right {
    position: relative;
    margin-top: 25px;
}
.about-right:before {
    content: " ";
    position: absolute;
    left: -65px;
    top: 8px;
    background: url("../images/site/border-before-tex.png");
    width: 50px;
    height: 4px;
}
.about-right p {
    font-weight: 400;
    font-size: 17px;
    color: #8a8a8a;
    line-height: 1.5;
    margin: 0 0 35px 0;
    padding: 0;
}
.about-right h2 {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.5;
    margin: 60px 0 35px 0;
    padding: 0;
}
.coc-right {
    position: relative;
    margin-top: 75px;
}
.coc-right li {
    font-weight: 400;
    font-size: 17px;
    color: #8a8a8a;
    line-height: 1.5;
    margin: 0 0 15px 0;
    padding: 0;
}
/* Speaker */
.speaker-padding {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}
.speaker-left {

}
.speaker-left h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
.speaker-block {
    position: relative;
    text-align: center;
}
.sp-secton {
    margin-bottom: 80px;
}
.speaker-content {
    text-align: left;
    margin-left: 18px;
}
/*.speaker-block img {*/
    /*filter: grayscale(100%);*/
    /*min-width: 228px;*/
    /*max-width: 228px;*/
    /*width: 100%;*/
    /*min-height: 228px;*/
    /*max-height: 228px;*/
    /*height: 100%;*/
    /*border: 3px solid rgba(255,255,255,.0);*/
/*}*/
.bg-s-img {
    background-position: center top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 228px;
    margin: 0 15px;
    filter: grayscale(100%);
    border: 3px solid rgba(255,255,255,.0);
}
.m-b-speaker {
    margin-bottom: 125px;
}
.sp-title {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15px;
    margin-top: 20px;
}
.sp-position {
    color: #969696;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0 0;
    padding: 15px 0 0 0;
    position: relative;
}
.sp-position:before {
    content: " ";
    background: url("../images/site/sp-position-border.png");
    width: 40px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.sp-country {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0 0 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.speaker-block a:hover .bg-s-img {
    filter: grayscale(0%);
    border: 3px solid #ff9900;
}
.s-speaker-btn {
    position: relative;
}
.s-speaker-btn hr {
    border-top: 2px solid #c17829;
    margin: 0;
    opacity: 0.5;
    width: 83%;
    position: absolute;
    top: 108px;
}
.b-speaker-btn {
    border: 3px solid #cf700b;
    width: 228px;
    height: 220px;
    float: right;
    margin: 0 15px;
}
.b-speaker-btn a p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 80px auto 0;
    padding: 0;
    line-height: 1.5;
}
.b-speaker-btn a:hover {

}
/*schedule*/
.schedule-padding {
    padding-top: 140px;
    padding-bottom: 150px;
    position: relative;
}
.agenda-title {

}
.agenda-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
.agenda-section {
    margin-top: 150px;
}
.agenda-b {
    padding: 10px 0;

}
.is-hover {
    background-color: #1d1d1d;
}
.agenda-left {

}
.agenda-left-f {
    border-right: 1px solid #2e2e2e;

}
.agenda-left-f p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0 0 15px 0;
}
.agenda-left-f p:first-of-type {
    margin-top: 30px;
}
.agenda-left-f p:nth-of-type(1):after {
    content: " ";
    background: url("../images/site/agenda-border-time.png");
    position: absolute;
    top: 18px;
    left: 10px;
    width: 73px;
    height: 12px;
}
.agenda-left-s {
    border-right: 1px solid #2e2e2e;
    display: flex;
    align-items: center;
}
.agenda-right {

}
.agenda-right-f {

}
.fl-title {
    width: 50%;
}
.fl-m {
    margin-left: 134px;
    margin-right: 32px;
}
.fl-title h2 {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 28px;
    color: #fbfbfb;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}
.ag-breake {
    width: 100%;
}
.one-bl {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.one-ag {
    margin: 0 auto;
    text-align: left;
}
.ag-breake p {
    text-align: center;
    margin: 55px auto 0;
    font-size: 28px;
    color: #fbfbfb;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}

.agenda-time {
    width: 130px;
    height:80px;
    margin-top: 30px;
    margin-right: 20px;
    border-right: 1px solid #2e2e2e;
}
.agenda-time p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0 0 15px 0;
}
.agenda-time p:first-of-type {
    margin-top: 20px;
}
.agenda-time p:nth-of-type(1):after {
    content: " ";
    background: url("../images/site/agenda-border-time.png");
    position: absolute;
    top: 18px;
    left: 10px;
    width: 73px;
    height: 12px;
}

.agenda-bl {
    background-color: #1d1d1d;
    padding: 24px 0 28px 16px;
    position: relative;
    cursor: pointer;
    width: 500px;
}
.ag-b-left {
    margin-right: 15px;
    border-left: 4px solid #7ca8b3;
}
.ag-b-right {
    margin-left: 15px;
    border-left: 4px solid #e9f3f5;
}
.ag-sp-img {

}
.ag-sp-img img {
    width: 100px;
}
.two-bl {
    width: 100%;
}
.ag-sp-content {
    margin-left: 15px;
    margin-right: 30px;
    position: relative;
}
.ag-sp-theme {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.ag-sp-name {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 10px 0 5px 0;
    padding: 0;
    line-height: 1;
}
.ag-sp-position {
    font-weight: 400;
    font-size: 14px;
    color: #545454;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.agenda-btn-new {
    background: url("../images/schedule/hover-triagnle.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 157px;
    height: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.agenda-bl:hover .agenda-btn-new {
    height: 155px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.agenda-bl:hover .agenda-btn-new p {
 opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.agenda-btn-new p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    letter-spacing: 1px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.menu-mobile {
    display: none;
}
.agenda-right-f p {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 15px 0;
    padding: 0;
}
.agenda-right-f p:nth-of-type(2) {
    font-weight: 400;
    color: #545454;
}
.agenda-right-f p:nth-of-type(3) {
    font-weight: 400;
    color: #545454;
    margin-bottom: 0;
}
.agenda-right-s {
    display: flex;
    align-items: center;
}
.agenda-btn {

}
.agenda-btn a {
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    padding: 16px 30px 15px;
    border: 3px solid #cf700b;
}
.agenda-btn a:hover {
    background-color: #cf700b;
}
/* Registration */
.registration-padding {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}
#registration {
    overflow-x: hidden;
}
.registration-form {
    margin-top: 150px;
}
.registration-title {

}
.registration-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
.coc-padding {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}
#coc {
    overflow-x: hidden;
}
.coc-title {

}
.coc-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
.microphone-reg {
    margin-top: 150px;
    position: relative;
    text-align: center;
}
.microphone-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    text-align: center;
}
.microphone-content h3 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    padding: 0;
}
.microphone-content p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.5;
    margin: 0;
    padding: 0;
}
.registration-btn {
    margin-top: 50px;
}
.registration-btn a {
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    padding: 16px 55px 15px 55px;
    border: 3px solid #cf700b;
}
.registration-btn a:hover {
    background-color: #cf700b;
}
/* Sponsors */
.sponsors-padding {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}
.sponsors-title {

}
.sponsors-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
.sponsors-section {
    margin-top: 150px;
}
.sponsors-gold {
    height: 480px;
    width: 100%;
    background-color: #1d1d1d;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto 30px;
    border: 3px solid #1d1d1d;
}
.sponsors-gold a {
    text-align: center;
    margin: 0 auto;
}
.sponsors-gold a:hover img {

}
.sponsors-gold img {

}
.s-title {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    padding: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    bottom: 28px;
}
.f-title {
    bottom: 0!important;
    top: 40px;
}
.is-hover-s {
    border: 3px solid #ff9900!important;
}
.sponsors-silver {
    height: 300px;
    width: 100%;
    background-color: #1d1d1d;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto 30px;
    border: 3px solid #1d1d1d;
}
.sponsors-silver img {
    width: 100%;
}
.sponsors-silver a {
    text-align: center;
    margin: 0 auto;
}
.sp-padding {

}
.sponsors-bronze {
    height: 230px;
    width: 100%;
    background-color: #1d1d1d;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto 30px;
    border: 3px solid #1d1d1d;
}
.sponsors-bronze a {
    text-align: center;
    margin: 0 auto;
}
/* Event Partner */
.partners-padding {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}
.partners-title {

}
.partners-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 80px;
    padding: 0;
    text-transform: uppercase;
}
#partners {
    overflow-x: hidden;
}
.partner-section {
    margin-top: 150px;
}
.partner-block {

}
.partner-block a div {
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
    width: 120px;
    height: 90px;
}
.partner-block {
    border-right: 1px solid #262626;
    padding: 0 23px;
}
.partner-block:last-of-type {
    border: none;
}
/* location */
.location-padding {
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
}
.location-title {

}
.location-title h2 {
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    margin: 135px 0 0 105px;
    padding: 0;
    text-transform: uppercase;
}
#location {
    overflow-x: hidden;
}
.location-section {
    margin-top: 100px;
}
.location-address {
    margin-top: 0;
    position: relative;
    left: 0;
    z-index: 1;
}
.location-address p {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 25px 0;
    padding: 0;
}
.location-address p a {
    text-decoration: none;
    color: #ffffff;
}
.location-address p a:hover {
    text-decoration: none;
    color: #ffffff;
}
.location-map {
    position: relative;
    bottom: 0;
}
.location-btn {
    margin-top: 60px;
}
.location-btn a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 16px 40px 15px;
    line-height: 1;
    text-transform: uppercase;
    border: 3px solid #cf700b;
    text-decoration: none;
}
.location-btn a:hover {
    background-color: #cf700b;
    color: #ffffff;
    text-decoration: none;
}
/* Modal Popup */
.sp-modal-d {
    max-width: 985px;
    margin: 50px auto;
}
.p-m-p {
    padding: 0 50px 50px;
}
.sp-modal-s {
    border: none;
    border-radius: 0;
}
.modal-left {
    width: 300px;
    float: left;
    position: relative;
}
.modal-left img {
    border: 3px solid #ff9900;
    position: relative;
    bottom: 30px;
    width: 206px;
}
.modal-right {
    width: 550px;
    float: left;
}
.b-popup {
    margin-top: 70px;
}
.b-popup h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 15px 0;
    padding: 0;
}
.b-popup p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #a5a5a5;
    margin: 0 0 5px 0;
    padding: 0;
}
.c-popup {
    margin-top: 45px;
    height: 250px;
    overflow: auto;
}
.c-popup h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 15px 0;
    padding: 0;
}
.c-popup h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 50px 0 15px 0;
    padding: 0;
}
.c-popup p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    /* margin: 0 0 50px 0; */
    padding: 0;
}
.sp-modal-b {
    position: relative;
    top: 40px;
}
.modal-open .modal {
    background-color: rgba(59, 59, 59, 0.5);
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    background-color: #d9d9d9;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.speaker-social {
    margin-top: 50px;
}
.popup-social-icon {
    text-align: right;
}
.popup-social-icon a {
    font-size: 21px;
    padding: 0 10px 0 10px;
    color: #5d5c5c;
    text-decoration: none;
}
.popup-social-icon a:hover {
    color: #0177b5;
    text-decoration: none;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
    margin-bottom: 50px;
    margin-top: 30px;
}
.footer-copyright {
    text-align: right;
    margin-right: 25px;
}
.footer-copyright p {
    font-size: 15px;
    font-weight: 400;
    color: #ececec;
    line-height: 1;
    margin: 0;
    padding: 0;
    opacity: 0.3;
}

/* Triangle*/
.bg-triangle-home {
    background: url("../images/site/home-triangle-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.bg-triangle-about {
    background: url("../images/site/bg-triangle-about.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.bg-triangle-coc {
    background: url("../images/site/bg-triangle-about.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.bg-triangle-speaker {
    background: url("../images/site/bg-triangle-speaker.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bg-triangle-agenda {
    background: url("../images/site/bg-triangle-agenda.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.menu-h-m {
    display: none;
}
.h-c-b-m {
    display: none;
}
.menu-i-a {
    margin-top: 30px;
    text-align: right;
    margin-right: 10px;
}
.menu-i-a img {
    cursor: pointer;
}
.menu-h-m ul li {
    display: block;
    margin: 0 0 13px 0;
    text-align: left;
}
.menu-h-m ul li a {
    font-size: 15px;
    z-index: 2;
}

.active-mobile-menu {
    display: block!important;
}
.bg-menu {
    background: #191919!important;
    z-index: 2;
}
.m-m-btn {
    margin: 30px 40px;
    border-top: 1px solid #343434;
    padding-top: 60px;
    text-align: center;
}
.m-m-btn a:first-of-type {
    font-weight: 500;
    font-size: 17px;
    margin: 0 30px 0 0;
    padding: 0;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.m-m-btn a:hover:first-of-type {
    text-decoration: none;
    color: #ffffff;
}
.m-m-btn a:hover:first-of-type:after {
    content: " ";
    background: url("../images/site/menu-before-border.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
}
.m-m-btn a:last-of-type {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 17px 40px 18px;
    line-height: 1;
    text-transform: uppercase;
    border: 3px solid #cf700b;
    text-decoration: none;
}
.m-m-btn a:hover:last-of-type {
    background-color: #cf700b;
    color: #ffffff;
    text-decoration: none;
}
.m-leng {
    position: relative!important;
    left: 0!important;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;

}
.m-leng a {
    font-size: 15px;
}
.fixed-menu .header-leng {
    display: none;
}
.fixed-menu .header-logo img {
    width: 150px;
}
.fixed-menu .top-menu {
    margin: 20px auto 0;
}
.fixed-menu .header-btn {
    margin-top: 20px;
}
.hidden {
    display: none!important;
}
