
/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. HIGHLIGHT 
	4. INFO 
	5. SPEAKERS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. SPONSORS
	14. FOOTER
	15. MISC.
 
 */
 
 @font-face {
	 src: url('../fonts/AvenirLTStd-Roman.ttf');
	 font-family: "Avenir-Roman";
 }
@font-face {
	src: url('../fonts/AvenirLTStd-Black.ttf');
	font-family: "Avenir-Black";
}
@font-face {
	src: url('../fonts/AvenirLTStd-Book.ttf');
	font-family: "Avenir-Book";
}
@font-face {
	src: url('../fonts/AvenirLTStd-Heavy.ttf');
	font-family: "Avenir-Heavy";
}
@font-face {
	src: url('../fonts/AvenirLTStd-Medium.ttf');
	font-family: "Avenir-Medium";
}

/* CORE CSS */

body {
	color:#455560;
	font-family: "Avenir-Book";
	font-size:18px;
	font-weight:400;
	line-height:23px;
}

.text-secondary {
	color: #40a88b;
}

/*h1, h2, h3, h4, h5, h6 {*/
	/*color:#262626;*/
/*}*/

h1 {
	font-size: 28px;
	line-height: 34px;
}

h2 {
	font-size:30px;
	line-height: 36px;
	font-family: 'Avenir-Heavy';
}
a {
	color: #40a88b;
}
a:hover, a:focus {
	color: #40a88b;
}
.lead {
	font-size: 16px;
	line-height: 24px;
}

p {
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 641px) {
	h1{
		font-size: 40px;
		line-height: 44px;
	}
	h2 {
		font-size: 40px;
		line-height: 44px;
	}
	.lead {
		font-size: 20px;
		line-height: 26px;
	}
	p {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (min-width: 1025px) {
	h1{
		font-size: 60px;
		line-height: 60px;
	}
	h2 {
		font-size: 55px;
		line-height: 60px;
	}
	.lead {
		font-size: 22px;
		line-height: 30px;
	}
	p {
		font-size: 18px;
		line-height: 26px;
	}
}

h3 {
	font-size:31px;
	/*letter-spacing:-2px;*/
	color:#262626;
	line-height:28px;
}

h4 {
	font-size:18px;
	letter-spacing:1px;
}

h5 {
}

#nav-primary .container {
	margin-top:20px;
	margin-bottom:20px;
}

.text-small {
	font-size: 14px !important;
	line-height: 23px !important;
}

section {
	padding:1px 0;
}

.bg-grey {
	background: #f5f5f5;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.mfp-bg {
	background:#ffffff;
}

.center-text {text-align: center;}

a {
	outline:none;
	text-decoration: underline;
}

.owl-theme .owl-controls .owl-page span {
	background:#fac42b;
}


/* NAVBAR */

.navbar-custom {
	font-size:12px;
	font-weight:400;
	letter-spacing:1px;
	background:#455560;
	margin-bottom:0;
	border-radius:0;
	z-index:1041;
	width:100%;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
	padding: 20px 0;
}

.navbar-custom a {
	color:#333333;
}

.navbar-nav {
	margin-top: 7px !important;
}

.navbar-custom .navbar-nav > li > a:hover {
	/*color:#fac42b;*/
	background:transparent;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	color:#FFF;
	background:transparent;
}

.navbar-custom .icon-bar {
	background: white;
}

.sticky-wrapper {
	position:absolute;
	width:100%;
	/*display: none;*/
	/*padding-top:30px;*/
}

.sticky-wrapper a {
	color:#ffffff;
}

.is-sticky .navbar-custom {
	width:100%;
	background:#455560;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.is-sticky a {
	color:#ffffff;
}

.nav > li > a {
	font-size: 15px;
	text-decoration: none;
}


/* navbar effect */

.navbar-custom a {
	padding: 8px 0;
}

.navbar-custom .navbar-nav > li > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* HIGHLIGHT */

#highlight {
	padding:0px;
}

#highlight h2 {
	color:#ffffff;
	margin-bottom:0;
}

#highlight #left {
	color:#b0b0b0;
	background:#262626;
	min-height:100px;
}

#highlight #right {
	background:#fac42b;
	min-height:100px;
}

#right #countdown {
	margin:15px 0;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#highlight #left {
	background:none;
	text-align:center;
}

#highlight h2 {
	color:#262626;
}

#highlight #right {
	background:none;
}
	
}


/* INFO */

#info {
	padding:70px 0 90px 0;
}

#info i {
	color:#fac42b;
	margin-bottom:10px;
}

.feature {
	margin:50px 0 0 0;
}


