

/* ==================================================================
	eDen theme - concrete5
==================================================================== */

@font-face {
	font-family:'OpenSans-Light';
	src: url('../fonts/OpenSans-Light_gdi.eot');
	src: url('../fonts/OpenSans-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Light_gdi.woff') format('woff'),
		url('../fonts/OpenSans-Light_gdi.ttf') format('truetype'),
		url('../fonts/OpenSans-Light_gdi.svg#OpenSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

body {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.7em;
	color:#333333;
	background-color:#fff;
}

h1, h2 {
	font-family: 'OpenSans-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0 0 0.7em 0;
}

h1 {
	font-size:3em;
}
h2 {
	font-size:2.5em;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
	font-size:1em;
}
h4, h5, h6 {
    font-weight:600;
}
p {
	padding:0;
	margin: 0 0 1em 0;
}
.title-bar {
	text-align:center;
	padding:2em;
}
/* ====================================================================
	material theme overwrite
====================================================================== */
.navbar.navbar, 
.navbar-default.navbar {
}
.btn-material-orange:not(.btn-link):not(.btn-flat),
.btn-material-light-green:not(.btn-link):not(.btn-flat) {
	color:#fff;
}
.btn:not(.btn-link):not(.btn-flat), 
.btn-default:not(.btn-link):not(.btn-flat) {
   /* color:#999; */
}

/* ====================================================================
	fix bootstrap
====================================================================== */

.navbar>.container .navbar-brand {
	margin-left:0;
}
.modal-content .modal-header {
    padding:0;
    height:0;
    position:relative;
}
.modal-header .close {
    display:block;
    font-size: 36px;
    font-weight: lighter;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 99;
}
.modal-content .modal-body+.modal-footer {
    padding-top:1em;
}
.modal-content  .modal-footer {
    border-top: 1px solid #eee;
    padding: 1em;
}
.modal-backdrop {
      background: rgba(0,0,0,1);
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* ==========================================================================
   CMS
   ========================================================================== */
.cms .navbar-fixed-top {
	position: inherit;
}
.cms .main-block {
	max-width:1440px;
	margin:0 auto;
}
.cms div#ccm-highlighter {
	min-width:2em;
	min-height:2em;
}

.cms .checkbox input[type=checkbox]{
	opacity: 1;
	height: auto;
	width: auto;
	overflow: inherit;
	position: inherit;
	margin: auto;
	z-index: inherit;
	left: auto;
	pointer-events: inherit;
}
.cms .radio input[type=radio] {
	opacity: 1;
	height: auto;
	width: auto;
	overflow: inherit;
}

.cms [data-animated] {
    opacity:1 !important;
}

/* ====================================================================
	overwrite material theme
====================================================================== */

.btn-primary:not(.btn-link):not(.btn-flat),
.btn-primary:active:not(.btn-link):not(.btn-flat) {
	background-color: #549804;
}
.btn-primary:hover:not(.btn-link):not(.btn-flat) {
	background-color: #6eb705;
}

a, a:hover, a:focus {
    color: #549805;
}

/* ====================================================================
	eDen theme
====================================================================== */

.navbar  .brand-eden {
	display:block;
	background: url('../images/logo_eden_revert.png');
    background-image: url('../images/svg/logo_eden_revert.svg'), none;
	background-repeat:no-repeat;
	background-position:left center;
	width:175px;
	text-indent:-500px;
	overflow:hidden;
	text-decoration:none;
	padding:0;
	margin:0.3em 0;
	-webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.navbar.navbar-eden {
	background-color:#111;
	border:none;
	-webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
	-o-transition: height 0.25s ease-in-out;
	-ms-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
.navbar-eden.afloat {
	-webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.5);
}
/****************  fix bootstrap modal with fixed header  *****************/
.modal-open .navbar-eden{
    padding-right:17px;
}
.showOffcanvas .navbar-eden {
    -webkit-transition: none;
    -moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.navbar.navbar-eden .brand-eden,
.home .navbar.navbar-eden.afloat .brand-eden {
	height:70px;
}


.home .navbar.navbar-eden.afloat .brand-eden {
	opacity:1;
}
.home .navbar  .brand-eden {
	opacity:0;
	height:0;
}
.navbar-toggle .icon-bar {
	border:2px solid #666;
}

.navbar.navbar-eden .navbar-right {
	margin:0 1em 0 0;
}
#btn-login-signup {
    margin-right: 3px;
}
.navbar.navbar-eden .navbar-right,
.navbar.navbar-eden #btn-login-signup {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.home .navbar.navbar-eden .navbar-right {
	margin-top:0;
}
.navbar.navbar-eden .navbar-right,
.home .navbar.navbar-eden.afloat .navbar-right {
	margin-top:0.5em;
}

.navbar.navbar-eden #btn-login-signup,
.home .navbar.navbar-eden.afloat #btn-login-signup {
	margin-top:1.3em;
}
.home .navbar.navbar-eden #btn-login-signup  {
	margin-top:10px;
}

