.sp-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    z-index: 2;
}
.title-lf {
	display: block;
    padding-left: 50px;
    height: 44px;
    float: left;
    position: relative;
}
.logo-lf {
    display: inline-block;
    margin: 0 auto;
    transition: all .2s;
    padding: 5px 0 5px;
}
.longform-section{
	position: relative;
	margin-bottom:50px;
}

.lf-container{
	max-width: 730px;
	margin:0 auto;
	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
    clear: both;
    text-align: center;
}


.lf-full{
	width: 100%;
	margin: 60px auto 0;
}


.longform-section .entry-header h1{
	font-size: 15px;
	font-weight: 600px;
	color: #fff;
}

.lf-container > p{
	margin: 1em 0;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
}



.lf-content > p:not(.lf-full):not(.img-left),
.lf-content > strong{
	width: 730px;
	margin:1em auto;
	max-width: 100%;
	padding-left: 15px;
    padding-right: 15px;
    clear: both;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.lf-content h1,
.lf-content h2,
.lf-content h3,
.lf-content h4,
.lf-content h5,
.lf-content table,
.lf-content ul,
.lf-content .wp-caption,
.lf-content .list{
	width: 730px !important;
	text-align: left;
	margin:0 auto !important;
	padding-left: 15px;
    padding-right: 15px;
}

.lf-content img.img-left{
	width: 55% !important;
}

.lf-content h2{
	font-weight: 600;
	text-transform: uppercase;
}

.lf-content h3{
	margin: 20px 0 !important;
    font-size: 23px;
    padding: 0;
    font-weight: 600;
}


.lf-content img{
	width: 100%;
	height: auto;
}

div.p-custom p{
	margin:10px 0;
	text-align: justify;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
}
.center {
	text-align: center;
}
.img-full{
	width: 100%;
}

.img-full img{
	max-width: 100%;
}
.img-title {
	width: 100%;
	padding: 0 270px;
}
.img-title img{
	max-width: 100%;
}
.img-title-2 {
	width: 100%;
	padding: 0 180px;
}
.img-title-2 img{
	max-width: 100%;
}
.img-title-3 {
	width: 100%;
	padding: 0 250px 40px;
}
.img-title-3 img{
	max-width: 100%;
}
.img-title-3 > p {
    margin: 0.5em 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 25px;
    padding: 0 180px;
    font-style: italic;
}
.img-title-4 {
	width: 100%;
	padding: 80px 300px 0;
}
.img-title-4 img{
	max-width: 100%;
}
.img-part {
	width: 100%;
	padding: 0px;
}
.img-part img{
	max-width: 100%;
}
.img-part-first {
    padding-top: 10px;
}
.img-part-end {
    padding-top: 10px;
}
.img-part-mid {
    padding-top: 10px;
}
.lf-container p.strong{
	margin:0;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
}
.lf-container-video {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    text-align: center;
}
.img-right{
	float:right;
	width: 55%;
	margin: 0 -90px 20px 30px;
}

.img-left{
	float:left;
	width: 55%;
	margin: 0 30px 20px -90px;
}

.img-right img{
	width: 100%;
}

.img-left img{
	width: 100%;
}


.step-title{
	margin-bottom:0.5em !important;
	font-weight: 600;
	display: block;
}

.img-center img{
	max-width: 100%;
}

p.caption{
	font-style: italic;
	text-align: center;
	margin:5px 0;
}

p.call-to-action{
	font-style:italic;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	margin-bottom:10px;
}

.intro-video{
	padding:0;
	margin:0;
}

header.entry-header h1 {
    text-align: left !important;
    line-height: 0px;
}

header.entry-header p{
	font-style: italic;
    font-weight: 600;
}
/*video*/
.intro-video {
    margin: 0;
    padding: 0;
}
/*youtube home*/
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 7px;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    border-radius: 6px;
    opacity: 0.8;
    transition: 0.3s all linear;
}
.youtube:hover .play-button {
    opacity: 1;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.preview-intro-video {
    margin-top: 25px;
}
.tab-pane {
    border: 5px solid #296f2c;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 8px rgba(0,0,0,.3);
    padding: 0;
}
.block-video-1 {
    margin-top: 20px;
}
.block-video-2 {
    margin-top: 20px;
}
.block-video-3 {
    margin-top: 20px;
}


/*END YOUTUBE*/

.share-button{
	/*position: fixed;
	top:50vh;
	left: 5px;
	z-index: 9999;*/
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube-icon {
  background: #bb0000;
  color: white;
}

.list ul{
	padding: 0;
    list-style: none;
    margin-left:20px;
}

.list ul li{
	position: relative;
	text-align: justify;
    font-size: 18px;
    letter-spacing: .2px;
    line-height: 28px;
    margin:5px 0;
}

.list ul li:before{
	content: "\f0da";
	display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
    top: 5px;
    left: -15px;
	color:#014a81;
}

.list-number{
	text-align: left;
    font-weight: 600;
    font-size: 17px;
    font-style: italic;
}

.form-bmi{
	padding: 15px;
    border: 1px dashed #00497e;
    border-radius: 5px;
    margin:0 auto;
    background: #ebf7ff;
}

.form-reg{
	padding: 15px;
    border: 1px dashed #00497e;
    border-radius: 5px;
    margin:15px auto;
    background: #ebf7ff;
    /*width: 350px;*/
}

.title-form{
	text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    color: #014a81;
}

.form-bmi .form-group{
	padding:0 5px;
}

.form-bmi .form-group input{
	border-radius: 5px;
}

.form-reg .form-group input{
	border-radius: 5px;
	margin: 0 auto;
}

.form-reg .form-group select{
	width: 100%;
	padding: 6px 12px;
}

.form-reg .form-item{
	margin:0;
}


#error,#error-reg{
	color:red;
	font-style: italic;
	margin-bottom:10px;
}

#result span{
	color:red;
	font-weight: 600;
}

