body {
	background: #fff;
}

body,h1,h2,h3,h4,h5,h6, p {
	font-family: 'woodfordbournepro-regularRg', sans-serif;
	font-weight: normal;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #464646;
}

p {
	color: #2d2d2d;
}

a, a:hover {
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.no-padding {
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1230px;
	padding: 0 30px;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.navbar-default {
	background: #202a35;
	border-radius: 0px;
	border: none;
	margin: 0;
	padding: 34px 0;
	transition: .4s;
}

.header-scroll.navbar-default {
	padding: 20px 0;
	transition: .4s;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	height: auto;
}

.navbar-default .navbar-nav {
	margin-top: 16px;
}

.navbar-default .navbar-nav > li {
	margin: 0 16px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	line-height: 34px;
	padding: 0;
	font-size: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #e93f66;
}

.navbar-default .navbar-nav > li.register > a {
	color: #e93f66;
	padding: 0 30px;
	border: 1px solid #e93f66;
	text-align: center;
}

.navbar-default .navbar-nav > li.register > a:hover {
	color: #fff;
	border: 1px solid #e93f66;
	background: #e93f66;
}

.top {
	height: 133px;
	background: #202a35;
	width: 100%;
}

.intro {
	background: url(../img/intro.jpg) no-repeat center bottom;
	background-color: #010101;
	background-size: cover;
	padding: 165px 0 175px;
}

.intro h4 {
	font-size: 24px;
	line-height: 31px;
	color: #fff;
}

.intro h1 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 121px;
	line-height: 101px;
	color: #fff;
	margin: 12px 0 -10px;
	height: 101px;
}

.intro p {
	font-size: 24px;
	line-height: 30px;
	margin: 44px 0 10px;
	color: #fff;
}

.intro p span {
	background: #fdb62e;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 10px 0px 15px;
}

.intro date {
	font-size: 23px;
	line-height: 30px;
	text-transform: none;
	color: #fff;
}

.info {
	padding: 88px 0 0;
	margin-bottom: -47px;
}

.info h4 {
	font-size: 36px;
	line-height: 31px;
	margin: 0 auto 40px;
	padding: 0 30px;
	position: relative;
	display: table;
}

.info h4:before {
	content: "";
	background: #d44868;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.info h4:after {
	content: "";
	background: #d44868;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}

.info p.lead {
	font-size: 26px;
	line-height: 32px;
	padding: 0;
}

.info p {
	font-size: 18px;
	line-height: 26px;
	padding: 0 13px;
}

.btn-text {
	font-size: 24px;
	line-height: 38px;
	color: #d44868;
	padding-left: 22px;
	background: url(../img/arrow.png) no-repeat left -1px;
	display: table;
	margin: 33px auto 38px;
}

.btn-text:hover {
	color: #fdb62e;
	background: url(../img/arrow.png) no-repeat left bottom;
}

.video-block {
	position: relative;
}

.video-block--overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
}

.video-block--overlay p {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
}

.play-btn {
	width: 90px;
	height: 90px;
	background: url(../img/icon/play.png) no-repeat center;
	transform: scale(1);
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	cursor: pointer;
}

.play-btn:hover {
	transform: scale(0.85);
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.services {
	background: url(../img/service-bg.png) no-repeat center top;
	background-color: #e0e0e0;
	padding: 130px 0 60px;
}

.service-item {
	margin: 0 0 26px;
}

.service-item h3 {
	color: #292828;
	font-size: 22px;
	line-height: 24px;
	margin: 22px 0 13px;
}

.service-item p {
	color: #444444;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	padding-right: 8px;
}

.speakers {
	background: #202a35;
	padding: 170px 0 70px;
	position: relative;
}

.speakers:after {
	content: "";
	height: 105px;
	width: 1px;
	background: #9f9f9f;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.speakers:before {
	content: "";
	height: 1px;
	width: 104px;
	background: #9f9f9f;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.section-head {
	margin-bottom: 75px;
}

.section-head h4 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	margin: -11px 0 11px;
}

.section-head--alt {
	margin:60px 0 20px;
}

.section-head--alt h4 {
	color: #202a35;
	font-size: 42px;
}

.section-head h4 img {
	position: relative;
	margin-right: 7px;
	top: -8px;
}

.section-head p {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
}

.speaker-head {
	display: table;
	margin: 0 auto 30px;
	background: #202a35;
	position: relative;
}

.speaker-head-overlay {
	padding: 0 50px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}

.speaker-head-overlay h2 {
	color: #fff;
	font-size: 37px;
	line-height: 44px;
	margin: 69px 0 6px;
}

.speaker-head-overlay p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 0 7px;
}

