@import url('https://fonts.googleapis.com/css?family=Roboto:100&display=swap');


#cookie_warning_box {
	background-color:#4D4D4D;
	width:100%;
	height:150px;
	position:fixed;
	bottom:0;
	padding:20px;
	color: #fff;
	z-index:1001;
}
#cookie_warning_box a:any-link {
	color: #D76D6D;
}
.cookie-text {
	padding: 2% 3%;
}
#close_cookie_warning {
	cursor:pointer;
	margin-left: 90%;
}

/********** halike warning **********/
#warning-halike {
	position: fixed;
	top: 75px;
	right: 0;
	width: 450px;
	min-height: 255px;
	background: #dea900;
	border: 2px solid #034D90;
	display: none;
    z-index: 9999;
}
#warning-halike img {
	position: absolute;
	top: -15%;
	right: -5%;
	height: 95px;
	transform: rotate(25deg);
}
#warning-halike p {
	margin: 10px 5px;
	padding-left: 10px;
}
#warning-halike a:link { 
	color: #034D90;
	text-decoration: none;
	font-weight: bold;
}
#warning-halike a:visited { 
	color: #034D90;
	text-decoration: none;  
	font-weight: bold;
}
#warning-halike a:hover { 
	color: #012d55;
	text-decoration: none; 
	font-weight: bold; 
}
#warning-halike a:active { 
	color: #012d55;
	text-decoration: none;
	font-weight: bold;  
}
#warning-halike > div:last-child {
	display: flex;	
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#warning-halike > div:last-child > p, #close-halike-warning {
	flex: 0 1 auto;	
}
#close-halike-warning {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    padding: 5px 0;
    font-family: RobotoCondensed, sans-serif;
    font-weight: bold;
    color: #012d55;
}
#close-halike-warning:hover {
	color: #fff;	
}
#halike_individual_form {
	padding-left:10px;
	display:none;
}
.halike-login-label {
	margin-left: 110px;
}
#halike-login-email {
	width: 200px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: none;
}
#halike-login-password {
	width: 100px;
	margin-right: 5px;
	padding: 2px 3px;
	border: none;
}
#individual_login_button {
	cursor:pointer;
}
.relative {
	position: relative;
}
#countdown > span {
	padding-right: 25px;
}
.deadline-warning {
	color: red;
	font-weight: 300px;
	font-family: RobotoCondensed, sans serif;
	font-size: 20px;
}
#alivebanner-countdown {
	width: 200px;
	text-align: right;
	margin-left: 75px;
	margin-top: -40px;
}

/********** subscription warning for features **********/
#subscription-warning  {
	max-width: 500px;
	max-height: 50px; 
	margin-left: 40px;
	background-color: #801515;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	font-family: RobotoCondensed, sans serif;
	font-size: 18px;
	font-weight: 300;
}
#subscription-warning > a:link, #subscription-warning > a:visited {
	color: #7B9F34;
}
#subscription-warning > a:hover {
	color: #A7C965;
}
#subscription-warning > a:active {
	color: #7B9F34	;
}
h4.restriction-warning {
	font-family: RobotoRegular, sans-serif;
	font-size: 18px;
	margin: 20px 0 15px 0;
}

/********** Adopt-a-record **********/
#adopt-a-record {
	position: relative;
}
#adopt-a-record a { 
	color: #a3382e;
	text-decoration: none;  
}
#adopt-a-record-abs {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 45px;
}
#adopt-a-record-abs > .infobox-URI {
	width: auto;
	max-width: 500px;
	margin-top: 0;
	border: 1px solid #a3382e;
}

/********** Black screen **********/
#blackScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: black;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-size: 18px;
    z-index: 15000;
}
#blackScreen-text1, #blackScreen-text2 {
/*    display: none;*/
    margin-left: 25%;
    width: 1000px;
}
#blackScreen-text1 {
    margin-top: 25%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
#blackScreen-text2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
#blackScreen-text2a {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
#blackScreen-lastDiv {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
#blackScreen-text3, #close_blackScreen {
/*    display: none;*/
    flex: 0 1 auto;
}
#blackScreen-text3 {
	width: 700px;
	margin-right: 25px;
}
#close_blackScreen {
    width: 75px;
    cursor: pointer;
    color: #d67d6d;
    line-height: 3.8em;
    animation: blinkingText 1.2s infinite;
}
@keyframes blinkingText {
	0% {color: #d67d6d;}
	49% {color: #d67d6d;}
	60% {color: transparent;}
	99% {color: transparent;}
	100% {color: #d67d6d;}
}
#blackScreen a {
	color: #d67d6d;
}

@media screen and (max-width: 790px) {
	#close_cookie_warning {
        margin-left: 0;
        margin-right: 5%;
    }
}
@media screen and (max-width: 655px) {
	#warning-halike {
		width: 300px;
		font-size: 0.9em;
	}
	#warning-halike p {
		margin: 5px 3px;
		padding-left: 5px;
	}
	#adopt-a-record {
		margin-bottom: 0;
		margin-top: 60px;
	}
	#adopt-a-record-abs {
	    position: relative;
    }
    #blackScreen-text1, #blackScreen-text2, #blackScreen-text2a, #blackScreen-lastDiv {
		font-size: 14px;
	}
	#blackScreen-text3 {
		font-size: 14px;
		width: 45%;
	}
}


