/*
 *  EU Cookie Law Script
 *  Author: zomex.com/code-scripts/eu-cookie-law.php
 *  Copyright: Zomex.com
 *  Version: 1.0
 *  Updated: 22/11/2012
 *
 *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 *  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 *  AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 *  OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#eucookie {
	background: #fd9600 url(../images/bgcookie.png) left top repeat-x;
	width: 100%;
	line-height: 40px;
	z-index: 9999;
	position:fixed;
	left:0px;
	bottom:0px; /* Change bottom to top to make the notice stick to the top of the page instead of bottom */
}

#eucookie div { 
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	min-width: 320px;
	color: #000;
}

#eucookie a {
	color: #000;
	text-decoration: underline;
}

a#seteucookie { 
	background:#74310A;
	line-height: 25px;
	padding:5px 10px;
	cursor:pointer;
	color: #ccc;
	margin: 8px 0 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration:none;
}

a#seteucookie:hover {
	background:#933F0E;
	text-decoration:none;
	color: #fff;
	cursor:pointer;
}

.triangle {
		bottom:0;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 50px 0 0 50px;
		border-color: transparent transparent transparent #4c7fb5;
		z-index: 9999;
		position:fixed;
		cursor:hand;
		pointer:hand;
	}
	.triangle a {
		background: url("../images/gear.png") no-repeat scroll 10px 18px transparent !important;
		display: block;
		float: left;
		height: 43px;
		left: -55px;
		padding: 0 !important;
		position: absolute;
		top: -44px;
		width: 54px;	
	}
/* mini toolbar */
	.minitoolbarcontents, .minitoolbar {
		background-color: #fd9600;
	}
	
	.minitoolbarwrp {
		height:140px;
		margin:0!important;
		position:fixed;
		left:16px;
		bottom:0; /* Change bottom to top to make the notice stick to the top of the page instead of bottom */
	}
	
	.minitoolbar {
		background: url("../images/close.png") no-repeat scroll center center #FD9600;
		border-radius: 15px 15px 15px 15px;
		float: right;
		height: 28px;
		left: 8px;
		margin: 0 !important;
		padding: 5px !important;
		position: relative;
		top: -25px;
		width: 20px;
		z-index: 9999;
	}
	
	.showminitoolbar {
		bottom:-10px;
	}
	
	.tglecookies {		
		display: block;
		font-size: 16px;
		margin-left: 34px;
		padding: 6px 0 4px 27px;
		width: 150px;
		margin-top:10px;
	}
	
	.tglecookies-uncheck {
		background: url("../images/uncheck.png") no-repeat scroll 0 center transparent;
	}

	.tglecookies-checked {
		background: url("../images/checked.png") no-repeat scroll 0 0 transparent;
	}
	
	.tglecookies a {
		font-weight:bold;
		color:#ffffff;
		text-decoration:none;
	}
	
	.tglecookies a:hover {
		text-decoration:underline;
	}
	
	.minitoolbarcontents {
		float: left;
		font-size: 12px;
		padding:8px;
		position: fixed;
		bottom: 20px;
		left: 20px;
		-moz-border-radius:5px 0 5px 5px;
		-webkit-border-radius:5px 0 5px 5px;
		border-radius:5px 0 5px 5px;
		color:#ffffff;
		line-height:17px;
		z-index:9998;
		width: 250px;
	}
	
.minitoolbarcontents a {
		color: #fff;
		text-decoration: underline;
	}


* html #eucookie { /* IE6 fix for fixed positioning */
    position: absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

/* Responsive styles - delete the CSS below this line to disable the responsive features (the adjusting of the notice based on the users browser/device screen width) */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 990px) {
	
		#eucookie div { 
			font-size: 12px;
		}	
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 840px) {
	
		#eucookie div { 
			font-size: 11px;
		} 
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		#eucookie div { 
			font-size: 10px;
		} 
	
	}

	/* Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 710px) {
	
		#eucookie div { 
			font-size: 11px;
		}
		
		#eucookie span {
			display: none;
		} 
	
	}
	
	/* Large mobile phone Portrait Size (devices and browsers) */
	@media only screen and (max-width: 500px) {
	
		#eucookie div { 
			font-size: 10px;
		}
		
		#eucookie span {
			display: none;
		} 
	
	}	

	/* Small mobile phone Portrait Size (devices and browsers) */
	@media only screen and (max-width: 420px) {
	
		#eucookie div { 
			font-size: 7px;
		}
		
		#eucookie span {
			display: none;
		} 
	
	}	