@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
q, blockquote {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, blockquote:before {
	content: open-quote;
}
q:after, blockquote:after {
	content: close-quote;
}
hr {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear_div {
	clear: both;
}
body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
	color: #6d6e71;
	font-weight:400;
}
img {
	max-width: 100%;
	border: none;
}
p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 15px 0;
	color: #6d6e71;
	font-weight:600;
}
h1 {
	font-size: 40px;
	line-height: 45px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
h3 {
	font-size: 25px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 25px;
}
h5 {
	font-size: 20px;
	line-height: 26px;
}
h6 {
	font-size: 15px;
	line-height: 20px;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
}
.loading_form {
	background: #1969A1;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	margin: 7px auto;
	display: none;
	text-align: center;
	font-weight: 400;
}
.exception_message {
	color: #a94442;
	background-color: #f2dede;
	border: #ebccd1 solid 1px;
	padding: 10px;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.outcome_message {
	color: #3c763d;
	background-color: #dff0d8;
	border: #d6e9c6 solid 1px;
	padding: 10px;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}
.alert_close {
	position: absolute;
	top: 1px;
	right: 6px;
	cursor: pointer;
}
.main {
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}
.main::after, .main::before {
	display: table;
	content: "";
	clear: both;
}
a.cta {
	color: #fff;
	border: 2px solid #4ec1b2;
	background:#4ec1b2;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	min-width: 210px;
	margin: 0;
	border-radius:4px;
}
a.cta:hover {
	background: #319a8d;
	border: 2px solid #319a8d;
	color: #fff;
	moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
a.cta1 {
	color: #fff;
	border: 2px solid #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	min-width: 210px;
	margin: 0;
}
a.cta1:hover {
	background: #fff;
	color: #f17921;
	moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
header {
	display: block;
	padding: 10px 0px;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	top: 0;
	/*background: rgba(0, 0, 0, 0.3);*/
	z-index: 9999;
}
header .logo {
	float: left;
	margin-top:10px;
}
#nav {
	margin: 0px;
	padding: 15px 0 0;
	float: right;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	display: block;
	padding: 0px;
}
#nav li a:active {
	color: #6d6e71;
}
#nav .subspan:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
}
#nav > ul > li {
	float: left;
}
header.sticky #nav ul li a {
	 color:#666666;	
}
#nav > ul > li > a {
	height: 100%;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 0px 20px;
}
#nav .navImg-icon05 a {
	color: #F17921;
}
/* #nav > ul > li:not( :last-child ) > a {
 border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
 	color: #6d6e71;
}
*/

#nav > ul > li .docked-menu {
	font-size: 24px;
	color: #0c619b;
	font-weight: normal;
	margin-top: 22px;
}
#nav > ul > li .free-trial {
	color: #f17921;
}
/* second level */
#nav li ul {
	position: absolute;
	top: 100%;
	left: 0%;
	margin-left: -84px;
	width: 285px;
	padding-top: 28px;
	z-index: 999;
	display: none;
	border-bottom: 1px solid #dbdbdb;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	background: #fff;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}