.home .navbar.navbar-eden #hdrSearch {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.navbar.navbar-eden #hdrSearch,
.home .navbar.navbar-eden.afloat #hdrSearch {
	margin-top:24px;
}

.home .navbar.navbar-eden #hdrSearch {
	margin-top:16px;
}
#hdrSearch input,
#hdrSearch button{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
#hdrSearch input[type=search] {
  -webkit-appearance: none;
}

.home .header .navbar-nav > li.first {
    display:none;
}
.home .main-block {
    padding:0;
    float:none;
}
/*********** menu top level *******************/
.header .navbar-nav a {
    text-decoration:none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.header .navbar-nav a.nav-path-selected,
.header .navbar-nav a:hover {
    text-decoration:none;
    color:#549805 !important;
}
/*********** submenu *******************/
.header .navbar-nav li ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
}

.header .navbar-nav  .sublevel {
	background-color:#111;
	z-index:95;
	position:absolute;
	left:0px; 
	top:48px;
	min-width:240px;
	/* border:1px solid #333333; */
	border-bottom:none;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.8);
}
.header .navbar-nav .sublevel li{
	width:100%;
	clear:both;
	position:relative;
}
.header .navbar-nav .sublevel li a {
	display: block;
    border:none;
	/* border-bottom:1px solid #333333; */
    padding: 0.7em 1em;
    color:#D9D9D9;
}


.header .navbar-nav  li:hover ul {display:block;}
/* hide 3rd level */
.header .navbar-nav  li:hover ul  li ul {display:none;} 
.header .navbar-nav  li:hover ul  li:hover ul{display:none;}

#hdrSearch {
	position:relative;
	margin-top:16px;
	margin-right:1em;
	min-width:15px;
	max-width:180px;
}
#hdrSearch  form{
	display:inline;
}
#hdrSearch  h3{
	display:none;
}
#hdrSearch  input[type=text],
#hdrSearch button {
	display:block;
	background:none;
	border:none;
}
#hdrSearch  input[type=text] {
	display:block;
	border-bottom:1px solid #666;
	padding:0.5em 0;
	width:0px;
	font-size: 0.9em;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#hdrSearch  input[type=text].focused {
	padding:0.5em 40px 0.2em 0.2em;
	width:137px;
}

#hdrSearch button {
	position:absolute;
	right:0;
	top:5px;
	width:36px;
	height:20px;
}
#hdrSearch button span {
	display:block;
	text-indent:-200px;
	overflow:hidden;
}

.home .canvas {
	padding-top:50px;
}
.canvas {
	padding-top:80px;
}


/* ==========================================================================
   carousels
   ========================================================================== */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .3)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-caption {
	text-shadow:none;
}
.carousel-inner .item {
    background-color:#e2ecd6;
}

#carousel-hero .item {
	min-height:690px;
	background-repeat:no-repeat;
	background-position:center center;
}

#carousel-hero .carousel-caption {
	bottom:inherit;
	top:5em;
}
#carousel-hero .jumbotron {
	background-color:transparent;
	box-shadow:none;
}
#carousel-hero  .panel-message {
	background-color: rgba(115, 175, 43, 0.8);
	text-align: left;
	padding: 2em;
	max-width: 534px;
	-webkit-border-radius: 0 1.5em 0 1.5em;
	border-radius: 0 1.5em 0 1.5em;
}
#carousel-hero  .panel-message h1 {
	margin:0 0 10px 0;
	font-size: 3em;
}
#carousel-hero  .panel-message p {
	font-size:1em;
}
#carousel-hero  .panel-message .btn {
	border-radius: 0.5em;
	font-size: 1.2em;
	/* text-transform: none; */
}

