<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Poppins', 'Open Sans', 'Lato',鑱� sans-serif;
	letter-spacing: normal;
    font-size:14px;
	line-height: 24px;
    color:#3B3B3B;
    overflow-x: hidden;
}
.container {
	width: 1200px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', 'Open Sans', 'Lato',鑱� sans-serif;
}
h2{
	font-family: 'Poppins', 'Open Sans', 'Lato',鑱� sans-serif;
    font-size: 3em;
    line-height: normal;
    font-weight: 600;
    color:#000;
}
a{color:#3B3B3B;}
footer a{color:#aaa;}
footer a:hover{color:#000;text-decoration: underline;}
p{font-size: 1em;}
ol, ul {
    list-style: none;
}
strong{font-weight: 600;}
input[type="search"] {
      -webkit-appearance: textfield;
}
.light h2, .light p, .light h3, .light h4 {
	color: #000;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.logo img{display: none;}

.res-menu{
   background:url("/events/images/mob-menu-icon.svg") no-repeat 0 0;
}
.reserve-seat a, .but-register a{
    background: #e0314d;
    color: #000;
    display: inline-block;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 20px;
    margin: 0px 0 20px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
}
.reserve-seat a:hover, .but-register a:hover{
    background: #333;
}
.but-register{display: none;position: relative;z-index: 9;}
.but-register a{margin: 20px 0 0 0;}
.header-inner{
    width:1200px;
    padding: 1% 0;
	-moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    margin: 0 auto;
}
header{
    position: absolute;
    background: transparent;
    box-shadow: none;
    z-index: 99;
}
nav{
    margin: 10px 30% 0 0;
	-moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
header.active{
    position: fixed;
    background: rgba(156,159,184,1);
    background: -moz-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(156,159,184,1)), color-stop(38%, rgba(100,164,192,1)), color-stop(64%, rgba(85,158,189,1)), color-stop(100%, rgba(68,112,143,1)));
    background: -webkit-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
    background: -o-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
    background: -ms-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
    background: #FFFECE;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9fb8', endColorstr='#44708f', GradientType=1 );
    border-bottom: 2px solid #000;
}
header.active .header-inner{
    padding: 0 5%;
}
header.active nav.fwidth{
    margin: 8px 0 0 0;
}
header.active .logo a{
    width: 180px;
    background: url("https://www.manageengine.cn/images/logo/manageengine-logo.svg") no-repeat 0 0;
}
.main-menu li{font-size: 1.2em;padding: 5px 10px;color:#000;}
.main-menu li a{font-size: 1em;color:#000;}
.main-menu li.register-tab{padding: 0 10px;}
.main-menu li.register-tab a,header.active .main-menu li.register-tab a{background: #FFDA39;color:#000;}
.main-menu li.register-tab, .main-menu li:nth-child(5){display: none;}
.main-menu li.register-tab.chgcolr{display: inline-block;}
.main-menu li:hover a, .main-menu li.active a{color:#000;border-bottom: 2px solid #000;}
.faq-menu{cursor: pointer;}
.faq-menu:hover{border-bottom: 2px solid #000;color:#000;}
#Faq {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.9);
    z-index: 99999;
}
.pop-inner-sec {
    margin: 4%;
    background: #000;
    text-align: right;
    height: 85%;
    line-height: normal;
}
.common-popup .pop-inner-sec {
    text-align: left;
}
.common-popup .mailer-contents {
    background: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    color: #222;
    text-align: left;
    overflow: scroll;
}
.common-popup .mailer-cont-inner {
    padding: 4%;
}
.common-popup h2 {
    font-size: 2em;
    padding: 0 0 10px 0;
}
.common-popup h3 {
    background: #5480a0;
    color: #000;
    padding: 10px 20px;
    margin: 10px 0;
    line-height: normal;
    font-size: 2em;
}
.common-popup h4 {
    font-size: 1em;
    font-weight: 600;
    padding: 20px 0 10px 0;
}
.common-popup p {
    padding: 10px 0;
    line-height: 22px;
    color: #555;
    font-weight: 400;
}
.main-menu li a{padding: 0;}
/* ------------------------ Banner section styles starts -----------------------*/
.page1{
    background: #243368;
    overflow: hidden;
    min-height: 700px;
    background: url("/events/images/guangzhou-banner-bg.png") no-repeat bottom center;
    background-size: cover;
    color:#000;
}
.home-cont h2{
    text-transform: uppercase;
    font-size: 10em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 2px;
    color:#FFDA39;
    margin: 0 0 0 -5px;
}
.dallas-title{
    width: 550px;
    display: block;
    margin: 30px 0;
}
.duc{
    color: #000;
    font-size: 2em;
    font-weight: 300;
    margin: 12% 0 20px 0;
}
.duc span{font-weight: 600;}
.duc-title-sec{
    position: relative;
    z-index: 2;
    left: -2000px;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    opacity: 0;
    margin: 0 0 20px 0;
}
.blurbg{
	-webkit-filter: blur(40px);
	-moz-filter: blur(40px);
	-o-filter: blur(40px);
	-ms-filter: blur(40px);
    filter: blur(40px);
}
.animate .duc-title-sec{
    left: 0;
    opacity: 1;
}
.hdate, .hvenue{
    padding: 5px 0 5px 25px;
    font-size: 1.3em;
    position: relative;
    z-index: 2;
    -moz-transition: all ease-in-out 1.5s;
    -webkit-transition: all ease-in-out 1.5s;
    -o-transition: all ease-in-out 1.5s;
    transition: all ease-in-out 1.5s;
    bottom: -500px;
    opacity: 0;
}
.hdate{
    background: url("../images/canada-date-icon.svg") no-repeat left center;
    background-size: 14px;
}
.hvenue{
    background: url("../images/canada-location-icon.svg") no-repeat left center;
    background-size: 12px;
}
.animate .hdate, .animate .hvenue{
    bottom: 0;
    opacity: 1;
}
.canada-creative{
    position: absolute;
    bottom: 0;
    left:-37%;
    width: 160%;
    z-index: 2;
}
.canada-creative-big{
    display: none;
}
.map-link{
    padding: 10px 0;
    position: relative;
    z-index: 9;
    display: inline-block;
    opacity: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.animate .map-link{
    opacity: 1;
}
.map-link a{
    color: #000;
}
.map-link a:hover{
    text-decoration: underline;
}
.creative img{
    position: absolute;
    left:2%;
    bottom: -5%;
    z-index: 1;
    width: 96%;
    transition: all 1s ease-out 0s;
}
.creative img{
    bottom: -5%;
}
.creative img.crv2{
    bottom:.5%;
}
.creative img.crv3{
    bottom:15%;
    left:0;
}
.cloud-animate {
    width: 700px;
    position: relative;
}
.clouds {
    -webkit-animation: animateCloudmove 13s linear infinite;
    -moz-animation: animateCloudmove 13s linear infinite;
    animation: animateCloudmove 13s linear infinite;
    background: url("../images/banner-cloud1.svg") no-repeat 0 0;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 2;
    left: 300px;
    bottom: -25px;
}
.cloud2 {
    background: url("../images/banner-cloud2.svg") no-repeat 0 0;
    width: 70px;
    height: 70px;
    left: 200px;
    bottom: -50px;
}
.cloud3 {
    -webkit-animation: animateCloudmove2 18s linear infinite;
    -moz-animation: animateCloudmove2 18s linear infinite;
    animation: animateCloudmove2 18s linear infinite;
    background: url("../images/banner-cloud3.svg") no-repeat 0 0;
    position: absolute;
    z-index: 2;
    width: 180px;
    height: 180px;
    left: 100px;
    bottom: -30px;
}
/* ------------------------ Highlights styles starts -----------------------*/
#Highlights{
    margin: 5% 8%;
    width: 50%;
}
.breadcrumb{
    position: absolute;
    left: 0;
    top:-6%;
    z-index: 2;
}
.breadcrumb a:hover{text-decoration: underline;}
#Highlights h2 span {
    display: block;
    font-size: .5em;
    font-weight: 400;
    text-transform: capitalize;
    Color: #383E69;
}
#Highlights h2{
    Color: #3B3B3B;
}
.nav-video-previews-mapping img{
    width:620px;
    height: auto;
}
.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 140px 280px;
    cursor: pointer;
}
.play-icon:hover {
    opacity: .9;
}
.play-icon img{
    width: 60px;
}
.videoside{
    margin: 50px 0 0 0;
}
.rightside{
    margin: 50px 0 0 0;
}
.rightside ol li{
    margin: 30px 0;
}
.rightside ol li img{
    display: inline-block;
    display: inline-block;
    width:55px;
}
.rightside ol li:nth-child(4) img{
    width: 80px;
    position: relative;
    left: -10px;
}
.rightside ol li .high-rt-sec{
    display: inline-block;
    vertical-align: top;
    width:70%;
    margin: 0 0 0 30px;
}
.rightside ol li:nth-child(4) .high-rt-sec{
    margin: 0 0 0 7px;
}
.rightside ol li h3{
    padding: 0 0 5px 0;
    color:#383E69;
    font-size: 1.2em;
    line-height: normal;
}




/* ------------------------ Register styles starts -----------------------*/
#Register {
    background: #222;
    color:#000;
    margin: 0;
    top: 0;
    right: 7%;
    width: 360px;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    z-index: 99999;
    overflow: scroll;
}
.register-fixed {
    position: fixed;
}
.register-absolute {
    position: absolute;
    top: auto !important;
    bottom: -72px;
}
.success-msg{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgb(248, 253, 238, .5);
    border: 1px solid #b6db95;
    padding: 20% 0 0 0;
    text-align: center;
    color: #5c8707;
    font-weight: 400;
    font-size: 18px;
}
.success-msg:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.success-msg h4{
    margin:0 0 10px 0;
}
.reg-cont {
    margin: 0 auto;
    width: 85%;
    background: transparent;
    padding: 2% 4%;
    overflow: hidden;
    min-height: 600px;
}
.title-register {
    color: #000;
    text-align: center;
    font-size: 1.7em;
    font-family: "proxima_nova_rgregular";
    line-height: normal;
    padding: 25px 0 15px;
}
.powered-text {
    font-size: 12px;
    color: #999;
    margin: -30px 0 0 25%;
    white-space: nowrap;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    display: none;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.powered-text .eventbrite {
    background: url(https://www.manageengine.com/events/2016/userconf/images/eventbrite.png) no-repeat top;
    width: 100px;
    height: 36px;
    display: inline-block;
    text-align: left;
    text-indent: -9999em;
    top: -12px;
    position: relative;
}

div.form-field {
    position: relative;
    margin-bottom: 15px;
}
form input, form textarea {
    font-family: 'proxima_nova_rgregular', 'Open Sans', 'Lato', sans-serif;
    background: #f7f8fb;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 15px;
    width: 86%;
    margin: 0 2%;
}
form select{
    padding: 15px;
    width: 96%;
    margin: 0 2%;
    -webkit-appearance: value;
   -moz-appearance:    value;
   appearance:         value;
}
form label{
    margin: 0 0 0 2%;
}
form input[type="submit"], .submit-block input{
    background: #e0314d;
    font-size: 1.3em;
    width: 96%;
    text-align: center;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form input[type="submit"]:hover, .submit-block input:hover {
    background: #FED333;
    color: #000;
}
form a{color:#000;}
#meGDPRMessage, .privacy-policy{
    font-size: .9em;
    line-height: normal;
    width: 96%;
    margin: 0 auto;
}
.privacy-policy{
    padding: 10px 0 0 0;
}
.privacy-policy a{
    color:#6b86ca;
    text-decoration: underline;
    cursor: pointer;
}
.privacy-policy a:hover{
    text-decoration: none;
}
.dropdown, .dropdown1 {
    position: relative;
    z-index: 1;
    font-size: .9em;
    margin: 0 auto;
    width: 96%;
}
.dropdown a, .dropdown a:visited, .dropdown1 a, .dropdown1 a:visited {
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: 1em;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
    display: block;
    padding: 15px 0 13px 15px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 94%;
    border: 1px solid #000;
    background: #000;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
    background: #f7f8fb url(../images/dropdown-arrow.png) no-repeat 95% center;
    border-radius: 3px;
}
.multiSel span, .multiSel1 span {
    border: 1px solid #ee9b38;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
}
.multiSel span strong, .multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
    cursor: pointer;
    display: inline-block;
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1 {
    font-size: .9em;
    color: #838383;
}
.dropdown .dropdt a p, .dropdown1 .dropdt1 a p {
    margin: 0;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
div.dropdownsearch, div.dropdownsearch1 {
    width: 99.6%;
    background: #000;
    display: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 9999;
    position: relative;
}
.dropdown .dropdd input, .dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #CCC;
    background: url(http://tools.manageengine.com/images/common/search-icon.png) no-repeat 98% center;
}
.dropdown ul, .dropdown1 ul {
    margin: -1px 0 0;
    background: #000;
}
.dropdown .dropdd ul, .dropdown1 .dropdd1 ul {
    border: none;
    color: #000;
    display: none;
    left: 0;
    padding: 5px 15px 5px 0;
    position: absolute;
    top: 50px;
    width: 95%;
    list-style: none;
    height: 120px;
    overflow: auto;
    border: 1px solid #e9e9e9;
    background: #000;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 97%;
    cursor: pointer;
}
.dropdown .dropdd ul li:hover, .dropdown1 .dropdd1 ul li:hover {
    background: #eee;
}
p.reg_form_errors {
    position: absolute;
    left: 8px;
    bottom: -20px;
    font-size: .8em;
    color: #ff8383;
    display: none;
}
/* ------------------------ Agenda styles starts -----------------------*/
.agenda-top-sec{
	background: rgba(156,159,184,1);
background: -moz-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(156,159,184,1)), color-stop(38%, rgba(100,164,192,1)), color-stop(64%, rgba(85,158,189,1)), color-stop(100%, rgba(68,112,143,1)));
background: -webkit-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -o-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -ms-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: #FFFECE;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9fb8', endColorstr='#44708f', GradientType=1 );
    padding: 2% 0 0 0;
    margin: 0 0 1% 0;
    position: relative;
}
.agenda-top-sec h2{
    margin: 3% 0;
}
.ag-menu li{
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 0;
}
.ag-menu li:first-child{
    margin: 0;
}
.ag-menu li a{
    display: inline-block;
    padding: 10px 40px;
    margin: 0;
    background: #EFEFEF;
    color:#3B3B3B;
    font-weight: 300;
    position: relative;
    text-align: center;
    -moz-box-shadow: 2px 0px 4px #d6d6d6 inset;
    -webkit-box-shadow: 2px 0px 4px #d6d6d6 inset;
    box-shadow: 2px 0px 4px #d6d6d6 inset;
}
.ag-menu li a span{
    display: block;
    font-size: .8em;
}
.ag-menu li:hover a, .ag-menu li.active a{
    color:#000;
    background: #FFDA3C;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ag-menu li.active a:before{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFDA3C;
    position: absolute;
    right: 30px;
    bottom: -10px;
}
.ag-block .col30 .sub-info{
    height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin: 0;
}

.ag-block{margin: 50px 0 0 0;}
.ag-row{border-bottom: 1px solid #D8D8D8;padding: 20px 0;}
.ag-block .col20 {
    width: 12%;
    font-weight: 300;
    font-size: 1em;
    color: #4D4C49;
    background: url("../images/ag-time-icon-dallas.svg") no-repeat center left;
    background-size: 18px;
    padding: 0 0 0 30px;
    margin: 0 0 0 5px;
}
.ag-block .mob-track-sec .tracksec {margin: 20px 0 20px 5px;}
.ag-block .col70 {
    width: 65%;
    position: relative;
}
.ag-block .col30 {
    width: 32%;
    background: #F9F9F9;
    margin: 0 5px;
}
.ag-block strong {
    font-weight: 400;
    font-size: 1em;
}
.ag-block strong+span{
    font-size: .8em;
    font-weight: 300;
    color: #4D4C49;
    display: block;
}
.track-num{
background: rgba(156,159,184,1);
background: -moz-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(156,159,184,1)), color-stop(38%, rgba(100,164,192,1)), color-stop(64%, rgba(85,158,189,1)), color-stop(100%, rgba(68,112,143,1)));
background: -webkit-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -o-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -ms-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: #FFFECE;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9fb8', endColorstr='#44708f', GradientType=1 );
    text-align: center;
    color:#000;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
}
.ag-block .accordion-main strong {
    font-weight: 500;
    font-size: 1.2em;
}
.ag-block .col30 b {
    padding: 10px 15px 0px 0;
    font-weight: 300;
    cursor: pointer;
}
.agenda-contents{
    padding: 5px 20px 5px 20px;
    position: relative;
}
.agenda-contents:hover{
    background: #f1f1f1;
}
.agenda-contents.seperator{
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}
.agenda-contents.seperator:before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #434240;
    position: absolute;
    top:20px;
    right: 10px;
}
.track-num + .agenda-contents{
    border: none;
    padding-top: 10px;
}
.Day2 {
    display: none;
}
.agenda-creative{
    position: absolute;
    width: 50%;
    height: auto;
    bottom: -200px;
    opacity: 0;
    right: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}
.animate .agenda-creative{
    bottom: 0;
    opacity: 1;
}
.agenda-note{
    font-size: .8em;
    text-align: center;
    padding: 30px;
}
.agenda-note p.Day3{
    display: none;
}
.agenda-note p{
    display: block;
}
a[href*="tnc-dallas.html"] {color:#0089ff;cursor: pointer;}
a[href*="tnc-dallas.html"]:hover {text-decoration: underline;}
/* --- Agenda popup styles starts --- */
.agenda-popup {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.popup-contents {
    width: 700px;
    height: 600px;
    background: #000;
    margin: 4% auto 0 auto;
    position: relative;
    line-height: normal;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
}
.popup-contents .first-part {
    background: #f6f6f6;
    height: 75px;
    color: #222;
    padding: 15px 40px 0 20px;
}
.popup-contents .first-part .agenda-title {
    font-size: 1.6em;
    font-weight: 600;
    padding: 5px 0;
    line-height: normal;
}
.popup-contents .first-part span {
    font-style: italic;
    font-size: .8em;
    font-weight: normal;
    padding: 0 0 5px 0;
    display: none;
}
.popup-contents .first-part .agenda-time-pop span {
    font-style: normal;
    display: inline-block;
    padding: 0 5px 0 0;
}
.popup-contents .middle-part {
    color: #222;
    padding: 30px;
    overflow: scroll;
    height: 400px;
}
.middle-part strong {
    display: none;
}
.middle-part b {
    font-weight: 600;
    display: block;
    font-size: 1.1em;
}
.middle-part .sub-info {
    margin: 20px 0;
    font-size: .95em;
    line-height: 20px;
}
.middle-part .sub-info ul {
    margin: 10px 0 0 60px;
}
.middle-part .sub-info ul li {
    font-weight: normal;
    list-style-type: disc;
    padding: 5px 0;
    color: #888;
}
.popup-contents .end-part {
    position: absolute;
    bottom: 0;
    width: 700px;
    background: #f6f6f6;
    height: 80px;
}
.popup-contents .reserve-seat a {
    margin: 20px 0 20px 20px;
}
#tickets-datails{
    position: absolute;
    background: #333;
    width: 600px;
    padding: 20px 30px 30px 30px;
    opacity: 0;
    top:250px;
    right:-800px;
    -moz-box-shadow: inset -2px 0px 10px #101010;
    -webkit-box-shadow: inset -2px 0px 10px #101010;
    box-shadow: inset -2px 0px 10px #101010;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    height: auto;
    overflow: auto;
    z-index: 9999;
}
#tickets-datails h5{text-align: center;}
#tickets-datails.active{
    opacity: 1;
    right:360px;
}
form #tickets-datails input{
   font-size: .8em;
    background: #fff1bc;
    border: 1px solid #ffe683;
}
.tiktdetls{
    display: inline-block;
    position: relative;
    width:29%;
    margin: 8px 2%;
}
#tickets-datails p.reg_form_errors{
    left: 5px;
}
.tiktdetls span{
    position: absolute;
    left:-15px;
    color:#000;
}

/* ------------------------ Gallery styles starts -----------------------*/
#Gallery{
    padding: 40px 0 60px 0;
    margin: 50px 0 0 0;
    box-shadow: 0px 7px 15px #eee inset;
    position: relative;
}
#Gallery h2{
    text-align: center;
    font-size: 2em;
    margin: 30px 0;
    color:#3B3B3B;
}
#Gallery ul{
    text-align: center;
    margin: 0 auto;
    width:90%;
}
#Gallery ul li{
    display: inline-block;
    vertical-align: top;
    width:30%;
    height: 200px;
    padding: 5px;
    overflow: hidden;
	-moz-transition: all ease-in-out .8s;
    -webkit-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}