.sapo{
	background: #ebf7ff;
    color: #00497e;
    font-size: 17px;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 15px 0;
    border: 1px dashed #00497e;
    text-transform: none;
    font-weight: 700;
    font-style: italic;
}

.sapo a{
	color: #5fb435;
}


.lf-table{
	border:1px solid #ddd;
}

.lf-table>thead>tr>th{
	background: #014a81;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}

.lf-table>thead>tr>th,
.lf-table>tbody>tr>td{
	border-right:1px solid #ddd;
}

.owl-theme .owl-nav [class*='owl-'] {  }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color:none; }


.slide3d .owl_3d .owl-stage {
    padding: 130px 0 60px;
    height: 510px;
}

.slide3d .owl_3d .owl-item {
    -webkit-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.slide3d .owl_3d .owl-item.center {
    transform: scale(1.9) translateY(0px);
    z-index: 100;
}
.slide3d .owl_3d .owl-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(assets/images/shadow.png);
    background-size: 100% 100%;
}
.slide3d .owl_3d .owl-item.center:after {
    bottom: -20px;
}

.slide3d .owl_3d .active{
    opacity: 0.3;
}
.slide3d .owl_3d .active + .center{
    opacity: 1;
}

.slide3d .owl-carousel .owl-nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.slide3d .owl-nav i{
    color: #014a81;
    font-size: 30px;
    padding: 10px 0px;
    text-shadow: 0 0 10px #fff;
    text-align: center;
}

#popup-form-ads .form-item input, 
#popup-form-ads .form-item textarea, 
#popup-form-ads .form-item select {
    border: 1px dashed #cacaca;
    width: 90%;
}

#error-form-zone-ads{
    color: red;
    text-align: center;
}


@media screen and (min-width:1024px) {
	.slide3d .owl-carousel .owl-nav .owl-prev {
		position: absolute;
	    left: 200px;
	}	
	.slide3d .owl-carousel .owl-nav .owl-next {
		position: absolute;
	    right: 200px;
	}	
}

@media screen and (max-width:768px) {
	.img-left,.img-right{
		float:none;
		width: 100%;
		margin:0;
	}

	.share-button{
		/*top:unset;
		bottom:70px;
		left: 5px;*/
	}

	.form-bmi{
		width: 100%;
	}
	
	.icon-bar a{
		padding:5px;
	}

	.icon-bar{
		top:80%;
	}

	.longform-section{
		margin-top:10px;
	}

	.slide3d .owl_3d .owl-stage{
		padding: 0;
		height: unset;
	}

	.slide3d .owl-carousel .owl-nav {
	    bottom: 50px;
	}
    .sp-sticky-header {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgba(255,255,255,.7);
        text-align: center;
        z-index: 2;
    }
    .lf-full {
        width: 100%;
        margin: 15px auto 0;
    }    
    .img-title {
        width: 100%;
        padding: 0 10px;
    }
    .img-title-2 {
        width: 100%;
        padding: 0 10px;
    }  
    .img-title-3 {
        width: 100%;
        padding: 30px 10px 0 !important;
    }    
    .img-title-3>p {
        padding: 0 10px 20px;
    }    
    .img-contain {
        width: 100%;
        padding: 25px 0px 0;
    }  
    .img-contain img {
        width: 100%;
    }
	.slide3d .owl_3d .owl-item.center{
		transform: none;
	}

	.slide3d .owl-carousel .owl-nav .owl-next {
		position: absolute;
    	right: 0;
	}
	.slide3d .owl-carousel .owl-nav .owl-prev {
		position: absolute;
		left: 0;
	}

	.slide3d .owl_3d .active{
		opacity: 1;
	}

	.lf-content h1, .lf-content h2, .lf-content h3, .lf-content h4, .lf-content h5, .lf-content table, .lf-content ul, .lf-content .wp-caption, .lf-content .list{
		width: 100% !important;
	}

	.lf-content iframe{
		width: 100%;
	}

    .video-active {
        margin-top: 20px;
    }
    .block-video-1 {
        margin-top: 0px;
    }
    .block-video-2 {
        margin-top: 0px;
    }
    .block-video-3 {
        margin-top: 0px;
    }    

}

@media screen and(max-width: 991px){
	.slide3d .owl_3d .owl-stage {
        padding: 0;
        margin-bottom: 15px;
    }
    .slide3d .owl_3d .owl-item.center {
        transform: none;
    }
    .slide3d .owl_3d .owl-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: url(assets/images/shadow.png);
        background-size: 100% 100%;
    }
    .slide3d .owl_3d .owl-item.center:after {
        bottom: 0px;
    }
    .slide3d .owl-carousel .owl-nav .owl-prev {
        left: 0px !important;
    }
    .slide3d .owl-carousel .owl-nav .owl-next {
        right: 0px !important;
    }
}
