/* Add here all your CSS customizations */
/*header*/
#header > .container {
	margin-bottom: -50px;
	height: 80px;

}
body.sticky-menu-active #header > .container {
	margin-bottom: -35px;
} 


body.sticky-menu-active #header {
	border-bottom: 1px solid #E9E9E9;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	filter: none;
	padding-bottom: 3px;
}

body.sticky-menu-active #header .social-icons {
	margin-top: 2px;
}

body.sticky-menu-active #header nav ul.nav-main {
	margin-bottom: 7px;
	margin-top: -1px;
}

body.sticky-menu-active.always-sticky #header {
	top: 0;
}

body.sticky-menu-active.always-sticky #header nav ul.nav-main {
	margin: -7px 10px 8px 0;
}

body.sticky-menu-active.always-sticky #header .social-icons {
	margin-top: -3px;
}


/*eo header*/



.green {
	color:#0C0;	
}

.slider-container .main-label {
	text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 70px;
}

.slider-container .bottom-label {
	font-size: 26px;
}

.slider-container .main-yellow-label {
	color: #ffe866;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}


.slider-container .normal-label {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}

.slider-container .my-main-label {
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}
.slider-container .my-bottom-label {
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}


.slider-container .my-top-label {
	color: #FFF;
	font-size: 39px;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}

.slider-container .my-top-label.bluebox {
	color: #FFF;
	font-size: 35px;
	font-weight: 300;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}

.slider-container .bluebox {
	background-color:#06F;
	opacity:0.5;
	border:3px solid #06F;
	border-bottom: 13px solid #06F;
}

.cursive {
	font-style:italic;	
}


/**
 * ccastaneda
 */
 #video-screen {
	    position: absolute;
    top: 45px;
    left: 108px;
    width: 415px;
    height: 270px;
 }
 .home-intro p em {
    font-family: "Myriad";
    font-style: normal;
	font-weight: 300;
 }
 

 .home-concept .our-work {
	 font-size: 27px;
 }
 .home-concept span {
    display: block;
    font-family: 'Open Sans';
    font-size: 19px;
    font-weight: normal;
    position: relative;
    margin-top: 30px;
    letter-spacing: -0.7px;
	text-transform: uppercase;

	/*color: #0088cc;*/
}

.home-concept .process-image img {
	width: 145px; height: 145px;
}
 
.highlight-text {
	color: rgb(0, 136, 204);
	font-weight: normal;
}

.slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
    color: #E0E1E4;
}
.feature-box.secundary h4 {
    color: #0088cc;
}
.featured-box  p{
	font-weight: 600;
}
.featured-box .learn-more {
	font-weight: 400;
}
.progress-bar-danger {
    background-color: #d9534f !important;
}

.progress-bar-info {
	background-color: #2BAAB1;
}

h1 {
	line-height: 55px;
}


ul.social-icons li.vk {
	background-image: url(../img/social-vk.png);
	background-position: 0 0px;
}

ul.social-icons li.vk:hover {
	background-position: 0 -30px;
}

.featured.featured-black {
	background-color: #000;
}
.featured.featured-black h3 {
	color: #fff;
}
.recent-posts h4 {
	font-weight: 600;
}

.date.date-blue .day {
	color: #0088cc;
	background: #fff;
}

.date.date-blue .month {
	color: #fff;
	background: #0088cc;
}
article.webinar-red a {
	color: #E36159 !important;
}
article.webinar-red .date .day,
.date.date-red .day {
	color: #E36159;
	background: #fff;
}
article.webinar-red .date  .month,
.date.date-red .month {
	color: #fff;
	background: #E36159;
}

article.webinar-green a {
	color: #2BAAB1;
}
article.webinar-green .date .day,
.date.date-green .day {
	color: #2BAAB1;
	background: #fff;
}
article.webinar-green .date .month,
.date.date-green .month {
	color: #fff;
	background: #2BAAB1;
}

article.webinar-purple a {
	color: #734BA9;
}
article.webinar-purple .date .day,
.date.date-purple .day {
	color: #734BA9;
	background: #fff;
}
article.webinar-purple .date .month,
.date.date-purple .month {
	color: #fff;
	background: #734BA9;
}

.were-are-we {
	margin-top: 40px; margin-left: 20px;
}
.progress-bars {
	margin-left: 20px;
}

#footer a.btn {
	color: #000 !important;
}

/*  PRICE LIST
*/
.darkred {
	color: #d00;
	font-size: 16px;
}
.darkred a {
	color: #d00;
}

/**
 *	FOOTER
 **/
 #footer .contact a {
	 color: #A9A9A9 !important;
	 font-size: 1.2em;
 }
 #footer .contact i {
	 font-size: 1.35em;
	 color: #A9A9A9;
 }

 /**
  *	Webinar Payment Form
  **/
.webinar-info {
	display: none;
}
.webinar-info.active {
	display: block;
}


.webinar-type-box {
	text-align: center;
	opacity: 0.4;
	-webkit-transition: 0.2s;
    transition: 0.2s;
}
.webinar-type-box.off {
	opacity: 0.1;
}
.webinar-type-box:not(.off):hover {
	opacity: 1;
	cursor: pointer;
}

.webinar-type-box.active:not(.off) {
	opacity: 1;
	cursor: default;
}



.webinar-type-box .icon-featured {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 10px 0;
	font-size: 30px;
}

.webinar-type-box h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.webinar-type-books h4, .webinar-type-books, .webinar-type-1{
	color: #E36159;
}
.webinar-type-books .icon-featured {
	background-color: #E36159;
}

.webinar-type-themes h4, .webinar-type-themes, .webinar-type-2{
	color: #0088cc;
}
.webinar-type-themes .icon-featured {
	background-color: #0088cc;
}

.webinar-type-practice h4, .webinar-type-practice, .webinar-type-3{
	color: #2BAAB1;
}
.webinar-type-practice .icon-featured {
	background-color: #2BAAB1;
}

.webinar-type-qa h4, .webinar-type-qa, .webinar-type-4{
	color: #734BA9;
}
.webinar-type-qa .icon-featured {
	background-color: #734BA9;
}

.webinar-type-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 90px;
    font-weight: bold;
    font-size: 20px;
    display: none;
}
.webinar-type-title.active {
	display: block;
}

.pricing-table h3 span {
	line-height: 85px;
}

.featured-box .box-content {
	border: 1px solid;
	border-top-width: 4px;
}

.featured-box-primary .box-content {
	border-color: rgba(227, 97, 89, 0.53);
    border-top-color: #e36159;
}
.featured-box-tertiary .box-content {
	border-color: rgba(43, 170, 177, 0.2);
	border-top-color: #2BAAB1;
}

.thumb-info .thumb-info-action-icon i {
	top: 12px;
}

.progress-bar-tooltip {
	visibility: hidden;	
}
.progress-bar:hover > .progress-bar-tooltip {
	visibility: visible;
}


.webinar-thumb {
	height: 212px;
}
.webinar-thumb-my {
	width: 253px;
	height: 190px;
}

.btn-donation {
	margin-left: 10px;
	background: #eef933;
    padding: 4px 12px;
    border: 1px solid #ffd907;
    font-style: italic;
    border-radius: 5px;
        color: #333;
    text-decoration: none;
}

.btn-donation:hover {
	text-decoration: none;
	color: #333;
}
