#facebook-jssdk-iframe {
	display:none;
}

.img_float_right {
	float: right!important;
	margin: 0 0 15px 15px!important;
}

.img_float_left {
	float: left!important;
	margin: 0 15px 15px 0px!important;
}

.modal-open .modal {
    z-index: 999999!important;
}
.modal.show .modal-dialog {
	//overflow: scroll;
    //max-height: calc(100vh - 52px);
}
.contour_book {
	width:100%; text-align:center; border: 1px solid #dcdcdc; padding: 10px;
    height: 100%; background-color: #f5f5f5a3;    position: relative;
}

.modal-body.contact > .row > div { padding: 0 5px; }
.freezePage{
  overflow: hidden;
  height: 100%;
  position: relative;
}
div.biography::first-letter {
  float: left;
  font-size: 4.2em;
  margin: 0 .2em 0 0;
  line-height:1em;
}
#loading {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    outline: 0;
    #transition: opacity 0.15s linear;
}

#loading .content {
    background-color: transparent!important;
    border: 0px;
    top: 50%;
    text-align: center;
    width: 100%;
}

#loading::before {
    content: '';
	padding-top: 26%;
	display: block;
}

.row.footer {
	margin: 0; 
	background-color: black; 
	color: white; 
	font-size: 10px; 
	padding: 10px 0; 
	text-align: right; 
    bottom: 0;
    width: 100%;
}
   
.sticky {	
    position: relative!important;
    position: -webkit-sticky!important;
    position: sticky!important;
}

@media (min-width: 830px) {
	div.biography {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
.biography img {
	max-width:360px;
	max-height:260px;
}
.blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	line-height: 21px;
}
.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}
.blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}
.blockquote p {
	display: inline;
	font-size: 15px;
	font-weight:600;
}

