@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700italic,700,500italic,500,400italic,300italic,300,100,100italic);
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;
}
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: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #6d6e71;
}
img {
	max-width: 100%;
	border: none;
}
p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 15px 0;
	color: #6d6e71;
}
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: 'Muli', 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: #01b6ad;
	border: 2px solid #01b6ad;
	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.cta:hover {
	background: #01b6ad;
	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: 0px;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	text-align:center;
}
header .logo {
	float: left;
	margin-top: 23px;
}
#nav {
	margin: 0 auto;
	padding: 0px;
	background:#413837;
	display:inline-block;
}

#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	display: block;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;	
}
#nav li.active a {
	color: #01b6ad;
}
#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 {
	height: 50px;
}
#nav > ul > li {
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #f8f8f8;
	padding: 0px 20px;
	line-height:50px;
}
#nav > ul > li > a:hover {
	color:#cacaca;
}
/* #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.register a{
	background:#01b6ad;
	color:#FFF;
}
#nav > ul > li.register > a:hover {
	color:#FFF;
}
/* 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: 'Muli', 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: '';
}

.hero {
	width: 100%;
	margin: 0px auto 0 auto;
	height: 500px;
	padding: 0px;
	position: relative;
	text-align: center;
	background: #000;
}
.hero-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: inset 0px 0px 50px 5px #333333;
    z-index: 9;
    background: url(../images/effect_2.png) repeat;
}
.hero .event_name {
	position: absolute;
	z-index: 99;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 16%;
	text-align: center;
	font-family: 'Muli', sans-serif;
}
.hero .event_name h1 {
	margin: 0px;
    padding: 0px 0px 0px 20px;
    font-size: 75px;
    line-height: 80px;
    display: inline-block;
    text-transform: uppercase;
    background: #01b6ad;
    letter-spacing: 10px;
    font-weight: 700;
	font-family: 'mulibold';
    color: #FFF;
}
.hero .event_name h1 span{
	background: #413837;
    padding: 4px 15px 0;
    color: #FFF;
    display: inline-block;
    font-size: 75px;
    line-height: 80px;
    height: 90px;
}
.hero .event_name h4 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    padding: 15px 0px 10px;
    letter-spacing: 4px;
	text-shadow: 1px 1px 0px #000;
}
.hero .event_name h2 {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    padding: 20px 0px 0px 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
}
.hero .event_name h3 {
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    padding: 20px 0px 35px 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
}
.hero .event_name h4 a {
	color:#01B6AD;	
}
.hero .event_name a.cta {
	color: #FFF;
	border: 2px solid #01b6ad;
	background:#01b6ad;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	min-width: 210px;
}
.hero .event_name a.cta:hover {
	background: #FFF;
	color: #01b6ad;
	border: 2px solid #FFF;
}
.hero .event_name P {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 25px 0px 0px 0px;
    letter-spacing:2px;
    text-transform: uppercase;
	font-weight:400;
}
.hero .presents_sec {
	position: absolute;
	background:url(../images/bg_gray.png) repeat;
	z-index: 99;
	bottom: 20px;
	left: 75%;
	padding:10px 20px;
	text-align: center;
	font-family: 'Muli', sans-serif;
	color: #FFF;
	font-size: 17px;
	letter-spacing: 1px;
	margin-left: -75px;
}
.hero .thank_you_sec {
	position: absolute;
	z-index: 99;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 16%;
	text-align: center;
	font-family: 'Muli', sans-serif;
}
.hero .thank_you_sec h1 {
	color:#fff;
	padding-bottom:50px;
}
.hero .thank_you_sec p {
	color:#fff;
	font-size:20px;
	line-height:30px;
}
.hero .thank_you_sec h4 {
	color:#fff;
}
.hero .thank_you_sec h4 {
	color:#fff;
}
.hero .thank_you_sec h4 a {
	color:#01B6AD;
}
.logo {
    padding: 20px 0 50px 0;
	width:200px;
	margin:0 auto;
}
.logo span {
	display:block;
	padding:2px 0 0;
	text-align: center;
    color: #fff;
	letter-spacing: 1px;
}
.banner-img  {
	opacity:0.7;	
}

.pricing_sec {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0px 85px 0px;
	position: relative;
	text-align: center;
	line-height: 30px;
}
.pricing_sec ul {
	margin: 0 auto;
	padding: 55px 0px 35px 0px;
	text-align: center;
}
.pricing_sec ul::after, .pricing_sec ul::before {
	display: table;
	content: "";
	clear: both;
}
.pricing_sec ul li {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	background: #f6f6f6;
	border-radius: 5px;
	width: 265px;
	height: 255px;
	display: inline-block;
	overflow: hidden;
}
.pricing_sec ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.pricing_sec ul li .pricing_top {
	background: #dbdbdb;
	padding: 18px 0px;
	font-size: 15px;
	line-height: 22px;
}
.pricing_sec ul li .pricing_top span {
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.pricing_sec ul li .pricing_txt {
	padding: 70px 0px 18px 0px;
	font-family: 'Muli', sans-serif;
	font-size: 60px;
	font-weight: 400;
}
.pricing_sec ul li .pricing_txt span {
	font-size: 28px;
	vertical-align: top;
	line-height: 12px;
}
.pricing_sec h3 {
	padding:0 0 40px 0;	
}
.pricing_sec a.cta {
	margin-bottom: 30px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    min-width: 385px;
}
.pricing_sec ul li a.cta {
	color: #6d6e71;
	border-color: #b1b2b3;
	min-width: 166px;
}
.pricing_sec ul li a.cta:hover {
	background: #b1b2b3;
	color: #FFF;
}
.pricing_sec ul li.open a.cta {
	color: #FFF;
	border-color: #FFF;
}
.pricing_sec ul li.open a.cta:hover {
	background: #FFF;
	color: #1969a1;
}

.pricing_sec ul li.open {
	background: #01B6AD ;
	color: #FFFFFF;
}
.pricing_sec ul li.open .pricing_top {
	background: #048A83;
	color: #FFFFFF;
}
.pricing_sec .con-txt {
	clear: both;
	margin: 0 auto;
	padding: 0px;
	font-size: 15px;
}
.pricing_sec .con-txt p {
	margin:0;
	color:#F17921;
}
.pricing_sec .con-txt p a {
	font-family: 'Roboto', sans-serif;
	color:#F17921;
	font-weight:300;
	letter-spacing:normal;
}
.pricing_sec ul li .sold_out {
    position: relative;
    display: inline-block;
}
.pricing_sec ul li .sold_out::before, .pricing_sec ul li .sold_out::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 48%;
}
.pricing_sec ul li .sold_out::before {
    border-bottom: 5px solid #6d6e71;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.pricing_sec ul li .sold_out::after {
    border-bottom: 5px solid #6d6e71;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}
.pricing_sec ul li .sold_out a.cta {
    color: #FB0404;
    border-color: #FB0404;
	border:none;
    min-width: 92px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100px;
    margin: 20px auto 0;
}
.pricing_sec ul li .sold_out a.cta:hover {
	background:none;
	color: #FB0404;
}
.highlights_sec {
	background: #f6f6f6;
	padding: 42px 0px;
}
.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;
}
.highlights_sec ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.highlights_sec ul li span {
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.speakers_sec {
	padding: 90px 0px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/speaker-bg-1.png) left bottom no-repeat, url(../images/speaker-bg-2.png) right bottom no-repeat;
	background-color: #f5f5f5;
}
.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: 'Lato', 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;
}
.sponsors_sec {
	padding: 50px 0px 80px 0px;
	margin: 0 auto;
	text-align: center;
	background: #009bdf;
	color: #FFF;
}
.sponsors_sec h1 {
	color: #FFF;
	padding: 15px 0px 35px 0px;
}
.sponsors_sec a.cta1{
	min-width: 225px;
}
.sponsors_sec a.cta1:hover{
	color:#009bdf;
}	
.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: 0px;
	height: 100px;
	border-bottom: #dbdbdb solid 1px;
	display: table;
}
.agenda_sec .sessions_end {
	font-size: 13px;
	border-top: #dbdbdb solid 1px;
	font-family: 'Muli', 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: 460px;
}
.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: 58%;
	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: 30px 0px 20px 0px;
	color: #FFF;
}
.venue_sec .left {
	float: left;
	width: 35%;
}
.venue_sec .left .hotel-txt {
	padding: 0px 0px 0px 50px;
	height: 250px;
}
.venue_sec .left .hotel-txt img {
	position: relative;
	top: -45px;
}
.venue_sec .left .hotel-txt p {
	display: inline-block;
	color: #FFF;
	padding-left: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
}
.venue_sec .left .hotel {
	height: 250px;
	overflow: hidden;
}
.venue_sec .right {
	float: left;
	width: 65%;
	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;	*/
}
.hotels_sec {
	padding: 60px 0px 100px 0px;
	margin: 0 auto;
}
.hotels_sec .hotel_txt{
	text-align: center;
    padding: 30px 0px 0px 0px;
    font-size: 17px;
    line-height: 26px;
}
.hotels_sec .hotel_txt p{
    padding: 0px 0px 10px 0px;
	margin:0px;
}
.hotels_sec h1 {
	text-align: center;
	padding: 15px 0px 50px 0px;
}
.hotels_sec ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.hotels_sec ul li {
	margin: 0px 30px 0px 0px;
	padding: 30px;
	width: 206px;
	text-align: left;
	position: relative;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
}
.hotels_sec ul li:last-child {
	margin: 0px 0px 0px 0px;
}
.hotels_sec ul li::before {
	content: "";
	background: url(../images/location-small.png);
	width: 18px;
	position: absolute;
	height: 24px;
	top: 10px;
	left: 14px;
}
.hotels_sec ul li h4 {
	margin: 0px;
	padding: 0px;
}
.hotels_sec ul li p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.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: 'Lato', sans-serif;
    font-weight: 300;
	letter-spacing:normal;
	text-decoration:underline;
}
.contactus_sec a:hover {
	text-decoration:none;	
}
.notify_form {
	margin: 0 auto;
	padding-bottom:50px;
}
.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: 'Lato', sans-serif;
	font-weight: 300;
	outline: none;
	padding: 0px 2%;
	border: 1px solid #dbdbdb;
}
.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: #19BDB5;
	color: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-family: 'Muli', 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: #16a09a;
}
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;
	text-align: right;
	width: 470px;
	padding-right: 25px;
}
.f-social p a {
	color: #FFF;
	text-decoration: underline;
	letter-spacing: normal;
	font-family: 'Lato', 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: 'Lato', 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;
}

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.woff2') format('woff2'),
         url('../fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulilight';
    src: url('../fonts/muli-light-webfont.woff2') format('woff2'),
         url('../fonts/muli-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mulisemibold';
    src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'),
         url('../fonts/muli-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
.main {
	width: 90%;
}
.hotels_sec ul li {
	margin: 0px 30px 10px 0px;
}
.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%;
}
.agenda_sec .day_01 {
    margin: 0 auto;
    width: 80%;
}
.agenda_sec .day_03 {
    float: left;
    width:31%;
}
}
