@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,300,100italic,100,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);
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: 'Lato', 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: 'Montserrat', 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: 'Montserrat', 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: #f17921;
	background: #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.cta:hover {
	background: #f17921;
	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: 17px 0px;
	margin: 0 auto;
	background: #FFF;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	webkit-box-shadow: 0px 1px 1px #d8d7d7;
	-moz-box-shadow: 0px 1px 1px #d8d7d7;
	box-shadow: 0px 1px 1px #d8d7d7;
}
header .logo {
	float: left;
	margin-top: 17px;
}
#nav {
	margin: 0px;
	padding: 0px;
	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 {
	height: 60px;
}
#nav > ul > li {
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6d6e71;
	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: 'Montserrat', 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: '';
}
.navImg-icon01 span, .navImg-icon02 span, .navImg-icon03 span, .navImg-icon04 span, .navImg-icon05 span {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0px auto 10px auto;
}
.navImg-icon01 span {
	background: url(../images/navImg-icon.png) no-repeat;
}
#nav > ul > li.navImg-icon01:hover span, #nav > ul > li.active.navImg-icon01 span {
	background: url(../images/navImg-icon.png) 0px 32px;
}
.navImg-icon02 span {
	background: url(../images/navImg-icon.png) -32px 0px;
}
#nav > ul > li.navImg-icon02:hover span, #nav > ul > li.active.navImg-icon02 span {
	background: url(../images/navImg-icon.png) -32px 96px;
}
.navImg-icon03 span {
	background: url(../images/navImg-icon.png) -64px 0px;
}
#nav > ul > li.navImg-icon03:hover span, #nav > ul > li.active.navImg-icon03 span {
	background: url(../images/navImg-icon.png) -64px 32px;
}
.navImg-icon04 span {
	background: url(../images/navImg-icon.png) -96px 0px;
}
li.navImg-icon04:hover span, li.active.navImg-icon04 span {
	background: url(../images/navImg-icon.png) -96px 96px;
}
.navImg-icon05 span {
	background: url(../images/navImg-icon.png) -128px 0px;
}
#nav > ul > li.navImg-icon05:hover span, #nav > ul > li.active.navImg-icon05 span {
	background: url(../images/navImg-icon.png) -128px 32px;
}
.hero {
	background: #f17921 url(../images/hero-bg.png) center center no-repeat;
	width: 100%;
	margin: 95px auto 0 auto;
	height: 700px;
	padding: 0px;
	position: relative;
	text-align: center;
}
.hero .presents_sec {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 72px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.hero .bottom_sec {
	position: absolute;
	bottom: 75px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.hero .location {
	color: #FFF;
	font-size: 20px;
	padding-bottom: 22px;
}
.hero_news_sec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #009bdf;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
	z-index: 99999;
}
.hero_news_sec a {
    color: #fff;
    font-size: 17px;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    text-decoration: underline;
}
.hero_news_sec a:hover {
	text-decoration: none;
}
.hero a.cta1 {
	height: 45px;
	font-size: 15px;
	min-width: 200px;
	line-height: 45px;
	margin-right: 20px;
}
.hero a.cta {
	height: 45px;
	font-size: 15px;
	min-width: 150px;
	line-height: 45px;
}
.hero .hero_triangle {
	background: url(../images/hero-triangle.png) center bottom no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 400px;
}
.backlink_sec {
	padding-top: 40px;
	text-align: center;
}
.backlink_sec a.cta {
	background: #fff;
	border: 2px solid #f17921;
	color: #f17921;
	min-width: 320px;
}
.backlink_sec a.cta:hover {
	background: #f17921;
	border: 2px solid #f17921;
	color: #fff;
}
.intro_sec {
	background: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
	position: relative;
	text-align: center;
	line-height: 30px;
}
.intro_sec .intro_sec_in {
	width: 70%;
	margin: 0 auto;
}
.integrate_tech_in ul {
	margin: 0px;
	padding: 0px 0px 50px 0px;
}
.integrate_tech_in li {
	margin: 0px;
	padding: 0px 20px 5px 20px;
	display: inline-block;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #487aa2;
}
.intro_sec .owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.intro_sec .owl-theme .owl-controls .owl-page span {
	background: none repeat scroll #fff;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
}
.intro_sec .owl-theme .owl-controls .owl-page.active span {
	background: none;
	border: 2px solid #fff;
	height: 8px;
	width: 8px;
}
.intro_sec #owl-fade.owl-carousel .owl-item {
	float: left;
	margin-right: 0px!important;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_pic {
	float: left;
	width: 370px;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_text {
	float: left;
	width: 800px;
	height: 370px;
	position: relative;
	background: #4ec1b2;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_text h2:before {
	content: url('../images/open-quote.png');
	width: 32px;
	height: 18px;
	position: absolute;
	top: 20px;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_text h2:after {
	content: url('../images/close-quote.png');
	width: 32px;
	height: 18px;
	position: absolute;
	bottom: 40px;
	right: 30px;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_text .intro_text_inner {
	padding: 30px;
	color: #fff;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_text .intro_text_inner h2 {
	color: #fff;
	font-weight: 400;
	padding: 50px 0 30px;
}
.owl-controls {
	position: absolute;
	bottom: 25px;
	left: 34%;
}
.pricing_sec {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0px 20px 0px;
	position: relative;
	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 url(../images/close-triangle.png) right bottom no-repeat;
	;
	width: 365px;
	height: 265px;
	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: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.pricing_sec ul li .pricing_txt {
	padding: 50px 0px 18px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
}
.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: 45%;
}
.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;
}
.pricing_sec ul li .pricing_txt span {
	font-size: 28px;
	vertical-align: top;
	line-height: 12px;
}
.pricing_sec a.cta {
	margin-bottom: 0px;
	min-width: 245px;
}
.pricing_sec ul li a.cta {
	color: #6d6e71;
	border-color: #b1b2b3;
	min-width: 166px;
	background: none;
}
.pricing_sec ul li p {
	font-size: 13px;
	line-height: 17px;
	margin: 5px 0 0;
}
.pricing_sec ul li a.cta1 {
	min-width: 166px;
}
.pricing_sec ul li a.cta1:hover {
	color: #1969a1;
}
.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: #1969a1 url(../images/open-triangle.png) right bottom no-repeat;
	color: #FFFFFF;
}
.pricing_sec ul li.open .pricing_top {
	background: #009bdf;
	color: #FFFFFF;
}
.pricing_sec .con-txt {
	clear: both;
	margin: 0 auto;
	padding: 0px;
	font-size: 15px;
}
.pricing_sec p.tax {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: center;
}
.speakers_sec {
	padding: 50px 0px 40px;
	;
	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;
}
.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;
}
.agenda_sec {
	padding: 50px 0px 85px 0px;
	margin: 0 auto;
}
.agenda_sec h1 {
	padding: 15px 0px 55px 0px;
}
.agenda_sec h2 {
	font-weight: 600;
	padding: 0px 0px 5px 0px;
	border-bottom: #dbdbdb solid 2px;
}
.agenda_sec .sessions {
	padding: 15px 0px;
}
.day_01 .sessions {
	border-bottom: #c4ddda solid 1px;
}
.day_01 h2 {
	border-bottom: #4ec1b2 solid 2px;
	color: #4ec1b2;
	padding-bottom: 15px;
}
.day_01 .sessions_title {
	padding: 5px 8px;
	border-bottom: #c4ddda solid 1px;
	display: block;
	background: #e5f6f4;
}
.day_02 .sessions {
	border-bottom: #facdac solid 1px;
}
.day_02 h2 {
	border-bottom: #f17921 solid 2px;
	color: #f17921;
	padding-bottom: 15px;
}
.day_02 .sessions_title {
	padding: 5px 8px;
	border-bottom: #facdac solid 1px;
	display: block;
	background: #fef1e8;
}
.day_03 .sessions {
	border-bottom: #a6dcf4 solid 1px;
}
.day_03 h2 {
	border-bottom: #009bdf solid 2px;
	color: #009bdf;
	padding-bottom: 15px;
}
.day_03 .sessions_title {
	padding: 5px 8px;
	border-bottom: #a6dcf4 solid 1px;
	display: block;
	background: #def2fb;
}
.agenda_sec .sessions_title .time_sec {
	float: left;
	width: 50%;
}
.agenda_sec .sessions_title .head_sec {
	float: right;
	width: 50%;
	text-align: right;
}
.agenda_sec .sessions_title .time_sec span {
	padding: 10px 0;
	display: block;
	font-size: 15px;
	line-height: 18px;
}
.agenda_sec .sessions_title .head_sec h6 {
	font-weight: 400;
	padding: 10px 0;
	text-transform: uppercase;
}
.agenda_sec .sessions_end {
	font-size: 13px;
	border-top: #dbdbdb solid 1px;
	font-family: 'Montserrat', 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:nth-child(1) {
	width: 260px;
}
.agenda_sec .sessions div:nth-child(2) {
	width: 130px;
	text-align: center;
}
.agenda_sec .sessions div h4 {
	margin: 0px;
	padding: 3px 0;
	font-size: 18px;
	line-height: 23px;
	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;
	padding-bottom: 5px;
	display: block;
}
.agenda_sec .sessions a.cta {
	min-width: 96px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	border: 2px solid #f17921;
	margin-left: 5px;
}
.agenda_sec h2 sup {
	font-size: 15px;
	line-height: 0;
	position: relative;
	top: -10px;
}
.agenda_sec .day_01 {
	width: 370px;
	margin: 0px 30px 0px 0px;
	float: left;
}
.agenda_sec .day_02 {
	width: 370px;
	margin: 0px 30px 0px 0px;
	float: left;
}
.agenda_sec .day_03 {
	width: 370px;
	margin: 0px;
	float: left;
}
.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;
}
.sponsors_sec {
	padding: 20px 0px 160px 0px;
}
.sponsors_sec_main {
	padding: 35px 0px 20px 0px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}
.sponsor_box {
	text-align: center;
	padding: 0 25px;
	padding-bottom: 40px;
}
.sponsor_box img {
	border: 8px solid #ccc;
	padding: 5px;
}
.sponsors_sec h1 {
	padding: 15px 0px 45px 0px;
	font-size: 50px;
	line-height: 50px;
}
.sponsors_sec h2 {
	padding-bottom: 20px;
	font-size: 35px;
}
.sponsors_sec a.cta {
	border: 2px solid #f17921;
}
.sponsors_sec a.cta1:hover {
	color: #009bdf;
}
.venue_sec {
	background: url(../images/venue-bg.png) center center no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
}
.venue_sec .main {
	position: relative
}
.venue_location {
	background: url(../images/venue-triangle.png) center center no-repeat;
	position: absolute;
	top: -30px;
	left: 0;
	width: 370px;
	height: 370px;
	z-index: 999;
}
.venue_award {
	background: url(../images/venue-award.png) center center no-repeat;
	position: absolute;
	top: 270px;
	left: -30px;
	width: 270px;
	height: 270px;
	z-index: 9;
}
.venue_location_text {
	padding: 50px 30px;
}
.venue_location_text h1 {
	color: #fff;
}
.venue_location_text h6 {
	color: #fff;
}
.location_maps {
	height: 300px;
}
.tweet_feed_sec {
	padding: 80px 0 20px;
	height: 960px;
}
.tweet_feed_sec h1 {
	padding-bottom: 50px;
}
.tweet_feed {
	position: relative;
}
.feed1 {
	position: absolute;
	top: 0;
	left: 0;
}
.feed2 {
	position: absolute;
	top: 0;
	left: 237px;
}
.feed3 {
	position: absolute;
	top: 0;
	right: 0;
}
.feed4 {
	position: absolute;
	top: 422px;
	left: 0;
}
.feed5 {
	position: absolute;
	top: 422px;
	left: 237px;
}
.feed6 {
	position: absolute;
	top: 210px;
	right: 0;
}
.box1 {
	width: 460px;
	height: 200px;
	position: absolute;
	left: 474px;
	top: 0;
}
.box2 {
	width: 460px;
	height: 200px;
	position: absolute;
	left: 237px;
	top: 210px;
}
.box3 {
	width: 224px;
	height: 410px;
	position: absolute;
	left: 473px;
	top: 423px;
}
.box4 {
	width: 462px;
	height: 201px;
	position: absolute;
	left: 0;
	top: 632px;
}
.box5 {
	width: 462px;
	height: 201px;
	position: absolute;
	right: 0;
	top: 632px;
}
.feedbox.green {
	background: #4ec1b2;
	color: #fff;
}
.feedbox.blue {
	background: #009bdf;
	color: #fff;
}
.feedbox_inner {
	padding: 40px 20px;
}
.feedbox h6 {
	color: #fff;
	font-weight: 300;
}
.feedbox h6 strong {
	font-weight: 400;
}
.feedbox span {
	color: #fff;
	font-size: 15px;
	font-weight: 18px;
}
.tweet_profile {
	margin-bottom: 7px;
}
.tweet_pic {
	float: left;
	width: 30px;
	margin-right: 10px;
}
.tweet_name {
	float: left;
	font-size: 15px;
	line-height: 17px;
}
.feedbox.blue .tweet_icon {
	background: url(../images/tweeter-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	right: 14px;
}
.feedbox.green .quote_icon {
	background: url(../images/quote-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 14px;
	right: 14px;
}
.talks_sec {
	padding: 40px 0 60px;
}
.talks_sec ul {
	text-align: center;
	margin-top: 40px;
}
.talks_sec ul li {
	float: left;
	width: 31.333%;
	margin-right: 2%;
}
.talks_sec ul li:hover {
	box-shadow: #9c9c9c 0 0 10px 2px;
}
.talks_sec_text {
	background: #efeeee;
	padding: 25px 15px 10px;
	text-align: left;
	min-height: 94px;
}
.talks_sec_text h5 {
	padding: 0 0 10px;
	line-height: 22px;
}
.talks_sec_list .talks_sec_top {
	position: relative;
}
.talks_sec ul li .video_icon {
	position: absolute;
	left: 22px;
	bottom: 18px;
	width: 48px;
	height: 48px;
}
.accommodation_sec {
	padding: 20px 0 80px;
}
.accommodation_sec p {
	line-height: 27px;
}
.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 .get_touch p {
	margin-bottom: 10px;
	line-height: 22px;
}
.contactus_sec .get_touch p.call {
	background: url(../images/call-icon.png) no-repeat left center;
	padding-left: 25px;
	font-size: 24px;
}
.contactus_sec .get_touch p.email {
	background: url(../images/env-icon.png) no-repeat left center;
	padding-left: 25px;
}
.contactus_sec .get_touch p a {
	text-decoration: none;
}
.contactus_sec .right {
	float: right;
	width: 64%;
	padding-left: 50px;
	text-align: left;
	border-left: #F5B688 solid 1px;
}
.contactus_sec h1 {
	color: #FFF;
	padding: 0px 0px 30px 0px;
}
.contactus_sec h2 {
	color: #FFF;
	padding: 0px 0px 35px 0px;
}
.contactus_sec .right p {
	color: #FFF;
	padding: 0px;
	line-height: 25px;
}
.contactus_sec .right h2 {
	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;
}
.notify_form {
	width: 70%;
	float: left;
}
.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%;
}
.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: #1969a1;
	color: #f0f0a6;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-family: 'Montserrat', 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: #1C4C6D;
}
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;
}
/*====================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;
}

@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;
}
.hero {
	background-size: contain;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_pic {
	display: none;
}
.intro_sec #owl-fade.owl-carousel .owl-item .intro_text {
	width: 100%;
}
.tweet_feed_sec {
	display: none;
}
.agenda_sec .day_01, .agenda_sec .day_02 {
	margin-bottom: 30px;
}
.pricing_sec ul li {
	width: 30%;
}
}

@media screen and (min-width: 1171px) and (max-width: 1400px) {
.hero .hero_triangle {
	bottom: -50px;
}
}
