﻿ @charset "utf-8";
 /*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,400italic,500,700,700italic);*/

 /* --------------- Style to null --------------- */

 * {
     -webkit-text-size-adjust: none;
 }

 * {
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 html, body, div, span, h1, h2, h3, h4, h5,
 h6,
 p,
 em,
 img,
 strong,
 sub,
 sup,
 b,
 u,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 table,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 figcaption,
 figure,
 a,
 footer,
 header,
 menu,
 nav,
 section,
 summary,
 time,
 mark,
 audio,
 video {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     border: 0;
     outline: 0;
     vertical-align: baseline;
     background: transparent;
     font-size: 100%;
     margin: 0;
     padding: 0;
 }
@font-face {
    font-family: HelveticaLTStd-Roman;
    src: url('../font-awesome/fonts/HelveticaLTStd-Roman');
}


 a {
     background: transparent;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 td,
 td img {
     vertical-align: top;
 }

 input,
 select,
 button,
 textarea {
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     margin: 0;
 }

 input[type="text"],
 input[type="password"],
 textarea,
 input[type="email"],
 input[type="phone"],
 input[type="number"] {
     font: 12px Arial, Helvetica, sans-serif;
     padding: 0;
 }

 input[type="checkbox"] {
     vertical-align: bottom;
 }

 input[type="radio"] {
     vertical-align: text-bottom;
 }

 sub {
     vertical-align: sub;
     font-size: smaller;
 }

 sup {
     vertical-align: super;
     font-size: smaller;
 }

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 menu,
 nav,
 section {
     display: block;
 }

 ul,
 ol {
     list-style: none;
 }

 html {
     overflow-y: scroll;
     overflow-x: auto;
 }

 html {
     height: 100%;
 }

 body {
     line-height: 1;
     color: #000;
     text-align: left;
     z-index: 1;
     position: relative;
 }

 input [type='text'] {
     padding: 0;
 }

 textarea {
     resize: none;
     overflow: auto;
 }

 label,
 input[type="button"],
 input[type="submit"],
 button {
     cursor: pointer;
 }

 input[type="button"],
 input[type="reset"],
 input[type="submit"],
 button,
 input[type="text"],
 input[type="password"],
 textarea,
 input[type="email"],
 input[type="tel"],
 input[type="phone"],
 input[type="number"] {
     -webkit-appearance: none;
 }

 a,
 a:visited,
 a:hover,
 a:focus,
 a:active {
     text-decoration: none !important;
 }

 input[type="submit"]::-moz-focus-inner,
 button::-moz-focus-inner {
     border: 0;
     padding: 0;
 }

 input:invalid {
     outline: none;
     -moz-box-shadow: none;
     border: none;
 }

 ::-ms-clear {
     display: none;
 }

 input,
 textarea,
 input[type="search"]:focus,
 :focus {
     outline: none;
 }

 /* --------------- Style to null --------------- */

 
 /* --------------- placeholder --------------- */

 ::-webkit-input-placeholder {
     color: #000;
     -webkit-transition: color 300ms ease-in-out;
 }

 :-moz-placeholder {
     color: #000;
     -webkit-transition: color 300ms ease-in-out;
     transition: color 300ms ease-in-out;
 }

 .placeholder {
     color: #000;
     -webkit-transition: color 300ms ease-in-out;
     transition: color 300ms ease-in-out;
 }

 :focus::-webkit-input-placeholder {
     color: transparent!important;
 }

 :focus::-moz-placeholder {
     color: transparent!important;
 }

 :focus:-moz-placeholder {
     color: transparent!important;
 }

 :focus:-ms-input-placeholder {
     color: transparent!important;
 }

 :focus.placeholder {
     color: transparent!important;
 }

 /* --------------- /placeholder --------------- */

 /* ------------ social ------------ */

 .social a {
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin: 0 12px 25px;
     width: 67px;
     height: 67px;
     color: #000;
     background: #ff0401;
     font-size: 30px;
     border-radius: 50%;
     -webkit-transition: background 0.3s ease;
     transition: background 0.3s ease;
 }

 .social a i {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .social a:hover {
     background: #fff;
 }

 /* ------------ /social ------------ */

 /* --------------- site --------------- */

 .site {
    
     min-width: 300px;
    
     position: relative;
     z-index: 3;
     font-family: 'Roboto', sans-serif;
 }

 p {
     font-family: 'Roboto', sans-serif;
 }
.social-links .fa{
    font-size: 15px;
}

 .site__increase {
     display: block;
     width: 100%;
 }

 .site__content {
     position: relative;
     z-index: 2;
 }

 .site__header {
     position: relative;
     top: 0;
     left: 0;
     z-index: 3;
     width: 100%;
     -webkit-transition: -webkit-transform 500ms ease-in-out;
     transition: transform 500ms ease-in-out;
 }

 .admin-bar .site__header {
     top: 32px;
 }

 .site__header_hidden {
     -webkit-transform: translateY( -90px);
     transform: translateY( -90px);
 }

 .site__header-top {
     height: 100px;
     background: transparent;
     border-bottom: 2px solid rgba(255, 255, 255, 0.1);
     -webkit-transition: background 0.1s ease;
     transition: background 0.1s ease;
 }

 .site__header.fixed .site__header-top,
 .header_background .site__header-top {
     background: #000;
 }

 .header_background {
     padding-top: 90px;
 }

 .site__footer {
     z-index: 2;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 81px 20px 50px;
     background: #000;
 }

 .site__centered {
/*     position: relative;*/
     z-index: 1;
     max-width: 1170px;
     padding: 0 15px;
     margin: 0 auto;
 }


 .site__footer-logo {
     text-align: center;
     margin-bottom: 61px;
 }

 .site__footer-txt {
     font-size: 16px;
     color: rgb( 255, 255, 255);
     line-height: 1.6;
     text-align: center;
 }

 .site__title {
     position: relative;
     padding: 0 0 27px;
     margin: 0 0 19px;
     font-size: 36px;
     line-height: 38px;
     color: #F44336;
     font-family: 'Cabin', sans-serif !important;
    font-weight: 700 !important;
     font-weight: 200;
     text-transform: uppercase;
     
     letter-spacing: 1px;
 }

 .site__title_white {
     color: #fff;
 }

 .time-schedule h1 {
     font-size: 75px;
     line-height: 70px;
     color: #fff;
     font-family: 'Anton', sans-serif;
     font-weight: 200;
     text-align: left;
     letter-spacing: 1px;
     padding-left: 10px;
     margin-top: 10px !important;
 }

 .session__text h1,
 .session__text h2,
 .session__text h3,
 .session__text h4,
 .session__text h5,
 .session__text h6,
 .speaker-profile .description h1,
 .speaker-profile .description h2,
 .speaker-profile .description h3,
 .speaker-profile .description h4,
 .speaker-profile .description h5,
 .speaker-profile .description h6,
 .single-sponsor .description h1,
 .single-sponsor .description h2,
 .single-sponsor .description h3,
 .single-sponsor .description h4,
 .single-sponsor .description h5,
 .single-sponsor .description h6,
 .padding_30 h1:after {
     position: relative;
     margin: 0 0 19px;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Roboto Slab', sans-serif;
     padding-bottom: 10px;
 }

 .removeborder:after {
     background: none !important;
     content: '';
 }



 .site__title_big {
     padding: 0 0 21px;
     margin: 0 0 17px;
     font-size: 20px;
     line-height: 25px;
 }

 .site__title_1:after {
     background: #fff;
 }

 .site__title_small {
     padding: 0 0 14px;
     margin: 0 0 11px;
 }

 .site__title_small:after {
     width: 54px;
     height: 5px;
 }

 .site__title_2 {
     margin: 0 0 37px;
     padding: 0;
     font-size: 20px;
     line-height: 24px;
     font-family: 'Roboto Slab', sans-serif;
     font-weight: 700;
     text-align: center;
 }

 .site__title_2:after {
     display: none;
 }

 .site__title_2:before {
     position: absolute;
     top: 50%;
     left: 0;
     height: 2px;
     width: 100%;
     margin: -1px 0 0;
     background: #f3f3f3;
     content: '';
 }

 .site__title_2 span {
     display: inline-block;
     vertical-align: top;
     position: relative;
     z-index: 1;
     padding: 0 14px;
     background: #fff;
 }

 .site__title_subtitle {
     padding-bottom: 22px;
     font: 700 26px/42px 'Roboto Slab', sans-serif;
 }

 .site__form {
     padding: 49px 20px 26px;
     background: #424242;
     margin-bottom: 20px;
 }

 .site__form textarea,
 .site__form input {
     width: 100%;
     display: block;
     margin-bottom: 15px;
     padding: 0 21px;
     height: 65px;
     border: 1px solid transparent;
     background: #fff;
     color: #000;
     font-family: 'Ruda', sans-serif !important;
     font-size: 20px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0);
     -webkit-transition: box-shadow 0.3s ease, border 0.3s ease;
     transition: box-shadow 0.3s ease, border 0.3s ease;
 }

 .site__form .form-validation__error {
     border-color: #ff0000;
 }

 .site__form textarea:focus,
 .site__form input:focus {
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
 }

 .site__form textarea {
     height: 174px;
     padding: 20px 21px;
     margin-bottom: 26px;
 }

 .site__form-submit {
     position: relative;
     height: 60px;
 }

 .site__form-sent {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 2;
     font-family: 'Ruda', sans-serif !important;
     font-weight: 500;
     font-size: 18px;
 }

 .site__form-sent {
     padding: 21px 10px;
     background: #F44336;
     color: #000;
     line-height: 14px;
     text-align: center;
     text-transform: uppercase;
     -webkit-transition: opacity 0.3s ease;
     transition: opacity 0.3s ease;
 }

 .site__form-sent .fa {
     margin-right: 9px;
 }

 .site__form-sent_hidden {
     z-index: 0;
     opacity: 0;
 }

 .site__desktop {
     display: none;
 }

 /* --------------- /site --------------- */

 /* ------------ footer-menu ------------ */

 .footer-menu {
     text-align: center;
     text-transform: uppercase;
     color: #fff;
 }

 .footer-menu dl {
     margin-bottom: 69px;
 }

 .footer-menu dl:last-child {
     margin-bottom: 0;
 }

 .footer-menu dd {
     margin-bottom: 24px;
 }

 .footer-menu dd:last-child {
     margin-bottom: 0;
 }

 .footer-menu__link {
     display: inline-block;
     color: #fff;
     font-size: 16px;
     -webkit-transition: color 0.3s ease;
     transition: color 0.3s ease;
 }

 .footer-menu__link:hover {
     color: #F44336;
 }

 .footer-menu dt {
     display: block;
     margin-bottom: 55px;
     color: #fff;
     font-family: 'Roboto Slab', serif;
     font-weight: 700;
     font-size: 20px;
 }

 /* ------------ /footer-menu ------------ */

 /* --------------- btn --------------- */

 .btn {

     display: inline-block;
     vertical-align: top;
     position: relative;
     overflow: hidden;
     width: 170px;
     padding: 13px 10px;
     text-align: center;
     text-transform: uppercase;
     font-family: 'Roboto', sans-serif;
     font-weight: 500;
     color: #000;
     font-size: 20px;
     line-height: 20px;
/*     border: 2px solid #F44336;*/
     border-radius: 0px !important;
     background: #F44336;
     -webkit-transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
     transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
 }

 .btn:hover,
 .header-menu__wrap .menu-item a.btn:hover {
     background: #F44336;
     border-color: #F44336;
 }

 .header-menu__wrap .menu-item a.btn:hover {
     color: #000;
 }

 .btn_1 {
     width: 231px;
     height: 40px;
     padding: 12px 10px;
     font-size: 14px;
     line-height: 14px;
 }

 .btn_2 {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     padding: 0;
     z-index: 1;
     font-size: 18px;
 }

 .btn_3 {
     width: 230px;
     height: 54px;
     color: #fff;
     background: #2b2b2b;
     border: none;
     font-weight: 500;
     font-size: 18px;
     padding: 18px 10px;
 }

 .btn_3:hover {
     background: #3c3c3c;
 }

 .btn_4 {
     width: 132px;
     height: 30px;
     margin-left: 3px;
     padding: 4px 25px 2px;
     font-size: 14px;
 }

 .btn_5 {
     display: block;
     width: 227px;
     height: 52px;
     margin: 0 auto 16px;
     padding-top: 16px;
     border: none;
     background: #ffee8d;
     font-size: 18px;
 }

 .btn_5:hover {
     background: #fffadd;
 }

 .btn_6 {
    display: block;
    width: 200px;
    height: 52px;
    margin: 0 auto;
    padding-top: 16px !IMPORTANT;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
	text-align:center;
}
.btn_6:hover {
    background: #333;
    COLOR:#FFF !IMPORTANT;
}

 .btn_7 {
     width: 190px;
     height: 45px;
     padding: 14px 10px;
     font-size: 16px;
     line-height: 16px;
 }

 .btn_8 {
     margin: 0 auto 19px;
     background: #f3f3f3;
 }

 .btn_8:hover {
     background: #d5d5d5;
 }

 .btn_9 {
     display: block;
     width: auto;
     height: 45px;
     padding: 14px 10px;
     font-size: 16px;
     line-height: 16px;
 }

 .btn_10 {
     display: block;
     width: 180px;
     height: 61px;
     margin: 0 auto;
     padding-top: 16px;
     border: none;
     background: #000;
     color: #fff;
     font-size: 18px;
 }

 .btn_10:hover {
     background: #333;
 }

 .btn_11 {
     width: 204px;
     height: 59px;
     padding: 19px 0 0;
     background: transparent;
     border: 2px solid rgba(255, 255, 255, 0.2);
     font-size: 16px;
     font-weight: 500;
     color: #fff;
     -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
     transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
 }

 .btn_11:hover {
     background: rgba(255, 255, 255, 1);
     border: 2px solid rgba(255, 255, 255, 1);
     color: #1566a4;
 }

 /* --------------- /btn --------------- */

 /*--------------content------------*/

 .content {
     padding: 10px;
     font-size: 16px;
     line-height: 25px;
 }

 .content h1,
 .content h2,
 .content h3,
 .content h4,
 .content h5 {
     font-size: 36px;
     line-height: 42px;
     margin-bottom: 20px;
     font-family: 'Roboto Slab', sans-serif;
     text-align: center;
 }

 .content h2 {
     font-size: 30px;
     line-height: 36px;
 }

 .content h3 {
     font-size: 24px;
     line-height: 30px;
 }

 .content h4 {
     font-size: 20px;
     line-height: 26px;
 }

 .content h5 {
     font-size: 16px;
     line-height: 22px;
 }

 .content h6 {
     font-size: 12px;
     line-height: 18px;
 }

 .content p {
     margin-bottom: 15px;
 }

 .content ul {
     list-style: disc;
     margin: 0 15px 10px 15px;
 }

 .content ul ul {
     margin: 10px 0 10px 25px;
 }

 .content ol {
     list-style: decimal;
     margin: 0 15px 10px 20px;
 }

 .content ol ol {
     margin: 10px 0 10px 25px;
 }

 .content li {
     margin-bottom: 5px;
 }

 .content table {
     margin-bottom: 15px;
     font-size: 100%;
     width: auto;
     border: 1px solid #f3f3f3;
 }

 .content th,
 .content td {
     border: 1px solid #f3f3f3;
     padding: 4px;
     text-align: left;
 }

 .content th {
     font-weight: bold;
     text-align: center;
 }

 .content img[align=left] {
     margin: 0 10px 10px 0;
     float: left;
 }

 .content img[align=right] {
     margin: 0 0 10px 10px;
     float: right;
 }

 .content dl {
     margin: 0 0 15px 0;
 }

 .content dt {
     font-weight: bold;
     margin-bottom: 2px;
 }

 .content dd {
     margin-bottom: 5px;
 }

 .content hr {
     height: 1px;
     border: none;
     color: #f3f3f3;
     background: #f3f3f3;
     margin: 10px 0;
     clear: both;
 }

 a {
     color: #F44336;
 }

 .content__text-block {
     margin: 0 auto;
     padding: 0 20px;
     max-width: 710px;
     text-align: center;
 }

 .single-post .content {
     padding-top: 50px;
 }

 /*--------------/content------------*/

 /*--------------row------------*/

 .row {
     margin: 0 -20px;
     overflow: hidden;
 }

 /*--------------/row------------*/

 /* --------------- col --------------- */


 /* --------------- /col --------------- */

 /* --------------- label --------------- */

 .label {
     display: inline-block;
     vertical-align: top;
     padding: 3px 13px;
     margin: 0 0 3px;
     min-width: 88px;
     color: #fff;
     text-transform: uppercase;
     font-size: 14px;
     line-height: 14px;
     font-weight: 500;
     background: #41c5f6;
     text-align: center;
 }

 .label_big {
     padding: 8px 13px;
     margin: 0 0 4px;
     cursor: pointer;
     -webkit-transition: opacity 0.3s;
     transition: opacity 0.3s;
 }

 .label_big:hover {
     opacity: 0.6;
 }

 .label_1 {
     background: #345cc2;
 }

 .label_2 {
     background: #9b54d1;
 }

 .label_3 {
     background: #ff8e42;
 }

 .label_4 {
     background: #ff4242;
 }

 .label_5 {
     background: #F44336;
 }

 .label_6 {
     background: #34c2a6;
 }

 .label_7 {
     background: #4396ea;
 }

 .label_8 {
     background: #ff8b1a;
 }

 .label_9 {
     background: #3469c2;
 }

 .label_10 {
     background: #8643ea;
 }

 .label_11 {
     background: #82cb2b;
 }

 .label_12 {
     background: #eb212e;
 }

 .label_13 {
     background: #00b295;
 }

 .label_14 {
     background: #f6b300;
 }

 /* --------------- /label --------------- */

 /* --------------- logo --------------- */

 .logo1 {
     position: absolute;
     z-index: 3;
     top: 30px;
     left: 15px;
     width: 260px;
     height: 33px;
 }

 .logo1 img {
     display: block;
     width: 100%;
     height: auto;
 }

 .logo_footer {
     display: inline-block;
     position: relative;
     top: auto;
     left: auto;
     width: 146px;
     height: 33px;
     margin: 0 auto 51px;
 }

 /* --------------- /logo --------------- */

 /* --------------- header-menu --------------- */

 .header-menu {
     position: relative;
     display: none;
     z-index: 10;
     top: 38px;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, .9);
     text-align: center;
     /*overflow-y: auto;*/
 }

 .header-menu__wrap {
     display: table;
     width: 100%;
     height: 100%;
     padding: 0 0 11px 0;
 }

 .header-menu__layout {
     display: table-cell;
     vertical-align: top;
     padding: 32px 0;
 }

 .header-menu__layout ul {
     position: relative;
     margin: 0 5px 0 0;
     width: 100%;
 }

 .header-menu li {
     position: relative;
     font-size: 20px;
     line-height: 20px;
     margin: 0 0 1px;
 }

 .header-menu__open-btn {
     position: absolute;
     top: 0;
     right: 0;
     display: block;
     width: 54px;
     height: 54px;
     background-size: contain;
     cursor: pointer;
 }

 .header-menu__open-btn:before,
 .header-menu__open-btn:after {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 3px;
     height: 17px;
     background-color: #F44336;
     transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transition: background-color .3s ease;
     -webkit-transition: background-color .3s ease;
     content: '';
 }

 .header-menu__open-btn:after {
     height: 3px;
     width: 17px;
 }

 .header-menu__wrap .menu > .menu-item > a {
     display: block;
     position: relative;
     color: #fff;
     text-transform: uppercase;
     padding: 17px 9.7px;
     -webkit-transition: background-color 0.3s, color 0.3s;
     transition: background-color 0.3s, color 0.3s;
 }

 .header-menu__wrap .menu-item a.active {
     cursor: default;
 }

 .header-menu__wrap .menu-item a:hover,
 .header-menu__wrap .menu-item a.active,
 .sub-menu li.menu-item a:hover,
 .sub-menu li.menu-item a.active {
     background: #F44336;
     color: #000;
 }

 .header-menu .btn {
     margin: 20px 0 0;
 }

 .header-menu .sub-menu {
     display: none;
     margin: 0;
 }

 .sub-menu li {
     border-top: 1px solid #eece20;
 }

 .sub-menu li.menu-item a {
     display: block;
     padding: 15px 10px;
     color: #000;
     -webkit-transition: background-color 0.3s, color 0.3s;
     transition: background-color 0.3s, color 0.3s;
 }

 .header-menu .opened {
     background: #F44336;
 }

 .header-menu .opened .header-menu__open-btn:before,
 .header-menu .opened .header-menu__open-btn:after {
     background-color: #000;
 }

 .header-menu .opened .menu-item a {
     padding: 20px 10px;
     color: #000;
 }

 /* --------------- /header-menu --------------- */

 /* --------------- menu-btn --------------- */

 .menu-btn {
     position: absolute;
     top: 68px;
     right: 17px;
     width: 38px;
     height: 15px;
     cursor: pointer;
     z-index: 4;
     display: block;
     padding: 0;
     background: none;
     border: none;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     z-index: 999999;
 }

 .menu-btn span {
     position: absolute;
     top: 50%;
     left: 10px;
     right: 10px;
     display: block;
     height: 3px;
     margin-top: -2px;
     background: #fff;
     font-size: 0;
     -webkit-transition: background-color 0.3s;
     transition: background-color 0.3s;
 }

 .menu-btn span:before,
 .menu-btn span:after {
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     content: '';
     -webkit-transition: -webkit-transform 0.3s, background .3s;
     transition: transform 0.3s, background .3s;
 }

 .menu-btn span:after {
     -webkit-transform: translateY(6px);
     transform: translateY(6px);
 }

 .menu-btn span:before {
     -webkit-transform: translateY(-6px);
     transform: translateY(-6px);
 }

 .menu-btn:hover span,
 .menu-btn:hover span:before,
 .menu-btn:hover span:after {
     background: #F44336;
 }

 .menu-btn.opened span {
     background-color: transparent;
 }

 .menu-btn.opened span:before {
     -webkit-transform: translateY(0) rotate(45deg);
     transform: translateY(0) rotate(45deg);
 }

 .menu-btn.opened span:after {
     -webkit-transform: translateY(0) rotate(-45deg);
     transform: translateY(0) rotate(-45deg);
 }

 .menu-btn.opened span:before,
 .menu-btn.opened span:after {
     background: #6c6c6c;
 }

 /* --------------- /menu-btn --------------- */

 /* --------------- hero --------------- */

 .hero {
     position: relative;
     text-align: center;
     /*min-height: 320px;*/
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     background-color: #000;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center bottom;
     margin-top: 30px;
 }

 .hero__layout {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: flex-start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     position: absolute;
     z-index: 2;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     padding: 80px 0 26px;
 }

 .single-post .hero__layout,
 .hero_slider .hero__layout,
 .single-speaker .hero__layout,
 .hero-sample__page .hero__layout,
 .hero-registration .hero__layout,
 .archive .hero__layout,
 .hero-full__schedule .hero__layout {
     position: relative;
 }

 .hero_no-images .hero__layout {
     position: relative;
     top: auto;
     left: auto;
 }

 .hero__layout .video_background {
     position: absolute;
     width: 100%;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     overflow: hidden;
 }

 .hero__layout .video_background > iframe {
     width: 100%;
     height: 100%;
 }

 .hero_slider .hero__layout {
     padding: 114px 0 13px;
 }

 .hero__video {
     position: relative;
     margin: 5px auto 10px;
     width: 100px;
     height: 100px;
 }

 .hero_no-images .hero__video {
     margin: 5px auto 30px;
     width: 200px;
     height: 200px;
 }

 .hero__video > * {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 2;
     width: 100%;
     height: 100%;
 }

 .hero__layout_profile {
     padding: 90px 0 23px !important;
 }

 .hero__text {
     margin: 0 0 35px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
 }

 /* --------------- /hero --------------- */

 /* --------------- time-schedule --------------- */

 .time-schedule {
     padding: 0 0 28px;
 }

 .time-schedule .site__title {
     overflow: hidden;
 }

 .time-schedule__pic {
     display: none;
     width: 65px;
     height: 65px;
     margin: 20px auto 20px;
 }

 .time-schedule__pic img {
     display: block;
     width: 100%;
     height: auto;
 }

 .time-schedule__place {
     display: block;
     margin: 0 0px 25px;
     font-size: 14px;
     line-height: 19px;
 }

 .time-schedule__save {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     width: 290px;
     margin: 0 auto;
     text-align: left;
     flex-direction: row;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: space-between;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     font-size: 16px;
     line-height: 20px;
 }

 .time-schedule__save span {
     display: inline-block;
     vertical-align: middle;
     padding: 3px 0 0 4px;
 }

 .time-schedule__save div {
     display: inline-block;
     vertical-align: middle;
 }

 .time-schedule__save a {
     display: inline-block;
     vertical-align: middle;
     margin: 0 0 0 12px;
     width: 36px;
     height: 36px;
     border: 2px solid rgba(255, 255, 255, 0.3);
     color: #fff;
     text-align: center;
     -webkit-transition: background .3s, border .3s;
     transition: background .3s, border .3s;
 }

 .time-schedule__save a:first-child {
     margin-left: 0;
 }

 .time-schedule__save a:hover {
     background: #F44336;
     border-color: #F44336;
 }

 .time-schedule__save a i {
     display: block;
     padding: 9px 0;
     font-size: 16px;
     line-height: 16px;
     -webkit-transition: color .3s;
     transition: color .3s;
 }

 .time-schedule__save a:hover i {
     color: #000;
 }

 /*
 .time-schedule .btn {
     margin: 0 0 25px;
 }
*/

 .hero_video .time-schedule__save {
     display: none;
 }

 .hero_no-images.hero_video .time-schedule__save {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
 }

 .hero_no-images.hero_video .time-schedule__place {
     margin: 0 15px 25px;
 }

 .hero_video .time-schedule__place {
     margin: 0 15px 10px;
 }

 .hero_video .time-schedule {
     padding: 0;
 }

 .hero_no-images.hero_video .time-schedule {
     padding: 0 0 28px;
 }

 .hero_no-images.hero_video .time-schedule .btn {
     margin: 0 0 25px;
 }

 .hero_video .time-schedule .btn {
     margin: 0 0 5px;
 }

 /* --------------- /time-schedule --------------- */

 /* --------------- main-slider --------------- */

 .main-slider {
     width: 100%;
     height: 100%;
 }

 .main-slider .swiper-slide {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
 }

 .main-slider .swiper-button-prev,
 .main-slider .swiper-button-next {
     display: none;
 }

 /* --------------- /main-slider --------------- */

 /* --------------- countdown-timer --------------- */

 .countdown-timer {
     color: #fff;
     font-size: 11px;
     line-height: 11px;
     text-align: center;
     text-transform: uppercase;
     background: #ffee8d;
     background: -moz-linear-gradient(left, #E57373 50%, #E53935 50%);
     background: -webkit-linear-gradient(left, #E57373 50%, #E53935 50%);
     background: linear-gradient(to right, #E57373 50%, #E53935 50%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E57373', endColorstr='#E53935', GradientType=1);
    
     font-family: 'Anton', sans-serif;

 }

 .countdown-timer > div {
     display: flex;
     display: -webkit-flex;
     flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     justify-content: center;
     -webkit-justify-content: center;
     align-items: stretch;
     -webkit-align-items: stretch;
     max-width: 280px;
     margin: 0 auto;
     letter-spacing: 2px;
 }

 .countdown-timer > div > div {
     float: left;
     width: 25%;
     height: 78px;
     padding: 16px 0;
 }

 .countdown-timer > div > div:nth-child(2) {
     background: #EF5350;
 }

 .countdown-timer > div > div:nth-child(3) {
     background: #F44336;
 }

 .countdown-timer span {
     display: block;
     margin: 0 0 3px;
     font-size: 32px;
     line-height: 32px;
     font-family: 'Anton', serif;
     font-weight: 700;
 }

 /* --------------- /countdown-timer --------------- */

 /* --------------- description --------------- */

 .description {
     padding: 93px 15px 70px;
     margin: 0 auto;
     font-size: 16px;
     line-height: 32px;
     text-align: center;
 }

 .description p {
     font-size:16px;
     margin: 0 0 43px;
 }

 .description p a {
     border-bottom: 1px solid transparent;
     color: #F44336;
     -webkit-transition: border .3s ease-in-out;
     transition: border .3s ease-in-out;
 }

 .description p a:hover {
     border-bottom: 1px solid #F44336;
 }

 .description__watch-video {
     padding: 0 60px 0 0;
     position: relative;
     text-transform: uppercase;
     font-size: 18px;
     line-height: 22px;
     color: #000;
 }

 .description__watch-video i {
     position: absolute;
     top: 50%;
     right: 0;
     width: 39px;
     height: 39px;
     padding: 9px 0 9px 3px;
     border-radius: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     border: 2px solid #e3e3e3;
     font-size: 16px;
     line-height: 16px;
     -webkit-transition: border .3s, background .3s, color .3s;
     transition: border .3s, background .3s, color .3s;
 }

 .description__watch-video:hover i {
     border-color: #F44336;
 }

 /* --------------- /description --------------- */

 /* --------------- speakers --------------- */

 .speakers {
     padding: 74px 0 58px;
     background-color: #F44336;
     text-align: center;
     overflow: hidden;
 }

 .speakers p {

     margin: 0px;
     font-size: 25px;
     font-weight: 700;
	 
    font-family: ruda;
     /*text-transform: uppercase;
     width: 250px;
     margin: 0 auto 43px;
     line-height: 32px;
*/
 }

 .speakers__item {
     display: block;
 }

 .speakers__person {
     display: block;
     position: relative;
     width: 260px;
     height: 305px;
     margin: 0 auto 33px;
     background-color: #fff;
     color: #000;
     font-size: 16px;
     line-height: 20px;
     border-radius: 10px;
 }

 .speakers-favorite:before {
     right: 0;
     top: 0;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: rgba(235, 33, 46, 0);
     border-right-color: #eb212e;
     border-width: 0 44px 44px 0;
 }

 .speakers-favorite:after {
     content: '';
     position: absolute;
     top: 4px;
     right: 4px;
     font-size: 18px;
     font-family: 'FontAwesome', sans-serif;
     color: #fff;
 }

 .speakers-favorite_small:before {
     border-width: 0 30px 30px 0;
 }

 .speakers-favorite_small:after {
     top: 1px;
     right: 4px;
     font-size: 12px;
 }

 .speakers__photo {
     width: inherit;
     height: 175px;
     margin-bottom: 19px;
     background-position: center;
     background-size: cover;
 }

 .speakers__name {
     display: block;
     margin: 0 15px 12px;
     font-size: 20px;
     font-family: 'Ruda', sans-serif;
     text-transform: uppercase;
     color: #F44336;
 }

 .speakers__post {
     display: block;
     overflow: hidden;
     max-height: 60px;
     margin: 0 15px;
     color: #000;
     font-family: 'Ruda', sans-serif;
 }

 .speaker-info__pic {
     position: relative;
 }

 .speakers_load .speakers-favorite::after {
     top: 4px;
 }

 /* --------------- /speakers --------------- */

 /* --------------- get-touch --------------- */

 .get-touch {
     padding: 50px 0 47px;
     background: #34c2a6;
     color: #fff;
     font-size: 16px;
     line-height: 22px;
     text-align: center;
 }

 .get-touch__title {
     margin: 0 0 23px;
     font-family: 'Roboto Slab', serif;
     font-weight: 700;
     font-size: 20px;
     line-height: 28px;
     text-transform: uppercase;
 }

 .get-touch a {
     font-weight: 700;
     color: #F44336;
     border-bottom: 1px solid #F44336;
     -webkit-transition: border .3s;
     transition: border .3s;
 }

 .get-touch a:hover {
     border-color: transparent;
 }

 /* --------------- /get-touch --------------- */

 /* --------------- schedule --------------- */

 .schedule {
     padding: 78px 0 70px;
     font-size: 16px;
     line-height: 19px;
 }

 .schedule__date-btns {
     max-width: 190px;
     margin: 0 auto 25px;
     font-family: 'Roboto Slab', serif;
     font-weight: 700;
     font-size: 20px;
     line-height: 28px;
     text-transform: uppercase;
     text-align: center;
 }

 .schedule__date-btn {
     display: block;
     padding: 8px 10px;
     margin: 0 0 15px;
     color: #000;
     -webkit-transition: color .3s;
     transition: color .3s;
     font-size: 16px;
 }

 .schedule__date-btn:hover {
     color: rgba(0, 0, 0, 0.5);
 }

 .schedule__date-btn.active {
     background: #F44336;
     color: #000;
     cursor: default;
 }

 .schedule__filters {
     margin: 0 0 26px;
     text-align: center;
 }

 .schedule__filters-main-venue,
 .schedule__filters-technology {
     margin: 0 0 20px;
     max-width: 200px;
 }

 .schedule__items {
     margin: 0 0 30px;
     text-align: center;
 }

 .schedule__item {
     position: relative;
     padding: 23px 0;
     border-top: 2px solid #f3f3f3;
     text-align: center;
 }

 .schedule__item:first-child {
     padding-top: 18px;
     border-top: none;
     -webkit-transition: box-shadow .3s;
     transition: box-shadow .3s;
 }

 .schedule__item-drop-down.opened {
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
 }

 .schedule__time {
     display: block;
     margin: 0 0 13px;
     font-size: 16px;
     line-height: 19px;
     font-family: 'Roboto Slab', serif;
     font-weight: 700;
 }

 .schedule__time span {
     position: relative;
     top: -5px;
     display: inline-block;
     padding: 4px 0 3px;
     width: 115px;
     margin-bottom: 3px;
     margin-right: 17px;
     font-size: 16px;
     color: #000;
     background: #F44336;
     text-transform: uppercase;
 }

 .schedule__items_profile .schedule__time {
     text-align: center;
     margin: 0 0 9px;
 }

 .schedule__items_profile .schedule__item {
     padding: 29px 17px 17px;
 }

 .schedule__items_profile .schedule__event {
     display: block;
     width: auto;
     padding: 0;
     margin-bottom: 15px;
 }

 .schedule__items_profile .schedule__main-place {
     margin: 0 0 1px;
 }

 .schedule__item_today {
     border: none !important;
 }

 .schedule__item_today:after {
     position: absolute;
     top: 0;
     right: 0;
     left: 40px;
     height: 2px;
     border-top: 2px dotted #f3f3f3;
     content: '';
 }

 .schedule__inner {
     display: inline-block;
 }

 .schedule__event {
     display: block;
     font-size: 20px;
     line-height: 25px;
     font-weight: 700;
 }

 .schedule__item-drop-down .schedule__event {
     cursor: pointer;
 }

 .schedule__concurrent {
     position: relative;
     z-index: 1;
     padding: 20px 0 0;
     border-top: 2px solid #f3f3f3;
 }

 .schedule__concurrent-title {
     display: block;
     position: relative;
     z-index: 1;
     padding: 20px 0 20px;
     font-size: 16px;
     line-height: 19px;
 }

 .schedule__concurrent-title:before,
 .schedule__concurrent-title:after {
     position: absolute;
     left: 50%;
     width: 2px;
     height: 17px;
     top: 0;
     background: #F44336;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     content: '';
 }

 .schedule__concurrent-title:after {
     top: auto;
     bottom: 0;
 }

 .schedule__concurrent .schedule__item:first-of-type {
     border-top: none;
 }

 .schedule__details {
     position: relative;
     padding: 40px 0 36px;
 }

 .schedule__item-drop-down .schedule__details {
     display: none;
 }

 .schedule__close {
     position: absolute;
     top: 4px;
     right: 50%;
     font-size: 25px;
     line-height: 25px;
     color: #b5b5b5;
     margin: 0 -10px 0 0;
 }

 .schedule__close:hover {
     opacity: 0.6;
 }

 .schedule__main-place {
     display: inline-block;
     vertical-align: top;
     margin: 0 0 42px;
     color: #b5b5b5;
     font-size: 16px;
     line-height: 19px;
     -webkit-transition: color .3s;
     transition: color .3s;
 }

 .schedule__main-place:hover {
     color: #000;
 }

 .schedule__speakers-group {
     margin: 0 0 25px;
 }

 .schedule__speaker {
     display: inline-block;
     vertical-align: top;
     position: relative;
     width: 40.6%;
     margin: 0 6px 16px;
     text-align: center;
 }

 .schedule__speaker-pic {
     position: relative;
     padding-bottom: 62%;
     margin: 0 0 9px;
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #ccc;
 }

 .schedule__speaker-hover {
     position: absolute;
     top: 6px;
     right: 6px;
     bottom: 6px;
     left: 6px;
     padding: 0 22px;
     color: #FFF;
     font-size: 14px;
     line-height: 14px;
     font-weight: 500;
     text-align: center;
     opacity: 0;
     background: rgba(0, 0, 0, 0.7);
     -webkit-transition: opacity .3s;
     transition: opacity .3s;

     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
 }

 .schedule__speaker:hover .schedule__speaker-hover {
     opacity: 1;
 }

 .schedule__speaker-name {
     font-size: 14px;
     line-height: 18px;
     font-family: 'Roboto Slab', serif;
     font-weight: 700;
     text-transform: uppercase;
     color: #000;
 }

 .schedule__text {
     padding: 0 30px;
     margin: 0 0 21px;
     font-size: 16px;
     line-height: 22px;
 }

 .schedule__labels {
     max-height: 43px;
     overflow: hidden;
     margin: 0 15px 16px;
 }

 .schedule__coffee-break {
     font-weight: 400;
     font-style: italic;
     font-size: 16px;
     line-height: 16px;
 }

 .schedule__coffee-break i {
     margin: 0 3px 0 0;
 }

 .schedule_inner {
     padding: 41px 0 70px;
 }

 .schedule_inner .schedule__item:first-child {
     border-top: 2px solid #f3f3f3;
 }

 .schedule_inner .schedule__filters {
     margin: 0 0 37px;
 }

 .schedule_inner .schedule__item {
     padding: 34px 0;
 }

 .schedule_inner .schedule__details {
     padding: 15px 0 21px;
 }

 .schedule__concurrent {
     padding: 0;
     border-top: none;
 }

 /* --------------- /schedule --------------- */

 /* ------------ contact-us ------------ */

 .contact-us {
     text-align: center;
     padding: 70px 0 0;
 }

 .contact-us__content {
     margin-bottom: 46px;
 }

 .contact-us p {
     margin-bottom: 42px;
     font-size: 20px;
     color: rgb( 0, 0, 0);
     line-height: 1.5;
 }

 .contact-us__content-double dl {
     margin-bottom: 39px;
 }

 .contact-us__content-double dl:last-child {
     margin-bottom: 0;
 }

 .contact-us__content-double dt {
     margin-bottom: 20px;
     font-family: 'ruda', serif;
     font-weight: 700;
     font-size: 18px;
     color: rgb( 0, 0, 0);
     text-transform: uppercase;
     line-height: 1.797;
 }

 .contact-us__content-double {
     font-style: normal;
 }

 .contact-us__content-double dd {
     display: block;
     margin-bottom: 10px;
     font-size: 18px;
 }

 .contact-us a[href^='tel'] {
     color: inherit;
     cursor: default;
 }

 .contact-us__form {
     margin: 0 -15px;
 }

 .contact-us__captcha {
     padding-bottom: 29px;
 }

 .g-recaptcha > div > div {
     margin: 0 auto;
 }

 /* ------------ /contact-us ------------ */

 /* ------------ comments ------------ */

 .comment-form {
     text-align: left;
 }

 .comment-form .submit {
     background-color: #F44336;
 }

 .comments-list {
     text-align: left;
     padding-top: 20px;
 }

 .comments-list li {
     list-style: none;
     margin: 20px 0;
 }

 .comment-body {
     padding-left: 50px;
 }

 .comment-author {
     margin-left: -65px;
 }

 .comment-meta {
     margin-bottom: 12px;
 }

 .comment-body .reply {
     margin-bottom: 15px;
     margin-top: 10px;
 }

 .comment-meta a {
     color: #a3a3a3;
     font-weight: 300;
     line-height: 1;
     text-decoration: none;
 }

 .comment-author img {
     display: inline-block;
     height: 40px;
     margin-right: 25px;
     vertical-align: top;
     width: 40px;
 }

 /* ------------ /comments ------------ */

 /* ------------ register-now ------------ */

 .register-now {
     /*     height: 488px;*/
     position: relative;
     background: no-repeat 50% 0;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-align: center;
 }

 .register-now.register-now__no-images {
     height: 488px;
     background-color: #000;
 }

 /*
 .register-now__layout {
     padding: 50px;
 }
*/

 .register-now p {
     margin: 0 10px 55px;
 }

 .register-now__layout {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: flex-start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
     position: absolute;
     z-index: 2;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .register-now__images img {
     width: 100%;
     height: auto;
 }

 .register-now__tablet,
 .register-now__desktop {
     display: none;
 }

 /* ------------ /register-now ------------ */

 /* ------------ sponsors ------------ */

 .sponsors {
     padding: 77px 0 20px;
     font-size: 16px;
     line-height: 22px;
     text-align: center;
 }

 .sponsors p {
     margin: 0 0 34px;
 }

 .sponsors__items {
     text-align: left;
 }

 .sponsors__item {
     padding: 0 0 23px;
 }

 .sponsors__logo {
     display: inline-block;
     vertical-align: top;
     position: relative;
     width: 88%;
     padding-bottom: 40%;
     margin: 0 auto 32px;
     overflow: hidden;
 }

 .sponsors__item_gold .sponsors__logo {
     display: block;
 }

 .sponsors__item_gold .sponsors__logo div {
     right: 0;
     left: 0;
 }

 .sponsors__item_silver .sponsors__logo {
     /*width: 49.3%;*/
     padding-bottom: 21%;
 }

 .sponsors__item_silver .sponsors__logo div {
     right: 5px;
     left: 5px;
 }

 .sponsors__item_bronze .sponsors__logo {
     width: 32.4%;
     padding-bottom: 13%;
 }

 .sponsors__item_bronze .sponsors__logo div {
     right: 6px;
     left: 6px;
 }

 .sponsors__logo div {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
 }

 /* ------------ /sponsors ------------ */

 /* ------------ comprtition ------------ */

 .competitionsection {
     padding: 82px 0 30px;
     background-color: #fff;
     font-size: 16px;
     line-height: 25px;
     text-align: center;
     overflow: hidden;
     margin-top: 20px;
 }

 .competitionitem {
     padding: 40px 20px;

     background-color: #30a2eb;
     min-height: 250px;
 }

 .competitionitem1 {
     padding: 40px 20px;

     background-color: #000;
     min-height: 250px;
 }

 .competitionitem2 {
     padding: 40px 20px;

     background-color: #F44336;
     min-height: 250px;
 }


 .competitionheading {
     margin-bottom: 9px;
     color: #fff;
     font-size: 28px;
     text-transform: uppercase;
     font-weight: 700;
     font-family: 'Ruda', sans-serif;

 }

 .competitionitem {

     color: #fff;
     font-size: 16px;
     font-weight: 400;
     font-family: 'Ruda', sans-serif;

 }

 /* ------------end competion ------------ */

 /* --------------- tickets --------------- */

 .tickets {
     padding: 82px 0 30px;
     background-color: #F44336;
     font-size: 16px;
     line-height: 25px;
     text-align: center;
     overflow: hidden;
 }

 .tickets p {
     margin: 0 25px 37px;
 }

 .tickets__item {
     position: relative;
     width: 297px;
     margin: 0 auto 23px;
     padding: 53px 40px 30px;
     background-color: #fff;
     text-align: left;
 }

 .tickets__price {
     display: block;
     margin-bottom: 12px;
     font-size: 28px;
     font-family: 'Ruda', sans-serif;
     font-weight: 600;
     line-height: 1;
     background-color: #f3f3f3;
     color: #000;
     border-bottom: 3px solid #000;
     text-align: center;
     padding: 20px;


 }

 .tickets__status {
     display: block;
     margin-bottom: 30px;
     font-size: 20px;
 }

 .tickets__list {
     margin-bottom: 23px;
     padding-top: 13px;
     border-top: 2px solid #f5f5f5;
     font-size: 13px;
     line-height: 21px;
 }

 .tickets__list li {
     position: relative;
     padding-left: 5px;
 }

 .tickets__list li:before {
     position: absolute;
     top: 2px;
     left: -4px;
     color: #F44336;
     content: '.';
 }

 .tickets__item_disabled {
     opacity: .4;
     pointer-events: none;
 }

 .tickets__item_best:before {
     position: absolute;
     top: 50px;
     right: 28px;
     width: 60px;
     height: 38px;
     padding-top: 19px;
     border-radius: 100px;
     background-color: #F44336;
     color: #000;
     font: italic 600 16px "Roboto", sans-serif;
     text-align: center;
 }

 /* --------------- /tickets --------------- */

 /* --------------- where --------------- */

 .where {
     position: relative;
     z-index: 1;
     height: 646px;
     font-size: 16px;
     line-height: 20px;
 }

 .where__layout {
     height: 250px;
     padding: 0 10px 0 0;
     margin: 0 0 3px;
     overflow: hidden;
 }

 .where__map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .where__map #map {
     width: 100%;
     height: 100%;
 }

 .where__popup {
     position: absolute;
     right: 13px;
     bottom: 89px;
     left: 13px;
     height: 400px;
     background: #fff;
     padding: 43px 36px 10px;
     /*     text-align: center;*/
     box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
 }

 .where__popup .label_big {
     display: block;
     padding: 10px;
 }

 .where__links {
     color: #b6b6b6;
     font-size: 14px;
     line-height: 14px;
     font-weight: 500;
     text-transform: uppercase;
 }

 .where_back {
     display: none;
 }

 /* --------------- /where --------------- */

 /* --------------- where --------------- */

 .where {
     height: 699px;
     font-size: 20px;
     line-height: 28px;
 }

 .where__popup {
     width: 460px;
     height: 600px;
 }

 .where__text {
     margin: 20px 0 100px;
     line-height: normal;

 }

 .where__layout {
     height: 320px;
     margin: 0 0 8px;
 }

 .where__links {
     font-size: 20px;
     line-height: 20px;
 }



 /* ------------ connect ------------ */

 .connect {
     padding: 50px 0 43px;
     background: #000;
     color: #fff;
     font-size: 20px;
     text-align: center;
     clear: both;
 }

 .connect p {
     line-height: 1.5;
     margin-bottom: 54px;
 }

 /* ------------ /connect ------------ */

 /* ------------ features ------------ */

 .features {
     background: #F44336;
 }

 .features__item {
     display: block;
     height: 180px;
     padding-top: 35px;
     text-align: center;
     -webkit-transition: background 0.3s ease;
     transition: background 0.3s ease;
 }

 .features__logo {
     display: inline-block;
     position: relative;
     width: 60px;
     height: 60px;
     margin-bottom: 15px;
     border-radius: 50%;
     color: #000;
 }

 .features__logo span {
     position: absolute;
     top: 50%;
     left: 50%;
     white-space: nowrap;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .features__logo span i {
     display: inline-block;
     vertical-align: top;
     font-size: 30px;
 }

 .features__logo i.fa-child {
     font-size: 24px;
 }

 .features__logo i + i {
     margin-left: -4px;
 }

 .features__title {
     display: block;
     font-size: 20px;
     font-family: 'Roboto Slab', sans-serif;
     font-weight: 700;
     color: rgb( 0, 0, 0);
     line-height: 1.636;
 }

 .features__item_light {
     background: #ffee8d;
 }

 .features__item_light .features__logo {
     background: #fff5bb;
 }

 .features__item_middle {
     background: #ffe75f;
 }

 .features__item_middle .features__logo {
     background: #fff19f;
 }

 .features__item_dark {
     background: #F44336;
 }

 .features__item_dark .features__logo {
     background: #ffea76;
 }

 .features__item_light:hover {
     background: #ffe681;
 }

 .features__item_middle:hover {
     background: #ffdd4a;
 }

 .features__item_dark:hover {
     background: #ffcf10;
 }

 /* ------------ /features ------------ */

 /* ------------ media-gallery ------------ */

 .media-gallery {
     padding: 104px 12px 59px;
     background: #000;
     color: #fff;
     font-size: 16px;
     text-align: center;
 }

 .media-gallery p {
     margin:0px;
 }
 .media-gallery span{font-size: 14px;}

 .media-gallery__cover {
     overflow: hidden;
     margin-bottom: 36px;
 }

 .media-gallery__item {
     display: block;
     padding-bottom: 63.7%;
     margin-bottom: 14px;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .media-gallery__item_video {
     position: relative;
 }

 .media-gallery__item_video:before {
     position: absolute;
     top: 50%;
     left: 50%;
     border-radius: 50%;
     background-color: rgba( 255, 255, 255, 0.8);
     width: 70px;
     height: 70px;
     content: '';
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-transition: background-color 0.3s ease;
     transition: background-color 0.3s ease;
 }

 .media-gallery__item_video:after {
     position: absolute;
     top: 50%;
     left: 50%;
     margin: 0 0 0 10px;
     border: 14px solid transparent;
     border-left: 22px solid #000;
     content: '';
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .media-gallery__item_video:hover:before {
     background-color: rgba( 255, 220, 26, 1);
 }

 .media-gallery__item-title {
     display: none;
 }

 /* ------------ /media-gallery ------------ */

 /* ------------ follow-us ------------ */

 .follow-us {
     padding: 37px 0 30px;
     background-color: #F44336;
     text-align: center;
 }

 .follow-us__title {
     margin-bottom: 20px;
     font-size: 20px;
     font-weight: 600;
     font-family: 'Roboto Slab', sans-serif;
 }

 .follow-us__item {
     display: inline-block;
     width: 210px;
     height: 55px;
     margin: 0 5px 10px;
     padding-top: 17px;
     /*background-color: #F44336;*/
     background-color: rgba(255, 255, 255, 0.2);
 }

 /* ------------ /follow-us ------------ */

 /* ------------ swiper-popup ------------ */

 .swiper-popup {
     opacity: 0;
     visibility: hidden;
     z-index: 1;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.9);
     -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
     transition: opacity 0.3s ease, visibility 0.3s ease;
 }

 .swiper-popup.active {
     opacity: 1;
     visibility: visible;
     color: #fff;
 }

 .swiper-popup .swiper-container {
     height: 100%;
 }

 .swiper-popup__inner {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .swiper-popup__inner img {
     display: block;
     margin: 0 auto 18px;
 }

 .swiper-slide__title {
     display: block;
     text-align: center;
     font-size: 16px;
     font-family: 'Roboto', sans-serif;
 }

 .swiper-popup__video {
     position: relative;
     width: 250px;
     height: 150px;
     margin-bottom: 18px;
     border: none;
 }

 .swiper-popup__video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: none;
 }

 .swiper-popup__inner .fa-spin {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     color: #fff;
     font-size: 24px;
 }

 .swiper-popup .swiper-pagination {
     display: none;
 }

 .swiper-popup .swiper-button-next,
 .swiper-popup .swiper-button-prev {
     width: 48px;
     height: 48px;
     margin-top: -24px;
     background: none;
     left: 0;
     border-color: #fff
 }

 .swiper-popup .swiper-button-next {
     left: auto;
     right: 0;
 }

 .swiper-popup .swiper-button-next:before,
 .swiper-popup .swiper-button-prev:before {
     position: absolute;
     top: 16px;
     left: 10px;
     width: 16px;
     height: 16px;
     border-left-width: 3px;
     border-left-style: solid;
     border-left-color: inherit;
     border-bottom-width: 3px;
     border-bottom-style: solid;
     border-bottom-color: inherit;
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: border-color 0.3s ease;
     transition: border-color 0.3s ease;
     content: '';
 }

 .swiper-popup .swiper-button-next:before {
     left: auto;
     right: 10px;
     -ms-transform: rotate(225deg);
     -webkit-transform: rotate(225deg);
     transform: rotate(225deg);
 }

 .swiper-popup__close {
     display: block;
     position: absolute;
     top: -31px;
     right: -31px;
     width: 32px;
     height: 32px;
     color: #fff;
 }

 .swiper-popup__close:after,
 .swiper-popup__close:before {
     position: absolute;
     top: 15px;
     left: 8px;
     width: 16px;
     height: 0;
     border-bottom: 2px solid;
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: background-color 0.3s ease;
     transition: background-color 0.3s ease;
     content: '';
 }

 .swiper-popup__close:after {
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }

 .swiper-popup__close:hover:before,
 .swiper-popup__close:hover:after {
     background-color: #F44336;
 }

 /* ------------ /swiper-popup ------------ */

 /* ------------ social-feed ------------ */

 .social-feed {
     padding: 40px 0 45px;
     text-align: center;
 }

 .social-feed__wrap {
     margin-bottom: 36px;
 }

 .social-feed__item {
     -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
     transition: opacity 0.3s ease, transform 0.3s ease;
 }

 .social-feed__inner {
     overflow: hidden;
     display: block;
     position: relative;
     margin: 0 auto 20px;
     padding: 38px 20px 20px;
     width: 260px;
     height: 290px;
     background: #30a2eb;
     text-align: center;
     -webkit-transition: opacity 0.3s ease;
     transition: opacity 0.3s ease;
 }

 .social-feed__item.hidden {
     opacity: 0;
     -ms-transform: scale(0.8);
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
 }

 .social-feed__item:last-child {
     margin-bottom: 0;
 }

 .social-feed__head {
     margin-bottom: 18px;
     color: rgba( 255, 255, 255, 0.4);
     font-size: 20px;
 }

 .social-feed__logo {
     margin-bottom: 11px;
 }

 .social-feed__logo .fa {
     display: inline-block;
     color: #6fbef1;
     font-size: 36px;
 }

 .social-feed__name {
     margin-bottom: 9px;
     color: #fff;
     font-size: 20px;
     font-weight: 700;
 }

 .social-feed__txt {
     color: rgb( 255, 255, 255);
     font-size: 18px;
     font-style: italic;
     line-height: 1.222;
 }

 .social-feed__txt a {
     color: rgba(255, 255, 255, 0.4);
 }

 .social-feed__hover {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba( 20, 99, 160, 0.949);
     -ms-transform: translate(-100%, 0);
     -webkit-transform: translate(-100%, 0);
     transform: translate(-100%, 0);
     -webkit-transition: transform 0.3s ease;
     transition: transform 0.3s ease;
 }

 .social-feed__item:hover .social-feed__hover {
     -ms-transform: translate(0, 0);
     -webkit-transform: translate(0, 0);
     transform: translate(0, 0);
 }

 .social-feed__hover .btn {
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 /* ------------ /social-feed ------------ */

 /*--------------media------------*/

 .media {
     padding: 60px 0 40px;
     background: #f3f3f3;
     text-align: center;
 }

 .media .site__title {
     margin: 0 0 51px;
 }

 .media__text {
     margin-bottom: 25px;
     font-size: 16px;
     line-height: 38px;
     text-align: center;
 }

 .media iframe {
     display: inline-block;
     width: 288px;
     height: 239px;
     margin: 0 4px 22px;
 }

 /*--------------/media------------*/

 /*--------------more-content------------*/

 .more-content__btn {
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .more-content__btn.hidden {
     opacity: 0;
     visibility: hidden;
 }

 .heading {
     padding-top: 80px;
 }

 /*--------------/more-content------------*/

 /*-----------instagramm-pics------------*/

 .instagramm-pics {
     margin-bottom: 0;
 }

 .instagramm-pics:after {
     display: inline-block;
     width: 100%;
     content: '';
 }

 .instagramm-pics__item {
     vertical-align: top;
     position: relative;
     display: block;
     width: 291px;
     height: 291px;
     margin: 0 auto 15px;
     background: #ededed;
 }

 .instagramm-pics__item_long {

     width: 100% !important;

     padding-bottom: 57.1% !important;
 }

 .instagramm-pics__item a {
     position: absolute;
     display: block;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     -webkit-transition: opacity .3s ease-in-out;
     transition: opacity .3s ease-in-out;
 }

 .instagramm-pics__item a:hover {
     opacity: 0.85;
 }

 .instagramm-pics__item i {
     position: absolute;
     top: 50%;
     left: 50%;
     color: #d4d4d4;
     font-size: 48px;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 /*-----------/instagramm-pics------------*/

 /*-----------posts-navigation------------*/

 .posts_navigation .col-md-6 {
     min-height: 5px;
     float: left;
     text-align: center;
     padding: 0 40px;
     width: 100%;
     margin-bottom: 10px;
 }

 .btn.btn_posts_nav {
     width: auto;
 }

 /*-----------/posts-navigation------------*/

 /*-----------registration------------*/

 .woocommerce.columns-4 {
     text-align: right;
 }

 .woocommerce table {
     width: 100%;
 }

 .register iframe {
     border: none;
 }

 .ginput_container .ares-select {
     max-width: 250px;
 }

 .tickera .event_tickets {
     width: 100%;
 }

 .tickera .event_tickets th {
     text-align: left;
 }

 .tickera .event_tickets td {
     padding: 15px 0;
 }

 .tickera .ares-select {
     width: 100px;
 }

 #tickera_cart {
     max-width: 1000px;
     margin: 30px auto;
     margin-bottom: 60px;
 }

 #tickera_cart .tickera_additional_info {
     margin-top: 30px;
 }

 #tickera_cart .info_section .description {
     margin: 0;
     padding: 10px;
 }

 .tc_cart_errors {
     max-width: 1000px;
     margin: 109px auto 0 auto;
 }

 #tickera_cart .fields-wrap input[type=text] {
     padding: 5px;
     width: 25%;
 }

 #tickera_cart .tickera_additional_info h3 {
     margin-bottom: 10px;
 }

 #tickera_cart .fields-wrap label span {
     font-size: 14px;
 }

 /*-----------/registration------------*/

 /*-----------backgroundimages------------*/

 .background_image {
     left: 0;
     max-width: 100%;
     position: relative;
     display: block;
     top: 0;
 }

 .background_image_tablet,
 .background_image_desktop {
     display: none;
 }

 .background_relative {
     position: relative;
 }

 .background_holder {
     background: transparent none repeat scroll 0 0;
     display: block;
     height: 100%;
     left: 0;
     padding: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
 }

 .background_table {
     display: table;
     height: 100%;
     width: 100%;
 }

 .background_cell {
     display: table-cell;
     vertical-align: middle;
     width: 100%;
 }

 /*-----------/backgroundimages------------*/

 /*-----------facebook-content------------*/

 .facebook-content {
     padding: 67px 0 60px;
     background-color: #f3f3f3;
     overflow: hidden;
 }

 .facebook-content__centered {
     position: relative;
     z-index: 1;
     max-width: 1170px;
     padding: 0 15px;
     margin: 0 auto;
 }

 .facebook-content__number {
     display: block;
     color: #000;
     font: 600 50px 'Roboto Slab', sans-serif;
 }

 .facebook-content__interested {
     position: relative;
     width: 254px;
     margin: 0 auto 13px;
     padding: 18px 0 21px;
     color: #d4d4d4;
     font-size: 24px;
     background-color: #fff;
     text-align: center;
 }
.fa{
    
    font: normal normal normal 27px/1.5 FontAwesome;
}
field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}
field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}
 .facebook-content__going {
     width: 254px;
     margin: 0 auto 13px;
     padding: 18px 0 21px;
     color: #d4d4d4;
     font-size: 24px;
     background-color: #fff;
     text-align: center;
 }

 .facebook-content__wrap {
     width: 254px;
     margin: 0 auto 13px;
     padding: 27px 23px 24px;
     color: #b5b5b5;
     font-size: 16px;
     background-color: #fff;
     text-align: left;
 }

 .facebook-content__plugin {
     margin-bottom: 18px;
     padding-bottom: 8px;
     text-align: center;
     overflow: hidden;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-flow: row wrap;
     flex-wrap: wrap;
     max-height: 156px;
 }

 .facebook-content__link {
     display: block;
     width: 100%;
     color: #3a71b5;
     font: 600 20px 'Roboto Slab', sans-serif;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .facebook-content__item {
     display: block;
     position: relative;
     width: 52px;
     height: 52px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border: 1px solid #fff;
 }

 .facebook-content__item .fa {
     position: absolute;
     color: #fff;
     font-size: 9px;
     border-radius: 50%;
     width: 13px;
     height: 13px;
     background: #578f06;
     bottom: 0;
     right: 0;
     padding-top: 2px;
 }

 .facebook-content__link:hover {
     text-decoration: underline;
 }

 .facebook-content__send {
     display: block;
     position: relative;
     width: 100%;
     margin-bottom: 3px;
     padding-left: 20px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .facebook-content__send:before {
     position: absolute;
     top: 0;
     left: 0;
     width: 17px;
     height: 15px;
     background: url("../img/icons-link.png");
     content: '';
 }

 .facebook-content__icon {
     display: flex;
     display: -webkit-flex;
     justify-content: center;
     -webkit-justify-content: center;
     align-items: center;
     -webkit-align-items: center;
     position: absolute;
     top: -24px;
     left: -21px;
     width: 46px;
     height: 46px;
     border-radius: 50%;
     font-size: 29px;
     color: #fff;
     background-color: #3a71b5;
     transition: opacity .3s ease;
     -webkit-transition: opacity .3s ease;
 }

 .facebook-content__icon:hover {
     opacity: .8;
 }

 /*-----------/facebook-content------------*/

 /* TICKERA START */

 .tickera .event_tickets td {
     padding: 20px;
 }

 .tickera .fields-wrap {
     width: 100%;
 }

 .tickera .description {
     text-align: left;
 }

 .tickera .fields-wrap input[type="text"],
 .tc_gateway_form input[type="text"],
 .tickera .coupon_code {
     display: block;
     margin-bottom: 15px;
     float: left;
     padding: 0 21px;
     height: 45px;
     border: 1px solid #eaeaea;
     background: #fff;
     color: #000;
     font-family: 'Roboto', sans-serif;
     font-size: 20px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0);
     -webkit-transition: box-shadow 0.3s ease, border 0.3s ease;
     transition: box-shadow 0.3s ease, border 0.3s ease;
 }

 .tc_gateway_form select {
     border: 1px solid #eaeaea !important;
     height: 45px;
 }

 .tickera .order-details td,
 .tickera .order-details th {
     padding: 20px;
 }

 .tickera .ares-select__popup li.active {
     background-color: #fff;
     color: black;
 }

 .tickera .order_details_title {
     padding-bottom: 20px;
 }

 .tickera h2 {
     margin-bottom: 10px;
 }

 .tickera .fields-wrap input[type="checkbox"],
 .tickera .fields-wrap input[type="radio"] {
     margin: 2px 4px 0 0;
 }

 .tickera_additional_info h5,
 .tickera_additional_info h2 {
     margin: 0 0 20px 0;
 }

 .tickera input[type="submit"] {
     display: inline-block;
     vertical-align: top;
     position: relative;
     overflow: hidden;
     height: 45px;
     padding: 0 10px;
     text-align: center;
     text-transform: uppercase;
     font-family: 'Roboto', sans-serif;
     font-weight: 500;
     color: #000;
     font-size: 20px;
     line-height: 20px;
     border: 2px solid #F44336;
     background: #F44336;
     -webkit-transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
     transition: border 0.3s, height 0.3s, opacity 0.3s, color 0.3s, background 0.3s;
 }

 .tickera .fields-wrap label {
     float: left;
     width: 100%;
     margin: 0 0 10px 0;
 }

 .tickera .fields-wrap textarea {
     width: 100%;
     height: 200px;
 }

 .tickera,
 #tickera_cart {
     padding: 0 30px;
 }

 @media (max-width: 960px) {
     #tickera_cart .fields-wrap input[type=text] {
         width: 100%;
     }
 }

 @media (max-width: 660px) {
     .tickera .actions input,
     #coupon_code {
         width: 100%;
         margin: 0 0 10px 0;
     }
 }

 /* TICKERA END */

 @media (min-width: 460px) {

     /* ------------ swiper-popup ------------ */
     .swiper-popup__video {
         width: 400px;
         height: 225px;
     }
     /* ------------ /swiper-popup ------------ */
 }


 @media (min-width: 768px) {

     .background_image_mobile,
      .background_image_desktop {
         display: none;
     }
     .background_image_tablet {
         display: block;
     }
     /* --------------- content --------------- */
     .content__text-block {
         font-size: 20px;
         line-height: 38px;
     }
     /* --------------- content --------------- */
     /* --------------- col --------------- */
   

     /* --------------- /col --------------- */
     /* ------------ social ------------ */
    
	 .social a {
         margin: 0 18px 30px;
         width: 45px;
         height: 45px;
         font-size: 20px;
     }
     /* ------------ /social ------------ */
     /* ------------ btn ------------ */
     .btn {
         width: 282px;
         padding: 19px 10px;
         font-size: 36px;
         line-height: 36px;
     }
     .btn_1,
     .btn_posts_nav {
         width: 231px;
         height: 44px;
         padding: 13px 10px;
         font-size: 17px;
         line-height: 17px;
     }
     .btn_2 {
         height: 100%;
         width: 100%;
         font-size: 18px;
         padding: 0;
     }
     .btn_3 {
         width: 230px;
         height: 54px;
         padding: 18px 10px;
         font-size: 18px;
         line-height: 1;
     }
     .btn_4 {
         width: 132px;
         height: 30px;
         padding: 7px 25px 2px;
         font-size: 14px;
         line-height: 1;
     }
     .btn_5 {
         display: inline-block;
         width: 228px;
         height: 54px;
         padding: 10px;
         font-size: 18px;
         margin: 0 16px;
     }
     .btn_6 {
         display: inline-block;
         width: 228px;
         height: 54px;
         padding: 10px;
         font-size: 18px;
         margin: 0 16px;
     }
     .btn_7 {
         width: 190px;
         height: 45px;
         padding: 14px 10px;
         font-size: 16px;
         line-height: 16px;
     }
     .btn_9 {
         width: auto;
         height: 57px;
         padding: 8px 10px;
         font-size: 18px;
     }
     .btn_10 {
         display: inline-block;
         width: 180px;
         height: 60px;
         margin: 0 -3px;
         padding-top: 12px;
         font-size: 18px;
     }
     .btn_11 {
         padding: 21px 0 0;
         width: 204px;
         height: 59px;
         font-size: 16px;
         line-height: 1;
     }

     /* ------------ /btn ------------ */
     /* --------------- site --------------- */
     .site__header-top {
         height: 120px;
     }
     .site__footer {
         padding: 95px 71px 50px;
     }
     .site__footer-logo {
         margin-bottom: 101px;
     }
     .site__footer-txt {
         font-size: 20px;
         line-height: 1.8;
     }
     .site__title {
         padding: 0 0 28px;
         margin: 0 0 32px;
         line-height: 52px;
     }
     h1.site__title {
         font-size: 50px;
     }
     h2.site__title {
         font-size: 42px;
         padding-bottom: 26px;
     }
     h3.site__title {
         font-size: 36px;
         padding-bottom: 16px;
     }
     h4.site__title {
         font-size: 30px;
         padding-bottom: 10px;
     }
     h5.site__title {
         font-size: 24px;
         padding-bottom: 6px;
     }
     h6.site__title {
         font-size: 18px;
         padding-bottom: 2px;
     }
     .site__title_small {
         padding: 0 0 22px;
         margin: 0 0 16px;
     }
     .site__title_small:after {
         width: 80px;
         height: 6px;
     }
     .site__title.site__title_big {
         padding: 0 0 20px;
         margin: 0 0 32px;
         /*font-size: 220px;
         line-height: 200px;*/
		 font-size: 125px;
         line-height: 140px;
     }
	 .site__title.site__title_big-second-slide {
         padding: 0 0 20px;
         margin: 0 0 32px;
		 font-size: 85px;
         line-height: 95px;
     }
	 
	 .site__title.site__title_big-second-slide span{
         
		 font-size: 45px;
         line-height: 55px;
     }
     .site__title.site__title_midium {
         padding: 0 0 5px;
         margin: 0 0 5px;
         font-size: 195px;
         line-height: 198px;
     }
     .site__title_2 {
         margin: 0 0 63px;
         padding: 0;
         font-size: 20px;
         line-height: 24px;
     }
     .site__title_subtitle {
         padding-bottom: 18px;
         font: 700 26px/42px 'Roboto Slab', sans-serif;
     }
     .site__title_subtitle:after {
         bottom: 0;
     }
     .site__form {
         padding: 60px 50px 52px;
         margin: 0 auto;
         /*max-width: 579px;*/
		 max-width: 100%;
     }
     .site__form textarea,
     .site__form input {
         padding: 0 30px;
         margin-bottom: 16px;
     }
     .site__form textarea {
         padding: 22px 30px;
         margin-bottom: 29px;
         height: 141px;
     }
     .site__mobile {
         display: none;
     }
     .site__desktop {
         display: block;
     }
     /* --------------- /site --------------- */
     /* ------------ footer-menu ------------ */
     .footer-menu {
         text-align: justify;
     }
     .footer-menu:after {
         display: inline-block;
         width: 100%;
         content: '';
     }
     .footer-menu dl {
         display: inline-block;
         vertical-align: top;
         margin-bottom: 0;
         max-width: 32%;
         text-align: left;
     }
     /* ------------ /footer-menu ------------ */
     /* ------------ logo ------------ */
     .logo1 {
         top: 40px;
         left: 15px;
         width: 320px;
         height: 45px;
         z-index: 90;
     }
     .logo_footer {
         margin-bottom: 48px;
     }
     /* ------------ /logo ------------ */
     /* ------------ menu-btn ------------ */
     .menu-btn {
         top: 77px;
         right: 19px;
         width: 41px;
         height: 18px;
     }
     /* ------------ /menu-btn ------------ */
     /* ------------ header-menu ------------ */
     .header-menu {
         top: 90px;
     }
     .header-menu li {
         font-size: 16px;
         line-height: 20px;
     }
     .header-menu__wrap .menu > .menu-item > a {
         padding: 10px 10px;
     }
     .sub-menu li.menu-item a {
         padding: 28px 16px;
     }
     .header-menu .opened .menu-item a {
         padding: 46px 10px;
         color: #000;
     }
     /* ------------ /header-menu ------------ */
     /* ------------ label ------------ */
     .label {
         padding: 3px 8px;
         min-width: 71px;
         font-size: 12px;
         line-height: 12px;
     }
     .label_big {
         padding: 13px 13px;
         margin: 0 0 5px;
         font-size: 20px;
         line-height: 20px;
     }
     /* ------------ /label ------------ */
     /* ------------ hero ------------ */
     .hero {
         /*min-height: 500px;*/
         font-size: 24px;
         line-height: 30px;
     }
     /*.home .hero {*/
     /*min-height: 560px;*/
     /*}*/
     .hero__layout {
         padding: 108px 0 16px;
     }
     .hero_no-images .hero__layout {
         padding: 130px 0 16px;
     }
     .hero_slider .hero__layout {
         padding: 80px 0 15px;
     }
     .hero_slider.hero_no-images .hero__layout {
         padding: 120px 0 14px;
     }
     .hero__video {
         margin: 15px auto 15px;
         width: 250px;
         height: 250px;
     }
     .hero_no-images .hero__video {
         margin: 15px auto 38px;
         width: 350px;
         height: 350px;
     }
     .hero__text {
         margin: 0 0 76px;
         font-size: 20px;
         line-height: 24px;
     }

     .hero__layout_profile {
         padding: 58px 0 13px !important;
     }
     /* ------------ /hero ------------ */
     /* ------------ time-schedule ------------ */
     
     .time-schedule__pic {
         display: block;
         width: 50px;
         height: 50px;
         margin-bottom: 28px;
     }
     .time-schedule__place {
         margin: 0 0px 30px;
         font-size: 16px;
         line-height: 20px;
     }
     .time-schedule__save {
         width: 400px;
         padding: 4px 43px 4px 27px;
         border-left: 2px solid rgba(255, 255, 255, 0.3);
         border-right: 2px solid rgba(255, 255, 255, 0.3);
     }
     .time-schedule__save a {
         margin: 0 0 0 11px;
     }
     .time-schedule__save a:first-child {
         margin-left: 0;
     }
     /*
     .time-schedule .btn {
         margin: 0 0 26px;
     }
*/
     .hero_slider .time-schedule .btn {
         /*margin: 0 0 123px;*/
     }
     .hero_video .time-schedule {
         padding-bottom: 15px;
     }
     .hero_no-images.hero_video .time-schedule {
         padding-bottom: 66px;
     }
     /* ------------ /time-schedule ------------ */
     /* ------------ countdown-timer ------------ */
     .countdown-timer {
         font-size: 16px;
         line-height: 16px;
     }
     .countdown-timer > div {
         max-width: 480px;
         margin: 0 auto;
     }
     .countdown-timer > div > div {
         height: 110px;
         padding: 17px 0;
     }
     .countdown-timer span {
         margin: 0 0 8px;
         font-size: 50px;
         line-height: 50px;
     }
     /* ------------ /countdown-timer ------------ */
     /* ------------ description ------------ */
     .description {
         padding: 50px;
         max-width: 1150px;
         font-size: 20px;
         line-height: 38px;

     }
     .description p {
         margin: 0 0 33px;
     }
     .description__watch-video {
         padding: 0 52px 0 0;
     }
     /* ------------ /description ------------ */
     /* --------------- speakers --------------- */
     .speakers {
         padding: 50px 0 50px;
     }
     .speakers p {
         width: auto;
		font-size: 18px;
		text-transform: uppercase;
		font-family: ruda;
     }
     .speakers__layout {
         margin-bottom: 17px;
         text-align: left;
     }
     .speakers__item {
         display: inline-block;
         width: 49%;
         text-align: center;
     }
     .speakers__person {
         display: inline-block;
         margin: 0 0 31px;
         vertical-align: top;
     }
     /* --------------- /speakers --------------- */
     /* --------------- get-touch --------------- */
     .get-touch {
         padding: 54px 0 49px;
     }
     .get-touch__title {
         margin: 0 0 8px;
     }
     /* --------------- /get-touch --------------- */
     /* --------------- tickets --------------- */
     .tickets {
         padding: 76px 0 39px;
     }
     .tickets p {
         margin: -16px 0 37px;
         font-size: 21px;
         text-transform: uppercase;
         font-family: ruda;
     }
     .tickets__layout {
         width: 750px;
         margin: 0 auto;
         text-align: justify;
     }
     .tickets__layout:after {
         display: inline-block;
         width: 100%;
         content: '';
     }
     .tickets__item {
         display: inline-block;
         vertical-align: top;
         width: 360px;
         min-height: 457px;
         padding: 34px 38px 30px 30px;
         border-radius: 10px;
     }
     .tickets__price {
         margin-bottom: 17px;
         font-size: 30px;
     }
     .tickets__status {
         margin-bottom: 10px;
         font-size: 24px;
         text-align: center;
         font-weight: 600;
         padding: 0 20px;
     }
     .tickets__list {
         margin-bottom: 26px;
         padding-top: 15px;
         font-size: 16px;
         line-height: 26px;
     }
     .tickets__list li {
         padding-left: 11px;
     }
     .tickets__list li:before {
         top: 3px;
         left: -1px;
     }
     .tickets__item_best:before {
         top: 60px;
         width: 70px;
         height: 46px;
         padding-top: 25px;
         font-size: 19px;
     }
     /* --------------- /tickets --------------- */
     /* --------------- schedule --------------- */
     .schedule {
         padding: 83px 0 70px;
     }
     .schedule__date-btns {
         max-width: 100%;
         margin-bottom: 19px;
     }
     .schedule__date-btn {
         display: inline-block;
         vertical-align: top;
         width: 190px;
     }
     .schedule__filters-main-venue {
         width: 186px;
     }
     .schedule__filters-technology {
         width: 195px;
         margin: 0 0 0 -4px;
     }
     .schedule__concurrent-title {
         display: none;
     }
     .schedule__filters {
         margin: 0 0 35px;
     }
     .schedule__items {
         margin: 0 0 27px;
         text-align: left;
     }
     .schedule__item {
         text-align: left;
         padding: 24px 17px 17px;
     }
     .schedule__item:first-child {
         padding-top: 24px;
     }
     .schedule__time {
         display: inline-block;
         vertical-align: top;
         margin: 3px 0 0;
         padding: 0 30px 0 0;
         width: 13.9%;
     }
     .schedule__time span {
         display: block;
     }
     .schedule__items_profile .schedule__item {
         padding: 19px 17px 12px;
     }
     .schedule__items_profile .schedule__event {
         width: auto;
         padding: 0;
         margin-bottom: 8px;
     }
     .schedule__items_profile .schedule__main-place {
         margin: 0 0 1px;
     }
     .schedule__inner {
         width: 80%;
         display: inline-block;
         padding: 0 0 0 33px;
     }
     .schedule__close {
         top: -21px;
         right: 0;
         margin: 0;
     }
     .schedule__items_profile .schedule__close {
         top: -50px;
     }
     .schedule__event {
         display: inline-block;
         vertical-align: top;
         width: 85%;
         padding: 0 0 0 27px;
     }
     .schedule__details {
         padding: 8px 0 36px 18.5%;
     }
     .schedule__main-place {
         margin: 0 0 23px;
     }
     .schedule__speakers-group {
         margin: 0 0 19px;
     }
     .schedule__speaker {
         width: 20.8%;
         margin: 0 5px 10px 0;
     }
     .schedule__speaker-pic {
         margin: 0 0 10px;
     }
     .schedule__text {
         padding: 0 27% 0 0;
         margin: 0 0 23px;
     }
     .schedule__labels {
         margin: 0 0 20px;
         max-height: 39px;
     }
     .schedule__concurrent {
         padding: 0 0 6px;
     }
     .schedule__concurrent:after {
         position: absolute;
         top: 32px;
         left: 15%;
         bottom: 26px;
         width: 3px;
         background: #F44336;
         content: '';
     }
     .schedule__concurrent .schedule__item {
         border: none;
     }
     .schedule__btns {
         text-align: center;
     }
     .schedule_inner {
         padding: 53px 0 70px;
     }
     .schedule_inner .schedule__items {
         text-align: center;
     }
     .schedule_inner .schedule__item {
         padding: 28px 0;
         text-align: center;
     }
     .schedule_inner .schedule__item:first-child {
         padding: 28px 0;
     }
     .schedule_inner .schedule__date-btns a {
         margin-left: 4px;
     }
     .schedule_inner .schedule__date-btns a:first-child {
         margin-left: 0;
     }
     .schedule_inner .schedule__filters {
         margin: 0 0 46px;
     }
     .schedule_inner .schedule__time {
         display: block;
         margin: 0 0 5px;
         width: 100%;
     }
     .schedule_inner .schedule__event {
         display: block;
         width: 100%;
         padding: 0;
     }
     .schedule_inner .schedule__text {
         padding: 0;
         margin: 0 0 32px;
     }
     .schedule_inner .schedule__details {
         padding: 7px 0 9px;
     }
     .schedule_inner .schedule__main-place {
         margin: 0 0 24px;
     }
     .schedule_inner .schedule__speaker {
         width: 16.3%;
     }
     .schedule_inner .schedule__concurrent-title {
         display: block;
     }
     .schedule_inner .schedule__concurrent:after {
         display: none;
     }
     /* --------------- /schedule --------------- */
     /* ------------ contact-us ------------ */
     .contact-us {
         padding: 119px 0 102px;
     }
     .contact-us__content {
         margin-bottom: 54px;
     }
     .contact-us p {
         margin-bottom: 58px;
     }
     .contact-us__content-double {
         text-align: left;
        
     }
     .contact-us__content-double > dl {
         display: inline-block;
         vertical-align: top;
         margin-bottom: 0;
         width: 30%;
         text-align: left;
     }
     .contact-us__content-double > dl:last-child {
         margin-left: 54px;
     }
     .contact-us__form {
         margin: 0;
     }
     /* ------------ /contact-us ------------ */
     /* ------------ connect ------------ */
     /* ------------ /connect ------------ */
     /* ------------ register-now ------------ */
     .register-now {
         font-size: 20px;
         /*         line-height: 42px;*/
         background-size: cover;
     }
     .register-now p {
         margin: -21px 0 36px;
         letter-spacing: 0.5px;
     }
     .register-now__mobile {
         display: none;
     }
     .register-now__tablet {
         display: block;
     }
     
     
     /* ------------ /register-now ------------ */
     /* ------------ sponsors ------------ */
     .sponsors {
         padding: 82px 0 0;
         font-size: 20px;
         line-height: 42px;
     }
     .sponsors p {
         margin: 0 0 39px;
     }
     .sponsors__item {
         padding: 0 0 33px;
     }
     .sponsors__logo {
         width: 53%;
         padding-bottom: 24.1%;
         margin: 0 auto 40px;
     }
     .sponsors__item_gold .sponsors__logo div {
         right: 0;
         left: 0;
     }
     .sponsors__item_silver .sponsors__logo {
         width: 32.4%;
         padding-bottom: 12.5%;
     }
     .sponsors__item_silver .sponsors__logo div {
         right: 18px;
         left: 18px;
     }
     .sponsors__item_bronze .sponsors__logo {
         width: 19.4%;
         padding-bottom: 6.9%;
     }
     .sponsors__item_bronze .sponsors__logo div {
         right: 16px;
         left: 16px;
     }
     /* ------------ /sponsors ------------ */
     /* ------------ subscribe ------------ */
     .subscribe {
         height: 182px;
     }
     .subscribe__title {
         width: auto;
     }
     input.subscribe__email {
         display: inline-block;
         width: 415px;
         padding: 0 20px;
     }
     /* ------------ /subscribe ------------ */
     /* ------------ features ------------ */
     .features__item {
         padding-top: 33px;
     }
     .features__logo {
         margin-bottom: 14px;
     }
     /* ------------ /features ------------ */
     /* ------------ media-gallery ------------ */
     .media-gallery {
         padding: 87px 0 63px;
     }
     /* ------------ /media-gallery ------------ */
     /* ------------ media-gallery ------------ */
     .media-gallery {
         padding: 69px 47px 79px;
         font-size: 20px;
     }
     
     .media-gallery__wrap {
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-flex-flow: row wrap;
         justify-content: space-around;
     }
     .media-gallery__item {
         display: inline-block;
         vertical-align: top;
         padding-bottom: 31%;
         margin-bottom: 16px;
         width: 48.5%;
     }
     .media-gallery__cover {
         margin-bottom: 29px;
     }
     /* ------------ /media-gallery ------------ */
     /* ------------ swiper-popup ------------ */
     .swiper-popup__video {
         width: 700px;
         height: 395px;
     }
     .swiper-popup .swiper-button-prev {
         left: 20px;
         width: 60px;
         height: 60px;
     }
     .swiper-popup .swiper-button-next {
         right: 20px;
         width: 60px;
         height: 60px;
     }
     .swiper-popup .swiper-button-next:before,
     .swiper-popup .swiper-button-prev:before {
         top: 22px;
         left: 23px;
     }
     .swiper-popup .swiper-button-next:before {
         left: auto;
         right: 23px;
     }
     .swiper-popup .swiper-button-next:hover:before,
     .swiper-popup .swiper-button-prev:hover:before {
         border-color: #F44336;
     }
     /* ------------ /swiper-popup ------------ */
     /* ------------ social-feed ------------ */
     .social-feed {
         padding: 80px 0 60px;
     }
     .social-feed__wrap {
         margin-bottom: 18px;
         text-align: center;
     }
     .social-feed__item {
         display: inline-block;
         vertical-align: top;
         margin: 0 15px 0;
         text-align: center;
     }
     .social-feed__inner {
         margin: 0 auto 32px;
     }
     /* ------------ /social-feed ------------ */
     /*--------------media------------*/
     .media {
         padding: 65px 0 40px 0;
     }
     .media .site__title {
         margin: 0 0 44px;
     }
     .media__text {
         font-size: 20px;
         margin-bottom: 58px;
     }
     .media iframe {
         width: 326px;
         height: 273px;
         margin: 0 16px 22px;
     }
     /*--------------/media------------*/
     /*-------------instagramm-pics-----------*/
     .instagramm-pics {
         margin-top: -46px;
         margin-bottom: 14px;
         text-align: justify;
     }
     .instagramm-pics__item {
         width: 47.6%;
         height: auto;
         padding-bottom: 47.6%;
         display: inline-block;
         vertical-align: top;
         margin: 0 0 15px;
     }
     /*-------------/instagramm-pics-----------*/
     .posts_navigation .col-md-6 {
         width: 50%;
         text-align: left;
         margin: 0;
     }
     .posts_navigation .col-md-6.text-right {
         text-align: right !important;
     }

     /*-----------facebook-content------------*/
     .facebook-content__centered {
         display: flex;
         display: -webkit-flex;
         align-content: stretch;
         -webkit-align-content: stretch;
         justify-content: space-between;
         -webkit-justify-content: space-between;
         width: 640px;
         padding: 0 10px 0 0;
     }
     .facebook-content__wrap {
         width: 100%;
         margin-left: 14px;
     }
     .facebook-content__plugin {
         width: 100%;
         margin-bottom: 21px;
     }
     .facebook-content__statistics {
         display: flex;
         display: -webkit-flex;
         flex-flow: column;
         justify-content: space-between;
         -webkit-justify-content: space-between;
     }
     .facebook-content__interested,
     .facebook-content__going {
         width: 260px;
     }
     /*-----------/facebook-content------------*/
 }

 @media (min-width: 930px) {

     /* --------------- speakers --------------- */
     .speakers__item {
         width: 33%;
     }
     /* --------------- /speakers --------------- */
     /* --------------- news --------------- */
     .news__item {
         width: 33%;
     }
     /* --------------- /news --------------- */
     /* ------------ social-feed ------------ */
     .social-feed__item {
         width: 40%;
     }
     /* ------------ /social-feed ------------ */
 }

 @media (min-width: 1000px) {
     .background_image_mobile,
     .background_image_tablet {
         display: none;
     }
     .background_image_desktop {
         display: block;
     }
     /* --------------- col --------------- */
    
     /* --------------- /col --------------- */
     /* --------------- btn --------------- */
     .btn {
         width: 132px;
         padding: 11px 10px;
         font-size: 14px;
         line-height: 14px;
     }
     .btn_1 {
         width: 231px;
         height: 54px;
         padding: 17px 10px !important;
         font-size: 18px !important;
         line-height: 18px !important;

     }
     .btn_2 {
         height: 100%;
         width: 100%;
         font-size: 18px;
         padding: 0;
     }
     .btn_3 {
         width: 230px;
         height: 54px;
         padding: 18px 10px;
         font-size: 18px;
         line-height: 1;
     }
     .btn_7 {
         width: 190px;
         height: 45px;
         padding: 14px 10px;
         font-size: 16px;
         line-height: 16px;
     }
     .btn_5 {
         display: inline-block;
         width: 228px;
         height: 54px;
         padding: 20px 10px;
         font-size: 18px;
         margin: 0 16px;
     }
     .btn_6 {
         display: inline-block;
         width: 228px;
         height: 54px;
         padding: 20px 10px;
         font-size: 18px;
         margin: 0 16px;
     }
     .btn_9 {
         width: auto;
         height: 52px;
         padding: 16px 10px;
         font-size: 18px;
     }
     .btn_10 {
         display: inline-block;
         width: 180px;
         height: 60px;
         margin: 0 -3px;
         padding-top: 12px;
         font-size: 18px;
     }
     .btn_11 {
         padding: 21px 0 0;
         width: 204px;
         height: 59px;
         font-size: 16px;
         line-height: 1;
     }
     .btn_comp {
         line-height: 1;
     }
     /* --------------- /btn --------------- */
     /* --------------- site --------------- */
     .site__footer {
         padding: 40px 50px 10px;
     }
     .site__footer .site__centered {
         text-align: justify;
     }
     .site__footer .site__centered:after {
         display: inline-block;
         width: 100%;
         content: '';
     }
     .site__footer-logo {
         display: inline-block;
         vertical-align: top;
         width: 27%;
         text-align: left;
     }
     .site__footer-txt {
         padding-left: 0;
         text-align: left;
     }
     .site__title {
         padding: 0 0 30px;
         margin: 0 0 33px;
     }
     .site__title_big {
         padding: 0 0 30px;
         margin: 0 0 33px;
         font-size: 64px;
         line-height: 62px;
     }
     .site__title_midium {
         padding: 0 0 30px;
         margin: 0 0 33px;
         font-size: 54px;
         line-height: 52px;
     }
     .site__title_small {
         padding: 0 0 22px;
         margin: 0 0 16px;
     }
     .site__title_to-left {
         text-align: left;
     }
     .site__title_to-left:after {
         left: 0;
         -webkit-transform: translateX(0);
         transform: translateX(0);
     }
     .site__title_white span {
         display: block;
     }
     .site__title_2 {
         margin: 0 0 61px;
         padding: 0;
         font-size: 20px;
         line-height: 24px;
     }
     .site__title_subtitle {
         padding-bottom: 19px;
     }
     .btn_10 {
         display: inline-block;
         width: 180px;
         height: 60px;
         margin: 0 -3px;
         padding-top: 12px;
         font-size: 18px;
     }
     /* --------------- /site --------------- */
     /* ------------ footer-menu ------------ */
     .footer-menu {
         display: inline-block;
         vertical-align: top;
         width: 59.5%;
         margin-top: 16px;
     }
     .footer-menu dl {
         max-width: none;
         width: 30.5%;
     }
     /* ------------ /footer-menu ------------ */
     /* --------------- logo --------------- */
    
     .logo_footer {
         top: auto;
         left: auto;
         width: 145px;
         height: 45px;
         margin-bottom: 36px;
     }
     /* --------------- /logo --------------- */
     /* --------------- header-menu --------------- */
     .header-menu {
         position: relative;
         z-index: 1;
         display: block;
         top: 18px;
         right: auto;
         bottom: auto;
         left: auto;
         padding: 45px 2px 0 0;
         text-align: right;
         background: transparent;
         overflow-y: inherit;
     }
     .header-menu__wrap {
         display: inline-block;
         padding: 0;
         width: auto;
         height: auto;
     }
     .header-menu__layout {
         display: block;
         padding: 0;
     }
     .header-menu__layout > ul {
         display: inline-block;
         vertical-align: top;
         margin: 0 5px 0 0;
         width: auto;
         text-align: left;
     }
     .header-menu li {
         display: inline-block;
         vertical-align: top;
         margin: 0;
         font-size: 11px;
         line-height: 15px;
     }
     .header-menu__wrap .menu > .menu-item > a {
         padding: 12px 6px;
     }
     .header-menu__wrap .menu-item a.btn {
         padding: 11px 10px;
         color: #000000;
     }
     .header-menu__wrap .menu-item a:after {
         position: absolute;
         top: 84%;
         right: 10px;
         left: 10px;
         height: 2px;
         background: #F44336;
         content: '';
         opacity: 0;
         -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
         -moz-transition: opacity 0.3s, -moz-transform 0.3s;
         transition: opacity 0.3s, transform 0.3s;
         -webkit-transform: translateY(10px);
         -moz-transform: translateY(10px);
         transform: translateY(10px);
     }
     .header-menu__wrap .menu-item a.btn:after {
         display: none;
     }
     .header-menu__wrap .menu-item a:hover:after,
     .header-menu__wrap .menu-item a.active:after {
         opacity: 1;
         -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
         transform: translateY(0px);
     }
     .header-menu__wrap .menu-item a:hover,
     .header-menu__wrap .menu-item a.active {
         color: #fff;
         background: transparent;
     }
     .menu-item-has-children a:after {
         display: none;
     }
     .header-menu .btn {
         margin: auto;
     }
     .header-menu .sub-menu {
         display: block;
         position: absolute;
         top: 40px;
         left: 50%;
         width: 145px;
         padding: 13px 14px 7px;
         background: #fff !important;
         -webkit-transform: translateX(-47%);
         transform: translateX(-47%);
         opacity: 0;
         visibility: hidden;
         -webkit-transition: visibility 0.3s, opacity 0.3s;
         transition: visibility 0.3s, opacity 0.3s;
     }
     .header-menu li:hover .sub-menu {
         opacity: 1;
         visibility: visible;
     }
     .sub-menu:after {
         position: absolute;
         top: -16px;
         left: 50%;
         border: 8px solid transparent;
         border-bottom: 8px solid #fff;
         -webkit-transform: translateX(-47%);
         transform: translateX(-47%);
         content: '';
     }
     .sub-menu li {
         display: block;
         border: none;
     }
     .sub-menu li.menu-item a {
         padding: 7px 16px;
         margin: 0 0 1px;
         color: #000;
         -webkit-transition: background 0.3s;
         transition: background 0.3s;
         font-family: 'Ruda', sans-serif !important;
         font-size: 12px;
     }
     .sub-menu li .active,
     .sub-menu li.menu-item a:hover {
         background: #fff;
         color: #F44336;
     }
     /* --------------- /header-menu --------------- */
     /* --------------- menu-btn --------------- */
     .menu-btn {
         display: none;
     }
     /* --------------- /menu-btn --------------- */
     /* --------------- label --------------- */
     .label {
         padding: 3px 13px;
         min-width: 88px;
         font-size: 14px;
         line-height: 14px;
     }
     .label_big {
         padding: 13px 13px !important;
         margin: 0 0 5px;
         font-size: 20px !important;
         line-height: 20px !important;
     }
     /* --------------- /label --------------- */
     /* --------------- hero --------------- */
     /*.home .hero {*/
     /*min-height: 526px;*/
     /*}*/
     /*.home .hero_no-images {*/
     /*min-height: 640px;*/
     /*}*/
     .hero__layout {
         /*padding: 140px 0 14px;*/
     }
     .hero_slider .time-schedule__pic {
         margin-bottom: 43px;
     }
     .hero_slider .hero__layout {
         padding: 140px 0 0 14px;
     }
     .hero_slider .time-schedule {
         padding: 44px 0 24px;
     }
     .hero_slider .time-schedule__place {
         margin-bottom: 50px;
     }
     .hero_slider .time-schedule .btn {
         margin-bottom: 103px;
     }
     .hero_video .hero__layout {
         padding: 122px 0 14px;
     }
     .hero_slider .site__title_big {
         font-size: 64px;
         line-height: 62px;
     }
     .hero__video {
         margin: 0 auto 20px;
         width: 200px;
         height: 200px;
     }
     .hero_no-images .hero__video {
         margin: 0 auto 72px;
         width: 400px;
         height: 400px;
     }
     .hero_small {
         text-align: left;
     }
     .hero_small .hero__layout {
         padding: 100px 0 40px;
     }
     .hero__text {
         margin: 0 0 78px;
     }

     .hero__layout_profile {
         padding: 140px 0 14px !important;
     }
     /* --------------- /hero --------------- */
     /* --------------- time-schedule --------------- */
     .time-schedule {
         padding: 20px 0 20px;
     }
     .time-schedule .site__title {
         max-height: 100%;
     }
     .time-schedule__pic {
         width: 90px;
         height: 90px;
         margin: 0 auto 23px;
     }
     .time-schedule__place {
         margin: 0 0px 40px;
         font-size: 24px;
         line-height: 30px;
     }
     /*
     .time-schedule .btn {
         margin: 0 0 13px;
     }
*/
     .hero_small .time-schedule .site__title {
         padding: 0 0 30px;
         margin: 0 0 26px;
         font-size: 40px;
         line-height: 48px;
         text-align: left;
     }
     .hero_small .time-schedule .site__title:after {
         left: 0;
         -webkit-transform: translateX(0);
         transform: translateX(0);
     }
     .hero_small .time-schedule__place {
         margin: 0 0 40px;
     }
     .hero_small .time-schedule .btn {
         margin: 0
     }
     .hero_small .time-schedule__save {
         position: absolute;
         right: 20px;
         bottom: 25px;
     }
     .hero_video .time-schedule {
         padding-bottom: 5px;
     }
     .hero_no-images.hero_video .time-schedule {
         padding-bottom: 23px;
     }
     /* --------------- /time-schedule --------------- */
     /* --------------- main-slider --------------- */
     .main-slider .swiper-button-prev,
     .main-slider .swiper-button-next {
         display: block;
         left: 0;
         width: 46px;
         height: 124px;
         margin-top: -47px;
         background: rgba(0, 0, 0, 0.7);
     }
     .main-slider .swiper-button-next {
         left: auto;
         right: 0;
     }
     .main-slider .swiper-button-prev:after,
     .main-slider .swiper-button-next:after {
         position: absolute;
         top: 44%;
         left: 75%;
         width: 13px;
         height: 13px;
         border-left: 3px solid #fff;
         border-top: 3px solid #fff;
         -webkit-transform: translateX(-50%) translateX(-50%) rotate(-45deg);
         transform: translateX(-50%) translateX(-50%) rotate(-45deg);
         content: '';
     }
     .main-slider .swiper-button-next:after {
         right: 4%;
         left: auto;
         border-left: none;
         border-right: 3px solid #fff;
         -webkit-transform: translateX(-50%) translateX(-50%) rotate(45deg);
         transform: translateX(-50%) translateX(-50%) rotate(45deg);
     }
     /* --------------- /main-slider --------------- */
     /* --------------- speakers --------------- */
     .speakers__item {
         margin: 0 0 31px;
     }
     .speakers__person {
         transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
         -webkit-transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
     }
     .speakers__person:hover {
         box-shadow: 0 0 30px rgba(0, 0, 0, .2);
     }
     .speakers__person.hidden {
         opacity: 0;
         transform: scale(.8);
         -webkit-transform: scale(.8);
     }
     /* --------------- /speakers --------------- */
     /* --------------- get-touch --------------- */
     .get-touch {
         padding: 53px 0 49px;
     }
     /* --------------- /get-touch --------------- */
     /* --------------- tickets --------------- */
     .tickets {
         padding: 86px 0 39px;
     }
     .tickets__item {
         transition: box-shadow .3s ease;
         -webkit-transition: box-shadow .3s ease;
     }
     .tickets__item:hover {
         box-shadow: 0 0 30px rgba(0, 0, 0, .1);
     }
     /* --------------- tickets --------------- */
     /* --------------- schedule --------------- */
     .schedule__date-btns {
         margin: 0 0 34px 0;
     }
     .schedule__date-btn {
         margin: 0 2px;
     }
     .schedule__items {
         max-width: 1005px;
         margin: 0 auto 26px;
     }
     .schedule__item {
         padding: 24px 30px 17px;
         transition: opacity 0.3s ease, transform 0.3s ease;
         -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
     }
     .schedule__concurrent:after {
         left: 14%;
     }
     .schedule__time {
         width: 12.9%;
     }
     .schedule__items_profile .schedule__time {
         width: 24.7%;
         padding: 0 0 0 11px;
         text-align: left;
     }
     .schedule__items_profile .schedule__item {
         padding: 19px 17px 17px;
     }
     .schedule__items_profile .schedule__event {
         width: auto;
         padding: 0;
         margin-bottom: 8px;
     }
     .schedule__items_profile .schedule__main-place {
         margin: 0 0 1px;
     }
     .schedule__item_today:after {
         left: 160px;
     }
     .schedule__item_today .schedule__time {
         padding: 0 0 0 143px;
     }
     .schedule__inner {
         width: 74.7%;
         padding: 0 0 0 9px;
     }
     .schedule__time span {
         position: relative;
         top: -2px;
         display: inline-block;
         margin-right: 13px;
         text-align: center;
         float: left;
     }
     .schedule__event {
         padding: 0 0 0 4px;
     }
     .schedule__details {
         padding: 8px 0 18px 13.7%;
     }
     .schedule__layout {
         direction: rtl;
     }
     .schedule__speakers-group {
         display: inline-block;
         vertical-align: top;
         width: 51.5%;
         padding: 1px 0 0 44px;
         direction: ltr;
     }
     .schedule__speaker {
         width: 31.8%;
         margin: 0 0 10px 4px;
     }
     .schedule__speaker:nth-child(3n + 1) {
         margin-left: 0;
     }
     .schedule__info {
         display: inline-block;
         vertical-align: top;
         width: 48%;
         direction: ltr;
     }
     .schedule__main-place {
         margin: 0 0 22px;
     }
     .schedule__text {
         padding: 0;
         margin: 0 0 22px;
     }
     .schedule__labels {
         margin: 0 0 20px;
         max-height: 43px;
     }
     .schedule__item.hidden {
         opacity: 0;
         -webkit-transform: scale(0);
         transform: scale(0);
     }
     .schedule_inner .schedule__item:first-child,
     .schedule_inner .schedule__item {
         padding: 23px 0;
     }
     .schedule_inner .schedule__date-btns {
         margin: 0 0 33px 0;
     }
     .schedule_inner .schedule__date-btns a,
     .schedule_inner .schedule__date-btns a:first-child {
         margin-left: 2px;
     }
     .schedule_inner .schedule__filters {
         margin: 0 0 36px;
     }
     .schedule_inner .schedule__items {
         padding: 0 30px;
         text-align: left;
     }
     .schedule_inner .schedule__item {
         text-align: left;
     }
     .schedule_inner .schedule__time {
         display: inline-block;
         width: 12.9%;
         margin: 3px 0 0;
     }
     .schedule_inner .schedule__event {
         display: inline-block;
         width: 85%;
         padding: 0 0 0 5px;
     }
     .schedule_inner .schedule__details {
         padding: 8px 0 10px 14%;
     }
     .schedule_inner .schedule__main-place {
         margin: 0 0 22px;
     }
     .schedule_inner .schedule__text {
         margin: 0 0 22px;
     }
     .schedule_inner .label {
         padding: 2px 7px;
         min-width: 71px;
         font-size: 12px;
         line-height: 12px;
     }
     .schedule_inner .schedule__speaker {
         width: 31.8%;
     }
     .schedule_inner .schedule__concurrent-title {
         display: none;
     }
     .schedule_inner .schedule__concurrent:after {
         display: block;
         left: 10.2%;
     }
     .schedule_inner .schedule__concurrent {
         border-top: 2px solid #f3f3f3;
     }
     /* --------------- /schedule --------------- */
     /* ------------ contact-us ------------ */
     .contact-us {
         padding-bottom: 91px;
     }
     .contact-us .site__centered {
         text-align: justify;
     }
     .contact-us .site__centered:after {
         display: inline-block;
         width: 100%;
         content: '';
     }
     .contact-us__content {
         display: inline-block;
         vertical-align: top;
         width: 45%;
     }
     .contact-us__form {
         display: inline-block;
         vertical-align: top;
         margin-top: 3px;
         width: 51.5%;
     }
     .contact-us__content-double {
         padding: 0;
         text-align: left;
     }
     .contact-us__content-double > dl {
         width: 40.3%;
     }
     /* ------------ /contact-us ------------ */
     /* ------------ connect ------------ */
     /* ------------ /connect ------------ */
     /* --------------- news --------------- */
     .news__item {
         margin: 0 0 31px;
     }
     .news__article {
         transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
         -webkit-transition: box-shadow .3s ease, opacity 0.3s ease, transform 0.3s ease;
     }
     .news__article:hover {
         box-shadow: 0 0 30px rgba(0, 0, 0, .1);
     }
     .news__article.hidden {
         opacity: 0;
         transform: scale(.8);
         -webkit-transform: scale(.8);
     }
     /* --------------- /news --------------- */
     /* ------------ sponsors ------------ */
     .sponsors {
         padding: 93px 0 32px;
     }
     .sponsors p {
         margin: 0 0 39px;
     }
     .sponsors__item {
         padding: 0 27px 33px;
     }
     .sponsors__logo {
         width: 36%;
         padding-bottom: 16.4%;
         margin: 0 auto 40px;
     }
     .sponsors__item_gold .sponsors__logo div {
         right: 0;
         left: 0;
     }
     .sponsors__item_silver .sponsors__logo {
         width: 32.4%;
         padding-bottom: 9.5%;
     }
     .sponsors__item_silver .sponsors__logo div {
         right: 61px;
         left: 61px;
     }
     .sponsors__item_bronze {
         padding: 0 56px 33px;
     }
     .sponsors__item_bronze .sponsors__logo {
         width: 19.4%;
         padding-bottom: 5.7%;
     }
     .sponsors__item_bronze .sponsors__logo div {
         right: 34px;
         left: 34px;
     }
     /* ------------ /sponsors ------------ */
     /* ------------ exhibitors ------------ */
     .exhibitors {
         padding: 93px 0 32px;
     }
     .exhibitors p {
         margin: 0 0 39px;
     }
     .exhibitors__item {
         padding: 0 27px 33px;
     }
     .exhibitors__logo {
         width: 36%;
         padding-bottom: 16.4%;
         margin: 0 auto 40px;
     }
     .exhibitors__item_gold .exhibitors__logo div {
         right: 0;
         left: 0;
     }
     .exhibitors__item_silver .exhibitors__logo {
         width: 32.99999%;
         padding-bottom: 9.5%;
     }
     .exhibitors__item_silver .exhibitors__logo div {
         right: 61px;
         left: 61px;
     }
     .exhibitors__item_bronze {
         padding: 0 56px 33px;
     }
     .exhibitors__item_bronze .exhibitors__logo {
         width: 19.4%;
         padding-bottom: 5.7%;
     }
     .exhibitors__item_bronze .exhibitors__logo div {
         right: 34px;
         left: 34px;
     }
     /* ------------ /exhibitors ------------ */
     /* --------------- where --------------- */
     .where__popup {
         left: 140px;
     }
     .where__popup h4 {
         text-align: center
     }
     /* --------------- /where --------------- */
     /* ------------ features ------------ */
     .features {
         display: table;
         width: 100%;
     }
     .features__item {
         display: table-cell;
         width: 35.49%;
         height: 177px;
     }
     .features__item:nth-child(1) {
         text-align: right;
     }
     .features__item:nth-child(2) {
         width: auto;
     }
     .features__item:nth-child(3) {
         text-align: left;
     }
     .features__inner {
         display: inline-block;
         width: 100%;
         max-width: 384px;
         text-align: center;
     }
     /* ------------ /features ------------ */
     /* ------------ media-gallery ------------ */
     .media-gallery {
         padding: 50px 4px 58px;
     }
     .media-gallery__cover {
         margin-bottom: 47px;
     }
     .media-gallery__wrap {
         display: block;
     }
     
     .media-gallery__wrap:after {
         display: block;
         clear: both;
         content: '';
     }
     .media-gallery__item-sizer {
         width: 20%;
     }
     .media-gallery__item {
         float: left;
         margin: 0;
         width: 20%;
         height: 286px;
         padding-bottom: 0;
         border: 8px solid #000;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
         transition: opacity 0.3s ease, transform 0.3s ease;
     }
     .media-gallery__item.hidden {
         opacity: 0;
         position: absolute;
         -ms-transform: scale(0.8);
         -webkit-transform: scale(0.8);
         transform: scale(0.8);
     }
     .media-gallery__item_height2x {
         height: 573px;
     }
     .media-gallery__item_width2x {
         width: 40%;
     }
     .media-gallery__item:not(.media-gallery__item_video):before {
         opacity: 0;
         position: absolute;
         top: 20px;
         right: 20px;
         bottom: 20px;
         left: 20px;
         background-color: rgba( 0, 0, 0, 0.7);
         -webkit-transition: opacity 0.3s ease;
         transition: opacity 0.3s ease;
         content: '';
     }
     .media-gallery__item-title {
         display: block;
         opacity: 0;
         visibility: hidden;
         position: absolute;
         top: 50%;
         left: 50%;
         color: #fff;
         font-size: 20px;
         text-align: center;
         -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
         transition: visibility 0.3s ease, opacity 0.3s ease;
         -ms-transform: translate(-50%, -50%);
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
     }
     .media-gallery__item-title:after,
     .media-gallery__item-title:before {
         position: absolute;
         bottom: -22px;
         left: 50%;
         width: 10px;
         height: 1px;
         background: #fff;
         -ms-transform: translateX(-50%);
         -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
         content: '';
     }
     .media-gallery__item-title:after {
         margin-left: -5px;
         -ms-transform: rotate(90deg);
         -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
     }
     .media-gallery__item:not(.media-gallery__item_video):hover:before {
         opacity: 1;
     }
     .media-gallery__item:not(.media-gallery__item_video):hover .media-gallery__item-title {
         visibility: visible;
         opacity: 1;
     }
     /* ------------ /media-gallery ------------ */
     /* ------------ social-feed ------------ */
     .social-feed {
         padding: 93px 0 60px;
     }
     .social-feed__item {
         margin: 0 0 31px;
         width: 33%;
     }
     .social-feed__inner {
         margin-bottom: 0;
     }
     .social-feed__wrap {
         margin: 0 -15px 18px;
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-flex-flow: row wrap;
         flex-wrap: wrap;
     }

     /* ------------ /social-feed ------------ */
     /*--------------media------------*/
     .media {
         padding: 66px 0 51px 0;
     }
     .media iframe {
         width: 425px;
         height: 353px;
         margin: 0 25px 22px;
     }
     /*--------------/media------------*/
     /* ------------ swiper-popup ------------ */
     .swiper-popup .swiper-button-prev {
         left: 50px;
     }
     .swiper-popup .swiper-button-next {
         right: 50px;
     }
     /* ------------ /swiper-popup ------------ */
     /*----------instagramm-pics-----------*/
     .instagramm-pics {
         margin-top: 3px;
         margin-bottom: 42px;
     }
     .instagramm-pics__item {
         width: 30%;
         height: auto;
         padding-bottom: 30%;
         margin-bottom: 46px;
     }
     /*----------/instagramm-pics-----------*/
     /*---------- register-now__mobile -----------*/
     .register-now__tablet {
         display: none;
     }
     .register-now__desktop {
         display: block;
     }
     /*---------- /register-now__mobile -----------*/
     /*-----------facebook-content------------*/
     .facebook-content__centered {
         width: 845px;
         padding: 0;
     }
     .facebook-content__plugin {
         width: 520px;
     }
     .facebook-content__item {
         box-shadow: inset 0 0 7px rgba(0, 0, 0, 0);
         -webkit-transition: box-shadow 0.3s ease;
         transition: box-shadow 0.3s ease;
     }
     /*-----------/facebook-content------------*/
     .header-menu__open-btn {
         display: none;
     }
 }

 @media (min-width: 1180px) {

     /* --------------- tickets --------------- */
     .tickets__layout {
         width: auto;
     }
     /* --------------- /tickets --------------- */
     /* --------------- speakers --------------- */
     .speakers__item {
         width: 24.5%;
     }
     /* --------------- /speakers --------------- */
     /* --------------- news --------------- */
     .news__item {
         width: 24.5%;
     }
     /* --------------- /news --------------- */
     /* ------------ social-feed ------------ */
     .social-feed__item {
         width: 25%;
     }
     /* ------------ /social-feed ------------ */
     /* ------------ time-schedule__pic ------------ */
     .time-schedule__pic {
         width: 139px;
         height: 139px;
         margin: 0 auto 23px;
     }
     /*
     .time-schedule .btn {
         margin: 0 0 33px;
     }
*/
     /* ------------ /time-schedule__pic ------------ */
     /* ------------ hero ------------ */
     .hero_video .time-schedule__save {
         display: -webkit-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
     }
     .hero_video .time-schedule .btn {
         margin: 0 0 20px;
     }
     .hero_no-images.hero_video .time-schedule .btn {
         margin: 0 0 33px;
     }
     /* ------------ /hero ------------ */
 }

 @media (min-width: 1170px) {

     /*------------instagramm-pics----------*/
     .instagramm-pics {
         margin-bottom: -17px;
     }

     .instagramm-pics__item {
         width: 360px;
         height: 360px;
         padding: 0;
     }
     /*------------/instagramm-pics----------*/
 }

 @media (min-width: 1500px) {

     /* ------------ hero ------------ */
     .hero__video {
         margin: 0 auto 20px;
         width: 370px;
         height: 370px;
     }
     .hero_video .time-schedule .btn {
         margin: 0 0 40px;
     }
     /* ------------ /hero ------------ */
 }

 @media (max-width: 999px) {
     .header-menu__wrap .menu > .menu-item > a.btn {
         margin: 20px 0 0;
         display: block;
         width: auto;
         color: #000;
         padding: 19px 10px;
     }
     .features__item {
         text-align: center !important;
         width: 100% !important;
     }
 }

 @media (max-width: 767px) {
     .header_background {
         padding-top: 60px;
     }
     .exhibitors__filters .site__form span {
         top: 15px;
     }
     .where__text {
         margin: 20px 0 10px;
         line-height: normal;

     }
 }