#Gallery ul li img{
    width:100%;
    height:100%;
}
#Gallery ul li:nth-child(1), #Gallery ul li:nth-child(2),#Gallery ul li:nth-child(6),#Gallery ul li:nth-child(7){
    width:40%;
}
#Gallery ul li:nth-child(3){
    width:18.6%;
}
#Gallery ul li:hover{
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari */
  transform: scale(1.1);
}

.show{
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    top: 0;
    left: 0;
}
.show .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.show .img-show{
    width: 60%;
    height: auto;
    background: #000;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    z-index: 99999;
    position: absolute;
    left: 18%;
    top:16%;
    margin: 0 auto;
    text-align: center;
}
.img-show span{
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 99;
    cursor: pointer;
    color: #000;
}
.img-show img{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
/* ------------------------ Venue styles starts ------------------------ */
#Venue h2{
    text-align: center;
    padding: 1%;
    color:#000;
    font-weight: 400;
    font-size: 2em;
    line-height: normal;
    position: relative;
		background: rgba(156,159,184,1);
background: -moz-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(156,159,184,1)), color-stop(38%, rgba(100,164,192,1)), color-stop(64%, rgba(85,158,189,1)), color-stop(100%, rgba(68,112,143,1)));
background: -webkit-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -o-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -ms-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: #FFFECE;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9fb8', endColorstr='#44708f', GradientType=1 );
}
#Venue h2 span{
    position: relative;
    z-index: 2;
}
#Venue h3{
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 0 5px 0;
    position: relative;
}
#Venue h4{
    font-size: 1.3em;
    font-weight: 600;
    padding: 20px 0 5px 0;
}
#Venue a{
    color:#3B3B3B;
    display: block;
}
.venue-inner{
    padding: 8% 0;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.venue-part{
    width:40%;
    position: relative;
    z-index: 2;
    margin: 0 0 0 40px;
}
.location-map{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.location-map img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.map-mob{display: none;}
/* ------------------------ Contact styles starts ------------------------ */
#Contact{
	background: rgba(156,159,184,1);
background: -moz-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(156,159,184,1)), color-stop(38%, rgba(100,164,192,1)), color-stop(64%, rgba(85,158,189,1)), color-stop(100%, rgba(68,112,143,1)));
background: -webkit-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -o-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: -ms-linear-gradient(left, rgba(156,159,184,1) 0%, rgba(100,164,192,1) 38%, rgba(85,158,189,1) 64%, rgba(68,112,143,1) 100%);
background: #FFFECE;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9fb8', endColorstr='#44708f', GradientType=1 );
    margin: -1% 0 0 0;
    padding: 50px 0;
}
#Contact a{color:#000;}
#Contact h2{
    padding: 0 0 30px 0;
}
#Contact .container{
    position: relative;
    color: #000;
}
.share-list{
    position: absolute;
    right: 0;
    bottom: 2%;
}
.zoho-division{
    font-size: 1em;
}
.zoho-division span{
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 1em;
    color: #aaa;
}
.zoho-division img{width:55px;}