#hero-slide {
	background-image: url('../images/bg_clinic.jpg');
	background-size:cover;
}

#hero-video-slide{
    background-color:#DEE6C1;
}

#carousel-hero .video-container {
    position:relative;
}

#carousel-hero .video-container iframe {
    width:100%;
    height:342px;
}

.carousel-caption-full {
    position:absolute;
    width:100%;
    height:100%;
}



.logo-eden-large {
	display:block;
	background: url('../images/logo_eden.png');
    background-image: url('../images/svg/logo_eden.svg'), none;
	background-repeat:no-repeat;
	background-position:0 0;
	width:355px;
	height:117px;
	text-indent:-800px;
	overflow:hidden;
	margin:0 0 1em 0;
}
.section-features-inner {
	text-align:center;
	padding-top:5em;
	padding-bottom:5em;
}
.section-features-inner h2 {
	font-size:3em;
	color:#549804;
}
.row-feature {
	margin:3em 0;
}
.section-features-inner .col-feature {
	background-color:#ececec;
	margin: 0 2.5em;
	border-radius: 0.3em;
	padding:1em;
	min-height: 280px;
	opacity: 0;
    cursor:pointer;
}
.icon-presentation,
.icon-support,
.icon-pregress {
	display:block;
	width:110px;
	height:110px;
	margin: 0 auto;
}
.icon-presentation {
	background: url('../images/icon_presenter.png');
    background-image: url('../images/svg/icon_presenter.svg'), none;
	background-repeat:no-repeat;
	background-position:center center;
}
.icon-support{
	background: url('../images/icon_support.png');
    background-image: url('../images/svg/icon_support.svg'), none;
	background-repeat:no-repeat;
	background-position:center center;
}
.icon-pregress {
	background: url('../images/icon_university.png');
    background-image: url('../images/svg/icon_university.svg'), none;
	background-repeat:no-repeat;
	background-position:center center;
}
.section-presenter .title-bar--green {
	background-color:#549804;
	color:#fff;
}
.section-presenter .title-bar h2 {
	margin-bottom:0;
}




#carousel-presenter .carousel-inner {
	background-color:#d7e8c3;
}
#carousel-presenter .item {
	min-height:480px;
}
#carousel-presenter .presenter-img {
	background-repeat:no-repeat;
	background-position:center center;
	height:160px;
	width:160px;
	margin:0 auto 2em auto;
	clear:both;
	border-radius: 50% 50%;
}
.pic {
	background-image: url('../images/pic_brett_davis.jpg');
}

#carousel-presenter  .carousel-caption {
	color:#333;
	text-align:left;
	padding-bottom:3em;
}
#carousel-presenter  .carousel-caption h4 {
	display:block;
	text-align:center;
    
}
#carousel-presenter  .description {
    font-size: 0.8em;
    line-height: 1.3em;
}
#carousel-presenter .link-block {
    display:block;
    text-decoration:none;
    color:#333;
}
#carousel-presenter .link-block:hover h4 {
    color:#549805;
    text-decoration:underline;
}
#carousel-presenter .carousel-control.left {
    background: rgba(190,227,145,1);
    background: -moz-linear-gradient(left, rgba(190,227,145,1) 0%, rgba(195,230,153,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(190,227,145,1)), color-stop(100%, rgba(195,230,153,0)));
    background: -webkit-linear-gradient(left, rgba(190,227,145,1) 0%, rgba(195,230,153,0) 100%);
    background: -o-linear-gradient(left, rgba(190,227,145,1) 0%, rgba(195,230,153,0) 100%);
    background: -ms-linear-gradient(left, rgba(190,227,145,1) 0%, rgba(195,230,153,0) 100%);
    background: linear-gradient(to right, rgba(190,227,145,1) 0%, rgba(195,230,153,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee391', endColorstr='#c3e699', GradientType=1 );
}
#carousel-presenter .carousel-control.right {
    background: rgba(195,230,153,0);
    background: -moz-linear-gradient(left, rgba(195,230,153,0) 0%, rgba(190,227,145,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(195,230,153,0)), color-stop(100%, rgba(190,227,145,1)));
    background: -webkit-linear-gradient(left, rgba(195,230,153,0) 0%, rgba(190,227,145,1) 100%);
    background: -o-linear-gradient(left, rgba(195,230,153,0) 0%, rgba(190,227,145,1) 100%);
    background: -ms-linear-gradient(left, rgba(195,230,153,0) 0%, rgba(190,227,145,1) 100%);
    background: linear-gradient(to right, rgba(195,230,153,0) 0%, rgba(190,227,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e699', endColorstr='#bee391', GradientType=1 );
}

#carousel-testimonial .carousel-indicators .active,
#carousel-presenter .carousel-indicators .active {
    background-color: #92C853;
}
#carousel-testimonial .carousel-indicators li ,
#carousel-presenter .carousel-indicators li {
    border: 1px solid #92C853;
}