@media (max-width: 320px){
    .register-now__mobile {
    display: none !important;}
    .register-now__xsmobile{
        display: block !important;}
     }
/*
.background_image_mobile{display:block !important;}
.background_image_tablet{display:none !important;}
*/

 #ee-single-page-checkout-dv {
     padding: 110px 80px 40px 80px;
 }

 .single-espresso_events .content .site__centered {
     margin-top: 130px;
 }

 .single-espresso_events .site__title_white {
     color: #000;
 }

 /*******************************************************************/

 .logo1 a {
     color: #fff !important;
     font-family:      'Roboto', sans-serif; !important;
     font-weight: 800 !important;
     font-size: 32px !important;
     letter-spacing: -1px !important;
     text-align: left;
     padding-top: 20px;
     text-decoration: none !important;
 }




 .primary-nav-bar {
     background: #000;
     position: fixed;
     z-index: 9;
     top: 0px;
     padding: 0px 0px;
     width: 100%;
     
 }

.top-header__container {
    height: 30px;
}


 .TopMenuBar {
     border: none;
     width: 100%;
     margin: 0;
     padding: 0;
 }

 .TopMenuBar > ul {
     display: flex;
     justify-content: space-between;
     margin: 0;
     padding: 0;
 }

 .TopMenuBar > ul,
 .dropdown-menu > ul,
 .sub-dropdown-menu > ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
     font-size: 11px;
     text-transform: uppercase;
     padding: 0px 0;

 }

 .float_ul_primary {
     float: right;
     position: absolute;
    right: 20px;
 }

 .TopMenuBar > li {
     display: inline;

 }

 .TopMenuBar a,
 .dropdown-menu a,
 .sub-dropdown-menu a {
     color: white;
     text-decoration: none !important;
     padding: 5px 6px;
     display: block;
     font-family: 'Ruda', sans-serif !important;

 }

 .dropdown-menu a:hover {
     color: #F44336 !important;
     text-decoration: none !important;

 }

 /* Applys to all links under class TopMenuBar on hover */

 .dropdown-menu,
 .sub-dropdown-menu {
     display: none;
     background-color: #fff !important;
     box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
     position: absolute;
     z-index: 9999;
     width: 150px;
 }

 .dropdown_media {
     top: 25px;
     z-index: 99999;
 }

 .a_hover_primary:hover {
     color: #fff;
 }

 .a_fa_gen:hover {
     color: #F44336;
 }

 /* Applys to all links under class TopMenuBar */

 .dropdown-menu a {
     color: #000;
     padding: 1px 16px;
     text-decoration: none;
     display: block;
     text-align: left;
 }

 .dropdown:hover .dropdown-menu {
     display: block;
 }

 .herotimeschedule {
    /* text-align: left !important;*/
     font-family: anton !important;
     line-height: 30px !important;
     font-size: 24px !important;

     letter-spacing: 3px !important;
/*     padding-left: 5px;*/
 }

 @media screen and (min-width: 1024px) and (max-width: 1150px) {
     .site__title.site__title_big {
         /*font-size: 190px;
         line-height: 190px;*/
		 font-size: 100px;
		 line-height:100px;
     }
     .site__title.site__title_midium {
         font-size: 140px;
         line-height: 140px;
     }
     .logo1 a {
         font-size: 26px !important;

     }

 }

 @media screen and (min-width: 768px) and (max-width: 900px) {
     .site__title.site__title_big {
         font-size: 85px;
         line-height: 85px;
     }
     .site__title.site__title_midium {
         font-size: 110px;
         line-height: 110px;
     }
     .time-schedule h1 {
         font-size: 85px;
         line-height: 85px;

     }
     .logo1 a {
         font-size: 28px !important;

     }
     .send-note-text {

         padding-left: 30px !important;
     }
	 .social {
    margin-top: 20px !important;
}
.social a {
    margin: 0 10px 30px;
}
     .gallery_wrap-mobile {
         position: inherit !important;
     }
     .gallery_wrap {
         position: static !important;
         height: auto !important;
     }

 }

 @media screen and (min-width: 901px) and (max-width: 1023px) {
     .site__title.site__title_big {

        /* font-size: 170px;
         line-height: 170px;*/
		 font-size: 85px;
         line-height: 85px;
     }
     .site__title.site__title_midium {
         font-size: 130px;
         line-height: 130px;
     }
     .send-note-text {

         padding-left: 30px !important;
     }
	 .social {
    margin-top: 20px !important;
}
.social a {
    margin: 0 10px 30px;
}
     .time-schedule h1 {
         font-size: 94px;
         line-height: 95px;

     }
     .logo1 a {
         font-size: 22px !important;

     }
     .gallery_wrap-mobile {
         position: inherit !important;
     }
     .gallery_wrap {
         position: static !important;
         height: auto !important;
     }

 }



 

 @media screen and (min-width: 501px) and (max-width: 600px) {
     .site__title.site__title_big {

         /*font-size: 110px !important;
         line-height: 110px !important;*/
		 font-size: 45px !important;
         line-height: 45px !important;
     }
     .site__title.site__title_midium {

         font-size: 80px !important;
         line-height: 80px !important;
     }
     .time-schedule h1 {
         font-size: 45px;
         line-height: 45px;

     }
     .logo1 a {
         font-size: 24px !important;

     }
     .herotimeschedule {

         font-size: 15px !important;
     }
     .heroyear {
         float: right;
         margin-top: -10px !important;


     }

 }

 @media screen and (min-width: 601px) and (max-width: 767px) {
     .site__title.site__title_big {

         /*font-size: 120px !important;
         line-height: 120px !important;*/
		 font-size: 65px !important;
         line-height: 65px !important;
     }
     .site__title.site__title_midium {

         font-size: 85px !important;
         line-height: 85px !important;
     }
     .time-schedule h1 {
         font-size: 50px;
         line-height: 50px;

     }
     .logo1 a {
         font-size: 28px !important;

     }
     .herotimeschedule {

         font-size: 15px !important;
     }
     .heroyear {
         float: right;
         margin-top: -25px !important;


     }
     .where__text {

         margin-bottom: 10px;
     }

 }

 .heroyear {
     float: right;
     margin-top: -50px;
     z-index: 99999;
     position: relative;
 }

 .speakers__person hr {
     width: 80%;
     margin: 0 auto;
     border: 2px solid #212121;
     margin-bottom: 10px;

 }

 /************************************************************/

 #menu-header li {
     font-family: 'Ruda', sans-serif;
 }

 /************************* Speaker ***************************/

 .our_speakers {
     background-color: #292c33;
     padding-bottom: 50px;
     padding-top: 40px;
 }

 .speakers_wrapper .nav-tabs {
     border-bottom: 2px solid rgba(255, 255, 255, 0.1);
     margin-bottom: 30px;
 }

 .speakers_wrapper .nav-tabs li a {
     color: rgba(255, 255, 255, 0.3);
     background-color: transparent;
     border-left: none !important;
     border-right: none !important;
     border-top: none !important;
     font-family: 'Ruda', sans-serif !important;
     font-size: 22px;
     font-weight: lighter;
     margin-right: 60px;
     padding-left: 0px;
     padding-right: 0px;
     outline: none;
 }

 .speakers_wrapper .nav-tabs .active a {
     color: #fff !important;
     background: none;
     border-bottom: 1px solid #fff !important;
     border-top: 0;
     border-left: 0;
     border-right: 0;
     background-color: transparent !important;
 }

 .speakers_wrapper .nav-tabs a:hover {
     color: #fff;
     background: none;
     border: 0px;
     text-decoration: none;
 }

 .speakers_wrapper .nav-tabs .active a:hover {
     background: none;
     border-bottom: 1px px solid #fff;
     border-top: 0;
     border-left: 0;
     border-right: 0;
 }


 .speakers_wrapper h2 {
     color: #fff;
     font-weight: lighter;
     font-size: 36px;
     margin: 0px;
     padding-top: 50px;
     text-align: center;
     padding-bottom: 10px;
 }

 .speakers_wrapper h4 {
     padding-bottom: 60px;
     color: #898989;
     font-size: 18px;
     font-weight: normal;
     text-align: center;
 }

 .speaker {
     margin-bottom: 30px;
 }

 .image-box1 img {
     border: 5px solid #fff;
	 margin: 0 auto;
 }

 .speaker .name {
     color: #fff;
     font-size: 18px;
     font-weight: normal;
     padding-top: 25px;
     padding-bottom: 5px;
 }

 .speaker .company {
     color: #898989;
     font-family: "Arial", sans-serif;
 }

 .speaker .talk-title {
     color: #ff7e5b;
     font-size: 30px;
     font-weight: lighter;
     line-height: 30px;
     padding-top: 5px;
     padding-bottom: 10px;
 }

 .speaker .time {
     color: rgba(255, 255, 255, 0.3);
     font-size: 36px;
     font-weight: lighter;
     padding-top: 10px;
     padding-bottom: 5px;
 }

 .speaker .about {
     border-left: 2px solid rgba(255, 255, 255, 0.2);
     margin-left: 0px;
     margin-top: 30px;
     padding-left: 20px;
 }

 .speaker .about h4 {
     color: #fff;
     text-align: left;
     padding-bottom: 5px;
     padding-top: 0px;
     margin-top: 00px;
     line-height: 28px;
 }

 .speaker .about p {
     color: #898989;
     font-family: "Arial", sans-serif;
     text-align: left;
     line-height: 20px;
 }

 .speaker p {
     font-family: "Open Sans", "Arial", sans-serif;
     margin: 0px;
 }

 /******************************************************************/

 .schedule__date-btns {
     border-bottom: 0 !important;
     margin-bottom: 50px !important;
 }

 .schedule__dates-item:hover {
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }

 .schedule__dates-item span {
     font-size: 14px !important;
     font-family: 'Ruda', sans-serif;
 }



 .schedule__date-btn {
     border: 1px solid #e9e9e9;
     color: #000;
     font-size: 16px;
     text-align: center;
     transition: box-shadow .3s ease;
     -webkit-transition: box-shadow .3s ease;

 }

 .schedule__date-btn .active {
     background-color: #7a43c6;
     color: #fff;
     border-color: #7a43c6;
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }


 /************************************************************/

  .callforproposal {
     font-size: 22px;
    
     font-family: 'Anton', sans-serif;
     font-weight: 200;
     
     letter-spacing: 1px;
 }

 .submitButton p {
     margin: 0px;
     overflow: auto
 }

 .submitButton span {
     font-size: 14px;
     margin-left: 0px;
     line-height:30px;
     overflow: auto;
 }


 @media (max-width:767px) {

     .speakers_wrapper .nav-tabs li a {
         font-size: 18px;
         margin-right: 25px;
     }
     .headingmragintop {
         margin-top: 1% !important;
     }
     .callforproposal {
         margin: 5px 0px !important;
     }
     .callforproposal p {
         font-size: 24px !important;
         line-height: 20px !important;

     }
     .register-now__layout {
         padding: 0px;
     }
     .sendusanote {
         padding: 0px !important;
     }
     .where__popup {
         width: 251px;
         height: 276px;
         left: 10px;
         bottom: 413px;
         padding: 20px 18px 10px;
     }
     .gallery_wrap-mobile {
         position: inherit !important;
     }
     .gallery_wrap {
         position: static !important;
         height: auto !important;
     }
	 
	 .social {
    margin-top: 20px !important;
	text-align: center;
}
.social a {
    margin: 0 10px 30px;
	    width: 55px;
    height: 55px;
}
.speaker_detail {
    
    margin-top: 30px !important;
	border-left: 0px solid #000 !important;
    border-right: 0px solid !important;
    border-color: #000 !important;
}
 }

 /*
 .callforproposal {
     margin: 15px 0px;
 }
*/

 .callforproposal p {
     font-size: 30px;
     line-height: 30px;
     color: #F44336;
     font-family: 'Anton', sans-serif;
     font-weight: 200;
     text-align: center;
     letter-spacing: 1px;
 }







 .btn_reg {
     width: 140px;
     padding: 12px 12px;
     font-size: 18px !important;
     line-height: 18px;
     color: #fff;
     font-family: 'Roboto', sans-serif;

 }

 .btn_reg:hover {
     background: #FF0000 !important;
     border-color: #ff0000 !important;
     color: #fff !important;
 }

 .btn_reg1 {
     width: 140px;
     padding: 12px 12px;
     font-size: 18px !important;
     line-height: 18px;
     color: #fff;
     font-family: 'Roboto', sans-serif;

 }

 .btn_reg1:hover {
     background: #FF0000 !important;
     border-color: #ff0000 !important;
     color: #fff !important;
 }



 .img-container {
     position: relative;
     width: 50%;
 }

 .image {
     display: block;
     width: 100%;
     height: auto;
     margin-bottom: 10px;
 }

 

 .site__footer-txt {
     text-align: center;
     color: #fff !important;
     font-family: 'Anton', sans-serif !important;
     font-weight: 800 !important;
     font-size: 32px !important;
     padding-top: 20px;
     text-decoration: none !important;
 }

 .footercontact {
     text-align: left;
     line-height: 1.6;
     color: #fff;

 }

 .footersocialicon {
     list-style-type: none;
     float: right;
 }

 .footersocialicon li {
     display: inline;
     padding-left: 8px;
 }

 .footersocialicon li a {
     text-decoration: none;
     color: #fff;
 }

 .style_contact1 {
     font-family: 'Anton', sans-serif;
     font-weight: normal;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2.5px;
 }

 .style_contact2 {
     font-family: 'Ruda', sans-serif !important;
     font-weight: normal;
     font-size: 18px;
 }

 .style_contact3 {
     font-family: 'Ruda', sans-serif !important;
     font-weight: normal;
     font-size: 16px;
 }

 .p_contact {
     font-family: 'Ruda', sans-serif !important;
     font-weight: normal;
     font-size: 14px;
 }


 .submenu-item a:after {
     position: absolute;
     top: 84%;
     right: 10px;
     left: 10px;
     height: 2px;
     background: #F44336;
     content: '';
     opacity: 0;
     -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
     -moz-transition: opacity 0.3s, -moz-transform 0.3s;
     transition: opacity 0.3s, transform 0.3s;
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     transform: translateY(10px);
 }

 .submenu-item a.btn:after {
     display: none;
 }

 .submenu-item a:hover:after,
 .submenu-item a.active:after {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     transform: translateY(0px);
 }


 .headingmragintop {
     margin-top: 30% !important;
 }

 .locationmap {
     margin: 0;
     padding: 0;
     line-height: 0;
 }

 .send_note {
     position: relative;
     padding: 0 0 27px;
     margin: 0 0 19px;
     font-size: 36px;
     line-height: 38px;
     color: #F44336;
     font-family: 'Anton', sans-serif;
     font-weight: 200;
     text-align: center;
     letter-spacing: 1px;
 }

 .sendusanote {
     padding: 40px 10px 40px;
 }

 /*#gurugrammap1{
display:none;
}*/

 #indiamap1 {
     display: none;
 }

 .send-note-text {
     font-size: 105px;
     line-height: 105px;
     padding-left: 70px;
 }

 .gallery_wrap {
     position: relative;
     height: 859px;
 }

 .gallery_wrap-mobile {
     position: absolute;
 }


 /****************speaker section***********************/

 @font-face {
     font-family: 'Roboto-Black';
     src: url('roboto-black.eot');
     src: url('roboto-black.eot?#iefix') format('embedded-opentype'),
     url('roboto-black.woff') format('woff'),
     url('roboto-black.ttf') format('truetype'),
     url('roboto-black.svg#Roboto-Black') format('svg');
 }

 .speakerSection {
     overflow: auto;
     margin-top: 58px;
 }

 .team_div {
     position: relative;
     padding: 3% 0;
     background-color: #231f20;
 }

 #bg_img {

     background: black;
     margin-left: -15px;
     margin-right: -15px;
 }

 .text_align {
     text-align: center;
 }

 .font_color {
     color: #fff;
 }


 .main_heading:after {

     top: 140px;
     border-radius: 10px;

 }

 .speaker_1 {
     margin: 10px 0;
     text-align: center;
	 
 }

 .speaker_1:hover {
     cursor: pointer;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }

 .rel_position {
     position: relative;
 }

 /*
.mar_top{
    margin: 50px;
}
*/

 .padding_30 {
     padding: 30px;
 }

 .pad {
     padding: 10px;
 }

 .img_size {
     width: 100%;
 }