.visible {
    visibility: visible;
    opacity: 1;
	transition: height 20s, width 20s, padding 20s, visibility 20s, opacity 0.1s ease-out;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.search_suggest {
	position: fixed;
    top: 55px;
    padding: 10px 10px 10px 66px;
    background-color: #1a1f24;
    color: #fff;
    z-index: 9999999999999999;
	visibility: hidden;
    overflow: visible;
    left: 272px;
    width: calc(100% - 272px - 54px)!important;
}
.search_suggest.mini {
	padding: 10px 10px 10px 10px;
    left: 65px;
    width: calc(100% - 136px)!important;
}
@media (max-width: 768px) {
	.search_suggest.mini {
		top: 44px;
		left: 50px;
		width: calc(100% - 105px)!important;
		transition: height .3s;
	}
	
}
.search_suggest .suggests {
	font-weight: 300;
	text-decoration: none!important;
}



.play-button-audio img { transition: all .2s ease-in-out; }

.play-button-audio:hover img {
	transform: scale(1.2);
}
.search_main_div { text-align:center; margin-top: -26px; }
@media screen and (max-width: 720px) {
	.search_main_div { text-align:center; margin-top: -15px; }
}

.search_main {
	background: black;
    padding: 5px;
	max-width: 90%;
    width: 480px;
    text-align: center;
    color: white;
    position: relative;
    display: inline-block;
}
.search_main input {
	outline: none;
    width: calc(100% - 32px);
    box-shadow: none;
    background: black;
    margin: 0;
    text-transform: uppercase;
    float: left;
    color: white;
    border: 1px solid black;
    border-radius: 5px;
    line-height: 26px;
	padding: 0 15px;
}
.search_main svg {
	fill: white;
	outline: none;
    margin-right: 3px;
    margin-top: 3px;
    height: 22px;
    float: right;
}
.search_suggest_main_main {
	background: black;
    max-width: 90%;
    width: 480px;
    text-align: center;
    color: white;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
    z-index: 99999;
	visibility: hidden;
	top: -8px;
}

.search_suggest_main {
	padding: 0 21px 10px;
    border-radius: 0;
    border: 0;
    background: black;
    color: white;
    display: inline-block;
    text-align: initial;
    z-index: 999;
    position: relative;
    width: 100%;
    font-size: 13px;
    margin-top: 8px;
}
.search_main_div.suggest {
	position: absolute;
    width: 100%;
    margin-left: -15px;
	z-index: 999;
	margin-top: 0;
}
.search_suggest_main a {
    color: white;
}

@media (max-width: 576px) {
	.search_main_div.suggest {
		padding: 0 15px;
	}
	.search_main_div .search_suggest_main_main {
		top: -10px;
	}
}	
.download_media {
	color: #0787ea; text-transform: uppercase; border: 0; padding: 0; background-color: transparent;
}
.download_media:disabled, .download_media[disabled] {
	color: grey;
	cursor: default;
}

	
/* 5 Columns */
@media screen and (max-width:1024px) { .navbar-collapse .navbar-toggle.pb-navbar-sidebar-search { display:none!important; } }

select::-ms-expand {
    display: none;
}
select {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	text-indent: 1px!important;
	text-overflow: ''!important;
}


.carousel-control-prev {
    left: -26px;
    position: absolute;
    top: 50%;
     width: 21px;
}
.carousel-control-next {
    right: -26px;
    position: absolute;
    top: 50%;
     width: 21px;
}

.h2, h2 {
    font-size: 21px;
	font-weight:600;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none!important;
}
.intro-section-ry {
    height: 500px;
    overflow: hidden;
    width: 100%;
	position: relative;
	background: -moz-linear-gradient(left, rgba(186,43,255,0.42) 0%, rgba(144,62,242,0) 53%, rgba(107,78,231,0.42) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(186,43,255,0.42) 0%,rgba(144,62,242,0) 53%,rgba(107,78,231,0.42) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(186,43,255,0.42) 0%,rgba(144,62,242,0) 53%,rgba(107,78,231,0.42) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba2bff', endColorstr='#6b6b4ee7',GradientType=1 ); /* IE6-9 */
}
.intro-section-ry video {
	transform: translateX(-50%);
    position: absolute;
    top: -30%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: -1;
    background: no-repeat;
    background-size: cover;
     overflow: hidden;
}

@media screen and (max-width:1366px) {
  .intro-section-ry video { top:0; } 
}
@media screen and (max-width:1024px) {
  .intro-section-ry  { height: 420px; } 
  .intro-section-ry video { top:10%; } 
}


@media screen and (max-width:764px) {
  .intro-section-ry { height:320px; } 
  .intro-section-ry video { width:150%!important; top:0px!important; } 
}



@media screen and (max-width:720px) {
  .intro-section-ry { height:320px; } 
  .intro-section-ry video { width:150%!important; } 
  .play_overlay {
		height: 26px!important;
		width: 26px!important;
		margin: -13px 0 0 -13px!important;
	}
	.play_overlay::after {
		width: 13px!important;
		height: 13px!important;
		top: 7px!important;
		left: 7px!important;
	}
}
@media screen and (max-width:560px) {
  .intro-section-ry { height:260px; } 
  .intro-section-ry video { width:150%!important; top:0px!important; } 
}
@media screen and (max-width:400px) {
  .intro-section-ry { height:210px; } 
  .intro-section-ry video { width:180%!important;     top: 0;} 
}


body {
    font-family: 'Lato', sans-serif!important;
    background-color: #AAAAAA;
	text-transform: uppercase!important;
	font-size: 15px!important;
}




nav {
    padding: 0 1rem!important;	
	background-color:black!important
}
nav a {
    color:white!important;
}
nav .menu img {
	height: 42px;
    padding: 5px;
    position: relative;
}

.pb-navbar-search-input.pb-input-black:focus { border-bottom: 1px solid white; }



.books_listing .contour:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.books_listing_mini div img { transition: all .2s ease-in-out; }

.books_listing_mini div:hover img {
    transform: scale(1.2);
}
.books_listing .buy:hover {
    background-color:white!important;
	border: 1px solid #356DF2!important;
	color:#356DF2!important;
	background-image:none!important;
	padding: 5px 11px;
}
.books_listing .buy {
}

@media screen and (max-width:1000px) {
  .books_listing {  min-width:25%!important; max-width:25%!important; } 
  .books_listing:nth-child(1){
	   display:none!important;
	}
}

.listing_videos { padding:15px; line-height: 13px; } 

.hessed {
	background-image: url(/assets/imgs/hessed.png);
    background-size: auto 130%;
    text-align: center;
    background-position: center 21px;
    background-repeat: no-repeat;
    padding: 36px 0;
	font-size:18px;
}
.hessed a:hover {
	background-color:#6739b6;
	color:white;
}

.whatsapp {
	/* http://colorzilla.com/gradient-editor/#2b56f5+0,41faa4+100 */
	background: rgb(43,86,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(43,86,245,1) 0%, rgba(65,250,164,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(43,86,245,1) 0%,rgba(65,250,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(43,86,245,1) 0%,rgba(65,250,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b56f5', endColorstr='#41faa4',GradientType=0 ); /* IE6-9 */
	text-align: center;
    padding: 36px 13%;
    overflow: hidden;
    width: 100%;
    position: relative;
	font-size:18px;
}
.whatsapp img {
	max-width: 21%;
    float: right!important;
    position: absolute!important;
    top: 10px!important;
    right: -26px!important;
    height: auto!important;
    max-height: 80%;
    width: auto!important;
}
.whatsapp a:hover {
	color:rgba(65,250,164,1)!important;
	background-color:white!important;
}


.play_overlay {
	background-color: white;
	background-size: contain;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    cursor: pointer;
    height: 45px;
    position: absolute;
    text-size-adjust: 100%;
    transition-duration: 0.2s;
    width: 45px;
    left: 50%;
    top: 50%!important;
    margin: -23px 0 0 -23px;	
}
.play_overlay::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODk0NDkgMCAwIDAuNjg5NDQ5IDE5LjMzMzYgMTkuMzMzNikiPjxnPgoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMiAgIEMxMTcuOTU2LDY1LjEwNSwxMTcuOTU2LDU5LjMwNiwxMTMuOTU2LDU3LjAwNnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzA3ODdFQSIgZGF0YS1vbGRfY29sb3I9IiMwNzg3ZWEiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
background-size: cover;
	width:23px;
	height: 23px;
	top: 11px;
	left: 12px;
	content: "";
	display: inline-block;
	position: absolute;
}
.youtube-player .play_overlay {
	width: 68px;
	height: 68px;
    margin: -34px 0 0 -34px;	
}
.youtube-player .play_overlay::after {
	width:34px;
	height: 34px;
	top: 17px;
	left: 20px;
}
.a_overlay:hover .play_overlay {
	transform: scale(1.2);
}
.youtube-player .a_overlay:hover .play_overlay {
	transform: scale(1.13);
}

.duration_overlay { display:none; }
.a_overlay:hover .duration_overlay, .duration_overlay {
	position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    padding: 1px 3px;
    opacity: 0.5;
    background-color: black;
	display: initial;
	font-size: 12px;
}

a, a:hover { text-decoration:none!important; }
.vignette_video {     padding-bottom: 15px; }
.vignette_video img {
	max-width:100%;
}
.course_title_title {
	color:black!important;
	max-height: 36px;
    font-weight: 600;
    font-size: 12px;
	line-height: 15px;
}
.course_date {
	color:#7d7d7d;
	color:#505050;
	color:#333333;
	font-family: "pbNavbarThin","pbNavbarRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    display: inline-block;
	font-weight: 300;
}

.btn_blue {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	border-radius: .5rem!important;
	border: 0!important;
	color:white!important;
	text-transform: uppercase!important;
	width: auto!important;
	line-height: 17px!important;
}
.select_blue {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	border: 0!important;
	color:white!important;
	text-transform: uppercase!important;
    font-size: 12px!important;
	margin: -50px 15px 2px;
	width: calc(100% - 30px)!important;
}


.btn_menu_cat {
	color: #3a3a3a!important;
    background-color: rgb(230, 230, 230)!important;
    font-size: 12px!important;
    padding: 12px 18px!important;
}
.btn_menu_cat:hover, .btn_menu_hessed:hover {
	z-index:1!important;
}
.btn_menu_cat.active, .btn_menu_hessed.active {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	border-radius: .5rem!important;
    border: 0!important;
	color:white!important;
	text-transform: uppercase!important;
}
.btn_menu_hessed:not(.active) {
	border: 1px solid #ced4da!important;
}
.btn_menu_cat.active:not(:last-child),.btn_menu_cat.active:not(:first-child),
.btn_menu_hessed.active:not(:last-child),.btn_menu_hessed.active:not(:first-child) {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	border-radius: 0rem!important;
    border: 0!important;
	color:white!important;
	text-transform: uppercase!important;
}
.btn_menu_hessed {
	color: #3a3a3a!important;
    background-color: rgb(255, 255, 255)!important;
    font-size: 13px!important;
    padding: 12px 18px!important;
	font-weight: 600;
}


.title_blue {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
    background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
    background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
    border-radius: 0rem!important;
    border: 0!important;
    color: white!important;
    text-transform: uppercase!important;
    padding: 10px 26px 10px 52px;
    font-weight: 600;
    font-size: 13px;
    margin: 0 -15px 15px;
}
.title_blue img {
	height: 18px;
    position: absolute;
    margin-left: -24px;	
}


.intro-section--title h1 {
	color:white!important;
	font-size: 22px;
    display: inline;
    line-height: 22px;
}
.carousel {
	padding: 0 10px;
	max-width:45%;
}
.carousel h3 {
	margin-left: 5px;
}
.carousel a, .carousel h3 {
	color: white!important;
    text-decoration: none!important;
	font-size: 22px!important;
    font-family: 'Lato Light', Lato;
	opacity: 1;
	
}
.carousel a strong, .carousel h3 strong {
	font-size: 32px!important;
	font-family: Lato;
}
.carousel a strong:not(:first-child):before, .carousel h3 strong:not(:first-child):before {
	content: ' '; 
	display: block;
	content: "\A";
	white-space: pre;
	line-height:10px;
}
.carousel a strong:after, .carousel h3 strong:after {
	content: ' '; display: block;
}
.carousel h1 {
	color: white!important;
    font-size: 26px;
    display: inline;
    line-height: 26px;
    letter-spacing: 2px;
    font-family: 'Lato Light', Lato;
    font-weight: 600;
}

@media screen and (max-width:1366px) {
	.carousel {
		max-width:50%;
	}
}
@media screen and (max-width:1024px) {
	.carousel {
		max-width:72%;
	}
}
@media screen and (max-width:720px) {
	.carousel {
		max-width:100%;
	}
}
@media screen and (max-width: 560px) {
	.carousel-item div {
		margin: 26px 0 8px!important;
		padding: 5px 6px 5px 6px!important;
	}
	.carousel h1 {
		font-size: 13px;
		line-height: 13px;
		font-weight: 600;
	}
	.carousel a, .carousel h3 {
		font-size: 13px!important;
		font-weight: 600;
	}
	.carousel a strong, .carousel h3 strong {
		font-size: 15px!important;
	}
}


.is-search .navbar-collapse .pb-navbar-sidebar-search {
	width: calc(100% - 272px)!important;
}
.navbar-collapse .pb-navbar-sidebar-search-btn:hover {
    background-color: #009cff;
}

.vignette_audio {
    display: flex;
	text-align: center;
}
@media screen and (min-width:765px) { .vignette_audio { max-width: 20%!important; } }

.vignette_audio .col-12 img {
	width: 72%;
    max-width: 50px;
    padding-bottom: 15px;
}
.vignette_audio .course_cat {
	font-size: 10px;
    display: inline-block;
	color: #8b0f44;
	padding-right: 10px;
}
.vignette_audio .course_title_title {
	font-weight: 300;
	font-size: 13px;
	padding: 0 15px;
}
#carousel_audio {     width: 100%!important; }

.listing_videos {
    line-height: 13px;
    padding-top: 15px;
	padding-bottom: 0;
}


a { color:#0787ea; }

.h1 {
	font-size: 26px;
	font-weight:600;
	padding-bottom: 5px;		
}
@media screen and (max-width:1300px) {
	.h1 { 
		font-size: 18px;
	} 
}
@media screen and (max-width:720px) {
	.h1 { 
		font-size: 15px;		
	} 
}
@media screen and (max-width:500px) {
	.h1 { 
		font-size: 15px;		
	} 
}

.h2 {
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}
.h2 a {
	float: right;
    font-size: 12px;
    text-decoration: underline!important;
    font-weight: 300;
}

.categorie {
	color:#0787ea; 
	font-size: 15px;
	padding-bottom: 5px;
}
@media screen and (max-width:1300px) {
	.categorie { 
		font-size: 15px;
	} 
}
@media screen and (max-width:720px) {
	.categorie { 
		font-size: 15px;		
	} 
}
@media screen and (max-width:500px) {
	.categorie { 
		font-size: 13px;		
	} 
}



#facebook button {
	    background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
}



.modal-content, .modal-header {     border-radius: 0; }

.sub-header {
	height:5px; width:100%;
	background: rgb(255,82,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,82,255,1) 0%, rgba(103,57,182,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,82,255,1) 0%,rgba(103,57,182,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,82,255,1) 0%,rgba(103,57,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff52ff', endColorstr='#6739b6',GradientType=1 );
}
.modal-header, .modal-body, .modal-footer {
	background-color: #f2f2f4!important;
}
.modal-title {
	width: 100%;
    text-align: center;
    color: black;
}
.modal-header {
	border: 0;
}
.modal-header .close {
    padding: 3px;
    margin: -1rem -13px -1rem auto;
}
.modal-body {
	color: #0787ea;
    font-size: 13px;
    line-height: 22px;
	padding: 26px;
}
.modal-body h6 {
	font-size: 15px;
    margin: -22px 5px 22px;
    color: black;
    text-align: center;
	width: 100%;
}
.modal-body .form-group {
	background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
	width: 100%;
	margin-bottom: 10px;
	min-height: 42px;
	position: relative;
}
.modal-body .form-group label {
	padding: 0 8px;
}
.modal-body .form-group label.required {
	position: absolute;
    right: 2px;
    top: 15px;
    font-size: 26px;
    color: #6e6e6e;
}
.modal-body .form-group input, .modal-body .form-group select {
	border:0;
	color: #0787ea;
	width: 100%;
}
.modal-body .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7bc6ff;
    opacity: 1; /* Firefox */
}

.modal-body .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7bc6ff;
}

.modal-body .form-group input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7bc6ff;
}

.modal-content .btn_blue {
	padding: 6px 26px;
    border-radius: 15px!important;
}
.modal-footer {
	text-align: center;
    justify-content: center;
	border:0;
	padding-top:0;
}
.caret-down-blue {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yODYuOTM1LDY5LjM3N2MtMy42MTQtMy42MTctNy44OTgtNS40MjQtMTIuODQ4LTUuNDI0SDE4LjI3NGMtNC45NTIsMC05LjIzMywxLjgwNy0xMi44NSw1LjQyNCAgIEMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4ICAgczkuMjMzLTEuODExLDEyLjg0Ny01LjQyOEwyODYuOTM1LDk1LjA3NGMzLjYxMy0zLjYxNyw1LjQyNy03Ljg5OCw1LjQyNy0xMi44NDdDMjkyLjM2Miw3Ny4yNzksMjkwLjU0OCw3Mi45OTgsMjg2LjkzNSw2OS4zNzd6IiBmaWxsPSIjMDc4N2VhIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
	background-size: 10px 10px;
	width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}


.main_title_img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(86, 1, 128, 1);
	opacity: .3; 
}


.top_title {
	margin: 26px 45px;
    color: white;
    position: absolute;
    top: 5px;
    font-size: 50px;
    padding-top: 2%;
	font-weight:600;
	line-height: 1.2;
}
@media screen and (max-width:1300px) {
	.top_title { 
		margin: 10px 45px;
		top: 0;
		font-size: 42px;
		padding-top: 1%;
	} 
}
@media screen and (max-width:1024px) {
	.top_title { 
		margin: 10px 45px;
		top: 0;
		font-size: 32px;
		padding-top: 1%;
	} 
}
@media screen and (max-width:720px) {
	.top_title { 
		margin: 0px 13px;
		top: 0;
		font-size: 26px;
		padding-top: 0;
	} 
}
@media screen and (max-width:500px) {
	.top_title { 
		top: 0;
		font-size: 22px;
		padding-top: 0;
	} 
}

@media screen and (max-width:768px) {
	.course_detail_ext {
		margin-top: -26px;
	}
}

.btn_tags {
	line-height: 21px;
    border: 1px solid rgb(43,86,245);
    padding: 3px 6px;
    width: auto;
    display: inline-block;
    margin: 3px;
    font-size: 13px;
	text-align:center;
}
.btn_tags:nth-of-type(1)  {
	margin-left: 0px;
}
.he .btn_tags:nth-of-type(1)  {
	margin-right: 0px;
}
.btn_tags:hover {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	color:white!important;
	text-transform: uppercase!important;
	width: auto!important;
}.btn_tags:hover a {
	color:white!important;
}




.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;

}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}



