@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'AktivGrotesk';
	src: url('fonts/AktivGrotesk-Bold.eot');
	src: url('fonts/AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AktivGrotesk-Bold.woff2') format('woff2'), url('fonts/AktivGrotesk-Bold.woff') format('woff'), url('fonts/AktivGrotesk-Bold.ttf') format('truetype'), url('fonts/AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'AktivGrotesk';
	src: url('fonts/AktivGrotesk-Regular.eot');
	src: url('fonts/AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AktivGrotesk-Regular.woff2') format('woff2'), url('fonts/AktivGrotesk-Regular.woff') format('woff'), url('fonts/AktivGrotesk-Regular.ttf') format('truetype'), url('fonts/AktivGrotesk-Regular.svg#AktivGrotesk-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AktivGrotesk';
	src: url('fonts/AktivGrotesk-Italic.eot');
	src: url('fonts/AktivGrotesk-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/AktivGrotesk-Italic.woff2') format('woff2'), url('fonts/AktivGrotesk-Italic.woff') format('woff'), url('fonts/AktivGrotesk-Italic.ttf') format('truetype'), url('fonts/AktivGrotesk-Italic.svg#AktivGrotesk-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'AktivGrotesk';
	src: url('fonts/AktivGrotesk-Light.eot');
	src: url('fonts/AktivGrotesk-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AktivGrotesk-Light.woff2') format('woff2'), url('fonts/AktivGrotesk-Light.woff') format('woff'), url('fonts/AktivGrotesk-Light.ttf') format('truetype'), url('fonts/AktivGrotesk-Light.svg#AktivGrotesk-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
body {
	font-family: 'AktivGrotesk';
	font-weight: normal;
	font-style: normal;
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#8e8e8e;
	background-image:url(../images/boyd_bg.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
}
div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, input, textarea, dl, dt, dd {
	padding : 0px 0px 0px 0px;
	margin : 0;
	font-weight:normal;
	vertical-align:baseline;
}
header, footer, section, nav, article, aside {
	display: block;
	padding : 0px 0px 0px 0px;
	margin : 0px;
	font-weight:normal;
	vertical-align:baseline;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
img {
	outline: none;
	border: none;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline:none;
	outline:none;
	outline-offset:-2px;
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
}
.clr {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}
/* ------------------------------------------------------ main css ------------------------------------------------------*/

.wrapper {
	width:100%;
}
.circleRotate {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	cursor:pointer;
}
.circleRotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform:    rotate(360deg);
	-o-transform:      rotate(360deg);
	-ms-transform:     rotate(360deg);
}
/* ------------------------------------------------------ header css ------------------------------------------------------ */

.header {
	padding:108px 0px 81px 0px;
	text-align:center;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 999;
	top:0;
	-webkit-transition:  0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
	-ms-transition:  0.3s ease-in-out;
	-o-transition:  0.3s ease-in-out;
	transition:  0.3s ease-in-out;
}
header.smaller {
	padding:10px 0px 10px 0px;
	background-color: rgba(255,255,255, 1);
	-webkit-transition:  0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
	-ms-transition:  0.3s ease-in-out;
	-o-transition:  0.3s ease-in-out;
	transition:  0.3s ease-in-out;
	box-shadow: 0 8px 22px -3px rgba(0, 0, 0, 0.07);
}
.logo {
	padding:0px 0px 41px 0px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.logo img {
	-webkit-transition:  0.3s ease-in-out;
	-moz-transition:  height 0.3s ease-in-out;
	-ms-transition:  height 0.3s ease-in-out;
	-o-transition:  height 0.3s ease-in-out;
	transition:  height 0.3s ease-in-out;
}
.home_smaller_nav {
	display:none;
}
.smaller .home_smaller_nav {
	display:block;
}
.smaller .normalheadaer {
	display:none;
}
.smaller .logo img {
	height: 40px;
	-webkit-transition:  height 0.3s ease-in-out;
	-moz-transition:  height 0.3s ease-in-out;
	-ms-transition:  height 0.3s ease-in-out;
	-o-transition:  height 0.3s ease-in-out;
	transition:  height 0.3s ease-in-out;
}
.smaller .logo {
	padding-bottom: 12px;
	padding-top: 10px;
	-webkit-transition:  0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
	-ms-transition:  0.3s ease-in-out;
	-o-transition:  0.3s ease-in-out;
	transition:  0.3s ease-in-out;
}
.smaller .headaerNav li {
	display:inline;
	/*font-size:30px;*/
	font-size:20px;
	font-weight:bold;
	color:#95989a;
	line-height:30px;
}
.headaerNav {
}
.headaerNav {
	text-align:center;
}
.headaerNav li {
	display:inline;
	font-size:30px;
	/*font-size:20px;*/
	font-weight:bold;
	color:#95989a;
	line-height:30px;
}
.smaller .headaerNav li a {
	text-decoration:none;
	/*margin:0 110px 0 110px;*/
	margin:0 50px 0 56px;
	color:#95989a;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.headaerNav li a {
	text-decoration:none;
	/*margin:0 110px 0 110px;*/
	margin:0 115px 0 121px;
	color:#95989a;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.headaerNav li a:hover, .headaerNav li a:focus, .headaerNav li a.active {
	color:#25b14b;
}
.arrow {
	background-image:url(../images/menu_arrow.png);
	width:22px !important;
	padding:0px 6px;
	background-position: center center;
	background-repeat:no-repeat;
	margin:0px !important;
	cursor:none !important;
}
.headaerNav li:last-child a {
	background-image:none;
}
/* ------------------------------------------------------ body css ------------------------------------------------------*/

.bodySection_home {
	margin-top:334px;
}
.bodySection {
}
.headerTp {
	margin:0px 0px 30px 0px;
}
.videoSection {
}
.video {
	position:relative;
}
.videoCon {
	background-color:#000000;
	padding:16px 15px 20px 15px;
}
.videoCon p {
	font-size:14px;
	color:#fff;
	padding-bottom:2px;
}
.videoCon h2 {
	font-size:24px;
	color:#3a9d41;
	font-weight:bold;
	line-height:22px;
}
.videoCon h2 a {
	color:#3a9d41;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.videoCon h2 a:hover {
	text-decoration:underline;
}
.playIcon {
	width:85px;
	height:85px;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin-right: -50% !important;
	-ms-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	text-align:center;
	z-index:9;
}
.tpvideoCon {
}
.tpvideoCon p {
	font-size:14px;
	color:#95989a;
	/*font-weight:bold;*/
	line-height:19px;
	padding-bottom:15px;
}
.tpvideo_small {
	margin:0px 0px 20px 0px;
	position:relative;
}
.tpvideo_smallvideo {
	position:relative;
}
.small_videocon {
	position:absolute;
	z-index:8;
	left:10px;
	bottom:10px;
}
.small_videocon p {
	color:#fff;
	font-size:14px;
	line-height:16px;
}
.small_videocon h4 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	font-size:16px;
}
.smallplayIcon {
	width:40px;
	height:40px;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin-right: -50% !important;
	-ms-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	text-align:center;
	z-index:9;
}
.videoheight {
	height:435px;
}
.videoheight2 {
	height:212px;
}
.videoheight3 {
	height:212px;
}
.videoheight4 {
	height:500px;
}
.videoDrop {
}
.sky-form .select select, .sky-form .toggle {
	border-color: #e6e9ee;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-size:16px;
	color:#000;
	opacity:1;
	background-image:url(../images/downarrow.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	font-weight:normal;
	color: #95989a;
	font-weight:bold;
}
.topmobile {
	display:none;
}
label {
	font-weight: 700;
	margin-bottom: 0px;
	max-width: 100%;
}
.headerMd {
	margin:0px 0px 0px 0px;
	position:relative;
}
.fbshare {
	position: relative;
	margin-bottom:20px;
	padding:23px 25px;
	border-top: solid 1px #40ad48;
	border-bottom: solid 1px #40ad48;
	background-image:url(../images/fbshare_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.fbshare h2 {
	font-size:20px;
	color:#40ad48;
	font-weight:normal;
	line-height:20px;
	float:left;
	padding-top:3px;
}
.fbshare h2 span {
	font-weight:bold;
}
.fb {
	float:right;
}
.body_right {
}
.youtube {
	margin-bottom:20px;
}
.youtube h2 {
	background-color:#40ad48;
	padding:12px 20px;
	font-size:26px;
	line-height:26px;
	color:#fff;
	margin-bottom:20px;
}
.youtube h2 img {
	margin-right:5px;
	display:inline;
}
.youtube h4 {
	font-size:18px;
	color:#8e8e8e;
	font-weight:bold;
	padding:0px 20px 20px 20px;
	line-height:20px;
}
.youtube p {
	font-size:14px;
	color:#8e8e8e;
	padding:0px 20px 20px 20px;
	line-height:20px;
}
.youtubetextbox {
	border:none;
	border-bottom: solid 1px #95989a;
	height:40px;
	background-color:#fff;
	width:100%;
	outline:none;
	font-style:italic;
	font-size:15px;
	margin-bottom:20px;
	padding:0px 20px 0px 20px;
}
.btn-youtubesubmit {
	background-color: #40ad48;
	border-color: #40ad48;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	border-radius:0px;
	width:100%;
	text-align:left;
	padding:12px 15px;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #95989a;
	border-color: #95989a;
}
.topvideo {
	background-color:#f0f0f0;
	padding:20px 20px 0px 20px;
	margin-bottom:20px;
}
.topvideo h2 {
	font-size:30px;
	line-height:28px;
	color:#95989a;
	padding-bottom:20px;
	font-weight:bold;
}
.videolink {
	padding-bottom:25px;
}
.videolink h3 {
	font-size:18px;
	color:#40ad48;
	font-weight:bold;
	color:#40ad48;
	line-height:20px;
	padding-bottom:8px;
}
.videolink h3 a {
	color:#40ad48;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.videolink h3 a:hover {
	text-decoration:underline;
}
.videolink p {
	font-size:14px;
	font-style:italic;
	color:#95989a;
}
.body_left {
	padding:0px 0px 50px 0px;
}
.body_left h1 {
	color:#95989a;
	font-size:55px;
	line-height:55px;
	padding-bottom:20px;
	font-weight:bold;
}
.warchsecion {
	margin:13px 0px 53px 0px;
}
.warchsecion:last-child {
	margin-bottom:0px;
}
.warchsecion h1 {
	font-size:72px;
	color:#95989a;
	line-height:72px;
	padding-bottom:28px;
	font-weight:bold;
}
.warchsecion h1 span {
	color:#40ad48;
}
.texbr {
	display:block;
}
.videobox {
	margin-bottom:18px;
}
.watch_talkvideo {
	position:relative;
	margin-bottom:8px;
}
.watch_talkvideocus {
	margin-bottom:17px;
}
.videoCon2 {
}
.videotag {
	position:absolute;
	bottom:10px;
	right:10px;
}
.videotag ul {
}
.videotag li {
	font-size:11px;
	color:#fff;
	background-color:#40ad48;
	padding:2px 5px;
	float:left;
	margin:0px 2px;
}
.videoCon2 p {
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 0px;
}
.videoCon2 h3 {
	font-size:18px;
	font-weight:bold;
	color:#40ad48;
	padding-bottom:20px;
}
.videoCon2 h3 a {
	color:#40ad48;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.videoCon2 h3 a:hover {
	text-decoration:underline;
}
.videoCon2 h4 {
	font-size:18px;
	font-weight:bold;
	color:#40ad48;
	padding:7px 0px 20px 0px;
}
.videoCon2 h4 a {
	color:#40ad48;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.videoCon2 h4 a:hover {
	text-decoration:underline;
}
.textitalic {
	/*font-style:italic;*/
}
.watchmore {
	border-top: solid 1px #95989a;
	border-bottom: solid 1px #95989a;
	text-align:center;
	padding:13px 0px;
	font-size:30px;
	line-height:30px;
	color:#95989a;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
.watchmore span {
	padding:0px 50px;
}
.watchmore a {
	color:#95989a;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.watchmore a:hover {
	color:#40ad48;
}
.watchmore .fa {
	color:#40ad48;
}
/*.watchmore a:hover  .fa{ color:#40ad48; transition: 0.5s; transform: rotate(90deg);}*/

.watchmore .fa {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	cursor:pointer;
	transition: 0.5s;
}
.watchmore .fa2 {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	cursor:pointer;
	transition: 0.5s;
}
/*.watchmore a:hover  .fa2 { color:#40ad48; transition: 0.5s; transform: rotate(-90deg);}*/

.watchmore a:hover .fa {
	color:#40ad48;
	transition: 0.5s;
	transform: rotate(90deg);
	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	-o-transition:      0.5s;
	-ms-transition:     0.5s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.watchmore a:hover .fa2 {
	color:#40ad48;
	transition: 0.5s;
	transform: rotate(-90deg);
	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	-o-transition:      0.5s;
	-ms-transition:     0.5s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.videoCon2 p img {
	display:inline;
}
.attend_summit {
	margin:0px 0px 30px 0px;
}
.read_summit {
	margin:0px 0px 0px 0px;
}
.attendpic {
	position:relative;
	margin-bottom:50px;
}
.attencon {
	color:#fff;
	position:absolute;
	top:20px;
	left:20px;
	font-size:70px;
	line-height:70px;
	font-weight:bold;
}
.attencon span {
	display:block;
}
.enhance {
	margin:107px 0px 0px 0px;
	text-align:center;
}
.enhance h2 {
	color:#95989a;
	font-size:70px;
	line-height:70px;
	text-align:center;
	font-weight:bold;
	padding-bottom:27px;
}
.enhance p {
	color:#95989a;
	font-size:14px;
	text-align:center;
	line-height:20px;
	width:100%;
	max-width:480px;
	margin:auto;
	padding-bottom:34px;
}
.btn-reserve {
	background-color: #40ad48;
	border-color: #40ad48;
	color: #fff;
	padding:8px 30px;
	border-radius:0px;
	font-size:22px;
	font-weight:bold;
}
.youtube2 {
	display:none;
}
/* ------------------------------------------------------ footer css ------------------------------------------------------*/

.footerSecion {
	background-color:#f8f8f8;
	padding:30px 0px 25px 0px;
}
.footerTp {
	margin-bottom:20px;
}
.footerlink {
}
.footerlink h4 {
	font-size:18px;
	font-weight:bold;
	color:#40ad48;
	padding-bottom:20px;
}
.footerlink ul {
}
.footerlink li {
	font-size:14px;
	color:#95989a;
	padding-bottom:5px;
}
.footerlink li a {
	color:#95989a;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.footerlink li a:hover {
	color:#40ad48;
}
.btn-fottersubmit {
	background-color: #fff;
	border-color: #fff;
	border-radius: 0;
	color:#95989a;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	font-style:italic;
	padding:0px !important;
	font-size:14px;
}
.btn-fottersubmit.focus, .btn-fottersubmit:focus, .btn-fottersubmit:hover {
	background-color: transparent;
	border-color:  transparent;
	color: #40ad48;
	text-decoration: none;
	box-shadow: none;
}
.footerBtm {
}
.copyright {
	padding-top:2px;
}
.copyright p {
	font-size:14px;
	color:#95989a;
}
.copyright p a {
	color:#95989a;
	cursor:pointer;
	padding-right:10px;
}
.copyright p a:hover {
	color:#40ad48;
}
.footerbtn {
	text-align:right;
}
.btn-buyticket {
	background-color: #40ad48;
	border-color: #40ad48;
	color: #fff;
	padding:8px 0px;
	border-radius:0px;
	font-size:20px;
	font-weight:bold;
	width:148px;
	text-align:center;
}
/* ------------------------------------------------------ about css ------------------------------------------------------*/

.wrapper_inner {
	background-color:#fff;
	background-image:none !important;
}
.aboutHeader {
	background-color:#f8f8f8;
	/*padding:30px 0px;*/
	padding:10px 0px;
}
.navbar-brand {
	position: absolute;
	width: 223px;
	left: 0%;
	right:0%;
	text-align: center;
	margin: 0;
	float: none;
	z-index: 99;
	height: auto;
	margin:auto;
	padding: 3px 0px 0px 0px;
}
.navbar {
	min-height: inherit;
	margin:0px;
	border-radius:0px;
	border:none;
}
.header .navbar-default {
	background: none;
	border: 0;
	margin: 0;
}
.menu_sec {
	width: 100%;
	position: relative;
}
.navbar-toggle {
	z-index:3;
}
.navbar-brand>img {
	display: inline-block;
}
.menu_sec {
	width: 100%;
}
.menu_sec .navbar-default .navbar-nav li a {
	font:18px/18px 'AktivGrotesk';
	color: #95989a;
	padding: 10px 0px 10px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	font-weight:bold;
}
.socialdn li a {
	padding:10px 0px 10px 0px !important;
}
.menu_sec .navbar-default .navbar-nav li a:hover {
	color: #40ad48;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.menu_sec .navbar-default .navbar-nav li.active a {
	color: #cf2305;
	background: none !important;
}
.menu_sec .navbar-left li a {
	margin: 2px 0 0 0;
}
.menu_sec .navbar-right li a {
	margin: 3px 0 0 0;
}
.menu_sec .navbar-left {
	margin: 0 0 0 -5px;
	z-index: 99;
	position: relative;
	text-align: left;
	display: inline-block;
}
.menu_sec .navbar-nav>li {
	float: none;
	display: inline-block;
	text-align: right;
}
.menu_sec .navbar-right {
	margin: 0;
	z-index: 99;
	position: relative;
	padding: 0;
	text-align: right;
	display: inline-block;
}
.bodySection_inner {
	padding:160px 0px 0px 0px;
}
.aboutTp {
	padding:0px 0px 110px 0px;
}
.all_speakers_inner {
	padding:100px 0px 0px 0px;
}
.aboutTp_left {
}
.videoheight5 {
	height:310px;
}
.videoheight6 {
	height:450px;
}
.videoheight7 {
	height:330px;
	margin-top:120px;
}
.videoheight8 {
	height:310px;
}
.videoheight9 {
	height:210px;
}
.videoheight10 {
	height:310px;
}
.videoheight11 {
	height:310px;
}
.aboutTp_right h3 {
	color: hsl(124, 46%, 46%);
	padding:25px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.aboutTp_right h3 a {
	color: hsl(124, 46%, 46%);
	cursor:pointer;
}
.aboutTp_right h3 a:hover {
	text-decoration:underline;
}
.aboutTp_right p {
	font-size:14px;
	line-height:20px;
	padding-bottom:20px;
	font-weight:bold;
}
.aboutTp_right ul {
}
.aboutTp_right li {
	color: hsl(124, 46%, 46%);
	font-size: 20px;
	font-weight: bold;
}
.aboutTp_right li a {
	color: hsl(124, 46%, 46%);
	cursor:pointer;
	padding-bottom:20px;
	display:inline-block;
}
.aboutTp_right li a:hover {
	color:#95989a;
}
.aboutBtm {
}
.producer {
}
.producer h1 {
	font-size:48px;
	color:#95989a;
	line-height:48px;
	padding-bottom:30px;
	font-weight:bold;
}
.productbox {
	margin-bottom:60px;
}
.producerCon {
}
.producerCon h3 {
	font-size:18px;
	color:#40ad48;
	padding-bottom:20px;
	font-weight:bold;
}
.producerCon h5 {
	font-size:16px;
	color:#95989a;
	padding-bottom:15px;
	font-weight:bold;
}
.producerCon p {
	font-size:15px;
	color:#95989a;
	font-weight:bold;
	padding-bottom:15px;
}
.producerCon p a {
	color:#40ad48;
	cursor:pointer;
}
.producerCon p a:hover {
	text-decoration:underline;
}
.abouttit {
	margin-bottom:8px;
	position:relative;
}
.abouttit h1 {
	font-size:55px;
	color:#95989a;
	line-height:55px;
	padding-bottom:10px;
	font-weight:bold;
}
.abouttit h1 span {
	color:#40ad48;
}
.picsect {
	padding-bottom:40px;
	display:none !important;
}
/* ------------------------------------------------------ catagory css ------------------------------------------------------*/

.catagorySection {
	width:100%;
	max-width:978px;
	margin:auto;
	padding-bottom:60px;
}
.enhance_catagory {
	margin:10px 0px 60px 0px;
	text-align:center;
}
.enhance_catagory h2 {
	color:#95989a;
	font-size:70px;
	line-height:70px;
	text-align:center;
	font-weight:bold;
	padding-bottom:30px;
}
.enhance_catagory p {
	color:#95989a;
	font-size:14px;
	text-align:center;
	line-height:20px;
	width:100%;
	max-width:480px;
	margin:auto;
	padding-bottom:30px;
}
.testimoni {
	padding:20px;
	margin-bottom:10px;
	background-image:url(../images/category_bg.png);
	background-position:top right;
	background-size:cover;
}
.topictit {
	padding-bottom:8px;
	margin-bottom:15px;
}
.topictit h2 {
	color:#95989a;
	font-size:36px;
	line-height:36px;
	font-weight:bold;
}
.testimonicon {
}
.testimonicon p {
	text-align:center;
	font-size:15px;
	color:#000;
}
.testimonicon h4 {
	font-size:20px;
	color:#40ad48;
	font-weight:bold;
	text-align:center;
	padding:15px 0px 5px 0px;
}
.testimonicon h4 a {
	color:#40ad48;
	cursor:pointer;
	padding:0px 10px;
}
.testimonicon h4 a:hover {
	color:#000;
}
.testimoni .carousel-control.left {
	background: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: 80% 45%;
	opacity: 1 !important;
	left: 0px;
}
.testimoni .carousel-control.right {
	background: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 0% 45%;
	opacity: 1 !important;
	right: 0px;
}
/* ------------------------------------------------------ read css ------------------------------------------------------*/


.bodySectionread {
	margin:103px 0px;
	padding:30px 0px 0px 0px;
}
.videoCon img {
	display:inline;
}
.mix {
	position: relative;
	margin-bottom:25px;
	padding:25px;
	border-top: solid 1px #95989a;
	border-bottom: solid 1px #95989a;
}
.mix {
	text-align:center;
}
.mix li {
	display:inline;
}
.mix a {
	text-decoration:none;
	padding:0 100px;
	font-size:26px;
	font-weight:bold;
	color:#95989a;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.mix a:hover, .mix a.active {
	color:#40ad48;
}
.videobox2 {
	margin-bottom:30px;
}
.videoheight12 {
	height:360px;
}
.videoheight13 {
	height:360px;
}
.videoheight14 {
	height:360px;
}
.videoheight15 {
	height:360px;
}
.videoheight16 {
	height:360px;
}
.enhanceread {
	margin:60px 0px 0px 0px;
	text-align:center;
}
.enhanceread h2 {
	color:#95989a;
	font-size:70px;
	line-height:70px;
	text-align:center;
	font-weight:bold;
	padding-bottom:30px;
}
.enhanceread p {
	color:#95989a;
	font-size:14px;
	text-align:center;
	line-height:20px;
	width:100%;
	max-width:480px;
	margin:auto;
	padding-bottom:30px;
}
/* ------------------------------------------------------ watch css ------------------------------------------------------*/

.headervideomenu {
	margin:1px 0px 0px 0px;
	padding:40px 0px 40px 0px;
	background-color:#f8f8f8;
}
.videoheight17 {
	height: 435px;
}
.videoheight18 {
	height: 310px;
}
.videoheight19 {
	height: 270px;
}
.videoCon3 {
}
.videoCon3 p {
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 10px;
}
.videoCon3 h3 {
	font-size:17px;
	font-weight:bold;
	color:#40ad48;
	padding-bottom:20px;
}
.videoCon3 h3 a {
	color:#40ad48;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.videoCon3 h3 a:hover {
	text-decoration:underline;
}
.videopb {
	margin-bottom:20px;
}
.video_tpbox {
	padding-top:20px;
}
.videdel {
}
.videdel h3 {
	color:#40ad48;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.videdel h5 {
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:25px;
	font-style: italic;
}
.videdel p {
	font-size:15px;
	padding-bottom:25px;
}
.videdel p span {
	font-style: italic;
}
.playIcon2 {
	width:71px;
	height:80px;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin-right: -50% !important;
	-ms-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	text-align:center;
	z-index:9;
}
.video_mix {
	position: relative;
}
.video_mix {
	text-align:center;
}
.video_mix li {
	display:inline;
}
.video_mix a {
	text-decoration:none;
	padding:0 100px;
	font-size:20px;
	font-weight:bold;
	color:#95989a;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.video_mix a:hover, .video_mix a.active {
	color:#40ad48;
}
.videoScroll {
	margin-bottom:80px;
}
.scrollProbox {
}
.scrollProbox h4 {
	font-size:18px;
	color:#40ad48;
	font-weight:bold;
}
.scrollProbox p {
	font-style:italic;
	font-size:14px;
	text-transform:uppercase;
}
.scrollProbox {
	margin: 0 5px;
}
.owl-prev {
	font-size:40px;
	color:#95989a;
	font-weight:bold;
	margin-right:300px;
}
.owl-next {
	font-size:40px;
	color:#95989a;
	font-weight:bold;
	float: right;
}
.youtubevideo {
	display:none;
}
.box img {
	display:inline;
	padding-bottom:5px;
	margin:0px;
}
.box {
	padding-bottom:5px !important;
	margin:0px !important;
	font-size:15px !important;
	font-style:normal !important;
	text-transform:none !important;
}
/* ------------------------------------------------------ single speaker css ------------------------------------------------------*/


.headaer_menu {
	background-color:#f2f2f2;
	padding:25px 15px;
	margin-top:64px;
}
.speakerbox {
	width:100%;
	max-width:990px;
	margin:auto;
	padding:0px 100px;
}
.speaker_pic {
	width:35%;
	float:left;
}
.speaker_con {
	width:60%;
	float:right;
	text-align:left !important;
}
.speaker_picbox {
	width:100%;
	max-width:480px;
}
.speaker_con h3 {
	font-size:20px;
	color:#95989a;
	font-weight:bold;
	padding-bottom:20px;
}
.speaker_con h4 {
	font-size:16px;
	color:#40ad48;
	font-weight:bold;
}
.speaker_con p {
	font-size:14px;
	padding-bottom:20px;
}
.carousel-control.right {
	background-image: none;
	right:-80px;
}
.carousel-control.left {
	background-image: none;
	left:-80px;
}
.speakerbox .carousel-control.left {
	background: url(../images/arrow_left2.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	opacity: 1 !important;
}
.speakerbox .carousel-control.right {
	background: url(../images/arrow_right2.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	opacity: 1 !important;
}
.carousel-control .glyphicon {
	display: none !important;
}
.carousel-control {
	width: 40px;
}
.speker_enhance {
	padding:60px 0px 60px 0px;
}
.speker_enhance2 {
	padding:0px 0px 60px 0px;
}
/* ------------------------------------------------------ past speaker css ------------------------------------------------------*/


.past_speakers {
	width:100%;
	margin:auto;
	padding:0px 100px;
}
.past_speakersLeft {
}
.past_speakerstit {
}
.past_speakerstit h2 {
	font-size:48px;
	color:#95989a;
	font-weight:bold;
	line-height:48px;
	font-weight:bold;
	padding-bottom:30px;
}
.past_speakerstit p {
	font-size:15px;
	padding-bottom:30px;
}
.past_speakersLeft ul {
}
.past_speakersLeft li {
}
.past_speakersLeft li a {
	font-size:16px;
	color:#95989a;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:3px;
	display:inline-block;
}
.past_speakersLeft li a:hover, .past_speakersLeft li a:focus, .past_speakersLeft li a.active {
	color:#40ad48;
}
.past_right {
	width:100%;
	max-width:525px;
}
.past_speakersrightbox {
	position:relative;
}
.past_speakpic {
	width:100%;
	max-width:285px;
	position:relative;
	z-index:8;
}
.past_speakcon {
	position:relative;
	z-index:9;
	margin-left:140px;
	background-color:#FFF;
	padding:25px;
	top:-90px;
}
.past_speakcon h3 {
	font-size:20px;
	color:#95989a;
	font-weight:bold;
	padding-bottom:20px;
}
.past_speakcon h4 {
	font-size:16px;
	color:#40ad48;
	font-weight:bold;
}
.past_speakcon p {
	font-size:14px;
	padding-bottom:20px;
}
.past_speakpic2 {
	width:100%;
	max-width:285px;
	position:relative;
	z-index:8;
	float:right;
}
.past_speakcon2 {
	position:relative;
	z-index:9;
	background-color:#FFF;
	padding:25px;
	top:-90px;
	margin-right:140px;
	float:right;
}
.past_speakcon2 h3 {
	font-size:20px;
	color:#95989a;
	font-weight:bold;
	padding-bottom:20px;
}
.past_speakcon2 h4 {
	font-size:16px;
	color:#40ad48;
	font-weight:bold;
}
.past_speakcon2 p {
	font-size:14px;
	padding-bottom:20px;
}
/* ------------------------------------------------------ summit css ------------------------------------------------------*/

.summitCon {
}
.summitCon p {
	font-size:14px;
	color:#95989a;
	line-height:24px;
	padding-bottom:20px;
}
.summitmenu {
	position: relative;
	margin-bottom:25px;
	padding:25px 0px;
	border-top: solid 1px #95989a;
	border-bottom: solid 1px #95989a;
	background-color:#fff;
	z-index:999 !important;
}
.summit_category {
	padding:20px 0px 30px 0px;
}
.secbox {
	text-align:center;
}
.secbox h4 {
	font-size:18px;
	color:#40ad48;
	line-height:20px;
	padding:20px 0px 0px 0px;
}
.secbox h4 a {
	color:#40ad48;
	cursor:pointer;
}
.secbox h4 a:hover {
	text-decoration:underline;
}
.summitcontent {
	padding:60px 0px 120px 0px;
}
.summitcontent h2 {
	font-weight:bold;
	font-size:48px;
	line-height:48px;
	padding-bottom:20px;
}
.summitcontent p {
	font-size:15px;
	padding-bottom:40px;
}
.summitcontent h3 {
	font-weight:bold;
	font-size:28px;
	line-height:28px;
	padding-bottom:20px;
}
.contentpic {
	padding-bottom:30px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 1px solid #28b322;
	line-height: 1.42857;
	padding: 20px;
	vertical-align: middle;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #28b322;
}
.tabletit {
	font-weight:bold;
	font-size:20px;
}
.titlesub {
	-moz-transform: rotate(-90.0deg);  /* FF3.5+ */
	-o-transform: rotate(-90.0deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
	font-weight:bold;
	font-size:18px;
	white-space:nowrap;
}
.big_speakercon {
}
.big_speakercon h3 {
	font-weight:bold;
	font-size:30px;
}
.big_speakercon p {
	font-size:14px;
	padding:20px 0px;
}
.big_speakercon p a {
	color:#95989a;
	cursor:pointer;
}
.big_speakercon p a:hover {
	color:#95989a;
	text-decoration:underline;
}
.big_speakercon ul {
}
.big_speakercon li {
}
.big_speakercon li a {
	font-size:14px;
	color:#95989a;
	cursor:pointer;
	display:inline-block;
}
.big_speakercon li a:hover, .big_speakercon li a:focus, .big_speakercon li a.active {
	color:#40ad48;
}
.big_speakercon li a span {
	padding-left:10px;
}
.nourishment {
	padding:60px 0px 60px 0px;
}
.nourishment h2 {
	font-weight:bold;
	font-size:48px;
	line-height:48px;
	padding-bottom:20px;
}
.nourishment p {
	font-size:15px;
	padding-bottom:20px;
}
.nourishment p a {
	color:#28b322;
	cursor:pointer;
}
.nourishment p a:hover {
	text-decoration:underline;
}
.nourishmentLogo {
	width:100%;
	max-width:520px;
	margin:auto;
	padding:0px 0px 60px 0px;
}
.nourishmentLogo ul {
}
.nourishmentLogo li {
	width:45%;
	float:left;
	text-align:center;
	padding:0px 5%;
}
.buyTickets {
	position:absolute;
	top:0;
	right:0;
}
.btn-ticket {
	background-color: #40ad48;
	border-color: #40ad48;
	color: #fff;
	padding:8px 15px;
	border-radius:0px;
	font-size:22px;
	font-weight:bold;
}
.major_partners {
	padding:100px 0px;
}
.major_partners h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	padding-bottom: 40px;
	text-align:center;
}
.labheight {
	height:475px;
}
.summit_labcon {
}
.summit_labcon h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	padding-bottom: 20px;
}
.summit_labcon p {
	font-size:14px;
	padding-bottom:20px;
}
.summit_labcon p a {
	color:#28b322;
	cursor:pointer;
}
.summit_labcon p a:hover {
	text-decoration:underline;
}
.partnerslogo {
	margin-bottom:20px;
}
.partnerslogo img {
	height:92px;
}
.summitLab {
	padding-bottom:60px;
}

.summitLab h2 {font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    padding-bottom: 20px;}


.summit_smalllogo {
	padding-bottom:0px;
}
.summit_smalllogo ul {
}
.summit_smalllogo li {
	width:11.5%;
	float:left;
	margin:0px .5% 20px .5%;
}
.summit_tickets {
	border-top: solid 1px #95989a;
	border-bottom: solid 1px #95989a;
	text-align:center;
	padding:20px 0px;
	font-size:30px;
	line-height:30px;
}
.past_speakersLeft p {
	padding-top:30px;
	color:#95989a;
}
.past_speakersLeft p a {
	color:#95989a;
	cursor: pointer;
	font-size:14px;
}
.past_speakersLeft p a:hover {
	text-decoration:underline;
}
/* custom css */
.videotag ul li a {
	color: #FFF;
}
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: transparent;
	color: #eeeeee;
	width: 42px;
	height: 42px;
	line-height: 42px;
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: transparent;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
/* 21.03.17 css */

.speakerheader {
	position:fixed;
	/*z-index:99999;*/
	z-index:999;
	width:100%;
	left:0;
	top:0;
}
.catagoryheader {
	position:fixed;
	/*z-index:99999;*/
	z-index:999;
	width:100%;
	left:0;
	top:0;
	box-shadow: 0 8px 22px -3px rgba(0, 0, 0, 0.07);
}
.innertopmar {
	margin:180px 0px 0px 0px;
}
.innertopmar2 {
	margin:104px 0px 0px 0px;
}
.affix-top {
	position: relative;
}
.affix {
	/*top: 103px;*/
  top: 63px;
}
.affix, .affix-bottom {
	width: 72%;
	z-index:9999;
}
.affix-bottom {
	position: absolute;
}
#summitnav .fixed {
	position: fixed;
	top: 300px;
}
.bodyopacity {
	width:100%;
	height:100%;
	opacity:0.1;
}
.fade {
	opacity: 1;
}
.mobilemenu {
	display:none;
}
.mobilemenu2 {
	display:none;
}
.sidebar {
	position: fixed;
	z-index: 999999;
	right: 0;
	top: 0;
	height: 100%; /*width: 200px;*/
	width: 100%;
	background: #40ad48;
	-webkit-transition: right 0.7s ease, -webkit-box-shadow 0.7s ease 0.7s;
	transition: right 0.7s ease, box-shadow 0.7s ease 0.7s;
	padding:64px 20px 20px 20px;
}
.sidebar #close {
	float: right;
	margin: -5.5rem 1rem;
	font-size: 1.4em;
	color: #fa598d;
	text-align: right;
}
.sidebar.closed {
	right: -350px;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}
.cross {
	position: absolute;
	right: 14px;
	top: 30px;
}
.menufooter {
	position:absolute;
	bottom:20px;
	margin:auto;
	left:0%;
	right:0%;
	z-index:99999;
}
.menufooter2 {
	padding:10px 0px;
	display:none;
}
.logodb {
	display:none;
}
.sidebar h3 {
	color:#fff;
	text-transform:uppercase;
	padding-bottom:25px;
	text-align:center;
	font-size:19px;
}
.menulogo {
	width:70px;
	height:70px;
	margin:auto auto 10px auto;
	color:#fff;
}
.sidebar ul {
	padding: 0;
	margin: 0;
}
.sidebar ul li {
	width: 100%;
	margin: 0px 0px;
	float: left;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align:left;
	vertical-align: middle;
	cursor: pointer;
	padding: 2px 6px;
	font-size: 18px;
	font-weight:bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	line-height: 24px;
}
.sidebar ul li a {
	color: #fff;
	cursor:pointer;
}
.sidebar ul li a:hover {
	color:#000;
}
.explore_footer {
	width:12%;
	float:left;
}
.social_footer {
	width:12%;
	float:left;
}
.involved_footer {
	width:20%;
	float:left;
}
.media_footer {
	width:20%;
	float:left;
}
.subscribe_footer {
	width:17%;
	float:left;
	margin-right:1%;
}
.suggest_footer {
	width:17%;
	float:left;
	margin-left:1%;
}
.footerlink .wpcf7-submit {
	border: none !important;
}
.footerlink .youtubetextbox, .youtube .youtubetextbox {
	padding: 0px;
}
.bodytop {
	padding-bottom:50px;
}
.read_top {
	padding-bottom:0px;
}
.about_video h3 {
	color: hsl(124, 46%, 46%);
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 25px 0 20px;
}
.about_video h3 a {
	color: hsl(124, 46%, 46%);
	cursor: pointer;
}
.about_video h3 a:hover {
	text-decoration: underline;
}
.about_video p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 20px;
}
.about_videopic {
	padding-bottom:185px;
}
.about_pic {
	height:375px;
}
.about_propic2 {
	height:435px;
}
.producerCon {
	padding:23px 0px 8px 0px;
}
.read_warchsecion {
	margin:0px 0px 53px 0px;
}
.read_warchsecion:last-child {
	margin-bottom:0px;
}
.read_warchsecion h1 {
	font-size:72px;
	color:#95989a;
	line-height:72px;
	padding-bottom:28px;
	font-weight:bold;
}
.read_warchsecion h1 span {
	color:#40ad48;
}
.read_warchsecion h3 {
	color: #95989a;
	font-size: 30px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 20px;
	border-bottom: solid 1px #95989a;
	margin-bottom:20px;
}
.read_articletext {
	font-size: 14px;
	padding-bottom: 25px !important;
}
.watch_video h3 {
	color: hsl(124, 46%, 46%);
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding: 25px 0 0px;
}
.watch_video h3 a {
	color: hsl(124, 46%, 46%);
	cursor: pointer;
}
.watch_video h3 a:hover {
	text-decoration: underline;
}
.watch_video h4 {
	color:#95989a;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 25px;
	font-style:italic;
}
.watch_video p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}
.watch_article_videobox {
	margin-bottom:100px;
}
.catagory_videoCon h3 {
	font-size:18px;
	font-weight:bold;
	color:#40ad48;
	padding-bottom:0px;
	line-height:20px;
	border:none;
}
.catagory_videoCon h3 a {
	color:#40ad48;
	cursor:pointer;
	transition: all 700ms ease 0s;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
}
.catagory_videoCon h3 a:hover {
	text-decoration:underline;
}
.speaker_tit {
	padding-bottom:50px;
}
.speaker_tit h2 {
	color: hsl(204, 2%, 59%);
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	padding-bottom:8px;
}
.speaker_box {
	border: solid 1px #95989a;
	margin-bottom:20px;
}
.speaker_picture {
	height:212px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	border-bottom: solid 1px #95989a;
}
.speaker_picture h3 {
	position:absolute;
	bottom:15px;
	left:15px;
	color:#fff;
	font-weight:bold;
	font-size:22px;
}
.speaker_picture h3 a {
	color:#fff;
	cursor:pointer;
}
.speaker_picture h3 a:hover {
	color:#43ae4b;
}
.speaker_conbox {
	padding:20px;
}
.speaker_conbox p {
	padding:20px 0px 0px 0px;
	font-size:14px;
}
.speaker_conbox p a {
	color:#43ae4b;
	text-transform:uppercase;
	cursor:pointer;
}
.speaker_conbox p a:hover {
	text-decoration:underline;
}
.speaker_conbox h4 {
	color:#40ad48;
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
}
.seaker_details {
	border-bottom: solid 1px #40ad48;
	margin-bottom:90px;
}
.single_speakerpic {
	height:510px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.seaker_cont {
	padding:40px 0px 0px 40px;
}
.seaker_cont h3 {
	color: hsl(124, 46%, 46%);
	font-size: 26px;
	font-weight: bold;
	padding-bottom:10px;
}
.seaker_cont h4 {
	color: hsl(124, 46%, 46%);
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.seaker_cont p {
	font-size:14px;
	padding-top:20px;
}
.fbshare2 {
	position: relative;
	margin-bottom:20px;
	padding:23px 25px;
	border-bottom: solid 1px #40ad48;
	background-image:url(../images/fbshare_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:50px;
}
.fbshare2 h2 {
	font-size:20px;
	color:#40ad48;
	font-weight:normal;
	line-height:20px;
	float:left;
	padding-top:3px;
}
.fbshare2 h2 span {
	font-weight:bold;
}
.discover {
	width:100%;
	max-width:570px;
	margin:auto;
	text-align:center;
	padding:50px 0px 20px 0px;
}
.discover p {
	font-size:12px;
	text-align:center;
}
.videoDrop2 {
	width:100%;
	max-width:370px;
	margin:50px auto auto auto;
}
.warchsecion2 {
	margin:13px 0px 53px 0px;
}
.warchsecion2:last-child {
	margin-bottom:0px;
}
.warchsecion2 h1 {
	font-size:50px;
	color:#95989a;
	line-height:50px;
	padding-bottom:28px;
	font-weight:bold;
}
.warchsecion2 h1 span {
	color:#40ad48;
}
.summit_banner {
	padding:0px 0px 0px 0px;
	position:relative;
	background-image:url(../images/summit_banner.png);
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	height:690px;
	text-align:center;
}
.downarrow {
	position:absolute;
	bottom:0;
	margin:auto;
	left:0%;
	right:0%;
	z-index:999;
	width:100%;
}
.summit_bannercon {
	height:100%;
	position:relative;
}
.summit_bannertext {
	position:absolute;
	bottom:165px;
	text-align:left;
}
.summit_bannertext h3 {
	font-size:30px;
	line-height:35px;
	color:#25b14b;
	font-weight:bold;
	padding-bottom:8px;
}
.summit_bannertext h5 {
	font-size:20px;
	line-height:30px;
	color:#95989a;
	padding-top:3px;
}
.major_partner {
}
.major_partner h4 {
	padding:10px 0px;
}




.summit_video { padding:80px 0px;}
.summit_text { padding-right:100px;}
.summit_text  h3{font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    padding-bottom: 20px;}
.summit_text  p{font-size: 14px;    padding-bottom: 25px;}
.summit_text  p a { color:#95989a; font-weight:bold; font-size:24px; cursor:pointer;}
.summit_text  p a:hover { color:#40ad48;}

.submmit_content { padding-bottom:60px;}

.summit_pic { 
  height: 220px; font-size: 0; text-align: center; max-width: 100%; position: relative; overflow: hidden; 
}

.speaker_tit2 {
    padding-bottom: 20px;
}


.summit_pic img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position:absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
}


.curve {}
	
.curve h4{font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 20px;}


.nourishment_logo { margin-bottom:20px;}


.summit_partnerbox { width:20%; min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	float:left;
	}


.summit_partnersmll { width:100%; max-width:220px; margin:auto auto 20px auto;}
.summit_partnerpic {border: solid 1px #40ad48; margin-bottom:18px;}

.summit_partnertext {}
.summit_partnertext h3 { font-size:20px; font-weight:bold; color:#95989a; padding-bottom:10px;}
.summit_partnertext h5 {font-size:13px;  color:#40ad48;}
.summit_partnertext h5 a {color:#40ad48; cursor:pointer;}
.summit_partnertext h5 a:hover { text-decoration:underline;}

.summit_partnertext p {font-size:14px;  color:#95989a; padding-bottom:10px;}



li.buy_tickets a{
background-color: #40ad48 !important;
border-color: #40ad48 !important;
border-radius: 0 !important;
color: #fff !important;
font-size: 20px !important;
font-weight: bold !important;
padding: 8px 0 !important;
text-align: center !important;
width: 148px !important;
}

div.wpcf7-response-output {
    margin: 0 0.5em 1em !important;
    padding: 0.2em 1em !important;
}