/* countdown */

#countdown {
	margin-top:0;
}

#countdown .countdown_amount {
	color:#666666;
	font-family:'montserratregular';
	font-size:40px;
	text-align:left;
	line-height:50px;
	text-align:center;
}

#countdown .countdown_section {
	color:#262626;
	font-family:'montserratbold';
	font-size:13px;
	text-align:left;
	line-height:10px;
	letter-spacing:0;
	text-align:center;
}


/* SPEAKER */

#speakers {
	/*background:#f5f5f5;*/
	border-top:1px solid #f0f0f0;
	/*padding:70px 0 52px 0;*/
}

#speakers .container.benefit h2 {
	margin-bottom:25px
}
#speakers .container.benefit .row-set>div {
	padding: 20px 25px;
}
#speakers .container.benefit .row-set,
#speakers .container.table-overview .row-set{
	display: flex;
}

#speakers .row-set.border-box{
	border-top: 2px solid #455560;
	border-bottom: 2px solid #455560;
}
#speakers .container.benefit .row-set .border-right {
	border-right: 2px solid #455560;
}
/*.container.benefit .col-sm-6 p:before, .container.benefit .col-sm-5 p:before {*/
	/*content: '';*/
	/*background-image: url(../assets/check.png);*/
	/*background-repeat: no-repeat;*/
	/*width: 28px;*/
	/*height: 28px;*/
	/*display: block;*/
	/*float: left;*/
	/*background-size: 25px;*/
	/*margin-right: 15px;*/
/*}*/
@media (max-width: 768px ) {
	#speakers .container.benefit .row-set{
		display: inherit;
	}

	#speakers .container.benefit .row-set .border-right {
		border-right: none;
	}

	#speakers .row-set.border-box {border:none;}

	/*.container.benefit .col-sm-6 p, .container.benefit .col-sm-5 p {*/
		/*font-family: "Avenir-Black";*/
		/*font-weight: bold;*/
		/*font-size:22px;*/
	/*}*/
	#speakers .container.benefit .row-set>div {padding:10px 15px; width: 100%;}
	.container.benefit .col-sm-6 p, .container.benefit .col-sm-5 p {text-align: left;}
}
.speaker {
	margin-bottom:30px;
	/*background:#ffffff;*/
}

.speaker .caption {
	padding:10px;
}

.speaker h4 {
	font-family:'montserratregular';
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:0;
}

.speaker h4:after {
	content: "";
  	display: block;
  	width: 40px;
  	height: 2px;
	margin:0 auto;
 	background-color: #fac42b;
 	margin-top: 10px;
  	margin-bottom: 5px;
}

.speaker .company {
	color:#999999;
	font-family:'Open sans';
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
}

#speakers .owl-buttons {
	position: absolute;
	font-size: 10px;
	right: 0;
}

#list-speaker li{
	display:none; 
}

/* speaker detail */

#speaker-detail {
	background:#ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
}

#speaker-detail h2 {
	font-family:'montserratregular';
	margin-bottom:0;
}

#speaker-detail h2 span {
	font-family:'montserratbold';
}

#speaker-detail img {
	width:100%;
	height:auto;
}

#speaker-detail .lead {
	margin-bottom:10px;
}

.testimonial p.lead {
	margin-bottom:0px;
}

#speaker-detail .social{
	margin-bottom:10px;
}

#speaker-detail .social li{
	padding-left:1px;
}

#speaker-detail .social li:first-child{
	padding-left:5px;
}

#speaker-detail .social a {
	opacity:0.8;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

#speaker-detail .social a:hover {
	opacity:1;
}

#speaker-detail .social a .fa-facebook-square{
	color:#3b5998;
}

#speaker-detail .social a .fa-twitter-square{
	color:#00aced;
}

#speaker-detail .social a .fa-linkedin-square{
	color:#007bb6;
}

#speaker-detail .social a .fa-google-plus-square{
	color:#dd4b39;
}

#speaker-detail .mfp-close {
	color:#ffffff;
	background:#262626;
	opacity:1;
}

#speaker-detail li {
	padding-right:1px;
}

#speaker-detail #content {
	height:230px;
	margin-bottom:15px;
} 


/* PROGRAM */

#program {
	color:#ffffff;
	background:#fac42b;
	padding:70px 0 90px 0;
}

#program h4 {
	font-size:17px;
	letter-spacing:0;
}

#program .lead {
	color:#ffffff;
}

#program img {
	border:2px solid #ffffff;
}

#program .nav-tabs {
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
	font-size:19px;
}

