body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #2c3e50;
}
a,a:hover{
	text-decoration: none;
}
a:focus{
	outline: none;
}
.container{
	max-width: 1180px;
}
.site-header{
	height: 160px;
	background: #fff;
	padding: 35px 0;
}
.site-header .container{
	position: relative;
}
.main-menu{
	position: absolute;
	left: 0;top: 20px;
}
.site-branding{
	text-align: center;
}
.menu-toggle {
	display: block;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 999999;
    background: transparent;
    border: 0;
    padding: 0;
}
.menu-toggle > p{
    position: absolute;
    top: 8px;
    left: 66px;
    text-transform: uppercase;
    color: #34495e;
    font-weight: 700;
    font-size: 24px;
}
.menu-toggle:focus{outline: none;}
.open {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.open span {
    display: block;
    float: left;
    clear: both;
    height: 7px;
    width: 45px;
    border-radius: 40px;
    background-color: #34495e;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.open span:nth-child(1) {
    margin-top: 8px;
    z-index: 9;
}
.open span:nth-child(2) {
    margin-top: 20px;
}
.open span:nth-child(3) {
    margin-top: 33px;
}
.main-navigation.toggled .open span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    -ms-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px);
}
.main-navigation.toggled .open span:nth-child(2) {
    overflow: visible;
    opacity: 0;
}
.main-navigation.toggled .open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    -ms-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
    margin-top: 31px;
}
.main-navigation ul{
    display: block;
    z-index: 99999;
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 16px;
    background: rgba(231, 76, 60, 0.9);
    -webkit-transform: translate3d(0,-700px,0);
    transform: translate3d(0,-700px,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.main-navigation.toggled ul{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    height: 700px;
    padding-top: 150px;
}
.main-navigation.toggled .open span{
    background-color: #fff;
}
.main-navigation.toggled .menu-toggle{
    position: fixed;
}
.main-navigation.toggled .menu-toggle > p{
    color: #fff;
    font-weight: 300;
    opacity: 0.5;
}
.main-navigation a:hover {
	color: #ec1c24;
}
.main-navigation a {
    color: #fff;
}
.main-navigation li:last-child{
	padding-bottom: 0;
}
.main-navigation li{
	width: 100%;
	padding-bottom: 10px;
}
.site-info > .container{
	max-width: 1565px;
}
.footer-left{
	float: left;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 5px;
}
.footer-left p:after{
	content: '';
	display: block;
	background: #fff;
	width: 120px;
	height: 4px;
}
.footer-right{
	float: right;
	color: #a3acb5;
	padding-top: 10px;
}
.site-info p,
.site-info .widget{
	margin-bottom: 0;
}
.site-footer{
	background: #2c3e50;
    color: #fff;
    padding: 30px 0;
    margin-top: 50px;
}
.section-1{
	height: 930px;
}
.section-1 .kc_button{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	height: 60px;
	width: 230px;
	border-radius: 10px;
	padding: 0;
    text-align: center;
    line-height: 60px;
    background: #34495e;
}
.section-1 .kc_button:hover{
	opacity: 0.8;
}
.section-1 .section-1-right .kc_button{
	background: #e74c3c;
}
.section-1 .section-1-left{
    text-align: right;
    padding-right: 150px;
}
.section-1 .section-1-right{
    text-align: left;
    padding-left: 150px;
}
.section-1 .kc_text_block{
	color: #fff;
	font-size: 64px;
}
.social-media{
	text-align: center;
}
.social-media ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 60px;
}
.social-media ul li{
	display: inline-block;
	margin-right: 15px;
}
.social-media ul li:last-child{
	margin-right: 0;
}
.social-media ul li a{
	color: #e74c3c;
	font-size: 20px;
	font-size: 48px;
}
.social-media ul li a:hover{
	color: #000;
}
.section-2 h2{
	color: #34495e;
	font-size: 72px;
	text-align: center;
	margin-bottom: 70px;
}
.section-2{
	padding-top: 100px;
}
.section-2 .kc_text_block strong{
	color: #e74c3c;
	font-size: 18px;
	text-transform: uppercase
}
.section-2 .kc_text_block{
	color: #3b3b3b;
	font-size: 38px;
    line-height: 1.5;
    padding-right: 30px;

}
.section-2 .kc-countdown-timer,
.section-2 .kc_video_wrapper{text-align: center;margin-top: 40px;}
.section-2 .kc_text_block p{
	margin-bottom: 0;
}
.kc-countdown-timer span{
	display: block;
}
.main-navigation.toggled a{
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
}
.exhibitor-1{
    height: 930px;
}
.exhibitor-1 h2{
    color: #fff;
    font-size: 48px;
    max-width: 435px;
    font-weight: 400;
    padding-bottom: 30px;
}
.exhibitor-1.standbuilder-1 h2{
    max-width: 750px;
}
.exhibitor-1 h5{
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}
.standbuilder-1.exhibitor-1 .kc_text_block p{
    color: #e74c3c;
}
.exhibitor-1 .kc_text_block p{
    color: #34495e;
    font-size: 26px;
    font-weight: 700;
    width: 750px;
    padding-bottom: 10px;
    line-height: 1.3;
}
.exhibitor-1 .kc_text_block ul{
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
    margin-bottom: 20px;
}
.exhibitor-1 .kc_text_block ul li:before{
    content: '\f00c';
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}
.exhibitor-1 .kc_text_block ul li{
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}
.exhibitor-1 .kc-raw-code img:hover{
    opacity: 0.7;
}
.contact-top{
    height: 420px;
}
.contact-top h2{
    color: #fff;
    font-size: 60px;
}
#page{
    overflow: hidden;
}
.contact-1 h3{
    color: #e74c3c;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-1 h2{
    color: #3b3b3b;
    font-size: 45px;
    max-width: 350px;
    font-weight: 400;
    margin-bottom: 45px;
    margin-top: 10px;
}
.contact-1 .kc_text_block p{
    margin-bottom: 20px;
}
.contact-1 .kc_text_block{
    color: #5f6f81;
    font-weight: 700;
    font-size: 18px;
}
.contact-1{
    padding-top: 150px;
}
.wpcf7-form br{
    display: none;
}
.wpcf7-form textarea,
.wpcf7-form input{
    color: #72787a;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    padding: 30px 0;
}
.wpcf7-form textarea{
    height: 100px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}