.sp-containr {
	min-height: 100px;
}
 .team_content {
     padding: 15px 0px 0px 0px;
     background: #fff;
 }

 .fontLean {
     color: grey;
 }

 .keynote p {
     font-size: 15px;
     font-weight: normal;
 }

 .keynote {
     
 }
 

	.keynotecont {
       position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);

}
.keynotecont p{
	color: #fff;
	font-size: 16px;
    text-transform: uppercase;
    font-family: ruda;
	line-height: 22px;
}


 @media (min-width :200px) and (max-width :500px) {

     .sub_heading {
         font-size: 1em;
     }
     .speaker_detail {
         margin-top: 25px;
     }
     .width_60 {
         width: 100%;
     }
     
     .proposalQuote h4{font-size:0.9em}
     .map h4{font-size:1em}
 }

 @media (min-width :501px) and (max-width :768px) {

     .sub_heading {
         font-size: 1em !important;
     }
     .mar {
         margin: 10% 0% !important;
     }
     .padding {
         padding: 3px !important;
     }
     .social_link {
         margin-left: 0px !important;
     }
     .width_60 {
         width: 70% !important;
     }
     .speaker_detail h1 {
         font-size: 24px
     }
     .speaker_detail h5 {
         margin: 40px 0px !important;
     }
     .main_sec {
         height: 380px !important;
     }
 }


 /***************speaker detail page*************/

 @font-face {
     font-family: 'Anton';
     src: url('Anton.eot');
     src: url('Anton.eot?#iefix') format('embedded-opentype'),
     url('Anton.woff') format('woff'),
     url('Anton.ttf') format('truetype'),
     url('Anton.svg#Anton') format('svg');
 }

 @font-face {
     font-family: 'Ruda';
     src: url('Ruda-Regular.eot');
     src: url('Ruda-Regular.eot?#iefix') format('embedded-opentype'),
     url('Ruda-Regular.woff') format('woff'),
     url('Ruda-Regular.ttf') format('truetype'),
     url('Ruda-Regular.svg#Ruda') format('svg');
 }

 .speaker_detail_header {
     background: #171616;
 }