#program .nav-tabs > li > a {
	color: #ffffff;
	padding:10px 100px 10px 0;
	background: none;
	border:none;
	cursor: default;
}

#program .nav-tabs > li.active > a {
	color: #262626;
	padding:10px 50px 10px 0;
	border-bottom:4px solid #ffffff;
	padding:10px 100px 10px 0;
}

#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
	color: #262626;
}

#program .panel {
	background:transparent;
}

#program .panel-body {
	border-top:1px solid #ffffff;
	padding:20px 0;
}

#program .panel-default {
	border:none;
	border-bottom:1px solid #ffffff;
	border-radius:0px;
}

#program .panel-default > .panel-heading {
	color: #333333;
	background:transparent;
	border-color: #ffffff;
	padding:10px 0;
}

#program .panel-title {
	float:left;
}

#program .panel-title > a {
	color: #262626;
	text-decoration:none;
	-webkit-transition: all 0.1s;
	   -moz-transition: all 0.1s;
	        transition: all 0.1s;
}

#program .panel-title > a:hover {
	color: #ffffff;
}

#program .date {
	color:#000;
	font-family:'montserratregular';
	margin-bottom:0;
	font-size:17px;
	line-height:18px;
}

#program .speaker-name {
	
	font-family:'montserratregular';
	font-size:12px;
	letter-spacing:1px;
}

#program .panel-body h4 {
	color:#666666;
	font-size:21px;
}

#program .panel-body p {
	margin-right:10px;
	display:inline-block;
}

#program .panel-body p span {
	color:#666666;
	display:inherit;
}

#program .about-speaker i{
	color:#262626;
}

#program .about-speaker a{
	color:#262626;
	text-decoration:none;
}

#program .about-speaker a:hover{
	color:#000000;
	text-decoration:none;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

#myTab li {
	width:100%;
}

#program .panel-title {
	display:block;
	float:none;
}

#program .speaker-name {
	text-align:center;
	margin-top:20px;
}

}


/* DOWNLOAD */

#download {
	padding:90px 0 110px 0;
}

#download h3:after {
	content: "";
  	display: block;
  	width: 120px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}


/* VENUE */

#venue {
	padding-top:0;
	padding-bottom:110px;
}

#venue .venue {
	background-image: url(../img/bg-venue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:600px;
	margin-bottom:110px;
	display:table;
	width:100%;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
}

#venue h2:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #fac42b;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color:#fac42b;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}

.hotel-carousel {
	margin-top:20px;
	margin-bottom:70px;
}

#hotel-carousel .item {
	margin:0 7px;
}

.hotel .caption {
	position:relative;
	padding:10px 0 0 0;
	line-height:19px;
}

.hotel .caption h5 {
	font-family:'montserratlight';
}

.hotel .caption .rating {
	position:absolute;
	top:0;
	right:0;
	padding:17px 0 0 0;
}


/* FUNFACTS */

section.function-section {background:#455560;}

#funfacts  {
	background-image: url(../img/bg-funfacts.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height:310px;
	position:relative;
	padding:0;
}

.funfacts-inner {
	color:#ffffff;
	background:rgba(0,0,0, 0.5);
	position:absolute;
	width:100%;
	height:100%;
}

#funfacts .item {
	margin:100px 0 0 0;
	display:table;
}

#funfacts i {
	float:left;
	border-right:1px solid #ffffff;
	padding:20px 20px 20px 0;
}

#funfacts .desc {
	padding-left:20px;
	display:table-cell;
	vertical-align:middle;
}

#funfacts .number {
	font-family:'montserratbold';
	font-size:40px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:0;
	line-height:1;
}

#funfacts .description {
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform:uppercase;
}


/* REGISTER */

#register {
	background:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	padding:70px 0 90px 0;
}

.register {
	padding-bottom: 0 !important;
}

#price-carousel {
	margin:20px 0 40px 0;
}

.price-table {
	color:#ffffff;
	background:#fac42b;
	padding:20px;
	line-height:1;
	font-weight:300;
	position:relative;
	overflow:hidden;
}

.early-bird {
	background:#fac42b;
}

.standart {
	background:#fcba00;
}

.vip {
	background:#f0b202;
}

.price-table .icon {
	color:rgba(255,255,255, 0.4);
	position:absolute;
	bottom:-50px;
	right:-50px;
	display:block;
	font-size:40px;	
}

.price-table .price {
	color:#444444;
	font-family:'montserratbold';
	font-size:50px;
	font-weight:400;
}

