﻿
.input-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:#000000;
    background-color: rgba(0, 0, 0, 1);
    color:#FFFFFF;
    cursor:pointer;
    font:30px sans-serif;
}

.input-rounded-button:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #FF2B06;
}  

.CKform {
	width: 30em;
	padding-top: 3em;
}

.CKinput,
.CKlabel {
	float: left;
}

.CKinput {
	margin: 0 0 1em .2em;
	padding: .2em .5em;
	width: 65%;
	background-color: #fffbf0;
	border: 1px solid #e7c157;
}

.CKlabel {
	text-align: right;
	line-height: 1.5;
	width: 30%;
}

.CKlabel::after {
	content: ": ";
}

.CKbutton {
	margin-left: 30%;
}

.ckcookie-overlay {
	display: block;
	text-align: center;
	position: fixed;
	height: 60px;
	width: 1171px;
	top: 0;
	z-index: 99999999;
	font-size: 14px;
	color: white;
	background-color: #024f85;
	background-color:rgba(0, 102, 153, 0.5);
}

.box {
    padding: 10px;
}

.cookie-login {
	
	display: block;
	text-align: center;
	height: auto;
	width: auto;
	top: 250px;
	left: 100px;
	z-index: 99999;
	font-size: 5px;
	color: white;
	/*background-color:FF0000;*/
	background-color: #006699;
	/*background-color:rgba(255,0,0, 0.5);*/
	 border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
    font:20px sans-serif;
	margin-top: 5px
}
.sticky-footer {
	display: block;
	text-align: center;
	position: fixed;
	height: 40px;
	width: 1000px;
	bottom: 0;
	z-index: 99999999;
	font-size: 14px;
	color: white;
	background-color:white;
	border: 2px solid black;
}

.sticky-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:#000000;
    background-color: rgba(0, 0, 0, 1);
    color:#FFFFFF;
    cursor:pointer;
    font:30px sans-serif;
}

.sticky-rounded-button:hover { 
    text-decoration:none; 
    color:#ADD8E6; 
    cursor:pointer;
    border:1px solid #FF2B06;
}  
#sticky-footer {
		text-align:center;
		display:none;
		position: fixed; 
		height: 45px; 
		width:1000px;
		bottom: 0;
		background-color: white;
		-webkit-box-shadow: 0px -2px 10px #2a3224;	/* webkit browser*/ 
		-moz-box-shadow: 0px -2px 10px #2a3224;	/* firefox */ 
		box-shadow: 0px -2px 10px #2a3224;
		z-index: 999999;
	}
	#sticky-footer #social-media-icons {
		margin: 5px;
	}
	#sticky-footer #social-media-icons #icon-container {
		float:left;
		width: 33%;
		text-align: center
	}
	#sticky-footer #social-media-icons img {
		cursor:pointer;
	}
	
	#sticky-footer #social-media-icons #logo-bo-small {
		float:left;
		width: 33%;
		text-align:left;
	}
	#sticky-footer #social-media-icons #email {
		float: right;
		text-align:right;
		width: 33%;
	}