video::-webkit-media-controls-fullscreen-button
{
    display: none !important;
}

.bg-darkgreen {
	background-color: #13623e;
}


.text-shadow {
	text-shadow: 1px 1px 2px black;
}

.nicetext, .nicetext p {
	line-height: 25px !important;
}

.text-stroke {
    color: white;
    -webkit-text-stroke: 1px black;
}

.text-shadow {
    font-weight: bolder; 
    color: white;
    text-shadow: 
        -1px -1px 0 black,
        -1px 1px 0 black,
        1px -1px 0 black,
        1px 1px 0 black;
}

.cookieConsentContainer {
	z-index: 9999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
	border-radius: 10px;
	-webkit-box-shadow: -1px 2px 22px -2px rgba(0,0,0,0.49);
	-moz-box-shadow: -1px 2px 22px -2px rgba(0,0,0,0.49);
	box-shadow: -1px 2px 22px -2px rgba(0,0,0,0.49);
}
.cookieConsentContainer .cookieTitle a {
	color: black;
	font-size: 22px;
	line-height: 20px;
	display: block;
	
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 10px;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	
} .cookieConsentContainer .cookieDesc a {
	color: #FFFFFF;
	text-decoration: ;

}


@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

.btn-outline-primary {
	border-color: #A63C06 !important;
	color: #A63C06 !important;	
}

.btn-outline-primary:hover {
	background-color: #A63C06;
	color: white !important;		
}

.gradient-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;

  margin-top: -300px;
}

.gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  z-index: 1;
}

/* PLYR STYLES */

:root {
  --plyr-color-main: #A63C06;
}

.active {
	background-color: #A63C06 !important;
	border-color: #A63C06 !important;
}


.product-card, .course-card {
	opacity: 0.8 !important;
	cursor: pointer;
}

.product-card-active, .course-card-active {
	opacity: 1 !important;
	outline: 3px solid #A63C06;	
}
	
.product-card:hover, .course-card:hover {
	outline: 1px solid #A63C06;
	opacity: 1 !important;
}
	

.ui-state-active, .ui-button.ui-state-active:hover {
	background: #A63C06 !important;
	border: 1px solid black !important;
}


/* 2019 SOCIAL BUTTONS */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}


.password-toggle-icon {
  position: absolute;
  top: 30%;
  right: 40px;
  cursor: pointer;
}


.icon-eye svg, .icon-eyeslash svg{
  font-size: 18px;
  line-height: 1;
  height: 25px;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
  opacity: 0.5;
}

.icon-eyeslash {
	display: none;
}	

.icon-eye {
	display: block;
}	

.icon-eye svg:hover, #icon-eyeslash svg:hover {
	opacity: 1;
}


/* ========================================================================================================= */
/* == Media queries ======================================================================================== */
/* ========================================================================================================= */

@media (min-width: 300px) {


	.course-card {
		opacity: 1 !important;								
	}
	
	#toplogo {
		width: 60px;
	}
	
	.btntext-mobile-responsive {
		font-size: 14px !important;
	}


    /**************************************************/
    /* Small devices (landscape phones, 576px and up) */
    /**************************************************/
    @media (min-width: 576px) {
    

    }

    /**************************************************/
    /* // Medium devices (tablets, 768px and up) */
    /**************************************************/
    @media (min-width: 768px) {
    
		.btntext-mobile-responsive {
			font-size: 18px !important;
		}


    }

    /**************************************************/
    /* // Large devices (desktops, 992px and up) */
    /**************************************************/
    @media (min-width: 992px) {
    
		.course-card {
			opacity: 0.8 !important;								
		}    
		
		#toplogo {
			width: 80px;
		}		
 
    }

    /**************************************************/
    /* // Extra large devices (large desktops, 1200px and up) */
    /**************************************************/
    @media (min-width: 1200px) {
    
	


        /* END "xl-" 1200px and up */
    }
    
}