.price-table h3 {
	color:#ffffff;
	background:#262626;
	font-family:Open Sans;
	font-weight:400;
	font-size:10px;
	letter-spacing:2px;
	border-radius:30px;
	text-transform:uppercase;
	padding:0px 16px;
	margin:0 0 10px 0;
	display:inline-block;
	float:right;
}

.price-table .desc li {
	font-family:'montserratlight';
	line-height:2;
	border-bottom:1px dotted;
	border-color:rgba(255,255,255, 0.7);
}

.price-table .desc li:last-child {
	border-bottom:none;
}

/* register form */

#register-form {
	padding:25px;
	background:#ffffff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}


/* GALLERY */

#gallery {
	padding:70px 0 90px 0;
}

#timeline .item {
	margin:10px 10px 20px 10px;
}


/* TESTIMONIAL */

#testimonial {
	background:#fff;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	color:#ffffff;
	padding:0;
}

.testimonial-inner {
	padding:50px 40px 30px 40px;
	/*min-height:400px;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

#testimonial-carousel img {
	/*border:2px solid #ffffff;*/
	margin:0 0 20px 0;
}

#testimonial-carousel .lead {
	color:#b0b0b0;
}

#testimonial-carousel .name {
	color:#ffffff;
	font-family:'montserratbold';
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
}

.owl-theme .owl-controls {
  text-align: left;
}


/* SPONSORS */

#sponsors {
	/*margin:30px 0;*/
	padding:70px 0 90px 0;
}

.sponsor {
	border:2px solid #fac42b;
	margin:0 5px;
	padding:10px;
	text-align:center;
}

#sponsors-carousel:first-child {
	margin-left:0;
}

#sponsors-carousel:last-child {
	margin-right:0;
} 

#sponsors i {
	color:#fac42b;
}


/* CONTACT */

#contact {display: inline-block;}

#contact .fpp {text-align: center;}
#contact fieldset {margin-top:20px;}
#contact fieldset.submit-fieldset {margin-top:15px;}
#contact fieldset.submit-fieldset #submit[disabled] {background:#f1f1f1;}
#contact fieldset .button {
	background:#40a88b;
	color:#fff;
	border:none;
	padding: 15px 30px;
	font-size: 20px;
}

#contact input {margin-top:0;}
#gmap_canvas {
	height:220px;
	transform:none !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	border-top:1px solid #f2f2f2;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}

footer {
	color:#b0b0b0;
	background:#455560;
	padding:40px 0;
	border-top: 5px solid #3fa88b;
}

footer h4 {
	color:#ffffff;
}

footer ul li a {
	color:#ececee;
}

footer ul li a:hover {
	color:#ffffff;
}

footer .button-big {
	font-size:16px;
	width:100%;
}

footer dt {
	color:#ffffff;
	font-family:'montserratlight';
	font-size:13px;
	margin-top:7px;
	margin-bottom:3px;
	cursor:pointer;
}

/* Subfooter */

.subfooter {
	color: #ececee;
	background: #455560;
	padding: 10px 0;
	border-top: 1px solid #3fa88b;
}

.subfooter ul {
	margin-bottom:0;
}

.subfooter li a {
	color:#ececee;
}

.subfooter li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* Newsletter */

#newsletter {
	color:#262626;
	background:#ebe8e8;
	margin-bottom:0;
}


/* MISC. */

/* FORM ELEMENTS */

/*input[type=checkbox]+input[type=hidden]+label:before, input[type=checkbox]+label:before, input[type=radio]+input[type=hidden]+label:before, input[type=radio]+label:before {*/
	/*content: '';*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 20px;*/
	/*height: 20px;*/
	/*background-color: #fff;*/
	/*border: 1px solid #dfe1e3;*/
	/*-ms-box-sizing: content-box;*/
	/*-moz-box-sizing: content-box;*/
	/*-webkit-box-sizing: content-box;*/
	/*box-sizing: content-box;*/
/*}*/

/*html input[type=checkbox]:checked+input[type=hidden]+label:after, html input[type=checkbox]:checked+label:after {*/
	/*font-family: font-awesome;*/
	/*font-style: normal!important;*/
	/*font-weight: 400!important;*/
	/*font-variant: normal!important;*/
	/*text-transform: none!important;*/
	/*line-height: 1!important;*/
	/*-webkit-font-smoothing: antialiased!important;*/
	/*-moz-osx-font-smoothing: grayscale;*/
/*}*/

/*input[type=checkbox]:checked+input[type=hidden]+label:after, input[type=checkbox]:checked+label:after {*/
	/*content: 'c';*/
	/*position: absolute;*/
	/*top: 2px;*/
	/*left: 2.5px;*/
	/*font-size: 17px;*/
	/*color: #455560;*/