/* -------------------------- Responsive styles starts -------------------------- */
@media screen and (min-width: 1600px) {
    .container, .header-inner{width:1400px;}
    .creative img{bottom:-10%;}
    .creative img.crv3{bottom:8%;}
    nav {margin: 10px 26% 0 0;}
    .register-absolute{bottom: -84px;}
    .location-map{width: 48%;}
    .canada-creative{width: 130%;left:-27.5%;}
}
@media screen and (min-width: 1800px) {
    #Home::before{bottom:-5%;}
    #Venue h2::before {top:7%;}
    #Register{right: 15%;bottom: -96px;}
    .agenda-creative{width:35%;}
    .page1{min-height: 800px;}
    nav {margin: 10px 32% 0 0;}
    #Gallery ul{width: 80%;}
    .canada-creative{width: 105%;left:-5%;}
    .location-map{width: 53%;}
}
@media screen and (min-width: 2000px) {
    #Venue h2::before {top:15%;}
    #Highlights {margin: 5% 0 5% 22%;width: 50%;}
    #Register{right: 20%;bottom: -128px;}
    nav {margin: 10px 24% 0 0;}
    .canada-creative{width: 110%;left:-1%;}
    .location-map{width: 66%;}
}
@media (max-width: 1400px) {
    .container, .header-inner{width:1100px;}
    #Register{right:4%;overflow: scroll;}
    .venue-inner{padding: 7% 0;}
    .location-map{width:46%;}
}
@media screen and (max-height: 650px) and (min-width: 1000px){
    form input, form textarea, form select{padding: 10px 20px;}
    .dropdown .dropdt a, .dropdown1 .dropdt1 a{padding: 2.5% 0 2% 5%;}
    form select {width:100%;}
    .dropdown1 .dropdt1 a {width:98%;}
}
@media (max-width: 1200px) {
    .main-menu li a{font-size: 1em;}
    nav {margin: 10px 40% 0 0;}
    .container, .header-inner{width:90%;}
    .home-cont h2{font-size: 10em;}
    .duc{font-size: 1.5em;}
    .hdate, .hvenue{font-size: 1.2em;}
    #Venue h2::before{top:-15%;}
    .email-part, .call-part{width: 30%;margin: 2% 1%;text-align: center;}
    #Venue h2{padding:5%;}
    .hdate, .hvenue{z-index: 9;}
    #Register{right:0;width:350px;}
    .main-menu li{font-size: 1em;}
    .logo a{width:180px;}
    #Gallery ul{width:100%;}
    .breadcrumb{top:-4%;}
    .play-icon{padding: 115px 230px;}
    .nav-video-previews-mapping img{width:520px;}
    .videoside iframe{width:520px!important;height: 290px!important;}
}
@media (max-width: 1000px) {
    .location-map{width:100%;position: static;margin: 20px 0 0 0;}
    .canada-creative{width:190%;}
    nav { margin: 10px 0 0 0;}
    #Register{width:100%;position: static;}
    .reg-cont{width:350px;}
    .page1{min-height: 570px;}
    #Home::before{height: 100px;}
    .breadcrumb{position: static;}
    .main-menu li:hover a, .main-menu li.active a,header.active .main-menu li:hover a, header.active .main-menu li.active a{border-bottom: 1px solid #5d5d5d;color: #e9403f;}
    .main-menu li.register-tab, .main-menu li:nth-child(5){display: block;}
    .but-register{display: block;}
    .but-register+br{display: none;}
    #Highlights{width:100%;}
    .ag-block .col20{width:20%;}
    .ag-block .col30{width:100%;min-height: auto!important;margin: 0;}
    #Venue h2::before{top:-29%;}
    #Highlights{width:90%;margin: 5%;}
    #tickets-datails{display: none;}
    #tickets-datails.active{display: block;}
    #tickets-datails{width:95%;position: static;padding: 20px 0;margin:0 auto;border-radius: 5px;}
    .tiktdetls{width:85%;display: block;margin: 15px auto;}
    .tiktdetls.field3{margin-bottom:30px;}
    header.active .header-inner{padding: 1% 5%;}
    .main-menu li.register-tab.chgcolr {display: block;}
    .main-menu li{color:#fff;text-align: center;}
    .main-menu li a{color:#fff;}
    #Gallery ul li{width:45%!important;}
    .dallas-title{width:80%;}
}
@media (max-width: 700px) {
    .home-cont h2{font-size:7em;}
    .page1{color:#000;min-height: 450px;}
    .duc{color:#000;margin: 25% 0 20px 0;}
    .map-link a{color:#000;}
    .creative img.crv3{bottom: 4%;}
    .logo a{background: url("https://www.manageengine.cn/images/logo/manageengine-logo.svg") no-repeat 0 0;}
    .cloud1{bottom: -95px;}
    .cloud2{bottom: -75px;}
    .cloud3{bottom: -150px;}
    .agenda-creative{display: none;}
    .email-part, .call-part{width:80%;}
    .nav-video-previews-mapping, .videoside{text-align: center;}
    .play-icon{top:-11%;left:11%;}
    #Highlights iframe{width:300px !important; height: auto !important;}
    .ag-menu li a{padding: 20px 60px;}
    .ag-block .col20{float: none;width:90%;margin: 0 0 10px 0;}
    .ag-block .col70{width:90%;}
    .popup-contents{width:90%;height: 600px;}
    .popup-contents .end-part{width: 100%;}
    .share-list{position: static;margin-top:20px;}
    #Venue h2::before{display: none;}
    .zoho-division{display: none;}
    .venue-part {width: 80%;margin: 30px 0 0 40px;}
    .location-map {width: 100%;position: static;margin: 20px 0 0 0;}
    .ag-menu li a {padding: 10px 12px;font-size: .8em;}
    .ag-menu li a span{display: none;}
    #Gallery ul li {width: 90% !important;}
    .popup-contents .first-part .agenda-title{font-size: 1.2em;}
    .nav-video-previews-mapping img{width:90%;}
    .play-icon {padding: 22% 42%;left:0;}
    #Highlights iframe{width: 90%!important;height: 200px!important;}
    .canada-title{width: 90%;}
    .canada-creative{width: 200%;left: -30%;}
}
@media (max-width: 370px) {
    .home-cont h2{font-size:5.5em;}
    .cloud-animate, .breadcrumb{display: none;}
    .rightside ol li{text-align: center;}
    .rightside ol li .high-rt-sec{margin: 20px 0;width:90%;}
    .ag-menu li a{padding: 10px 8px;}
    .reg-cont {width: 90%;}
    .popup-contents{height: 500px;}
    .popup-contents .middle-part{height: 300px;}
    .popup-contents .first-part .agenda-title{font-size: 1em;}
    #Highlights iframe{height: 160px!important;}
}
/* -------------------------- KEYFRAMES -------------------------- */
@-webkit-keyframes animateCloudmove {
    0% {
        margin-left: -10%;
        opacity: 0;
    }
    10% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    90% {
        opacity: .8;
    }
    100% {
        margin-left: 60%;
        opacity: 0;
    }
}
@-moz-keyframes animateCloudmove {
    0% {
        margin-left: -10%;
        opacity: 0;
    }
    10% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    90% {
        opacity: .8;
    }
    100% {
        margin-left: 60%;
        opacity: 0;
    }
}
@keyframes animateCloudmove {
    0% {
        margin-left: -10%;
        opacity: 0;
    }
    10% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    90% {
        opacity: .8;
    }
    100% {
        margin-left: 60%;
        opacity: 0;
    }
}
@-webkit-keyframes animateCloudmove2 {
  0% {
        margin-left: -40%;
        opacity: 0;
    }
    10% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    90% {
        opacity: .8;
    }
    100% {
        margin-left: 70%;
        opacity: 0;
    }
}
@-moz-keyframes animateCloudmove2 {
  0% {
        margin-left: -40%;
        opacity: 0;
    }
    10% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    90% {
        opacity: .8;
    }
    100% {
        margin-left: 70%;
        opacity: 0;
    }
}
@keyframes animateCloudmove2 {
  0% {
        margin-left: -40%;
        opacity: 0;
    }
    10% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    90% {
        opacity: .8;
    }
    100% {
        margin-left: 70%;
        opacity: 0;
    }
}</pre></body></html>