.section-pricing {
	background-color:#666;
	background-image: url('../images/bg_pricing.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	color:#fff;
    /*
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	*/
}
.section-pricing-inner {
	padding-top:4em;
	padding-bottom:4em;
}
.section-pricing-inner h2 {
	display: block;
	text-align:center;
	font-size:3em;
}
.section-pricing-inner .pricing-content {
	width: 700px;
	margin: 0 auto;
}
.pricing-content .pricing-free {
	width:500px;
	margin:1em auto;
}
.pricing-free .symbol-dollar,
.pricing-free .dollar-xlarge {
	font-weight:bold;
	float: left;
}
.pricing-free .symbol-dollar {
	font-size:2.5em;
}
.pricing-free .dollar-xlarge {
	font-size:7em;
	line-height: 0.7em;
}
.pricing-free .text-left {
	padding:1em 0 0 1em;
	float: left;
	width: 80%;
}
.pricing-content .price-text {
	font-size:1.5em;
	font-weight:bold;
	line-height:normal;
}
.pricing-content .price-text small {
	font-style: italic;
	font-size: 0.7em;
	font-weight: lighter;
}

.pricing-content  .pricing-premium {
	border-top: 1px solid #fff;
	margin:1.5em 0 0 0;
	padding:1.5em 0 0 0;
}

.pricing-content .btn-material-orange,
.pricing-content .btn-material-light-green {
	min-width:19.5em;
}

.pricing-premium  .text-left {
	padding:1em 0 0 200px;
	float: left;
	width: 80%;
}

.section-customer-inner {
	padding-top:3em;
	padding-bottom:3em;
	text-align:center;
}
.section-customer-inner img {
	display:inline-block;
}

.section-testimonial {
	background-color:#d7e8c3;
}
#carousel-testimonial  .item {
	min-height:350px;
}
#carousel-testimonial .carousel-caption {
	background: url('../images/icon_quote.png');
    background-image: url('../images/svg/icon_quote.svg'), none;
	background-repeat:no-repeat;
	background-position:0 0;
	padding: 0.75em 0 0 55px;
	color:#407404;
	bottom:inherit;
	right: 30%;
	left: 30%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.section-footer {
	background-color:#333;
}
.section-footer,
.section-footer a {
	color:#999;
}

.section-footer-top {
	background-color:#292929;
}
.section-footer-inner  {
	padding-top:2em;
	padding-bottom:2em;
}

.section-footerlink-inner {
    padding-top:2em;
	padding-bottom:5em;
}

.section-footer .col-phone {
    float:right;
}

.logo-eden-white {
	display:block;
	background: url('../images/logo_eden_white.png');
    background-image: url('../images/svg/logo_eden_white.svg'), none;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-500px;
	overflow:hidden;
	width:215px;
	height:75px;
}

.link-tel-icon {
	background: url('../images/icon_call.png');
    background-image: url('../images/svg/icon_call.svg'), none;
	background-repeat:no-repeat;
	background-position:0 3px;
	padding: 0 0 0 35px;
	min-height:32px;
	font-size: 1.5em;
	font-weight: bold;
}
.link-tel-icon,
.link-tel {
	display:block;
	padding: 0 0 0 35px;
	margin:0.2em 0;
}
.link-tel {
	font-size: 1.3em;
	font-weight:lighter;
}

.section-footerlink-inner  .nav>li>a:focus, 
.section-footerlink-inner  .nav>li>a:hover {
	background-color:rgba(0,0,0,0.1);
	color:#fff;
}

.logo-list,
.logo-list li {
    list-style:none;
    display:block;
    padding:0;
    margin:0;
}
.logo-list {
    width:100%;
    clear:both;
}
.logo-list li {
    display:inline-block;
    margin:0 1.2em;
}