/*}*/

input[type="text"],
input[type="email"],
select,
textarea {
	font-size:16px;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	border:0;
	margin-bottom:20px;
	margin-top:20px;
	outline:none;
	background-color: #f1f1f1;
} 


/* BUTTONS */

.button {
	-webkit-transition: all 0 ease-out;
	-moz-transition: all 0 ease-out;
	-o-transition: all 0 ease-out;
	transition: all 0 ease-out;
	-webkit-transition: all 0 ease-out 0s;
	-moz-transition: all 0 ease-out 0s;
	-o-transition: all 0 ease-out 0s;
	transition: all 0 ease-out 0s;
	font-family: 'Avenir-Heavy';
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #455560;
	background-color: transparent;
	border: 3px solid #455560;
	padding: 13px 20px 10px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.button-secondary {
	-webkit-transition: all 0 ease-out;
	-moz-transition: all 0 ease-out;
	-o-transition: all 0 ease-out;
	transition: all 0 ease-out;
	-webkit-transition: all 0 ease-out 0s;
	-moz-transition: all 0 ease-out 0s;
	-o-transition: all 0 ease-out 0s;
	transition: all 0 ease-out 0s;
	font-family: 'Avenir-Heavy';
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #455560;
	background-color: transparent;
	border: 3px solid #8cc63f;
	padding: 13px 20px 10px;
	margin: 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 1028px) {
	.button-secondary {
		font-size: 2px;
		padding: 19px 35px 18px;
	}
}

@media (min-width: 641px) {
	.button-secondary {
		font-size: 18px;
	}
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-xsmall {
	padding:2px 7px;
	font-size:11px;
	letter-spacing:1px;
}

.button-small {
	padding:5px 30px;
	font-size:13px;
	letter-spacing:1px;
}

.button-big {
	padding:10px 18px;
	font-size:21px;
}

.button-line-light {
	color:#ffffff;
	background:transparent;
	border:2px solid #ffffff;
}

.button-line-light:hover,
.button-line-light:active {
	color: #262626;
	background: #ffffff;
	text-decoration:none;
}

.button-line-dark {
	color:#262626;
	background:transparent;
	border:2px solid #262626;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #ffffff;
	background: #262626;
	text-decoration:none;
}


/* PRELOAD */

#preload {
	background:#fac42b;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display:table;
}

#preload .preload {
	display:table-cell;
  	vertical-align:middle;
}

.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* OWL CAROUSEL */

.owl-theme .owl-controls .owl-buttons div {
	color: #fac42b;
	margin:0;
	padding: 1px;
	font-size: 12px;
	background: transparent;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:after {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}
	
.wrap:hover .overlay:after {
	top: 50%;
	opacity: 1;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(250, 196, 43, 0.7);
	bottom: -100%; 
	height: 100%;
	content:"";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 50%;
	opacity: 1;
}

.wrap .icon {
	color:#ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
	
.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color:#ffffff;
}

.wrap .icon a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Speaker hover effect */

/* Common style */
.speaker figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.speaker figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.speaker figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.speaker figure figcaption::before,
.speaker figure figcaption::after {
	pointer-events: none;
}

.speaker figure figcaption,
.speaker figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.speaker figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
	outline:none;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming span img {
	padding: 4em 0;
	opacity: 0;
	margin:0 auto;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5); 
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover span img {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/* OWN CSS */

.register {
	background-color: white !important;
}

.box1, .box2, .box3, .box4 {
	min-width: 410px;
	background-color: lightgray;
	display: inline-block;
	margin-top: 20px;
	padding: 20px;
	height: 170px;
}

.box2, .box4 {
	margin-left: 20px;
}

.margin-top {
	margin-top: 30px;
}

.icon {
	width: 95px;
	margin-bottom: 20px;
}

.lead img {
	max-width:100%;
	height:auto;
}

.vid {
	margin-top: 50px;
}

.vid video {
	max-width:100%;
	height:auto;
}

.table-header {
	line-height: 1.5;
}

.vid-fitnessfirst {
	max-width:100%;height:auto;margin:20px 0 20px 0;
}

.center-content {
	text-align:center;
}

.img-workflow {
	max-width:100%;
	height:auto;
}

.btt a {
	text-decoration: underline;
	color:white;
}

#sponsors {
	background-color:#E3E3E3;
}

.small img {
	max-width:100%;
	height:auto;
}

@media (max-width: 1023px) {
	.boxes {
		display: grid;
	}
	.box2, .box4 {
		margin-left: 0;
	}
}

@media (max-width: 1680px) {
	.slide-vid {
		width: 1920px !important;
		float: right;
	}
}

/*CIRCLE*/
.circle {
	display: table-cell;
	height: 105px;
	width: 105px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: #471c62;
	color: #fff;
}

.circle-header {
	font-size: 15px;
	font-weight: bold;
	color: #ce236d
}


/*CUSTOM CSS*/
#sponsors-carousel .owl-wrapper-outer .owl-wrapper {
	width: 666px !important;
	margin-left: auto;
	margin-right: auto;
}