.speaker_detail p{font-size: 16px}

 .rudo_font {
     font-family: 'Ruda';
 }

.speaker_detail h1{font-family: 'Anton',sans-serif;
	text-align: center;}

.anton_font {
    font-family: 'Anton',sans-serif;
	text-transform: uppercase;
	text-align: center;
	
}

 .abs_position {
     position: absolute;
 }

 .auto_mar {
     margin: 0 auto;
 }

 .bg_blak {
     background: #242424;
 }

 .black_txt {
     color: #000000;
 }

 .center_txt {
     text-align: center;
 }

 .font_size {
     font-size: 21px;
 }

 .font_weight {
     font-weight: 600;
 }

 .justify_txt {
     text-align: justify;
 }

 .letter_speace {
     letter-spacing: 1px;
 }

 .mar {
     margin: 8% 5%;
 }

 .mar_top {
     margin-top: 40px;
 }

 .padding {
     padding: 5px;
 }

 .rel_position {
     position: relative;
 }

 .section_pad {
     margin: 5% 0%;
     overflow:auto;
 }

 .txt_transform {
     text-transform: uppercase;
 }

 .txt_color {
     color: #ffdc1a;
 }

 .white_txt {
     color: #ffffff;
 }

 .width_100 {
     width: 100%
 }

 .width_60 {
     width: 60%;
 }

 .width_80 {
     width: 80%;
 }

 .main_sec {
     height: 395px;
 }

 .speaker_detail {
     /*border-left: 2px solid;
     border-right: 2px solid;*/
     border-color: #1a1a1a;
    
	 
 }
 .speaker_detail h5{
	 line-height: 27px;
	 font-size: 20px;
 }
 .social_link {
     top: 50px;
     margin-left: 10px;
 }
 .social {
	     margin-top: 10%;
    text-align: center;
 }

 .shape {
     border: none;
     outline: none;
     height: 46px;
     width: 46px;
     border-radius: 23px;
     background: #F44336;
 }

 a.black_txt:hover {
     color: #000000;
 }

 .line:after {
     position: absolute;
     left: 50%;
     width: 80px;
     height: 5px;
     background: #F44336;
     content: '';
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     top: 54px;
     border-radius: 10px;
 }

 .line.line1:after {
     width: 75px;
     border-radius: 0px;
     top: 70px;
 }

 @media (max-width :1024px) {
     .main_sec {
         height: 325px;
     }
	
 }

 @media (max-width :375px) {
     .mar {
         margin: 5% 10%;
     }
     .speaker_detail h1 {
         font-size: 25px !important;
    line-height: 30px;
     }
     .social_link {
         padding: 0px !important
     }
     .social_link a {
         padding: 0px 3px !important;
     }
     .shape {
         height: 25px;
         width: 25px;
     }
     
 }

 @media (max-width :320px) {

     .speaker_detail h1 {
         font-size: 12px !important;
     }
     .speaker_detail .line:after {
         width: 45px !important;
         top: 18px !important;
     }
     .line:after {
         height: 3px;
     }
     .speaker_detail h5 {
         margin-top: 17px !important;
         font-size: 8px !important;
     }
     .social_link {
         top: 0px;
     }
     .social_link a {
         font-size: 10px !important;
     }
     .shape {
         width: 20px !important;
         height: 20px !important;
     }
     .speaker_detail {
         height: 45px !important;
     }
     .justify_txt p {
         font-size: 14px !important;
     }
     .auto_mar h1 {
         font-size: 30px
     }
     .auto_mar h3 {
         font-size: 14px !important;
     }
     .line.line1:after {
         top: 38px;
     }
     .line.lineTop:after {
         top: 23px !important;
     }
 }

 @media (max-width :425px) {
     .mar {
         margin: 10% 5%;
     }
     
    
     .speaker_detail .line:after {
         width: 50px;
         top: 50px;
     }
     .speaker_detail h5 {
         margin-top: 25px;
         font-size: 14px;
     }
     .social_link a {
         font-size: 12px;
         padding: 0px
     }
     .shape {
         height: 30px;
         width: 30px;
     }
     .social_link {
         top: 10px;
         margin-left: 10px;
     }
     .main_sec {
         height: 150px;
     }
     .width_60 {
         width: 100%;
     }
     .justify_txt p {
         font-size: 16px;
     }
     
     .line.lineTop:after {
         top: 30px !important;
     }
     .line:after {
         height: 4px;
     }

 }

 .mar .col-xs-4 {
     padding: 0px
 }

 .time-schedule span {
    
     font-size: 14px;
     line-height: 30px;
 }

 .time-schedule p {
     margin-bottom: 0px
 }

 .overflow {
     overflow: auto
 }

 .speakColor {
     background-color: #fff!important;
     color: #fff!important;
 }

 .btn.active.focus,
 .btn.active:focus,
 .btn.focus,
 .btn:active.focus,
 .btn:active:focus,
 .btn:focus {
     outline: 0px auto -webkit-focus-ring-color;
     outline-offset: 0px;
     color: #fff !important;
 }