#nav li ul li:last-child {
	border-bottom: 0;
}
#nav li ul li a {
	line-height: 48px;
	padding: 20px 25px;
	color: #f17921;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0;
}
.sub-menu:before {
	position: absolute;
	top: 16px;
	left: 46%;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #ccc;
	border-left: 12px solid transparent;
	border-bottom-color: #EAEAEA;
	content: '';
}
.sub-menu:after {
	position: absolute;
	top: 17px;
	left: 46%;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #ffffff;
	border-left: 12px solid transparent;
	content: '';
}
.sticky {
	background: #fff;
	    -webkit-box-shadow: 0px 1px 1px #d8d7d7;
    -moz-box-shadow: 0px 1px 1px #d8d7d7;
    box-shadow: 0px 1px 1px #d8d7d7;
}
.stickylogo {
	display:none;
	float: left;
    margin-top: 10px;	
}
header.sticky .logo {
	display:none;	
}
header.sticky .stickylogo {
	display:block;	
}
.hero {
	background: url(../images/hero-bg.png) center no-repeat;
	background-size:cover;
	width: 100%;
	margin: 0px auto 0 auto;
	height: 650px;
	padding: 0px;
	position: relative;
	text-align: center;
}
.hero .presents_sec {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 25%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
}
.hero .presents_sec  h1 {
	color:#fff;
	font-size:60px;	
	font-weight:600;
}
.hero .presents_sec_top {
	padding:60px 0 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
	color:#fff;
	text-transform:none;
	width: 630px;
    margin: 0 auto;
}
.hero .presents_sec_top .presents_sec_left {
	height:35px;	
	line-height:23px;
	float:left;
}
.hero .presents_sec_top .presents_sec_right {
	height:35px;	
	line-height:18px;
	float:right;
}
.hero .presents_sec_top .presents_sec_left span {
	float:left;
	margin-right:10px;
}
.hero .presents_sec_top .presents_sec_left a {
	float:left;
}
.hero .presents_sec_top .presents_sec_right span {
	float:left;
	margin-right:10px;
}
.hero .presents_sec_top .presents_sec_right a {
	float:left;
}
.hero .bottom_sec {
	text-align: center;
	padding:50px 0 0 0;
}
.hero .location {
	color: #FFF;
	font-size: 18px;
	padding-bottom: 75px;
	text-transform:none;
}
.hero .location span:first-child {
	display: inline-block;
	width: 410px;
	text-align: left;
}
.hero .location span:first-child img {
	float: left;
	padding-top: 0;
}
.hero .location span:last-child img {
	float: left;
	padding-top: 0;
	padding-left: 50px;
}
.hero .location span:last-child {
	display: inline-block;
	width: 245px;
	text-align: left;
	position: relative;
}
.hero a.cta {
	background:#f17921;
	border:2px solid #f17921;
}
.hero a.cta:hover {
	background:#d26617;
	border:2px solid #d26617;
}
.hero .hashcode {
	padding-top: 25px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}
