/*
 *  EU Cookie Law Script
 *  Author: zomex.com/templates/scripts/eu-cookie-law/
 *  Copyright: zomex.com
 *  Version: 2.1
 *  Updated: 29/12/2019
 *  Documentation: zomex.com/docs/scripts/eu-cookie-law-script/
 *
 *  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.
*/

/* Notice */

#eucookie {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f0f0f0');
	width: 100%;
	padding: 10px 0;
	z-index: 9999;
	position: fixed;
	left:0px;
}

.eucookie-bottom {
    bottom:0px;
    border-top: #ADADAD 1px solid;
}

.eucookie-top {
    top:0;
    bottom:auto; 
    border-bottom:#ADADAD 1px solid
}

#eucookie div { 
	font-size: 13px;
	text-align: center;
	color: #000;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 25px;
}

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

/* Notice button */

a#seteucookie { 
	color: #fff;
	border: solid 1px #2e6326;
	background: #169903;
	background: -webkit-gradient(linear, left top, left bottom, from(#169903), to(#1ea60a));
	background: -moz-linear-gradient(top,  #169903,  #1ea60a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#169903', endColorstr='#1ea60a');
	padding: 5px 10px;
	cursor: pointer;
	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,
a#seteucookie:active {
	color: #fff;
	border: solid 1px #2e6326;
	background: #1ea60a;
	background: -webkit-gradient(linear, left top, left bottom, from(#1ea60a), to(#169903));
	background: -moz-linear-gradient(top,  #1ea60a,  #169903);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ea60a', endColorstr='#169903');
	text-decoration:none;
	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;
}
.triangle a {
	background: url("../images/cookie-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;	
}

.wrpminitoolbar-top .triangle {
    border-width:0 50px 50px 50px; 
    top:0
}

.wrpminitoolbar-top .triangle a { 
    top:-15px;
    height:40px;
}

/* Extended notice */

.minitoolbarcontents, .minitoolbar {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #fff,  #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f0f0f0');
	border: #ADADAD 1px solid;
}

.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/cookie-close.png") center center no-repeat;
	height: 28px;
	width: 20px;
	right: -10px;
	top: -14px;
	position: absolute;
	z-index: 9999;
	border: none;
}

.wrpminitoolbar-top .minitoolbarcontents { 
    top:20px; 
    bottom:auto; 
}

.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/cookie-off.png") left bottom no-repeat;
}

.tglecookies-checked {
	background: url("../images/cookie-on.png") left bottom no-repeat;
}

.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;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
	line-height:17px;
	z-index:9998;
	width: 250px;
}

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

@media (max-width: 500px) {

#eucookie div span { display: none; }

} /* /end 500px */