.base64 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGhlaWdodD0iMTAwcHgiIHdpZHRoPSIxMDBweCI+CjxnPgoJPHBhdGggZD0iTTI4LjEsMzYuNmM0LjYsMS45LDEyLjIsMS42LDIwLjksMS4xYzguOS0wLjQsMTktMC45LDI4LjksMC45YzYuMywxLjIsMTEuOSwzLjEsMTYuOCw2Yy0xLjUtMTIuMi03LjktMjMuNy0xOC42LTMxLjMgICBjLTQuOS0wLjItOS45LDAuMy0xNC44LDEuNEM0Ny44LDE3LjksMzYuMiwyNS42LDI4LjEsMzYuNnoiLz4KCTxwYXRoIGQ9Ik03MC4zLDkuOEM1Ny41LDMuNCw0Mi44LDMuNiwzMC41LDkuNWMtMyw2LTguNCwxOS42LTUuMywyNC45YzguNi0xMS43LDIwLjktMTkuOCwzNS4yLTIzLjFDNjMuNywxMC41LDY3LDEwLDcwLjMsOS44eiIvPgoJPHBhdGggZD0iTTE2LjUsNTEuM2MwLjYtMS43LDEuMi0zLjQsMi01LjFjLTMuOC0zLjQtNy41LTctMTEtMTAuOGMtMi4xLDYuMS0yLjgsMTIuNS0yLjMsMTguN0M5LjYsNTEuMSwxMy40LDUwLjIsMTYuNSw1MS4zeiIvPgoJPHBhdGggZD0iTTksMzEuNmMzLjUsMy45LDcuMiw3LjYsMTEuMSwxMS4xYzAuOC0xLjYsMS43LTMuMSwyLjYtNC42YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC42Yy0yLjktMy4zLTMuMS05LjItMC42LTE3LjYgICBjMC44LTIuNywxLjgtNS4zLDIuNy03LjRjLTUuMiwzLjQtOS44LDgtMTMuMywxMy43QzEwLjgsMjcuOSw5LjgsMjkuNyw5LDMxLjZ6Ii8+Cgk8cGF0aCBkPSJNMTUuNCw1NC43Yy0yLjYtMS02LjEsMC43LTkuNywzLjRjMS4yLDYuNiwzLjksMTMsOCwxOC41QzEzLDY5LjMsMTMuNSw2MS44LDE1LjQsNTQuN3oiLz4KCTxwYXRoIGQ9Ik0zOS44LDU3LjZDNTQuMyw2Ni43LDcwLDczLDg2LjUsNzYuNGMwLjYtMC44LDEuMS0xLjYsMS43LTIuNWM0LjgtNy43LDctMTYuMyw2LjgtMjQuOGMtMTMuOC05LjMtMzEuMy04LjQtNDUuOC03LjcgICBjLTkuNSwwLjUtMTcuOCwwLjktMjMuMi0xLjdjLTAuMSwwLjEtMC4yLDAuMy0wLjMsMC40Yy0xLDEuNy0yLDMuNC0yLjksNS4xQzI4LjIsNDkuNywzMy44LDUzLjksMzkuOCw1Ny42eiIvPgoJPHBhdGggZD0iTTI2LjIsODguMmMzLjMsMiw2LjcsMy42LDEwLjIsNC43Yy0zLjUtNi4yLTYuMy0xMi42LTguOC0xOC41Yy0zLjEtNy4yLTUuOC0xMy41LTktMTcuMmMtMS45LDgtMiwxNi40LTAuMywyNC43ICAgQzIwLjYsODQuMiwyMy4yLDg2LjMsMjYuMiw4OC4yeiIvPgoJPHBhdGggZD0iTTMwLjksNzNjMi45LDYuOCw2LjEsMTQuNCwxMC41LDIxLjJjMTUuNiwzLDMyLTIuMyw0Mi42LTE0LjZDNjcuNyw3Niw1Mi4yLDY5LjYsMzcuOSw2MC43QzMyLDU3LDI2LjUsNTMsMjEuMyw0OC42ICAgYy0wLjYsMS41LTEuMiwzLTEuNyw0LjZDMjQuMSw1Ny4xLDI3LjMsNjQuNSwzMC45LDczeiIvPgo8L2c+Cjwvc3ZnPg==);
  width: 100px;
  height: 100px;
}