.proposal{text-align: justify !important;    margin-top: 60px;}
.proposal .proposalOptions{margin-bottom:20px; padding:0px}
.proposalQuote h4{margin:0px}
.proposalDetail{font-size:16px}
.clear{clear:both;}
.keynoteDetail{background-color: #242424;
    color: #fff;padding-top: 5%;padding-bottom:5%;
}
 .register-now__xsmobile{display: none;}
.map{padding: 50px 30px 30px; text-align: center;}



.social-links{float:right;margin:0}
.social-links li {
	float:left; height:30px; /*background:#444; border-left:1px solid #555; border-right: 1px solid #333 !important;*/}
.social-links li:hover a{color:#888 !important}
.social-links li li{ background: none; }
.social-links li li a{ background: none; color:#bbb; }
.social-links li a{color:#fff;min-width:30px;height:30px;display:table-cell;vertical-align:middle;text-align:center}

.contact-info{float:left;padding:5px 0 0 0; margin:0px; font-size:10px;position: absolute;
    left: 20px;}
.contact-info li a{color:#fff; vertical-align: sub;}

.contact-info li{float:left;margin-right:10px;color:#fff;}
.aniicon {
	font-size:10px !important;
}
@media (max-width: 767px) and (min-width: 200px)
{
.contact-info{text-align: center; font-size:16px; padding: 3px 0 0 0; !important}
.contact-info li {
    margin-right: 10px;
}
    .contact-info li a{vertical-align: unset;}
.aniicon {
	font-size:18px !important;
}
.contact-info{font-size:16px;}

}
.topiconfloat {
	float: none;
}

.dropbtn {
    height:45px; /*background:#444; border-left:1px solid #555; border-right: 1px solid #333 !important;*/
    cursor: pointer;
    color:#fff; min-width:30px;display:table-cell;vertical-align:middle;text-align:center
}


.dropdown {
    position: relative;   /* REQUIRED */
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;                  /* align dropdown to right of icon */
    background-color: #f9f9f9;
    min-width: 175px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 999;

    transform: translateX(-30px); /* MOVE LEFT */
}


.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #444;
    color: #fff;
}

.heading_footer {
   color: #fff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px!important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
ul.footer-ul {
   padding-left: 0;
   margin-top: 15px;
}
li.li_list_footer {
   list-style: none;
   text-align: left;
}
a.list_footer {
   color: #fff;
   font-size: 13px;
   text-decoration: none;
   text-align: left;
}
a.list_footer:hover {
   text-decoration: underline;
   color: #fff;

}
ul.social-buttons{margin-bottom:0;float:right}
ul.social-buttons li a{font-size:20px; display:block; width:20px; height:40px; -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s; color:white; border-radius:100%; outline:0; padding:0 11px; }
ul.social-buttons li a:active,ul.social-buttons li a:focus,ul.social-buttons li a:hover{background-color:#000}

.fb_footer_hover:hover{color:#3b5998}
.meetup_footer_hover:hover{color:#ed1c40}
.twi_footer_hover:hover{color:#0084b4}
.pint_footer_hover:hover{color:#c92228}
.li_footer_hover:hover{color:#0077b5}
.gplus_footer_hover:hover{color:#d34836}
.insta_footer_hover:hover{color:#9932cc}
.youtube_footer_hover:hover { color: #ed1c40;}
.slideshare_footer_hover:hover { color: #2793e8;}

@media (max-width: 768px) and (min-width: 531px){
	.callforproposalcol {
    
    min-height: 150px !important;

}
.callforproposalcol h4 {
	font-size:20px !important;
	margin-bottom:8px !important;
}

.callforproposalcol p {
    
    line-height: 18px;
    font-size: 14px !important;
}
}
@media (min-width: 200px) and (max-width: 530px)
{
.smalldevice {
  display:none;
}
.topiconfloat {
	float: left !important;
}
.contact-info li {
	float: left;
	
}
.social-links li {
    float: left;
    background: #000;
    height: 30px;
    border-left: none;
    border-right: none !important;
}
.dropbtn {
    
    height: 45px;
    /*background: #000;
	border-left: 1px solid #000;
    border-right: 1px solid #000 !important;*/
    cursor: pointer;
    color: #bbb;
    min-width: 20px;
  
}

.social-links li a {
	min-width: 18px;
}
.register-now p {
   margin: 0 2px 5px;
}
.proposal {
   margin-top: 20px;
}
.register-now__layout {
	top:35px;
}
.callforproposalcol {
	margin-top: 10px !important;
	padding-left: 10px;
}
.callforproposalcol h4 {
	font-size:18px !important;
	margin-bottom:2px !important;
}

.callforproposalcol p {
    line-height: 18px !important;
    font-size: 12px !important;
    padding-left: 10px !important;
	text-align: justify !important;
}
.callforproposalcol {
    
    min-height: 160px !important;

}
}
@media (max-width: 768px){
.copyright {
    text-align: center;
}
ul.social-buttons {
    
    float: none;
}
.dropbtn {
    min-width: 24px;
  
}
.social-links li a {
	min-width: 24px;
}
.site__footer {
    padding: 10px 20px;
    
}
.site__title {

    padding: 0 0 20px;
    margin: 0px 0 15px;
}

.dropdown-content {
    min-width: 165px;
	
}

}

@media screen and (max-width: 319px) and (min-width: 280px){
	.site__title.site__title_big {
    font-size: 65px;
    line-height: 65px;
	text-align: left;
}  
.site__title.site__title_big {
    
	font-size: 24px;
    line-height: 24px;
	padding-top:50px;
} 
.callforproposalcol h4 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.callforproposalcol {
	margin-top:10px;
	min-height: 170px;
	
	
}
}
@media screen and (max-width: 500px) and (min-width: 320px){
.padleftright {
	padding-left:0px !important;
	padding-right:0px !important;
}
.logo1 a {
    font-size: 22px !important;
}
.time-schedule h1 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 33px !important;
    padding-left: 10px;
	
}
.site__title.site__title_big {
    /*font-size: 72px;
    line-height: 72px;
	text-align: left;*/
	font-size: 32px;
    line-height: 32px;
	padding-top:50px;
}  
.herotimeschedule {
    font-size: 13px !important;
	padding-left:0px !important;
}
.heroyear {
   
    margin-top: -90px !important;
}
.codeofconduct {
 min-height: 450px !important;
}
.description {
    padding: 40px 15px 70px;
}
.hero {
/*	top:-60px !important;*/
}
.countdown-timer {
	top:-60px !important;
	
}
.site__centered {
	padding: 0 15px;
}
.anton_font {
    font-family: 'Anton',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	
	line-height:36px;
}
.speaker_detail h5 {
    line-height: 27px;
    font-size: 14px;
}
  } 
  
.codeofconduct {
	background-color:#1f1d1d; min-height: 600px;
}
.callforproposalcol {
	border-left: 2px solid #fff; 
	margin-left: 0px; 
	margin-top: 30px; 
	min-height: 190px;
	
	
}
.callforproposalcol h4{
	color: #fff;
    font-family: 'Anton', sans-serif;
    text-align: left;
    font-size: 22px;
    margin-bottom: 22px;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 2px;
	padding-left: 20px;
	}
	
.callforproposalcol p{	
	color: #fff; 
	font-family: Arial,sans-serif !important; 
	text-align: justify; 
	line-height: 20px; 
	font-size:14px;
	padding-left: 20px;
	
	}

.newsletter_mail {
    background-color: #F44336;
    padding: 3% 0;
    margin: 0!important
}

.response_font {
    font-family: 'gotham_bookregular'!important
}

.head_news {
    display: inline-flex;
    width: 85%;
    padding: 4% 0 0 0;
    margin: 0 auto
}

.head_newsletter_footer {
    margin: 0;
    font-size: 40px;
    text-align: center;
    line-height: 50px
}

#mc_embed_signup {
    clear: left;
    font-size: 14px
}

.label_newsletter_footer {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px
}

.newletter_fa_footer {
    font-size: 16px!important;
    color: #4885ed
}

.btn_footer {
    background-color: #4885ed!important;
    color: #000;
    outline: none!important;
    border: none!important;
    text-align: center;
    color: #000!important;
    cursor: pointer;
    border-radius: 0!important;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn_footer:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.45)
}

.input_newsletter_footer {
    outline: none!important;
    border: none!important;
    border-radius: 0!important;
    padding: 10px 0
}

.iconsize {
	font-size: 10px !important;
}
.iconsize2 {
	font-size: 10px !important;
}

.social-links li:hover .image{
  opacity: 0.5;
}

.site__title_to-left {
	text-align:left;
}
.site__title_to-left:after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


#mc_embed_signup input {
    border: 0 !important;
    
}

#mc-embedded-subscribe {
    
    margin: 1em 0 0em 0 !important;
}





.sectionsponsor-head1 {
    overflow: auto;
    background-color: #F44336;
    margin-top: 0%;
	
    
}

.heading-sponsor1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin: 60px 0 0 0;
    line-height: 56px;
    font-family: 'Anton', sans-serif;
}
.para-sponsor1 {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    Font-Size: 18px;
    line-height: 20px;
}
a.btn.sponsor-butn {
    background-color: cornflowerblue;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    text-transform: uppercase;
    border-radius: 0px;
}
table{box-shadow: 0 0 0px #a9a4a4 !important; }

tr>td>p>a.btn:hover{background: none !important; border-color:transparent !important; 
}
@media (max-width: 768px){
tr>td>p>a{width: 175px !important;
    font-size: 14px !important; height: 40px !important;
    padding: 2px 10px !important;}
tr>td>p{margin: 31px 0px 20px !important;}
tr>td>p>a .btn{height: 40px !important;
    padding: 9px 10px !important;}
	
	.workshop-col-3 {
	  margin-top: 0px !important;
}
.workshop-col-21 {
	padding:40px 10px 20px 0 !important;
}
    .hero{margin-top: 5px}
}

@media (max-width: 425px){
tr>td>p>a{width: 175px !important;
    font-size: 14px !important;}
tr>td>p{margin: 31px 0px 20px !important;}
tr>td>p>a.btn{height: 40px !important;
    padding: 9px 10px !important;}
}

.sponsor-butn.btn:hover, .sponsor-butn.btn:active, .sponsor-butn.btn:focus{
     color: #000 !important;
     border-color: #fff !important;
     background: none !important;
     box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important
 }

 .sponsor-butn.btn:focus {
     box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important
 }
.tax{font-size: 13px;
    font-weight: 500;
    text-align: left;

}
.btn{border:0px !important}

@media (max-width:768px){
    
    .sponsor-butn.btn{
        width: 190px !important;
        font-size: 14px !important;
   }
   

   }

@media (max-width:425px){
    .sponsor-butn.btn{
        height:42px !important;}
		.tax{font-size: 12px;
    }
}


.padleft {
	padding: 0px !important;
}
.padright {
	padding: 0px !important;
	 
}


/*--------workshop--------*/
.workshopSection {
     overflow: auto;
     margin-top: 58px;
 }
 .workshop__layout {
    margin-bottom: 17px;
    text-align: left;
	}
	
.workshop_row {
    width: 100%;
    background-color: #fff;
    padding: 8px 12px;
    

    word-wrap: break-word;
	
}
.workshop_row h2{
    margin:20px;
	font-size: 24px;
	line-height:32px;
	text-align: left;
	font-family: ruda;
}
.workshop_row h1 {
    margin: 20px;
    font-size: 26px;
    line-height: 34px;
    
    text-align: left;
    font-family: ruda;
}
.workshop_row ul{
    margin: 30px 0 0 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
	list-style-type: disc;
}
.workshop_row ul li{
   font-family: 'Roboto', sans-serif; 
}
.workshop_row p{
    margin: 30px 10px 10px 0px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    text-transform: none;
    font-weight: normal;
}
.workshop_row p a{
    color: #000;
	
}
.workshop_row p a:hover{
    text-decoration: underline;
	
}

.sch-col ul li {
    margin-left: 40px;
    line-height: 1.82;
    font-size: 16px;
    font-weight: 200;
    text-transform: none;
    list-style-type: disc;
	font-family:ruda;
}
.sch-col shadow_diff hr {
	border: 1px solid #F44336;
}
.li_list_none_workshop1 {
    list-style-type: none!important;
    color: #404040;
    text-align: center;
    margin-left: 0!important;
}
.workshop_ticket {
    margin-top: 5%;
    text-align: center!important;
    color: #404040;
    font-size: 15px;
}	

#mc_embed_signup .asterisk {top: 0px !important;} 	

.workshopcontainer h1{
    margin:20px;
	font-size: 24px;
	line-height:30px;
	text-align:left;
	color: #000;
	font-family:ruda;
}
.workshopcontainer p{
    margin:10px 10px 10px 20px;
	font-size: 16px;
	line-height:26px;
	text-align:left;
	text-transform:none;
	font-weight: normal;
	color: #000;
	font-family:ruda;
}
.workshopcontainer p a{
    color: #fff;
	
}
.workshopcontainer p a:hover{
    text-decoration: underline;
	
}

.img-container{position:relative;}

.overlay{position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity: .9;}
.img-container:hover .overlay{height:100%;}


 .img-container:hover .overlay {
     height: 100%;
 }

 .text {
     white-space: nowrap;
     color: white;
     font-size: 20px;
     position: absolute;
     overflow: hidden;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     background-color: #000;
     color: #fff;
 }


 .text a {
     padding: 10px 20px;
     border-radius: 10px;
     background-color: #000;
     color: #fff;
     font-family: ruda;
 }

 .text a:hover {
     color: #F44336;
 }
.speakerbanner {
	min-height:450px; 
}


@media screen and (min-width: 768px) and (max-width: 990px){
	.anton_font {
    font-size: 22px;
}
.speaker_detail h5 {
    line-height: 24px;
    font-size: 15px;
}
}

.workshopline:after {
     position: absolute;
     left: 45px;
     width: 90px;
     height: 5px;
     background: #F44336;
     content: '';
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     top: 50px;
     border-radius: 10px;
 }
.reviewercontainer {
	background-color: #fff;
	width: 100%;
	min-height: 125px;
	padding:10px;
	/*padding:40px 10px 20px 0;*/
	margin-top:40px;
}

.workshop {
     overflow: auto;
     padding: 50px 15px 70px;
     background-color: #F44336;
 }

 .workshop1 {
     margin-top: 40px;
     background-color: #f44336;
     margin-right: 7%
 }

 .workshopName {
     height: 60px;
     padding: 10px 15px;
font-family: ruda;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
     text-align: center;
     letter-spacing: 0.6px;
 }
 .workshopName p{
     padding: 10px 15px;
font-family: ruda !important;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
     text-align: center;
     letter-spacing: 0.6px;
 }

 .workshop h2:after {
     background: #fff !important
 }


/******************************** 13/02/2018 ******************************************/
.schedule-btns-list li a{
	font-family: 'Ruda', sans-serif !important;
	}
ul.list-inline.ul_edit_ps {
    text-transform: capitalize;
	font-family: 'Ruda', sans-serif;
}
li.remove_margin_li {
    padding: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 34px;
    display: block!important;
}

.program-schedule-theme1 {
    border-left: 10px solid #ff0000;
}
.program-event-theme1 {
	border-left: 3px solid #0ff;
	}
.program-schedule-theme2 {
    border-left: 10px solid #00ffff;
}
.program-event-theme2 {
	border-left: 3px solid #ff0;
	}
	
.program-schedule-theme3 {
    border-left: 10px solid #ff9900;
}
.program-event-theme3 {
	border-left: 3px solid #f90;
	}
.program-schedule-theme4 {
    border-left: 10px solid #ffff00;
}
.program-event-theme4 {
	border-left: 3px solid #4a86e8;
	}
.program-schedule-theme5 {
    border-left: 10px solid #980000;
}
.program-event-theme5 {
	border-left: 3px solid #f00;
	}
.program-schedule-theme6 {
    border-left: 10px solid #538dd5;
}
.program-event-theme6 {
	border-left: 3px solid #4ba20a;
	}
.program-schedule-theme7 {
    border-left: 10px solid #9c27b0;
}
.program-event-theme7 {
	border-left: 3px solid #9c27b0;
	}
.program-schedule-theme8 {
    border-left: 10px solid #e91e63;
}
.program-event-theme8 {
	border-left: 3px solid #e91e63;
	}

.program-event-heading{
	background-color:#000;
	border:1 px solid #000;
	}
.program-event-lunch{
	background-color:#F44336;
	border:1 px solid #000;
	}	
.program-event-lunch h3{
	color:#fff !important;
	}	
	
#dayone h3{
	color:#fff;
	text-align:center;
	font-family: 'Ruda', sans-serif;
	text-align:center;
	line-height:24px;
	font-size:18px;
	margin-top:10px !important;
	}
#dayone p{
    font-family: 'Ruda', sans-serif;
	font-size:16px;
	text-align:left;
	line-height:24px;
	padding-top: 10px;
    padding-bottom: 10px
	}
#daytwo h3{
	color:#fff;
	text-align:center;
	font-family: 'Ruda', sans-serif;
	text-align:center;
	line-height:24px;
	font-size:18px;
	margin-top:10px !important;
	}
#daytwo p{
    font-family: 'Ruda', sans-serif;
	font-size:16px;
	text-align:left;
	line-height:24px;
	padding-top: 10px;
    padding-bottom: 10px
	}	
.hide-on-desktop-tablet{
	display:none;
	}
.schedule-col-brd {
	border-left:4px solid #F44336; 
	text-align: left;
}
.schedule-col-brd-keynote {
	border-left:4px solid #00ffff; 
	text-align: left;
}
.keynote-bg-color {
	background-color: #00ffff;
	padding: 5px;
	line-height: 40px;
}
.program-overview-bg-color {
	background-color: #ffff00;
    padding: 5px;
	line-height: 40px;
}
.agility-bg-color {
	background-color:#538dd5;
	padding: 5px;
	line-height: 40px;
}
.devops-bg-color {
	background-color:#ff0000;
	padding: 5px;
	line-height: 40px;
}


.startup-bg-color {
	background-color:#ff9900;
	padding: 5px;
	line-height: 40px;
}

.rose-bg-color {
	background-color:#f2f2f2;
	padding: 5px;
	line-height: 40px;
}
.panel-discussion-bg-color {
	background-color:#980000;
	padding: 5px;
	line-height: 40px;
	color: #fff;
}

.schedule-left-col-brd {
	border-left: none;
    text-align: left;
}
.pad-left {
	padding-left:0px !IMPORTANT;
}
@media screen and (min-width: 280px) and (max-width: 768px){
.schedule-col-brd {
	border-left: none;
    
}
#dayone p {
    text-align: center;
}
#daytwo p {
    text-align: center;
}
.schedule-time-divider {
    
    padding: 23px 0;
    border-top: 2px solid #f3f3f3;
    text-align: center;
}

}

.dropbtn {
    height: 30px;
}

.icon-dft {
    font-size: 10px;
}

.image {
    width:20px !important;
}

.clearfix {
    clear:both;
}

.bg-dark {

}

 

 /*********** ---------------------------------- ***************************/