.lines:before, .lines:after {
	position: absolute;
	top: 22%;
	overflow: hidden;
	width: 50%;
	height: 2px;
	content: '\a0';
	background-color: black;
}

.lines:before {
	margin-left: -50%;
	text-align: right;
}

.background {
	/*background: url("../img/background.png") no-repeat;*/
	/*background-size: cover;*/
}

.avenir-book {
	font-family: "Avenir-Book";
}
.avenir-black {
	font-family: "Avenir-Black";
}
.avenir-heavy {
	font-family: "Avenir-Heavy";
}
.avenir-medium {
	font-family: "Avenir-Medium";
}

.container.usp {

}
.container.usp h2 {
	text-align: center;
}

.container.usp .benefit-box {}
.container.usp .benefit-box .text-secondary {font-family: "Avenir-Black"; font-weight: bold; font-size: 34px; margin-top:45px; margin-bottom:20px; line-height: 37px;}
.container.usp .benefit-box .note {text-transform: uppercase; font-size:30px; font-weight: bold;font-family: "Avenir-Black"; line-height: 36px;}


@media (max-width: 1999px) {

}

.irize-logo {
	margin-top: 15px;
}

.free div {
	/*border: 3px solid #2b3b46;*/
	letter-spacing: 10px;
	margin-top: 45px;
}

.free button {
	margin-top: 15px;
}

.social-media {
	padding-right: 20px;
}

.container.tools {
	margin-top: 30px;
	margin-bottom: 30px;
}

.container.tools img {max-width: 100px;}
.container, .form {
	margin-top: 40px;
	margin-bottom: 40px;
}
.container h2 {
	/*margin-top: 0;*/
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.container.tools .row .tool-wrap {margin-bottom:20px;display: inline-block;}
	.container.tools .row .col-sm-1 {width:25%; float:left;}
	.container.tools .row .col-sm-5 {width:75%; float: left;}
}