.row-tnc {
    padding-top:1em;
    font-size:0.8em;
}

[data-href] {
    cursor:pointer;
}

/* ====================================================================
	eDen theme - detail full template
====================================================================== */
.section-main-content-inner {
	line-height:1.7em;
}
.section-title {
	background-color:#549805;
}
.section-title-inner {
	background-image: url('../images/bg_eden_watermark.png');
	background-repeat:no-repeat;
	background-position:right top;
	color:#fff;
	min-height:177px;
	position:relative;
}
.section-title-inner  h1,
.section-title-inner p {
	margin:0;
}
.section-title-inner  h1 {
	display:block;
	position:absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.5em;
}
.section-breadcrumb {
	background-color:#f4f4f4;
}
.section-breadcrumb-inner {
	font-size:0.85em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.section-breadcrumb-inner,
.section-breadcrumb-inner a{
	color:#9a9a9a;
}
.breadcrumb {
	margin:0;
	padding:0.5em 0;
}
.section-breadcrumb-inner .breadcrumb-sep {
  display: inline-block;
  padding: 0 0.5em;
}
.section-main-content-inner {
	padding:3em 0;
}
.subtitle-bar {
	text-align:center;
	padding:0;
	height:2px;
	border-bottom:1px solid #b5d393;
	margin:4em 0;
	position:relative;
}

.subtitle-bar h2,
.subtitle-bar h3,
.subtitle-bar h4,
.subtitle-bar p {
	padding:0;
	margin:0;
}
.subtitle-bar h2 {
	display:inline-block;
	background-color:#fff;
	padding:0 1em;
	margin:-50% 0 0 0;
	color:#569705;
}
.courses-tiles-container {
	width:100%;
	float:left;
	clear:both;
	padding:2em 0;
}

.course-tile {
	background-color:#549805;
	color:#fff;
	padding-left:0;
	padding-right:0;
	border-radius: 4px;
	margin:1em;
	width:30.68%;
	cursor:pointer;
}

.course-tile-intro {
	background-image: url('../images/bg_presentation_tile.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	padding:0;
	background-color:#252525;
	height:194px;
	position:relative;
	border-radius: 4px 4px 0 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}
.course-tile-intro:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.course-tile-intro .course-tile-content {
	width:auto;
    height:100%;
    padding:1em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+30,000000+100&amp;0.7+0,0.5+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.64) 30%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(30%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.64) 30%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.64) 30%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.64) 30%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.64) 30%,rgba(0,0,0,0.5) 100%); /* W3C */
}

.course-tile-content  h3,
.course-tile-content  h4{
	display:inline-block;
	margin:0;
	font-weight:200;
}
.course-tile-content  p{
	margin-bottom:0;
	font-size:0.8em;
}
.course-tile-content  h3{
	font-size: 1.13em;
    line-height:1.3em;
    margin-bottom: 1em;
}
.course-tile-content  h4{
	font-size: 0.9em;
	font-weight:600;
}
.course-tile-action {
	padding:1em;
	font-size: 0.9em;
}
.icon-play {
	display:block;
	background: url('../images/icon_play.png');
    background-image: url('../images/svg/icon_play.svg'), none;
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:23px;
	min-width:23px;
}
.icon-cpd {
	display:block;
	background: url('../images/icon_CPD.png');
    background-image: url('../images/svg/icon_CPD.svg'), none;
	background-repeat:no-repeat;
	background-position:0 0;
	min-height:23px;
	min-width:28px;
}

.course-tile-action  .icon-play {
	padding:0 0 0 35px;
	float:left;
}
.course-tile-action  .icon-cpd {
	padding:0 0 0 35px;
	float:right;
}

.panel-aside {
    margin-bottom:2em;
}

.navbar-stacked,
.navbar-stacked > li {
    float:none;
    display:block;
    clear:both;
}

.col-sidebar nav {
	display:block;
	padding: 0;
	background-color:#f4f4f4;
}

.col-sidebar  .navbar-stacked  a {
    display:block;
    padding-left:30px;
}
.col-sidebar  .navbar-stacked  a:before {
    display:inline-block;
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: 1px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size:0.85em;
    margin-left: -18px;
    padding-right: 5px;
}