.intro_sec {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0px 80px 0px;
	position: relative;
	line-height: 30px;
}
.intro_sec_left {
	width:26%;
	float:left;	
	margin-right:4%;
}
.intro_sec_right {
	width:70%;
	float:left;	
}
.intro_sec_right h2 {
	color:#f17921;
	padding:0 0 15px 0;
}
.intro_sec_right a.cta {
	min-width:140px;
	font-size:16px;
	line-height:35px;
	height:35px;	
}
.speakers_sec {
	padding: 50px 0px 70px;
	margin: 0 auto;
	text-align: center;
}
.speakers_sec ul {
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
.speakers_sec ul li {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 285px;
	display: inline-block;
}
.speakers_sec ul li img {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.speakers_sec ul li h4 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
.speakers_sec ul li p {
	font-size: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px
}
.speakers_sec ul li p img{ 
	width: auto;
    height: auto;
    border-radius: 0;
}
	
.speakers_sec ul li a p{
	color:#6d6e71;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	letter-spacing:normal;
}
.speakers_sec ul li:hover p img{
	box-shadow: none !important;
}
.speakers_sec ul li:hover img {
	 box-shadow: 0 0 10px 2px #9c9c9c;
}
.speakers_sec ul li a.link {
	color: #aaaaaa;
}
.highlight_banner_sec {
	background:#f17921;
	padding:60px 0;	
	text-align:center;
}
.highlight_sec {
	text-align:center;
}
.highlights_sec ul {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
.highlights_sec ul::after, .highlights_sec ul::before {
	display: table;
	content: "";
	clear: both;
}
.highlights_sec ul li {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	width: 200px;
	display: inline-block;
	overflow: hidden;
	font-size: 15px;
	color:#fff;
}
.highlights_sec ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.highlights_sec ul li span {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	color:#fff;
}
.news_sec {
	background:#4ec1b2;	
	padding:60px 0;
}
.news_sec h2 {
	color:#fff;
	text-align:center;
}
.agenda_sec {
	padding: 50px 0px 85px 0px;
	margin: 0 auto;
}
.agenda_sec h1 {
	padding: 15px 0px 35px 0px;
	text-align: center;
}
.agenda_sec h2 {
	font-weight: 400;
	padding: 0px 0px 5px 0px;
	border-bottom: #dbdbdb solid 2px;
}
.agenda_sec .sessions {
	padding: 5px 0px;
	height: 100px;
	border-bottom: #dbdbdb solid 1px;
	display: table;
}
.agenda_sec .sessions_end {
	font-size: 13px;
	border-top: #dbdbdb solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-top: 15px;
	text-transform: uppercase;
}
.agenda_sec .sessions div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.agenda_sec .sessions div h4 {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}
.agenda_sec .sessions div h5 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-transform:uppercase;
	line-height: 15px;
}
.agenda_sec .sessions div span {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 15px;
}
.agenda_sec .sessions div:nth-child(1) {
	width: 50px;
	margin: 0px 0px 0px 5px;
}
.agenda_sec .sessions div:nth-child(2) {
	padding: 0px 0px 0px 20px;
	width: 360px;
}
.agenda_sec .sessions div:nth-child(3) {
	width: 140px;
	text-align: center;
}
.agenda_sec .sessions a.cta {
	min-width: 96px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
}
.agenda_sec h2 sup {
	font-size: 15px;
	line-height: 0;
	position: relative;
	top: -10px;
}
.agenda_sec .day_01 {
	width: 570px; 
	margin: 0px auto;
}
.agenda_sec .day_01 .sessions:last-child, .agenda_sec .day_02 .sessions:last-child {
	border-bottom: #dbdbdb solid 2px;
}
.agenda-title{
	padding:10px 0px;
	}
.agenda-time{
	font-size:15px;
	padding-bottom:15px;
}
.venue_sec {
	padding: 0px;
	margin: 0 auto;
	background: #4ec1b2;
	height: 500px;
}
.venue_sec h1 {
	padding: 35px 0px 10px 0px;
	color: #FFF;
}
.venue_sec .left {
	float: left;
	width: 30%;
}
.venue_sec .left .hotel-txt {
	padding: 0px 0px 0px 50px;
	height: 250px;
}
.venue_sec .left .hotel-txt img {
	position: relative;
	top: -27px;
}
.venue_sec .left .hotel-txt p {
	display: inline-block;
	color: #FFF;
	padding-left: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
.venue_sec .left .hotel {
	height: 250px;
	overflow: hidden;
}
.venue_sec .right {
	float: left;
	width: 70%;
	position:relative;
	height: 500px;
}
.venue_sec .right iframe{
	position:absolute;
	width:100%;
	top:0px;
	bottom:0px;
	left:0px;
	bottom:0px;
	border:none;
	/*pointer-events:none;	*/
}
.contactus_sec {
	padding: 110px 0px 70px 0px;
	margin: 0 auto;
	background: #f17921;
	color: #FFF;
}
.contactus_sec .left{
	float:left;
	width:30%;
	text-align:left;
}
.contactus_sec .left p {
	color: #FFF;
	padding: 0px;
	line-height: 25px;
}
.contactus_sec .right{
	    float: right;
    width: 66%;
    padding-left: 30px;
    text-align: left;
    border-left: #F5B688 solid 1px;
}
.contactus_sec h1 {
	text-align: center;
	color: #FFF;
	padding: 15px 0px 65px 0px;
}
.contactus_sec h2 {
	color: #FFF;
	padding: 0px 0px 35px 0px;
}
.contactus_sec .right p {
	text-align: center;
	color: #FFF;
	padding: 0px;
	line-height: 25px;
}
.contactus_sec .right h2 {
	text-align: center;
	color: #FFF;
	padding: 0px 0px 35px 0px;
}
.contactus_sec a{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	letter-spacing:normal;
	text-decoration:underline;
}
.notify_form {
	width: 70%;
	margin: 0 auto;
}
.notify_form form {
	padding: 15px 0px;
}
.notify_form form .form-row {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.notify_form form .form-row .row-half1 {
	width: 49%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.notify_form form .form-row .row-half2 {
	width: 49%;
	float: left;
	position: relative;
}
.notify_form form .form-row .row-half1 input[type="text"], .notify_form form .form-row .row-half2 input[type="text"] {
	padding: 0px 5%;
	width: 90%;
}
.notify_form form .form-row input[type="text"], .notify_form form .form-row input[type="email"] {
	background: #fff;
	border: none;
	width: 96%;
	height: 55px;
	color: #acaeb6;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	outline: none;
	padding: 0px 2%;
}
.notify_form form .form-row label {
	display: inline;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #F93535;
	z-index: 9999;
	font-weight: 400;
}
.notify_form form .form-row input[type="submit"] {
	width: 100%;
	background: #4ec1b2;
	color: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border: 0;
	outline: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
}
.notify_form form .form-row input[type="submit"]:hover {
	background: #36a596;
}
footer {
	margin: 0 auto;
	padding: 25px 0px 15px 0px;
	background: #b75827;
}
.f-logo {
	float: left;

}
.f-logo a {
	display: inline-block;
	margin-right: 20px;
}
.f-logo a img {
	vertical-align: top;
}
.f-social {
	float: right;
}
.f-social p {
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	float: left;
	font-size: 15px;
	line-height:20px;
	text-align: right;
	width: 525px;
	padding-right: 25px;
}
.f-social p a {
	color: #FFF;
	text-decoration: underline;
	letter-spacing: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.f-social ul {
	display: inline-block;
}
.f-social ul li {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin-left: 15px;
}
.f-social ul li a {
	height: 32px;
	width: 32px;
	display: block;
}
.f-social ul li span {
	height: 32px;
	width: 32px;
	display: block;
	background-image: url(../images/social-icons.png);
}
.f-social ul li .icon01 {
	background-position: 0px 0px;
}
.f-social ul li .icon01:hover {
	background-position: 0px 32px;
}
.f-social ul li .icon02 {
	background-position: -32px 0px;
}
.f-social ul li .icon02:hover {
	background-position: -32px 32px;
}
.f-social ul li .icon03 {
	background-position: -64px 0px;
}
.f-social ul li .icon03:hover {
	background-position: -64px 32px;
}
.f-social ul li .icon04 {
	background-position: -96px 0px;
}
.f-social ul li .icon04:hover {
	background-position: -96px 32px;
}
.agenda_des h3{
	font-weight: 400;
    font-size: 20px;
    padding: 0px;
}
.agenda_des h4{
    padding: 0px;
    font-weight: 400;
    font-size: 17px;
}
/*====================Back to top button =============*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index: 999;
}
#back-top a {
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	background: url(../images/top.png) no-repeat center center;
	text-indent: -9999px;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	opacity: .5;
}

.register_content, .speakers_content, .agenda_content, .sponsors_content{
	display:none;
}

.agenda_content p{
	color:#6d6e71;
}
.sponsors_content_inner{
	width:700px;
}

.pp_inline .left {
	width:22%;
	float:left;
	font-size:20px;
	padding-top: 10px;
	padding-right: 3%;
	margin-bottom:15px;
}

.pp_inline .left .team_social {
	margin: 0 auto;
	display: block;
	width: 60px;
	padding-top:15px;
}
.pp_inline .left a {
	margin:0 5px;
}
.pp_inline .left a i {
	width: 15px;
	height: 15px;
	color:#8C8C8C;
}
.pp_inline .left a i:hover {
	color:#000;
}
.pp_inline .left a:hover {
	color:#000;
	text-decoration:none;
}
.pp_inline .right {
	float:left;
	width:75%;
	text-align:left;
	padding: 10px 0px 15px 0px;
}
.pp_inline .right a{
	color:#009bdf;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	letter-spacing:normal;
}
.pp_inline .right h3 {
	margin:0px;
	padding:0 0 7px 0;
	text-align: left;
	width: 100%;
}
.pp_inline .right h5 {
	color:#939292;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.pp_inline .right h6{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.pp_inline .right p {
	margin-bottom:20px;
	line-height:26px;
}
.reg{
	width:705px; 
	text-align:left;
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
.main {
	width: 90%;
}
.notify_form {
	width: 90%;
}
.f-logo a {
	margin-right: 5px;
}
.f-social p {
	margin: 0px;
	padding: 0px;
}
.f-social ul li {
	margin-left: 8px;
}
.gallery_sec .left {
	width: 32%;
}
.gallery_sec .right {
	width: 65%;
}
.venue_sec .left .hotel-txt img {
	display:none;	
}
}