.error {
	color: red;
	/*position: absolute;*/
}
.testimonial {
	margin-top:60px;
	background: #455560;
}
.testimonial .inner-wrapper {padding:35px; position: relative;}
.testimonial .inner-wrapper p{color:#fff;}
.testimonial .inner-wrapper .img-circle{float: left;margin-right:35px;}

@media (max-width: 991px) {
	.testimonial .inner-wrapper .img-circle {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (min-width: 991px) {
	.testimonial .inner-wrapper .img-circle {
		margin-top: 32px;
	}
}

.container.boost {margin-top:100px;}
.container.boost .boost-wrapper {
	border: 2px solid #455560;
	padding: 35px;
	padding-top: 60px;
}
.container.boost .boost-wrapper legend {
	width:auto;
	color:#455560;
	border:none;
	position: absolute;
	top: -60px;
	background: #fff;
	padding: 0 45px;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
}
.container.boost .boost-wrapper .row.set {margin-bottom:15px; line-height: 80px;}
.container.boost .boost-wrapper .row.set.border {border-bottom:2px solid #455560; padding-bottom:5px;}
.container.boost .boost-wrapper h4{
	margin:25px 0
}

.container.boost .boost-wrapper .big-letter {font-size:32px; font-weight: bold; color:#000;}
.container.boost .boost-wrapper img {max-width:90px; margin-left:10px;}


@media (max-width: 600px) {
	.container.boost .boost-wrapper, .marketers {padding:25px}
	.container.boost .boost-wrapper .font-size-35 {
		font-size: 26px;
	}
	.container.boost .boost-wrapper .big-letter {font-size:26px;}
	.container.boost .boost-wrapper img {max-width: 55px;}
	.container.boost .boost-wrapper h4 {font-size:16px;}
}

@media (max-width: 500px) {
	.container.boost .boost-wrapper, .marketers {padding:20px}
	.container.boost .boost-wrapper .font-size-35 {
		font-size: 20px;
	}
	.container.boost .boost-wrapper .big-letter {font-size:20px;}
	.container.boost .boost-wrapper img {max-width: 50px;}
	.container.boost .boost-wrapper h4 {font-size:14px;}
}

section.form, section.form .cotainer {
	padding-top:0;
	margin-top:0;
}

.container.usp {
	margin-bottom:0;
}

.font-size-35 {
	font-size: 35px;
}

.line-height {
	line-height: 1.5;
}

.height-248 {
	height: 160px;
	padding: 15px;
}

@media (min-width: 1200px) {
	.height-248 {
		height: 248px;
	}
}

.box-margin {
	margin: 7px;
	border: 1px solid #85c7dc;
}

.container.table-overview {}
.container.table-overview .text-secondary {
	font-size:16px;
}
.container.table-overview .row {
	/*margin-bottom:10px;*/
}
.container.table-overview .border-right {
	border-right: 2px solid #455560;
}

@media (max-width: 768px) {
	#speakers .container.table-overview .row-set {display:inherit;}
	.container.table-overview .border-right {
		border-right: none;
		border-bottom: 2px solid #455560;
		margin-bottom:15px;
	}
}

.half-border-top-col-3:before {
	content: "";
	border-top: 2px solid black;
	width: 41%;
	position: absolute;
	left: 28%;
}
.half-border-top-col-3:after {
	content: "";
	border-bottom: 2px solid black;
	width: 41%;
	position: absolute;
	left: 28%;
}
.half-border-right:after {
	content: "";
	border-right: 2px solid black;
	width: 41%;
	position: absolute;
	left: 28%;
}

.vertical-middle {
	margin-top: auto;
	margin-bottom: auto;
	padding: 3px;
}

@media (min-width: 1200px) {
	.box {
		margin-left: 65px;
	}
}

.box {
	border: 1px solid #85c7dc;
	height: 83px;
	margin-top: 12px;
	display: table;
}

.box p {
	display: table-cell;
	vertical-align: middle;
}
footer#footer {padding:10px 0;}
footer#footer .container,
.subfooter .container {
	margin-top: 20px;
	margin-bottom: 20px;
}

nav#nav-primary {
	padding:0;
	box-shadow: 0px -10px 35px #333;
}

.icon.campaign {
	border-bottom: 2px solid black;
	padding-bottom: 20px;
}
ul {
	padding-left: 18px;
}


/*.video-container {*/
	/*position: relative;*/
	/*padding-bottom: 30%;*/
	/*height: 0;*/
	/*overflow: hidden;*/
	/*max-width: 100%;*/
	/*height: auto;*/
/*}*/

/*.overlay-content {*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background: linear-gradient(90deg, #1370fb00 3px, black 1%) center, linear-gradient(#1370fb00 3px, black 1%) center, rgba(0, 111, 75, 0.55);*/
	/*background-size: 5px 5px;*/
/*}*/
/*.overlay-image{*/
	/*position: absolute;*/
	/*top: 29%;*/
	/*left: 0;*/
	/*right: 0;*/
	/*margin: auto;*/
	/*width: 37%;*/
/*}*/
/*video {*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
/*}*/

.video-container {
	position: relative;
	padding-bottom: 466px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

@media (max-width: 639px) {
	.video-container {
		padding-bottom: 446px;
	}
}

.overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.25em 1.6875em;
	background-image: -webkit-repeating-radial-gradient(center center, rgb(0, 0, 0), rgb(0, 0, 0) 1px, rgba(64, 168, 139, 0.5) 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgb(0, 0, 0), rgb(0, 0, 0) 1px, rgba(64, 168, 139, 0.5) 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgb(0, 0, 0), rgb(0, 0, 0) 1px, rgba(64, 168, 139, 1) 1px, transparent 100%);
	background: repeating-radial-gradient(center center, rgb(0, 0, 0), rgb(0, 0, 0) 1px, rgba(64, 168, 139, 0.5) 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}
.overlay-image{
	position: absolute;
	top: 204px;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
video {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 100%;*/
}

@media (min-width: 640px){
	.overlay-image {
		top: 170px;
		width: 500px;
	}
}

@media (min-width: 1024px){
	.overlay-image {
		top: 135px;
		width: 650px;
	}
}
.marketers {
	/*border: 1px solid #40a88b;*/
	padding-top: 24px;
	padding-bottom: 24px;
	background: #455560;
	color: white;
}
.table-overview .row .row-wrapper {
	margin-top: 27px;
}
section.form .success {
	background: #40a88b;
	line-height: 37px;
}
.tool-wrap {
	border: 1px solid #40a88b;
	margin-top: 20px;
	padding-top: 14px;
	padding-bottom: 6px;
}
.center-bullet {
	display: inline-block;
	text-align: left;
}
.justify-content-around{
	justify-content: space-around !important;
}
.benefit .row-set div {
	border: 1px solid #40a88b;
	/*color: white;*/
	/*background: #40a88b;*/
	margin-top: 13px;
	text-align: center;
	display: table;
	height: 100px;
	font-weight: bold;
	/*border-radius: 100px;*/
}
.benefit .row-set div p {
	display: table-cell;
	vertical-align: middle;
}
.benefit3 .row-set div {
	text-align: center;
	display: table;
	height: 100px;
}
.benefit3 .row-set div p {
	display: table-cell;
	vertical-align: middle;
}
#speakers .container.benefit3 h2 {
	margin-bottom:25px
}
#speakers .container.benefit3 .row-set>div {
	padding: 20px 25px;
}
/*#speakers .container.benefit3 .row-set,*/
/*#speakers .container.table-overview .row-set{*/
	/*display: flex;*/
/*}*/
.ml-1 {
	margin-left: .5rem;
}
.benefit2 .row p {
	font-weight: bold;
}
.border-left, .border-top, .border-right, .border-bottom {
	position: absolute;
	z-index: -1;
}
.border-left {
	border-left: 2px solid #40a88b;
	top: 22%;
	height: 50% !important;
	left: -1%;
}
.border-top {
	border-top: 2px solid #40a88b;
	width: 50%;
	left: 25%;
	top: 0%;
}
.border-right {
	border-right: 2px solid #40a88b;
	top: 22%;
	height: 50% !important;
	right: 0%;
}
.border-bottom {
	border-bottom: 2px solid #40a88b;
	width: 50%;
	left: 25%;
	bottom: 0;
}
@media (max-width: 768px ) {
	#speakers .container.benefit2 .row-set{
		display: inherit;
	}

	#speakers .container.benefit2 .row-set .border-right {
		border-right: none;
	}

	#speakers .row-set.border-box {border:none;}

	/*.container.benefit .col-sm-6 p, .container.benefit .col-sm-5 p {*/
	/*font-family: "Avenir-Black";*/
	/*font-weight: bold;*/
	/*font-size:22px;*/
	/*}*/
	#speakers .container.benefit2 .row-set>div {padding:10px 15px; width: 100%;}
	.container.benefit2 .col-sm-6 p, .container.benefit2 .col-sm-5 p {text-align: left;}
}
@media (max-width: 768px ) {
	#speakers .container.benefit3 .row-set{
		display: inherit;
	}

	#speakers .container.benefit3 .row-set .border-right {
		border-right: none;
	}

	#speakers .row-set.border-box {border:none;}

	/*.container.benefit .col-sm-6 p, .container.benefit .col-sm-5 p {*/
	/*font-family: "Avenir-Black";*/
	/*font-weight: bold;*/
	/*font-size:22px;*/
	/*}*/
	#speakers .container.benefit3 .row-set>div {padding:10px 15px; width: 100%;}
	.container.benefit3 .col-sm-6 p, .container.benefit3 .col-sm-5 p {text-align: left;}
}
@media (max-width: 768px) {
	.border-left, .border-top, .border-right, .border-bottom {
		display: none !important;
	}
}
.half-border {
	border-top: 2px solid black;
	width: 50%;
}
.margin-0 {
	margin: 0;
}
.no-list-type {
	list-style-type: none;
	padding-left: 0;
}
.no-list-type li {
	padding-bottom: 10px;
}
.header-img {
	position: absolute;
	top: 0;
	left: 0;
}
.tool-wrap h3 {
	margin-top: 10px;
}
.tool-wrap .icon {
	margin-top: 5px;
	margin-bottom: 0;
}
.tool-wrap ul {
	margin-top: 8px;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
	color: white !important;
	background-color: #40a88b !important;
}
.cc_container a, .cc_container a:visited {
	color: #40a88b !important;
}
.tools-box .tool-wrap .col-sm-2, .tools-box .tool-wrap .col-sm-4 {
	padding-top: 12px;
}
.tools-box .tool-wrap .big-tool-wrap {
	padding-top: 24px;
}
@media (max-width: 767px) {
	.tools-box .tool-wrap .big-tool-wrap {
		padding-top: 12px;
	}
	.tools-box .tool-wrap {
		width: 100%;
	}
	.tools-box {
		text-align: center;
	}
	.tools-box .tool-wrap .col-sm-6 ul {
		text-align: left;
	}
}

#captchaPlace {
    display: flex;
}
#captchaPlace #captchaText {
	display: flex;
	min-width: 90px;
	height:47px;
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

#captchaPlace #captchaInput {
	display: flex;
	min-width: 150px;
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}