.side-nav {
	padding:0;
	margin:0;
}
.side-nav li {
	margin-bottom:1em;
}
.side-nav li > a {
	color:#529801;
	background: url('../images/bullet_link.png');
    background-image: url('../images/svg/bullet_link.svg'), none;
	background-repeat:no-repeat;
	background-position:0 7px;
	background-color:transparent!important;
	padding:0 0 0 15px;
}
.side-nav li > a:hover {
	background-color:transparent!important;
	text-decoration:underline;
}

/* ==================================================================
	scroll-top
==================================================================== */

.btn-scroll-top {
	display: inline-block;
	width:3em;
	height:3em;
	border-radius:50%;
	position: fixed;
	bottom: 2em;
	right: 10px;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 5px 7px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 5px 7px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(84, 152, 4, 0.5) url(../images/svg/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.btn-scroll-top.visible {
  visibility: visible;
  opacity: 1;
}

/* ==================================================================
	Course page style
==================================================================== */
.section-courses-selection .input-group-lg select {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
}
.section-courses-selection label {
    font-size:1.3em;
    padding-top: 10px;
}

#modal-body .content {
    padding-bottom:1em;
}

#modal-body .content h3 {
    margin-bottom: 1em;
    line-height: normal;
    color:#549804;
}
.hdg-normal {
    margin:1.5em 0;
}
.row-grid {
    background-color:#EDF9DC;
    padding:0.2em 0;
    margin-bottom:1px;
}


#modal-body .content .row-grid h6 {
    padding:0;
    margin:0;
    line-height:1.7em;
}
.seo-only-hidden {
    display:none!important;
}
/* ==================================================================
	Extended FAQ theme overwrite
==================================================================== */
.ccm-extended-faqs {
    margin-bottom: 4em;
}
.ccm-extended-faqs h2 {
    font-size:2em;
}
.ccm-extended-faqs h3.acc_trigger {
    background-color:#f4f4f4;
    background-image:none;
    border-radius:0;
    margin-bottom:0;
    padding: 0.5em 1em;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    font-weight:lighter;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.ccm-extended-faqs h3.acc_trigger.active {
    background-color: #549805;
    border-bottom: 1px solid #60A115;
    color:#fff;
}

.ccm-extended-faqs h3.acc_trigger a {
    color:#666;
    cursor:help;
}
.ccm-extended-faqs h3.acc_trigger a:hover {
    color:#333;
}
.ccm-extended-faqs h3.acc_trigger.active a,
.ccm-extended-faqs h3.acc_trigger.active a:hover {
    color:#fff;
}
.ccm-extended-faqs .acc_container {
    border-radius:0;
    border:none;
    background: #F2FFE4;
    padding: 0.5em 1em;
}

/* ==================================================================
	video modal
==================================================================== */

.video-container .video-click-mask {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    right:0;
    cursor:pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video-modal .modal-dialog {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
#video-modal .modal-content {
    box-shadow:none;
    border-radius:0;
    background-color:transparent;
}
#video-modal .modal-content,
#video-modal .modal-content .modal-body {
    padding:0;
    height:100%;
}

#video-modal .modal-content .close {
    display:block;
    width: 42px;
    height: 72px;
    position:absolute;
    right:15px;
    top:0;
    font-size:72px;
    font-weight:200;
    text-shadow:none;
    opacity:1;
    color:#fff;
    z-index:99;
}

/* ==================================================================
	contributor page
==================================================================== */

.card-contributor {
    width:22.3%;
    float:left;
    margin:1em;
    text-align:center;
    height:390px;
    overflow:hidden;
}
.contributor-img {
    min-height:168px;
    padding:1em 0;
}
.col-content-left .contributor-img  img{
    display:inline-block;
    height:168px!important;
    width:auto!important;
    margin: 0;
}
.contributor-detail {
    padding: 0 1em;
}
.contributor-detail h5 {
    
}
.contributor-detail .ccm-page-list-description {
    text-align:left;
    font-size:0.8em;
    line-height: 1.45em;
    min-height: 100px;
}
.contributor-detail .btn-default{
    text-decoration:underline;
}
.contributor-detail .btn-default:hover{
    text-decoration:none;
}

.col-content-left img {
    display:block;
    margin: 0 2em 2em 0;
}

.section-main-content {
    min-height:500px;
}

.search-bar {
  width: 100%;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #e6e6e6;
}

.advisory-board .card-contributor {
  width: 29%;
}

