﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);

@font-face {
    font-family: 'NexaLight-Regular';
    src: url('NexaLight_gdi.eot');
    src: url('NexaLight_gdi.eot?#iefix') format('embedded-opentype'), url('NexaLight_gdi.ttf') format('truetype'), url('NexaLight_gdi.otf') format('opentype'), url('NexaLight_gdi.svg#NexaLight-Regular') format('svg');
    unicode-range: U+0020-FB02;
}

@font-face {
    font-family: 'Nexabold-Regular';
    src: url('nexa_bold-webfont.eot');
    src: url('nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('nexa_bold-webfont.ttf') format('truetype'), url('nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurab-webfont';
    src: url('../fonts/futurab-webfont.eot');
    src: url('../fonts/futurab-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/futurab-webfont.ttf') format('truetype'),url('../fonts/futurab-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clr, .clear {
    clear: both;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'NexaLight-Regular';
    font-size: 16px;
    line-height: 1.42857143;
    color: #000000;
    background: #fff;
    letter-spacing: 0.3px;
}

.topstrip { /*background:#efefef; height:43px;line-height:43px;overflow:hidden;*/
}

.header {
    background: #fff;
}

.topheader {
    padding-top: 5px;
    padding-bottom: 10px;
}

.ticker {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

    .ticker li {
        line-height: 43px;
    }

.ticker-active {
    overflow: hidden;
}

    .ticker-active li {
        display: none;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        background: none;
    }

.datevenue {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 40px;
    padding-top: 23px;
    color: #48879d;
    text-align: center;
}

    .datevenue span {
        color: #969696;
        font-size: 26px;
        font-weight: normal;
    }

    .datevenue .excel {
        color: #e6411c;
    }

h1 {
    font-size: 22px !important;
    /*color: #e6411c;*/
    text-transform: uppercase;
    margin: 10px 0 15px 0;
    font-weight: normal;
    /*border-bottom: rgba(230, 65, 28, 0.35) solid 1px;*/
    padding: 5px 0 10px 0;
    font-family: 'Nexabold-Regular';
}

.partnersection h2, .paidtrck h2, .freetrack h2, .keynotspeaker h2, .mainspeaker h2, .newslettersignup h2, .logosliderouter h2 {
    color: #867f7f;
    text-transform: uppercase;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0px 0 0 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 1px;
    }

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover em, .social-network a.icoFacebook:hover em, .social-network a.icoTwitter:hover em,
    .social-network a.icoGoogle:hover em, .social-network a.icoVimeo:hover em, .social-network a.icoLinkedin:hover em {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 25px auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 34px;
    height: 34px;
    font-size: 18px;
    background: #969696;
    line-height: 34px;
    color: #fff;
}

.social-circle li em {
    margin: 0;
    line-height: 38px;
    text-align: center;
}

.social-circle li a:hover em, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle em {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-header {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#nav.affix .navbar-header {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    width: auto;
    font-weight: bold;
    padding: 0 9px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-family: 'Nexabold-Regular';
}

.homenewsdesc {
    font-family: 'Nexabold-Regular';
    font-size: 14px;
    color: #797979;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
    background: #e7e7e7;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 17px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #000;
                white-space: normal;
                background: url(../images/menu_arrow1.png) no-repeat left center;
                font-size: 13px !important;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #444;
        background: #f5f5f5 url(../images/menu_arrow1.png) no-repeat left center;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #428bca;
        font-size: 18px;
        font-weight: bold;
    }

    .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

.dropdownarrow {
    float: none !important;
    font-size: 13px;
}

.navbar-contact {
    background: #48879d;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    float: right;
    padding: 0 10px;
    font-size: 17px;
}

    .navbar-contact img {
        margin-left: 15px;
    }

.navbar-wts {
    background: #bd1d73;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    float: right;
    padding: 0 14px;
    font-weight: bold;
    font-size: 14px;
}

    .navbar-wts a, .navbar-contact a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-family: 'Nexabold-Regular';
    }

        .navbar-wts a:hover, .navbar-contact a:hover {
            color: #fff;
            text-decoration: none;
        }

    .navbar-wts:hover {
        background: #8C1354;
    }

.navbar-contact:hover {
    background: #3A6979;
}

#nav.affix.navbar-default .navbar-nav > li > a {
    width: auto;
    font-weight: bold;
    padding: 0 7px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

    #nav.affix.navbar-default .navbar-nav > li > a:hover {
        color: #000;
    }

.subsubmenu li {
    border-bottom: 1px solid #e7e7e7;
}

.dropdown-header a {
    padding-left: 0px;
}

.carousel-caption h3 {
    color: #ed046c;
    font-size: 45px;
    font-weight: bolder;
    margin: 0px !important;
    padding: 0px 0 10px 0 !important;
    background: none;
    font-family: 'futurab-webfont';
}

.register {
    margin-bottom: 5px;
}

    .register a {
        color: #e6411c;
        font-size: 14px;
        font-weight: bolder;
        background: none;
    }

.sliderbuttons {
    position: absolute;
    top: 30px;
    width: 100%;
}

.registertodayouter {
    width: 100%;
    height: 155px;
    text-align: center;
}

.registertoday, .whyexhibitslider, .conferenceslider {
    height: 150px;
    top: 0px;
    position: relative;
    padding-top: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.registertoday {
    background: url(../images/floorplanbg.png);
}

    .registertoday .fa-pencil {
        /*font-size: 50px;
        padding-bottom: 10px;*/
    }

.whyexhibitslider {
    background: url(../images/exhibitorbg.png);
}

    .whyexhibitslider img {
        margin-bottom: 10px;
    }

.conferenceslider {
    margin-bottom: 10px;
}

.conferenceslider {
    background: url(../images/conferencebg.png);
}

.registertodayouter a {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Nexabold-Regular';
}

    .registertodayouter a:hover {
        text-decoration: none;
    }

.registertoday:hover {
    background: #C1171C;
    height: 180px;
    position: relative;
    top: -30px;
    opacity: 1;
    padding-top: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.whyexhibitslider:hover {
    background: #6DA441;
    height: 180px;
    position: relative;
    top: -30px;
    opacity: 1;
    padding-top: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.conferenceslider:hover {
    background: #284E83;
    height: 180px;
    position: relative;
    top: -30px;
    opacity: 1;
    padding-top: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.largestshowsection {
background: #367187 url(../images/largest_bg.png) no-repeat left;
    height: 166px;
    color: #fff;
    font-size: 25px;
    padding-top: 43px;
    line-height: 1.5;
    font-family: 'Nexabold-Regular';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partnersection {
    padding-top: 40px;
    padding-bottom: 35px;
    background: #fff;
}

    .partnersection h2 {
        /*display: inline-block;*/
        margin: 0px 0 10px 0;
        border-top: 2px solid #48879d;
        border-bottom: 2px solid #48879d;
        text-align: center;
        text-transform: uppercase;
        padding: 5px 1px;
        font-size: 13px;
        font-family: 'Nexabold-Regular';
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-inner .item img {
    height: auto;
    width: auto;
}

.paidtrck {
    margin-top: -2px;
    background: #fff;
}

    .paidtrck h2 {
       font-size: 22px;
    font-weight: NORMAL;
    letter-spacing: 3px;
    }

.paidtrackbox {
    width: 220px;
    height: 130px;
    float: left;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    .paidtrackbox a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 15px 0 0 0;
        font-weight: bold;
        line-height: 1.3;
        font-size: 14px;
        height: 100%;
        font-family: 'Nexabold-Regular';
        text-transform:uppercase;
    }

        .paidtrackbox a img {
            margin-bottom: 10px;
        }

        .paidtrackbox a:hover {
            text-decoration: none;
        }

    .paidtrackbox.augmentreality {
        background: #823d94;
    }

    .paidtrackbox.smarttextiles {
        background: #386bb1;
    }

    .paidtrackbox.smarthome {
        background: #b84924;
    }

    .paidtrackbox.healthcare {
        background: #86c751;
    }

    .paidtrackbox.performance {
        background: #00683e;
    }

    .paidtrackbox.mobilepayment {
        background: #bd1d73;
    }
    .paidtrackbox.wearabledisrupt {
        background: #2c2d8a;
    }

    .paidtrackbox.digitalhealth {
        background: #3fadb3;
    }

.freetrack {
    margin-top: 20px;
}

    .freetrack h2 {
        font-size: 22px;
    font-weight: NORMAL;
    letter-spacing: 3px;
    }

.freetrackbox {
    width:365px;
    height: 130px;
    float: left;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display:inline-block;
}

    .freetrackbox a {
        color: #fff;
        display: block;
        text-align: center;
        padding: 15px 0 0 0;
        font-weight: bold;
        line-height: 1.3;
        font-size: 14px;
        height: 100%;
        font-family: 'Nexabold-Regular';
         text-transform:uppercase;
    }

        .freetrackbox a img {
            margin-bottom: 10px;
        }

        .freetrackbox a:hover {
            text-decoration: none;
        }
        .freetrackbox.smarthome {
        background: #b84924;
    }

    .freetrackbox.wearabledisrupt {
        background: #2c2d8a;
    }

    .freetrackbox.businessstart {
        background: #fbb03d;
    }

    .freetrackbox.liveproductdemo {
        background: #ed1c22;
    }

    .freetrackbox.painting {
        background: #ed9501;
    }

    .freetrackbox.appsiot {
        background: #ff4148;
    }

    .freetrackbox.developerhackfest {
        background: #00958a;
    }

    .freetrackbox.iotconnect {
        background: #00aef0;
    }

    .paidtrackbox:hover, .freetrackbox:hover {
        z-index: 4;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.08);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.08);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.08);
        transition: all 200ms ease-in;
        transform: scale(1.08);
    }

.keynotspeaker {
    margin: 40px 0 0 0;
}

    .keynotspeaker h2 {
      font-size: 22px;
    font-weight: NORMAL;
    letter-spacing: 3px;
    }

#carousel-keynotespeaker .carousel-inner .item img {
    height: auto;
    width: auto;
}

.itemkeynotespeaker {
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    margin: 2px;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

.phptologo {
    padding: 5px 0;
    text-align: center;
}

.itemkeynotespeaker .photo {
    position: relative;
}

.photover {
position: absolute;
    top: 0;
    left: 0;
    background: url(../images/speaker_over.png);
    height: 100%;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

    .photover span {
           font-size: 14px;
    font-weight: normal;
    }

    .photover .btnreadmore {
        border: 1px solid #fff;
        margin-top: 10px;
    }

        .photover .btnreadmore a {
            color: #fff;
            font-family: 'Nexabold-Regular';
            text-transform: uppercase;
        }

        .photover .btnreadmore:hover {
            background: #e6411c;
            color: #fff;
        }

.itemkeynotespeaker .photo:hover .photover {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mainspeaker {
    margin: 40px 0 0 0;
    background: #11333D url(../images/speaker_bg.jpg) no-repeat bottom right;
    padding: 20px 0 40px 0;
}

    .mainspeaker h2 {
           font-size: 22px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 3px;
    }

#carousel-mainspeaker .carousel-inner .item img {
    height: auto;
    width: auto;
}

.speakerbox {
    width: 152px;
    background: #fff;
    height: 195px;
    float: left;
    margin: 0 35px 40px 0;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}

    .speakerbox .photo img {
        height: 135px !important;
        width: 100% !important;
    }

    .speakerbox .phptologo {
        padding: 2px 0;
        text-align: center;
    }

        .speakerbox .phptologo img {
            text-align: center;
            height: 53px !important;
        }

    .speakerbox .photo {
        position: relative;
    }

    .speakerbox .photover {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/speaker_over.png);
        height: 100%;
        width: 100%;
        padding: 35px 0 0 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .speakerbox .photover span {
            font-size: 14px;
        }

        .speakerbox .photover a {
            color: #ffffff;
            text-decoration: none;
            display: block;
            line-height: 1;
        }

            .speakerbox .photover a:hover {
                color: #ffffff;
                text-decoration: none;
            }

    .speakerbox .photo:hover .photover {
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.sadebox {
       padding: 3px 25px;
    border: #ccc solid 1px;
}

.twitterbox iframe {
    height: 245px !important;
}

.newslettersignup {
    padding: 10px 20px;
}

    .newslettersignup h2 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 0px;
    }

.formnews {
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    float: left;
    background: #cbcbcb;
    border: none;
    outline: none;
}

.btngo {
    float: right;
    width: 20%;
    background: #e6411c;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}

.logosliderouter {
    margin-top: 40px;
}

    .logosliderouter h2 {
font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.5px;
    }

    .logosliderouter img {
        border: 1px solid #ccc !important;
        padding: 1px;
        width: 136px;
        margin-right: 3px;
    }

footer {
    background: #212121;
    padding: 60px 0;
    margin: 0px 0 0 0;
    color: #dddddd;
    font-size: 14px;
    line-height: 1.8;
}

    footer h3 {
        color: #dddddd;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #ff0000;
        padding: 0 0 5px 0;
        margin: 0 0 10px 0;
        font-family: 'Nexabold-Regular';
    }

    footer a {
        color: #dddddd;
        font-size: 14px;
        text-decoration: none;
    }

        footer a:hover {
            color: #dddddd;
            text-decoration: underline;
        }

.footerbottom {
    background: #161616;
    padding: 25px 0;
    color: #707070;
    font-size: 13px;
    font-weight: bold;
}

    .footerbottom a {
        color: #707070;
        text-decoration: none;
    }

        .footerbottom a:hover {
            color: #707070;
            text-decoration: underline;
        }

.contentpanel {
    /*background: #f9f9f9;
    padding: 10px;*/
}

.insidebanner {
     width: 100%;
    /*position: relative;
    padding: 70px 0 0 0;
    height: 205px;
    text-align: center;*/
}

    /* .insidebanner img {
       width: 100%;
        height: 205px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 8;
    }*/

    .insidebanner img {background-size: cover;
    width: 100%;
    height: 100%;}

    .insidebanner span {
        position: relative;
        z-index: 9;
        color: #fff;
        font-size: 28px;
        text-shadow: 2px 2px 7px #000;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Nexabold-Regular';
    }

.padeitemsheading {
    background: #e6411c;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Nexabold-Regular';
}

.padeitems {
    margin: 8px 0 40px 0;
    padding: 0px;
}

    .padeitems a {
        display: block;
        padding: 8px 36px 3px 5px;
        margin-bottom: 5px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        text-transform: uppercase;
        min-height: 42px;
        font-family: 'Nexabold-Regular';
    }

        .padeitems a.items {
            background: #48879d;
        }

.freeitemsheading {
    background: #bd1d73;
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Nexabold-Regular';
}

.freeitems {
    margin: 8px 0 40px 0;
    padding: 0px;
}

    .freeitems a {
        display: block;
        padding: 8px 36px 3px 5px;
        margin-bottom: 5px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        position: relative;
        text-transform: uppercase;
        min-height: 42px;
        font-family: 'Nexabold-Regular';
    }

        .freeitems a.items {
            background: #889aa0;
        }

        .padeitems a img, .freeitems a img {
            position: absolute;
            right: 2px;
            top: 2px;
        }

.eventtracks {
}

.trackshowleft {
    float: left;
    width: 47%;
    background: #79878c;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.trackshowright {
    float: right;
    width: 47%;
    background: #79878c;
    color: #fff;
    padding: 10px;
    text-align: left;
}

    .trackshowright a {
        color: #F2F71B;
    }

    .trackshowleft h3, .trackshowright h3 {
        font-size: 17px;
        margin: 0 0 10px 0;
        padding: 0px;
        font-weight: bold;
        text-align: left;
        font-family: 'Nexabold-Regular';
    }

.trackheading {
    color: #fff;
    background: #e6411c;
    text-align: center;
    padding: 8px 0;
    font-family: 'Nexabold-Regular';
}

.trackrow {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.trackcolicon {
    float: left;
    width: 5%;
    color: #e6411c;
    font-weight: bold;
}

.trackcoldate {
    float: left;
    width: 20%;
    color: #e6411c;
    font-weight: bold;
    font-family: 'Nexabold-Regular';
}

.trackcoldescription {
    float: left;
    width: 75%;
}

    .trackcoldescription a {color: #000;
    }

        .trackcoldescription a:hover {
            text-decoration: none !important;
            color: #337ab7 !important;
        }

    .trackcoldescription .trackdesc {
        padding: 10px 0 0 0;
    }

.registerbtn {
    color: #fff;
    background: #FF1D1D;
    float: right;
    margin: 10px 0 0 0;
}

    .registerbtn a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px 15px;
        display: block;
        font-weight: bold;
        font-family: 'Nexabold-Regular';
    }

        .registerbtn a:hover {
            background: #E6411C;
        }

.trackcontent {
    margin-top: 25px;
}

.trackspeaker {
    color: #e6411c;
    padding: 15px 0 0 0;
}

.rightbutton {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
}

    .rightbutton span {
        font-size: 15px;
        color: #000;
    }

    .rightbutton a {
color: #ffffff;
    display: block;
    font-family: 'Nexabold-Regular';
    text-align: left;
    font-size: 22px;
    background: url(../images/rightbg-btn.png) no-repeat 100% 50%;
    /* height: 32px; */
    line-height: 32px;
        letter-spacing: 0.5px;
    }

        .rightbutton a:hover {
            text-decoration: none;
        }

.orange {

     background: #fdb813;
    border-color: #fdb813;
}

.orange1 {
    background: rgba(255, 18, 18, 0.95);
    border-color: #FF1D1D;
}

.yellowthrd {
 background: #727272;
    border-color: #727272;
}

.orange:hover {
    background: #376676;
    border-color: #376676;
}

.yellowthrd:hover {
    background: #376676;
    border-color: #376676;
}

.yellow {
    background: #18aeaf;
    border-color: #18aeaf;
}

    .yellow:hover {
        background: #376676;
        border-color: #376676;
    }

.btnSave {
    padding: 6px 20px;
    border: 0;
    margin: 5px 0 0 0;
    background: #f15a29;
    color: #ffffff;
    font-family: 'Nexabold-Regular';
}

    .btnSave:hover {
        background: #cc3707;
    }

.speakersection {
    float: left;
}

.bgspeakertypelist {
    float: left;
    position: relative;
    min-height: 390px;
    width: 19%;
    margin: 0 5px 20px 5px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    text-align: center;
}

.speakertypename {
    font-weight: bold;
    color: #f15a29;
    padding-top: 5px;
    font-size: 15px;
}

.speakertypedesignation {
    font-size: 13px;
}

.speakertypecompany {
    font-size: 13px;
    font-weight: bold;
}

.speakertypeimage img {
    /*max-height: 112px;*/
}

.speakersection h1, .moderatorsection h1 {
}

.bg1 {
    padding: 10px;
    float: left;
    width: 100%;
}

.bgspeaker {
    background: #fff;
    border-bottom: #E6411C solid 1px;
    padding: 10px;
    margin: 10px 0 0px 0;
    float: left;
    width: 100%;
}

    .bgspeaker div {
        float: left;
        width: 170px;
        height: 100%;
    }

        .bgspeaker div img {
            margin: 0 10px 0 0;
            width: 100%;
        }

    .bgspeaker p {
        float: right;
        width: 78%;
    }

.partner_new {
    border-radius: 10px;
    padding-top: 15px;
}

    .partner_new img {
        margin: 0 3px 20px 7px;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        opacity: 0.7;
        filter: alpha(opacity=40);
        border: #ccc solid 1px !important;
    }

        .partner_new img:hover {
            opacity: 1.0;
            filter: alpha(opacity=100);
        }

.bgspeakerlist {
    border-bottom: #D3D3CE solid 2px;
    padding: 10px;
    margin: 7px 0 0px 0;
    float: left;
    width: 100%;
}

    .bgspeakerlist .speakerimage {
        float: left;
        width: 170px;
        height: 100%;
    }

        .bgspeakerlist .speakerimage img {
            margin: 0 10px 0 0;
            width: 100%;
        }

    .bgspeakerlist .speakerbio {
        float: right;
        width: 78%;
    }

.topiclist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 1px outset #cccccc;
    -moz-column-rule: 1px outset #cccccc;
    column-rule: 1px outset #cccccc;
}

.contentbox ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.contentbox li {
    margin: 0px 0 5px 0;
    padding: 0px 0 0 20px;
    background: url(arrow.png) no-repeat 0% 3px;
}

.supportgin_media {
    float: left;
    width: 100%;
    padding-bottom: 10px !important;
}

    .supportgin_media ul {
        margin: 0;
        padding: 0;
    }

    .supportgin_media li {
        background: none repeat scroll 0 0 #FFFFFF !important;
        float: left;
        background-image: none !important;
        list-style-type: none;
        list-style-image: none !important;
        margin: 10px 0 0 5px !important;
        padding: 7px !important;
        text-align: center;
        width: 200px;
        height: 90px;
    }

        .supportgin_media li img {
            width: 100%;
            height: 100%;
        }

.nav-pills > li {
    background: none;
}

#carousel-example-generic .item img {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.testimonialbox {
    margin:0 0 10px 0;

}

.testitext {
border: #e6411c solid 1px;
    padding: 12px;
}

.testimonialbox p {
    margin-bottom: 5px;
    text-align: left !important;
}

.teamimage {
    text-align: center;
}

.meettheteamlist {
    float: left;
    position: relative;
    min-height: 193px;
    width: 22%;
    margin: 0 17px 0 0;
}

.teamname {
    font-weight: bold;
    color: #f15a29;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.meettheteam {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.teamdesignation {
    font-size: 14px;
    font-weight: normal;
    color: #838383;
    text-align: center;
}

.meetteam {
    padding: 10px;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #838383;
}

.socialteam {
    text-align: center;
}

.materialdownload {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

    .materialdownload img {
        border: #ccc solid 1px;
        box-shadow: 1px 1px 1px 1px #a8a8a8;
        margin: 15px 0 15px 0;
    }

    .materialdownload textarea {
        font-weight: normal;
        font-family: 'NexaLight-Regular';
    }

.contentboxaward {
    float: left;
    width: 32%;
    background: #fff;
    padding: 6px;
    margin: 5px;
    border: #48879D solid 1px;
}

    .contentboxaward ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .contentboxaward li {
        margin: 0px 0 5px 0;
        padding: 0px 0 0 20px;
        background: url(arrow.png) no-repeat 0% 8px !important;
    }

#topcontrol {
    background: #ee3e05;
    width: 47px;
    height: 47px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

    #topcontrol:hover {
        background: #CA3A0B;
    }

.spotight {
    position: absolute;
    right: 0px;
    top: 50px;
}

.topvipbutton {
    position: absolute;
    top: -239px;
    right: 18px;
    z-index: 9;
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0px !important;
}

.ie6 img {
    width: 100%;
}

.homepartners {
    margin: 0 30px 0 8px;
}

.lunchwts {
    height: 265px;
    background: url(../uploads/launchhome.png) no-repeat;
    margin: 0 0 7px 0;
    padding: 10px 50px;
    position: relative;
}

.biggest {
    height: 156px;
    background: url(../uploads/biggest.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}

.adidas {
    height: 163px;
    background: url(../uploads/adidashome.png) no-repeat;
    margin: 0 0 7px 0;
    padding: 10px 40px;
    position: relative;
}

.gadgetshow {
    height: 259px;
    background: url(../uploads/gadgetlogo.png) no-repeat;
    padding: 10px 40px;
    position: relative;
}

.medicalinnovation {
    height: 429px;
    background: url(../uploads/medicalinnovation.png) no-repeat;
    padding: 10px 52px;
    position: relative;
}

.newswiss {
    height: 220px;
    background: #acb6ba;
    margin: 0 0 7px 0;
    padding: 10px 40px;
    position: relative;
}

.bannertext {
    height: 202px;
    background: #e5e5e5;
    padding: 40px 15px;
    position: relative;
}

.padhome {
    padding: 0px 6px 7px 0;
}

.item h3 {
    color: #ed046c;
    font-size: 26px;
    font-weight: bolder;
    margin: 0px !important;
    padding: 0px 0 10px 0 !important;
    background: none;
    font-family: 'futurab-webfont';
}

.homepagenews {
    width: 100%;
    padding: 0 15px;
    height: 600px;
    overflow: hidden;
    position: relative; /*background:url(../uploads/pixel.png);*/
}

    .homepagenews h2 {
        text-align: center;
    }

        .homepagenews h2 a {
            text-transform: uppercase;
            font-size: 24px;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            text-align: center;
        }

    .homepagenews .small {
        color: #fff;
        font-weight: bold;
    }

.medicalinnovation h2 {
    position: absolute;
    top: 40%;
}

.adidas h2 {
    position: absolute;
    top: 21%;
}

.gadgetshow h2 {
    position: absolute;
    top: 30%;
}

.lunchwts h2 {
    position: absolute;
    top: 33%;
}

.biggest h2 {
    position: absolute;
    top: 23%;
}

.newswiss h2 {
    position: absolute;
    top: 30%;
}

.popupnew {
    position: relative;
    width: 770px;
    margin: 0 auto;
}

.registertoday, .whyexhibitslider, .conferenceslider {
    height: 150px;
}

    .conferenceslider:hover, .registertoday:hover, .whyexhibitslider:hover {
        height: 140px;
        top: 0px;
    }

    small{ font-size:15px !important;}

.redbox {
    color: #fff;
    background: #ff0000;
    font-weight: bold;
    padding: 50px 15px;
}

.lunchwts1 {
    height: 265px;
    background: url(../uploads/home2017/1.jpg) no-repeat;
    margin: 0 0 7px 0;
    padding: 10px 50px;
    position: relative;
}

.biggest1 {
    height: 156px;
    background: url(../uploads/home2017/2.jpg) no-repeat;
    padding: 10px 20px;
    position: relative;
}

.adidas1 {
    height: 163px;
    background: url(../uploads/home2017/3.jpg) no-repeat;
    margin: 0 0 7px 0;
    padding: 10px 40px;
    position: relative;
}

.gadgetshow1 {
    height: 259px;
    background: url(../uploads/home2017/4.jpg) no-repeat;
    padding: 10px 40px;
    position: relative;
}

.medicalinnovation1 {
    height: 429px;
    background: url(../uploads/home2017/5.jpg) no-repeat;
    padding: 10px 52px;
    position: relative;
}

.newswiss1 {
    height: 220px;
    background: url(../uploads/home2017/6.jpg) no-repeat;
    margin: 0 0 7px 0;
    padding: 10px 40px;
    position: relative;
}

.bannertext1 {
    height: 201px;
    background: url(../uploads/bannertext1.jpg) no-repeat center;
    padding: 40px 15px;
    position: relative;
}

.venutab {
    padding: 0 1px;
    margin: 12px 0 0 0;
}

.buttonBar {
    display: none;
}


/* popup_box DIV-Styles*/
#popup_box {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    height: 350px;
    width: 770px;
    background: #FFFFFF;
    top: 120px;
    /*left: 50%;*/ /* additional features, can be omitted */
    border: 2px solid #000;
    padding: 15px;
    font-size: 13px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    z-index: 999999999;
    /*margin-left:-550px;*/
}

#container {
    /* background: #d2d2d2;*/ /*Sample*/
    width: 100%;
    height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
}

.backgroundimagepopup {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}