.don_main_title {
	width: 100%!important;
	background: white;
    padding-bottom: 10px;
}
.don_main_title div {
	width: 100%!important;
	padding: 15px;
    text-align: center;
    border-radius: .2rem!important;
}
.don_main {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245,0.1) 0%, rgb(70,189,244,0.1) 100%)!important;
    background-image: -webkit-linear-gradient( 0deg, rgb(232,237,254) 0%, rgb(235,248,254) 100%)!important;
    background-image: -ms-linear-gradient( 0deg, rgb(43,86,245,0.1) 0%, rgb(70,189,244,0.1) 100%)!important;
    border-radius: .5rem!important;
    border: 0!important;
    width: 100%!important;
	font-weight: 600;
	border-radius: 0rem!important;
	height: 100%;
}
.don_main_content {
    border: 0!important;
    width: 100%!important;
	font-weight: 600;
	padding: 26px;
}
.don_main_content {
	border-radius: 0rem!important;
}
.don_main_content .btn-group {
	margin-top: 10px;
}
.hessed_mnt_libre {
	width: 180px;
	margin-top: 0.2em;
}
.don_main input, .don_main textarea {
	outline: none!important;
    box-shadow: none!important;
    border: 1px solid #ced4da!important;
    border-radius: .25rem!important;
}
.hessed_mnt_libre input {
	outline: none!important;
    box-shadow: none!important;
    border: 1px solid #ced4da!important;
    border-right: 0!important;
}
.hessed_mnt_libre .input-group-text {
	background: white;
    border-left: 0;
    border-radius: .25rem!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.don_main_content label {
	margin-bottom: 0;
	color: #212529;
}
.don_main_content .row {
	width: calc(100% + 30px);
}
.don_main_content input {
	outline: none!important;
    box-shadow: none!important;
    border: 1px solid #ced4da;
}
.don_main_content input.error_form {
	border: 1px solid red!important;
}

.don_main .form-group {
    margin-bottom: 0.5rem;
}
.don_main label { font-size: 13px;}
.don_main .btn-group-toggle label { padding: 8px 12px!important; }
.recap {
	color: #0787ea!important;
	text-align:center;
}
.recap_total {
	font-size: 32px;
}

.dedicate_shiour {
	background-image: -moz-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
    background-image: -webkit-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
    background-image: -ms-linear-gradient( 0deg, rgb(43,86,245) 0%, rgb(70,189,244) 100%)!important;
	background-image: url(/assets/imgs/etoile.png);
	padding: 10px 26px;
    color: white;
    font-size: 13px;
	cursor: pointer;
}
.dedicate_shiour h1 {
	font-weight: 600;
    font-size: 15px;
	width: 100%;
	margin: 0;
}
.error_form {
	border-color: red!important;
}
.form_error_msg, .form_error_msg_cb, .form_error_mail {
	color: red;
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
}


.input-group input {
	border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.cc_form .input-group {
	direction: ltr!important;
}

.cc_form .input-group input {
    border-radius: 0!important;
    border-bottom-right-radius: 4px!important;
	border-left: 0!important;
}
.cc_form .input-group-text {
    border-radius: 0!important;
    border-bottom-left-radius: 4px!important;
	background: white;
    border-right: 0;
}


.cc_form .input-group.card_holder_name input {
    border-top-right-radius: 4px!important;
}
.cc_form .card_holder_name .input-group-text {
    border-top-left-radius: 4px!important;
    border-right: 0;
}
.cc_form .input-group.card_number input {
    border-radius: 0!important;
    border-top-right-radius: 4px!important;
	border-bottom: 0!important;
}
.cc_form .card_number .input-group-text {
    border-radius: 0!important;
    border-top-left-radius: 4px!important;
    border-right: 0;
	border-bottom: 0;
}
.cc_form .input-group.card_expiration input {
    border-radius: 0!important;
	border-right: 0!important;
}
.cc_form .card_expiration_cvc .input-group-text {
    border-radius: 0!important;
}

#card-element {
	border-radius: 4px!important;
	border-color:rgb(206, 212, 218);
	height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
	border-style:solid;
	background: white;
	border-width:1px;
	min-width: 300px;
	margin: 12px 0;
}