.speaker-thumb {
	position: relative;
	display: table;
	margin: 0 auto 30px;
	background: #1f1f1f;
	cursor: pointer;
}

.speaker-thumb img {
	opacity: 1;
	transition: .4s;
}

.speaker-thumb:hover img {
	opacity: 0.3;
	transition: .4s;
}

.speaker-overlay {
	padding: 30px 40px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.speaker-overlay span {
	font-size: 28px;
	line-height: 32px;
	padding-right: 60px;
	color: #fff;
}

.speaker-overlay div.more {
	width: 50px;
	height: 50px;
	background: url(../img/more.png) no-repeat center top;
	background-color: #d44868;
	overflow: hidden;
	border-radius: 50%;
	display: table;
	position: absolute;
	bottom: 33px;
	right: 40px;
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.speaker-thumb:hover .speaker-overlay div.more {
	background: url(../img/more.png) no-repeat center bottom;
	background-color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.section-foot p {
	font-size: 34px;
	line-height: 43px;
	color: #fff;
}

.section-foot {
	padding-top: 35px;
}

.section-foot p a {
	line-height: 54px;
	background: #d44868;
	color: #fff;
	padding: 0 22px;
	font-size: 25px;
	margin-left: 44px;
	display: inline-block;
	border-radius: 12px;
}

.section-foot p a:hover {
	background: #fdb62e;
	color: #fff;
}

.speaker-item {
	position: static;
}

.cta {
	background: #fdb62e url(../img/cta-bg.jpg) center;
	padding: 70px 0 58px;
}

.cta h4 {
	font-size: 36px;
	line-height: 41px;
	color: #202a35;
}

.cta p {
	font-size: 24px;
	line-height: 28px;
	color: #202a35;
	margin: 18px 0 28px;
}

.btn-cta {
	background: #202a35 url(../img/icon/envelope.png) no-repeat 26px 12px;
	color: #fff;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	padding: 0 26px 0 67px;
	display: table;
	margin: 0 auto;
}

.btn-cta:hover {
	background-color: #d44868;
	color: #fff;
}

footer {
	background: #202a35;
	padding: 64px 0 60px;
}

footer .logo-foot {
	display: inline-block;
}

.social {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 24px;
}

.social a {
	margin: 0 7px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	color: #fff;
}

.social a:last-child {
	margin: 0 0 0 7px;
}

.social a:hover {
	color: #d44868;
}

.copy {
	font-size: 13px;
	color: #fff;
}

.copy i {
	color: #e93f66;
}

.speaker-listing {
	padding: 156px 0 74px;
	background:url(../img/loader.gif) no-repeat center 130px;
	background-size:150px;
	transition:.6s;
}

.speaker-listing.visible {
	background:#fff;
	transition:.6s;
}

.speaker-listing .container {
	opacity:0;
	transition:.6s;
}

.speaker-listing.visible .container {
	opacity:1;
	transition:.6s;
}

.speaker-single {
	padding: 145px 0 95px;
}

.speaker-info {
	background: #c43a59;
	padding: 95px 75px;
	width: 95%;
	max-width: 500px;
	margin: 0 0 -353px;
	position: relative;
	z-index: 55;
}

.speaker-info h3 {
	color: #fff;
	font-size: 77px;
	line-height: 62px;
	font-family: PT Sans, sans-serif;
	font-weight: bold;
	margin: 0 0 25px;
}

.speaker-info p {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
}

.speaker-detail {
	background: #fff;
	padding: 61px 65px 0;
	position: relative;
	z-index: 55;
	margin-top: -581px;
}

.speaker-detail h3 {
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 24px;
}

.speaker-detail p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 26px;
	padding-left: 4px;
}

.topic {
	background: #202a35;
	padding: 60px 40px 63px 50%;
}

.topic span {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 19px;
	display: block;
}

.topic p {
	color: #fff;
	font-size: 28px;
	line-height: 32px;
}

.welcome-address {
	background: #d44868;
}

.welcome-content {
	padding: 0 70px 0 95px;
	position: relative;
	z-index: 11;
}

.welcome-content:before {
	content: "";
	height: 53px;
	width: 34px;
	background: url(../img/welcome/triangle.png) no-repeat center;
	position: absolute;
	left: -47px;
	top: 50%;
	transform: translateY(-50%);
}

.welcome-content h4 {
	color: #fff;
	font-size: 50px;
	line-height: 42px;
	font-family: PT Sans;
	font-weight: bold;
	margin: 0 0 40px;
}

.welcome-content p {
	color: #fff;
	font-size: 24px;
	line-height: 31px;
	padding-right: 30%;
}

.edition {
	padding: 90px 0;
}

.edition-info {
	padding: 0 66px 0 35px;
}

.edition-info p {
	font-size: 18px;
	line-height: 26px;
	color: #2d2d2d;
	margin: 0 0 27px;
}

.edition-info p:last-of-type {
	margin: 0;
}

.edition-info p.lead {
	font-size: 26px;
	line-height: 32px;
	color: #434444;
}

.edition-block {
	background: #3eca99;
	padding: 0 77px 50px;
	margin-bottom: 40px;
}

.edition-block-img {
	margin: 0px -77px 50px;
	position: relative;
}

.edition-block-img:after {
	content: "";
	background: url(../img/welcome/triangle2.png) no-repeat left bottom;
	background-size: cover;
	height: 59px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.edition-block p {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	margin: 0 0 30px;
}

.edition-block p:last-of-type {
	margin: 0;
}

.speaker-popup {
	max-width: 1170px;
	width: 100%;
	position: absolute;
	height: 367px;
	background: #eeefef;
	z-index: 111;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 73px;
}

.sp-detail {
	padding: 45px 27px 7px;
	position: relative;
}

.sp-detail:after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	background: #d1d1d1;
	right: 39px;
	top: 0;
}

.sp-detail h3 {
	font-size: 51px;
	line-height: 43px;
	margin: 0 0 18px;
	color: #333f4e;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

.sp-detail p {
	font-size: 18px;
	line-height: 22px;
	color: #d44868;
}

.sp-info {
	padding: 0 30px 0 40px;
}

.sp-info h3 {
	font-size: 30px;
	line-height: 42px;
	color: #d44868;
	margin: -6px 0 15px;
}

.sp-info p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
	color: #2d2d2d;
}

.sp-more {
	height: 30px;
	font-size: 18px;
	color: #d44868;
	padding: 0 0 0 43px;
	background: url(../img/icon/arrow.png) no-repeat left center;
	display: table;
	line-height: 30px;
}

.sp-more:hover {
	color: #d44868;
	text-decoration: underline;
}

.sp-close {
	width: 46px;
	height: 46px;
	background: url(../img/icon/close.png) no-repeat center;
	display: table;
	position: absolute;
	top: 34px;
	left: 29px;
	cursor: pointer;
	z-index:11;
}

.sp-prev {
	width: 46px;
	height: 46px;
	background: url(../img/icon/arrow2.png) no-repeat center;
	display: table;
	position: absolute;
	top: 34px;
	left: 85px;
	cursor: pointer;
	z-index:11;
}

.sp-next {
	width: 46px;
	height: 46px;
	background: url(../img/icon/arrow3.png) no-repeat center;
	display: table;
	position: absolute;
	top: 34px;
	left: 141px;
	cursor: pointer;
	z-index:11;
}

.speaker-popup {
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.speaker-popup.last {
	margin-top: -794px !important;
}

.speaker-popup.active {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

.speakers-menu {
	background: #242e3a;
	padding: 16px 0;
	position: fixed;
	width: 100%;
	top: 0px;
	transition:.4s;
	z-index: 777;
}

.speakers-menu.active {
	top: 133px;
	transition:.4s;
}

.header-scroll + .speakers-menu.active {
    top: 105px;
}

.speakers-menu ul {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}

.speakers-menu ul li {
	list-style: none;
	display: inline-block;
	padding: 0;
	line-height: 20px;
	padding: 0 10px;
	border-right: 1px solid #e93f66;
}

.speakers-menu ul li:last-child {
	border-right: none;
}

.speakers-menu ul li a {
	color: #e93f66;
}

.speakers-menu ul li a:hover, 
.speakers-menu ul li.active a {
	color: #fab806;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	-webkit-box-shadow: 0 0 32px rgba(21,64,115,.24);
	-moz-box-shadow: 0 0 32px rgba(21,64,115,.24);
	box-shadow: 0 0 32px rgba(21,64,115,.24);
	border-radius: 5px;
}

.video-full {
	position: fixed;
	background: rgba(0,0,0,0.75);
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -1;
	opacity: 0;
	visiblity: hidden;
	transition: .4s;
	width: 100%;
	height: 100vh !important;
}

.video-full.active {
	position: fixed;
	background: rgba(0,0,0,0.75);
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 77777;
	opacity: 1;
	visiblity: visible;
	transition: .4s;
	width: 100%;
	height: 100vh !important;
}

.video-full .container {
	height: 100vh !important;
}

.video-full .col-md-12 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	max-width: 75%;
	margin: 0 auto;
	padding: 80px;
}

.yt-close {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	transition: .4s;
	opacity: 0.7;
	cursor: pointer;
}

.yt-close:hover {
	transition: .4s;
	opacity: 1;
	color: #fff;
}

.speaker-carousel {
	position:relative;
}

.speaker-carousel .item {
	padding:0 15px;
}

.slick-prev {
    width: 30px;
    height: 30px;
    background: url(../img/icon/prev.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border-radius: 50%;
    border: none;
    padding: 0;
    font-size: 0;
}

.slick-next {
    width: 30px;
    height: 30px;
    background: url(../img/icon/next.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -15px;
    border-radius: 50%;
    border: none;
    padding: 0;
    font-size: 0;
}

/* =============================
   RESPONSIVENESS 
================================ */

@media only screen and (min-width: 992px)  and (max-width: 4000px) {

	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

@media only screen and (min-width: 1051px ) and (max-width: 1150px) {


.slick-prev {
    left: 30px;
	z-index:55;
}

.slick-next {
    right: 30px;
	z-index:55;

}

	.header-scroll + .speakers-menu.active {
		top: 74px;
	}

	.speakers-menu.active {
		top: 104px;
	}

	.navbar-brand {
		max-width: 200px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}

	.navbar-default .navbar-nav {
		margin-top: 5px;
	}

	.navbar-default .navbar-nav > li {
		margin: 0 11px;
	}

	.intro {
		border-top: 102px solid #202a35;
	}
}

@media only screen and (min-width: 993px ) and (max-width: 1050px) {

	.welcome-content {
		padding: 0 20px 0 40px;
	}

	.welcome-content p {
		font-size: 20px;
		line-height: 27px;
		padding-right: 20px;
	}

	.speaker-popup {
		max-width: 95% !important;
	}

}

@media only screen and (min-width: 768px ) and (max-width: 1050px) {


.slick-prev {
    left: 30px;
	z-index:55;
}

.slick-next {
    right: 30px;
	z-index:55;

}


	.header-scroll + .speakers-menu.active {
		top: 74px;
	}

	.speakers-menu.active {
		top: 104px;
	}

	.speaker-popup {
		max-width: 93%;
	}

	.sp-detail:after { 
		display:none;
	}

	.speaker-popup.active {
		height: 330px;
		overflow: scroll;
	}

	.speaker-popup.last {
		margin-top: 0 !important;
	}

	.speakers-menu {
		padding: 16px 0 6px;
	}

	.speakers-menu ul li {
		margin-bottom: 10px;
	}

	.edition-block-img:after {
		bottom: -1px;
	}

	.edition-block {
		padding: 0 50px 50px;
	}

	.edition-block-img {
		margin: 0px -50px 50px;
	}

	.topic {
		padding: 40px 25px 40px 25px;
	}

	.topic p {
		font-size: 23px;
		line-height: 29px;
	}

	.speaker-detail h3 {
		font-size: 28px;
		line-height: 35px;
	}

	.speaker-info {
		background: #c43a59;
		padding: 42px 33px;
		width: 100%;
		max-width: 100%;
		margin: 0 0 64px;
		position: relative;
		z-index: 55;
	}

	.speaker-detail {
		background: #fff;
		padding: 20px 20px 0;
		position: relative;
		z-index: 55;
		margin-top: 0;
	}

	.speaker-info h3 {
		font-size: 48px;
		line-height: 47px;
	}

	.speaker-info p {
		color: #fff;
		font-size: 16px;
		line-height: 24px;
	}

	.speaker-single .no-padding {
		padding: 0 15px;
	}

	.speaker-head-overlay h2 {
		margin: 10px 0 6px;
	}

	.speaker-head-overlay {
		padding: 0 20px;
	}

	.speaker-head-overlay h2 {
		margin: 10px 0 6px;
	}

	.navbar-brand {
		max-width: 160px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
	}

	.navbar-default .navbar-nav {
		margin-top: 0;
	}

	.navbar-default .navbar-nav > li {
		margin: 0 7px;
	}

	.top {
		height: 102px;
	}
}

@media only screen and (min-width: 768px ) and (max-width: 992px) {

	.welcome-content {
		padding: 40px 45px;
	}

	.welcome-content p {
		font-size: 21px;
		line-height: 31px;
		padding-right: 0;
	}

	.speaker-head-overlay {
		padding: 0 19px;
	}

	.speaker-head-overlay h2 {
		font-size: 26px;
		line-height: 38px;
		margin: 10px 0 6px;
	}

	.speaker-head-overlay p {
		font-size: 18px;
		line-height: 24px;
	}

	.intro h1 {
		font-size: 80px;
		line-height: 91px;
		height: 91px;
	}

	.video-full .col-md-12 {
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
		padding: 15px;
	}

	.speaker-overlay {
		padding: 20px 20px;
	}

	.speaker-overlay .more {
		right: 20px;
	}

	.speaker-overlay span {
		font-size: 21px;
		line-height: 28px;
	}

	.section-foot p {
		font-size: 29px;
	}
}

@media only screen and (min-width: 280px ) and (max-width: 767px) {


.slick-prev {
    left: 30px;
	z-index:55;
}

.slick-next {
    right: 30px;
	z-index:55;

}

	.speakers-menu {
		top: 0px !important;
		position:relative !important;
	}

	.speaker-single {
		padding: 95px 0 95px;
	}

	.speaker-listing {
		padding: 104px 0 74px;
	}

	.speaker-popup.last {
		margin-top: 0 !important;
	}

	.speaker-popup.active {
		max-width: 1170px;
		width: 100%;
		position: relative;
		height: 367px;
		background: #eeefef;
		z-index: 111;
		left: 0;
		right: 0;
		margin: 0 auto 50px;
		padding: 50px 15px;
		overflow: scroll;
		overflow-x: hidden;
	}

	.speaker-popup {
		height: 1px;
		margin: 0 auto 0px;
		padding: 0px 15px;
	}

	.sp-detail:after {
		display: none;
	}

	.sp-info h3 {
		font-size: 23px;
		line-height: 30px;
		margin: 15px 0 15px;
	}

	.sp-info {
		padding: 0 15px 0 25px;
	}

	.speakers-menu {
		padding: 16px 0 6px;
	}

	.speakers-menu ul li {
		margin-bottom: 10px;
	}

	.edition-block-img:after {
		height: 35px;
	}

	.edition-info {
		padding: 0 15px;
	}

	.edition-info p.lead {
		font-size: 23px;
		line-height: 28px;
	}

	.edition-block {
		padding: 0 25px 50px;
		margin-top: 50px;
	}

	.edition-block-img {
		margin: 0px -25px 50px;
	}

	.edition-block p {
		font-size: 21px;
		line-height: 25px;
	}

	.welcome-content {
		padding: 40px 45px;
	}

	.welcome-content p {
		font-size: 21px;
		line-height: 31px;
		padding-right: 0;
	}

	.topic {
		padding: 40px 25px 40px 25px;
	}

	.topic p {
		font-size: 23px;
		line-height: 29px;
	}

	.speaker-detail h3 {
		font-size: 28px;
		line-height: 35px;
	}

	.speaker-info {
		background: #c43a59;
		padding: 42px 33px;
		width: 100%;
		max-width: 100%;
		margin: 0 0 64px;
		position: relative;
		z-index: 55;
	}

	.speaker-detail {
		background: #fff;
		padding: 20px 20px 0;
		position: relative;
		z-index: 55;
		margin-top: 0;
	}

	.speaker-info h3 {
		font-size: 48px;
		line-height: 47px;
	}

	.speaker-info p {
		color: #fff;
		font-size: 16px;
		line-height: 24px;
	}

	.speaker-single .no-padding {
		padding: 0 15px;
	}

	.speaker-head-overlay h2 {
		margin: 10px 0 6px;
	}

	.speaker-head-overlay {
		padding: 0 20px;
	}

	.navbar-brand {
		max-width: 200px;
	}

	.navbar-default {
		padding: 20px 0;
	}

	.navbar-default .navbar-toggle {
		border: none !important;
		background: transparent !important;
		padding: 0;
		margin: 7px 4px;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 25px;
		height: 1px;
		border-radius: 1px;
		margin: 7px 0;
		background: #fff !important;
	}

	.navbar-default .navbar-collapse {
		border: none !important;
		margin: 15px 0 0 !important;
	}

	.navbar-default .navbar-nav > li {
		margin: 8px 0px;
	}

	.navbar-default .navbar-nav > li.register {
		margin: 12px 0px 0;
	}

	.top {
		height: 84px;
	}

	.intro {
		padding: 125px 0 135px;
	}

	.intro h4 {
		font-size: 19px;
	}

	.intro h1 {
		font-size: 67px;
		line-height: 69px;
		margin: 25px 0 0;
		height: 127px;
	}

	.intro p {
		font-size: 19px;
	}

	.info h4 {
		font-size: 27px;
	}

	.info p.lead {
		font-size: 21px;
		line-height: 27px;
	}

	.btn-text {
		font-size: 17px;
	}

	.video-block--overlay p {
		display: none;
	}

	.video-block--overlay {
		position: absolute;
		left: 0;
		right: 0;
		bottom: auto;
		top: 0;
		height: 100%;
		width: 100%;
	}

	.video-block .col-md-6 {
		height: 100%;
		position: absolute;
		width: 100%;
	}

	.play-btn {
		margin: 0 auto;
		float: none !important;
		top: 50%;
		position: absolute;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}

	.video-full .col-md-12 {
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
		padding: 15px;
	}

	.services {
		background: url(../img/service-bg.png) no-repeat center top;
		background-size: cover;
	}

	.speaker-overlay {
		padding: 20px 20px;
	}

	.speaker-overlay .more {
		right: 20px;
	}

	.section-head h4 {
		font-size: 34px;
	}

	.section-foot p a {
		display: table;
		margin: 15px auto 0;
	}

	footer ,
	footer .text-right {
		text-align: center;
	}

	footer .logo-foot {
		margin-bottom: 20px;
	}

	.social a {
		margin: 0 5px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 481px ) and (max-width: 767px) {

	.edition-block-img:after {
		height: 59px;
	}

	.speaker-head-overlay h2 {
		margin: 25px 0 6px;
	}

	.intro h1 {
		height: 70px;
	}

	.social a {
		margin: 0 7px;
		font-size: 14px;
	}
}