/* ==================================================================
	mobile style
==================================================================== */
.navbar-toggle {
    margin-left: 0px;
}
.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color:#666;
    border:none;
}
#mobile-nav-container {
    width: 280px;
}

#mobile-nav-container .navbar-nav {
    margin:0;
    font-size: 1.1em;
}
/* hide 3rd level */
#mobile-nav-container .navbar-nav  ul ul {
    display:none;
}
#mobile-nav-container .navbar-nav,
#mobile-nav-container .navbar-nav ul,
#mobile-nav-container .navbar-nav li {
    list-style:none;
    display:block;
    padding:0;
    margin:0;
}
#mobile-nav-container .navbar-nav li  a {
    display:block;
    padding:1em;
    color: #ccc;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    text-decoration:none;
}
#mobile-nav-container .navbar-nav li  a:focus,
#mobile-nav-container .navbar-nav li  a:active {
    color:#fff;
    background-color:#549805;
}
#mobile-nav-container  .btn-login {
    width: 88%;
    margin: 1em;
    font-size: 1.1em;
}

/******* force mobile menu **********/
@media (min-width: 912px) {
    .navbar-collapse.collapse {
      display: block!important;
    }
}
@media only screen and (max-width: 911px) {
    #main-nav > .container {
         padding-left: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-toggle {
        display: block!important;
    }
    .navbar-nav>li,
    .navbar-right {
        float:none!important;
    }
}


@media only screen and (min-width: 768px) {
    #video-modal .modal-dialog {
        width:100%;
        height:100%;
        padding:0;
        margin:0;
    }
    .carousel-caption{
        left:15%;
        right:15%;
        max-width: 1100px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 960px) {
    .container {
      width: 98%;
    }
}
@media only screen and (max-width: 1145px) {
    .course-tile {
        width: 30%;
        float:left;
    }

}
@media only screen and (max-width: 1024px) {
    .carousel-caption {
        left:3%;
        right:3%;
    }
    #carousel-testimonial .carousel-caption {
        left:10%;
        right:10%;
    }
    .carousel-control {
        width:5%;
    }
    #carousel-hero .panel-message h1 {
        font-size:2em;
    }
    .section-pricing {
        background-attachment: initial;
    }

    .section-features-inner .col-feature {
        opacity: 1;
        margin-bottom: 1em;
    }
    .logo-list li {
        width:40%;
    }
}
@media only screen and (max-width: 1010px) {
    .course-tile {
        width: 30%;
    }
    #hero-video-slide  .panel-message {
        display:none;
    }
}

@media only screen and (max-width: 918px) {
    .course-tile {
        width: 44.8%;
    }
    .section-courses-selection .control-label {
        margin-bottom: 0.7em;
    }
}

@media only screen and (max-width: 768px) {
    #carousel-hero .carousel-caption {
        top:1em;
    }
    #carousel-presenter .presenter-img {
        width:140px;
        height:140px;
    }
    #hero-video-slide .logo-eden-large {
        margin: 0 auto 1em;
    }

    .section-features-inner {
        padding-top:2em;
        padding-bottom:2em;
    }
    .card-contributor {
        width:29%;
        height:420px;
    }
    .video-container .video-click-mask {
        display:none;
    }

    .section-features-inner .col-feature {
        margin: 0 1em;
        width: 29%;
        float:left;
    }
    #carousel-hero .item {
        min-height: 600px;
    }
}

@media only screen and (max-width: 740px) {
    .section-features-inner .col-feature {
        width:auto;
        float:none;
    }
    .section-features-inner .col-feature {
        min-height: initial;
        margin:1em 0;
    }
    .icon-presentation,
    .icon-support,
    .icon-pregress {
        background-size: auto 100%;
        width: auto;
        height: 60px;
    }
    .advisory-board .card-contributor {
        margin:1em 0.8em;
    }
}
@media only screen and (max-width: 768px) {
    #carousel-presenter .carousel-caption {
          bottom: auto;
    }
    #carousel-presenter .item {
      min-height: 300px;
    }
    .section-pricing-inner .pricing-content {
        width:auto;
    }
    .panel-aside .navbar-stacked {
        margin:0;
    }
}