.wpcf7-form textarea:focus,
.wpcf7-form input:focus{
    outline: none;
    border-bottom: 1px solid #ec6a5c;
}
.wpcf7-form input[type="submit"]{
    width: 225px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    margin-top: 40px;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover{
    background-color: #fff;
    color: #e74c3c;
}
.wpcf7-form label{
    position: relative;
    width: 100%;

}
.wpcf7-form label img{
    position: absolute;
    top: 30px;
    right: 0;
}
.wpcf7-form label.message img{
    top: 40px;
    cursor: pointer;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
}
.wpcf7-form label.message.active img{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);  
}
.wpcf7-form label.message.active textarea{
    height: 150px;
}
.row-contact-1{
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 60px;
    padding-top: 100px;
}
.row-contact-1 h4{
    color: #e74c3c;
    font-size: 30px;
    margin-bottom: 20px;
}
.row-contact-1 .kc_text_block{
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #2a2d2e;
    font-size: 18px;
}
.row-contact-1 .kc_text_block a{
    color: #2a2d2e;
}
.main-navigation.toggled a:hover{
    color: #fff;
    text-decoration: line-through;
}
.main-navigation.toggled .current-menu-item a{
    text-decoration: line-through;
}
.page-id-47 .social-media{
    display: none;
}
@media screen and (max-width: 1200px){
    .main-menu{
        left: 20px;
    }
    .section-1 .kc_text_block {
        font-size: 40px;
    }
    .section-1 .kc_button {
        width: 200px;
    }
    .row-contact-1 {
        max-width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 991px){
    .section-1 .section-1-left {
        padding-right: 50px;
    }
    .section-1 .section-1-right {
        padding-left: 50px;
    }
    .exhibitor-1 .kc_text_block p {
        width: 500px;
    }
}
@media screen and (max-width: 767px){
    .contact-top {
        height: auto;
        padding: 50px 0;
    }
    .contact-1 {
        padding-top: 50px;
        text-align: center;
    }
    .contact-1 h2 {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .wpcf7-form{
        max-width: 80%;
        margin: 0 auto;
    }
    .site-branding img{
        width: 150px;
    }
    .site-header {
        height: auto;
        padding: 20px 0;
    }
    .main-menu{
        top: 0;
    }
    .open span{
        height: 5px;
        width: 35px;
    }
    .section-1 .section-1-left {
        padding-right: 15px;
        text-align: center;
    }
    .section-1 .section-1-right {
        padding-left: 15px;
        text-align: center;
    }
    .section-1 {
        height: 500px;
    }
    .footer-left,
    .footer-right{
        width: 100%;
        text-align: center;
    }
    .footer-left p:after {
        margin: 0 auto;
    }
    .exhibitor-1:after{
        content: '';
        display: block;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .exhibitor-1{
        position: relative;
    }
    .exhibitor-1 .section-1-left{
        position: relative;
        z-index: 9999;
    }
}
@media screen and (max-width: 600px){
    .exhibitor-1 {
        height: auto;
        padding: 50px 0;
    }
    .exhibitor-1 h2 {
        font-size: 40px;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .exhibitor-1 .kc_text_block p {
        width: 100%;
        font-size: 20px;
    }
    .menu-toggle > p{
        display: none;
    }
    .main-menu {
        left: auto;
    }
    .open span {
        height: 3px;
    }
    .open span:nth-child(2) {
        margin-top: 16px;
    }
    .open span:nth-child(3) {
        margin-top: 24px;
    }
    .main-menu {
        top: 3px;
    }
    .section-2 h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .section-2 .kc_text_block {
        font-size: 30px;
        line-height: 1.5;
        padding-right: 0;
        text-align: center;
    }
    .section-2 .kc-countdown-timer .group{
        width: 50%;
        margin-right: 0;
        float: left;
    }
}
@media screen and (max-width: 480px){
    .exhibitor-1 h2,
    .main-navigation.toggled a {
        font-size: 30px;
    }   
    .kc-google-maps{
        height: 300px !important;
    }
}
@media screen and (max-width: 414px){
    .site-branding {
        text-align: right;
        padding-right: 30px;
    }
    .exhibitor-1 .kc_text_block ul li{
        font-size: 14px;
    }
    .main-navigation.toggled a {
        font-size: 20px;
    }
}