@media only screen and (max-width: 700px) {
    .card-contributor {
        width:28%;
    }
    .pricing-premium .text-left {
        padding-left:0;
        width: auto;
    }
    .pricing-content .pricing-premium .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 670px) {
    .card-contributor {
        width:44%;
    }
    .advisory-board .col-content-left  .contributor-img img {
        height:auto!important;
    }
    .card-contributor img{
        width:auto;
        max-width:100%;
        height:auto;
    }
    .advisory-board .card-contributor {
      width: 45%;
    }
}

@media only screen and (max-width: 630px) {
    .logo-list li {
        width:100%;
        padding:0 0 1em 0;
    }
    #carousel-presenter .presenter-img {
        width: 80px;
        height: 80px;
        background-size: cover;
    }
}

@media only screen and (max-width: 590px) {
    .course-tile {
        width: 94%;
        float:none;
    }

    .section-pricing-inner {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .section-pricing-inner .pricing-content,
    .pricing-content .pricing-free    {
        width: auto;
    }

    .pricing-free .pull-left {
        float:none!important;
        margin: 0 auto;
        width:94px;
    }
    .pricing-free .dollar-xlarge {
        line-height:0.7em;
    }

    .pricing-free .text-left {
        width: auto;
    }
    .pricing-content .btn-material-orange,
    .pricing-content .btn-material-light-green {
       min-width: initial;
    }
    .pricing-content .btn {
        padding: 8px 10px;
        width: 100%;
    }

}

@media only screen and (max-width: 540px) {
  .advisory-board .card-contributor,
  .card-contributor {
    width: 100%;
    margin: 0 0 1em 0;
    height: auto;
  }
  .advisory-board .contributor-img,
  .contributor-img {
    float: left;
    width: 20%;
    min-height: initial;
  }
  .advisory-board .contributor-detail,
  .contributor-detail {
    float: left;
    width: 80%;
    text-align:left;
  }
  .advisory-board .contributor-detail .ccm-page-list-description,
  .contributor-detail .ccm-page-list-description {
     min-height: initial;
  }
  .advisory-board .contributor-detail .btn-default,
  .contributor-detail .btn-default {
    border: 1px solid #ccc;
    text-decoration: none;
    padding: 0.5em 1em;
    font-size: 0.8em;
  }
}


@media only screen and (max-width: 420px) {
    h1,
    .section-title-inner h1    {
        font-size:2em;
    }
    h2,
    .ccm-extended-faqs h2 {
      font-size: 1.8em;
    }

    #carousel-presenter .item {
        min-height: 280px;
    }

    #carousel-presenter .carousel-caption h4 {
        font-size: 1em;
        font-weight: 200;
    }
    .section-footer .col-phone {
        float:none;
        width:100%;
        clear:both;
        margin:1em 0 0 0;
    }
    .section-footer-inner {
        text-align:center;
    }
    .section-footer-inner .logo-eden-white,
    .section-footer-inner .link-tel-icon {
        display: inline-block;
    }
    .section-footer-inner .col-addthis {
       padding-top:1em;
    }

    .ccm-extended-faqs h3.acc_trigger a {
        line-height:1.6em;
    }
}

@media only screen and (max-width: 375px) {
    .canvas {
      padding-top: 52px;
    }
    .navbar.navbar-eden .brand-eden,
    .home .navbar.navbar-eden.afloat .brand-eden {
        height:42px;
    }
    .navbar .brand-eden {
        background-size: auto 100%;
    }
    .logo-eden-large {
        background-size: auto 80px;
        width: 234px;
        height: 80px;
    }
    .row-feature {
        margin:0;
    }

    #carousel-hero .item {
        min-height: 420px;
    }
    #carousel-hero .video-container iframe {
        height:173px;
    }


    #carousel-presenter .presenter-img {
        width: 70px;
        height: 70px;
    }

    .section-customer-inner {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .section-customer-inner img {
        max-width:60%;
        height:auto;
    }
    .section-customer .logo-list li {
        margin:0;
    }
    #carousel-testimonial .item {
          min-height: 300px;
    }
    #carousel-testimonial .carousel-caption {
        background-size: 30px auto;
        padding: 0em 0 0 40px;
        line-height: 1.4em;
        top: 2em;
        transform: none;
    }

    .section-title-inner {
        min-height: 100px;
    }
    .section-title-inner h1 {
        font-size:2em;
    }

    .subtitle-bar {
        margin: 2em 0;
    }
    .section-courses-selection label {
        font-size:1em;
    }
}
