@font-face{
    font-family: "Ubuntu";
    font-weight: normal;
    src: url("fonts/Ubuntu-L.ttf") format("ttf");
}
@font-face{
    font-family: "Ubuntu";
    font-weight: bold;
    src: url("fonts/Ubuntu-B.ttf") format("ttf");
}
body, html{
    margin:0px;
    padding:0px;
    font-family: Ubuntu,Arial,Helvetica,sans-serif;
    font-size:13px;
}
body{
    background: #000; 
}
img{ display:inline-block; border:none; border: 0px; }

h1, h2, h3, h4, h5{ color:#614ca0; font-weight: normal; text-transform: uppercase; }
a, a:visited{ color:#614ca0; text-decoration:none}
a:hover, a:active{ color:#614ca0; text-decoration:none}

.iconText a, .iconText a:visited, .iconText a:hover, .iconText a:active{ color: #FFF; text-decoration: none; }


#header, #main, #footer, #navigation, #page_footer, .container, .container2{
    width:100%;
    display:table;
}

#header_inner, #main_inner, #footer_inner, #navigation_inner, #page_footer_inner, .container_inner, .container_inner2{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    display:table;
    position:relative;
}
#logo, .phone{
    margin: 25px 0px 20px 0px;
    vertical-align: bottom;
}
.phone{
    float: right;
}
/*************************************** SITE SPECIFIC *****************************/

.floatRight{float: right; margin: 0 0 4px 4px;}
.floatLeft{float: left; margin: 0 4px 4px 0; }
.asTable{display: table;}
.asBlock{display: block;}
.hr{border:none;width: 100%;}
.clear{clear: both;}
.hidden{ display: none; }
.ytVideo{ width: 560px; height:315px; }
iframe{ border: none; }
.leftImg, .leftIMG{ margin: 6px 6px 6px 0px; }
.rightImg, .rightIMG{ margin: 6px 0px 6px 6px; }
.fullWidth{ width: 100%; display: table; }

.priceMatch{ width: 70%; max-width: 70%; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************************************************  HEADER  *************************************************/
#header, #header_inner{
    /*background: #fafafa;*/
}
#header{   
    color:#FFF;
    
    box-shadow: 0px 4px 4px rgba(0,0,0,0.8);
}

#contact{
    text-align:center;
    
    display:table;
    
    padding: 4px 6px 4px 6px;
    
    font-size: 16px;
    font-weight: bold;
    /*background:#d2d2d4;*/
    color: #FFF;
    
    background: rgba(0,0,0,0.75);
    
    -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;

    float: right;
}
#contact a, #contact a:visited, #contact a:hover, #contact a:active{
    color: #FFF;
}

.fixedHolder {
    position: fixed;
    max-width: 960px;
    z-index: 999;
    height: 20px;
    max-height: 20px;
}
.sliderDowner, .buttonDown{
    background: #666;
    color: #FFF;
}
.sliderDowner{
    display: none;
    
    padding-top: 25px;
    padding-bottom: 25px;
    
    /*background: url(images/assets/80_overlay.png);*/
    /*background: rgba(0,0,0,0.9);*/
    background: rgba(255,0,204,0.75);
    
    box-shadow: 2px 0px 4px rgba(0,0,0,0.5);
}
.buttonDown{
    width: auto;
    float: right;
    
    text-align: center;
    
    cursor: pointer;
    
    -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
    
    /*background: #d5710f; 
    background: linear-gradient(top, #eeb46c 0%, #ba8748 100%);  
    background: -moz-linear-gradient(top, #eeb46c 0%, #ba8748 100%); 
    background: -webkit-linear-gradient(top, #eeb46c 0%,#ba8748 100%);*/
    
    background: #fabfee;
    background: linear-gradient(top, #fabfee 0%, #fa54d9 100%);
    background: -moz-linear-gradient(top, #fabfee 0%, #fa54d9 100%);
    background: -webkit-linear-gradient(top, #fabfee 0%,#fa54d9 100%);
    
    min-width: 20%;
    
    box-shadow: 2px 0px 4px rgba(0,0,0,0.5);
}
.margin_inner{
    padding: 10px 2.5% 10px 2.5%;
    width: 95%;
    display: table;
}
.label, .label2{
    width: 30%;
    display: block;
    float: left;
}
.label2{
    width: 20%;
}
.quoteHolder input, .quoteHolder select, .quoteHolder .doubleSelect{
    width: 65%;
    display: block;
    float: left;
}
.quoteHolder .doubleSelect .halfSelect{
    width: 48%;
    margin: 0 1% 0 1%;
}
.quoteHolder{
    width: 30%;
    margin: 0 2.5% 0 2.5%;
    display: block;
    
    min-width: 255px;

}
.quoteHolder:first-child{
    margin-left: 0px;
}
.quoteHolder:last-child{
    margin-right: 0px;
}
.alwaysDisplay{
    display: table;
}
.submitQuote{  
    background: #35d511; /* Old browsers */
    background: -moz-linear-gradient(top,  #c7fea0 0%, #35d511 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7fea0), color-stop(100%,#35d511)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c7fea0 0%,#35d511 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c7fea0 0%,#35d511 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c7fea0 0%,#35d511 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c7fea0 0%,#35d511 100%); /* W3C */
    
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    
    padding: 5px 0 5px 0;
    
    border: none;
    
    width: 96%;
    
    cursor: pointer;
}

.callBack{
    width: 25%;
    display: table;
    float: right;
    
    margin: 18px 0px 5px 1.5%;
    padding: 1%;
    
    color: #FFF;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
    
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    
    /*background-color: #eeb46c;
    background-color: -moz-linear-gradient(top,  #eeb46c 0%, #ba8748 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb46c), color-stop(100%,#ba8748));
    background-color: -webkit-linear-gradient(top,  #eeb46c 0%,#ba8748 100%);
    background-color: -o-linear-gradient(top,  #eeb46c 0%,#ba8748 100%);
    background-color: -ms-linear-gradient(top,  #eeb46c 0%,#ba8748 100%);
    background-color: linear-gradient(to bottom,  #eeb46c 0%,#ba8748 100%);*/
    
    background-color: #626669;
    
    background-image: url(images/quotebg.png);
    background-position: top right;
    background-repeat: no-repeat;
    
    -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
    -moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-bottom-left-radius: 8px;
}
.callBack2{
    width: 25%;
    display: table;
    float: right;
    
    margin: 18px 0px 5px 1.5%;
    padding: 1%;
    
    color: #FFF;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
    
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    
    /*background-color: #eeb46c;
    background-color: -moz-linear-gradient(top,  #eeb46c 0%, #ba8748 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb46c), color-stop(100%,#ba8748));
    background-color: -webkit-linear-gradient(top,  #eeb46c 0%,#ba8748 100%);
    background-color: -o-linear-gradient(top,  #eeb46c 0%,#ba8748 100%);
    background-color: -ms-linear-gradient(top,  #eeb46c 0%,#ba8748 100%);
    background-color: linear-gradient(to bottom,  #eeb46c 0%,#ba8748 100%);*/
    
    
    
    background-image: url(images/quotebg.png);
    background-position: top right;
    background-repeat: no-repeat;
    
    -moz-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
    -moz-border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-bottom-left-radius: 8px;
}
.callBack h1, .callBack h2, .callBack h3, .callBack h4, .callBack h5{
    color: #FFF;
}
.callBack label{
    width: 30%;
}
.callBack input, .callBack select{
    width: 65%;
}
.doubleSelect select:first-child{
    width: 40%;
}
.doubleSelect select:last-child{
    width: 55%;
    float: right;
}
.doubleSelect{
    display: table;
}
.cent{
    text-align: center;
}
/*********************************************************  HEADER  *************************************************/

/*********************************************************NAVIGATION*************************************************/
.fullMobileMenu{
    z-index: 999;
    
    position: absolute;
    top: 0px;
    left: 0px;
}
.mobileMenu{
    width: 100%;
    line-height: normal;
    display: table;
    
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #000;
}
.mobileMenu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    margin: 0px auto;
}
.mobileMenu ul li{
    text-align: center;
    width: 100%;
    border-top: #FFF 1px solid;
}
.mobileMenu ul li a{
    color: #000;
    display: block;
    
    padding-bottom: 16px;
    padding-top: 16px;
    
    text-shadow: rgba(225,225,225,0.6);
}

#nav ul, #nav ol, #nav li {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#nav {
    margin: 0 auto; 
    text-align: center;
    z-index: 2;
}

#nav ul ul {
    display: none;
    z-index:3;
}

    #nav ul li:hover > ul {
	display: block;
	z-index:3;
    }


#nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    z-index:4;
}
    #nav ul:after {
	content: "";
	clear: both;
	display: block;
	z-index:5;
    }

    #nav ul li {
	float: left;
	z-index:6;
    }
	#nav ul li:hover, #active, .mobileMenu ul li a:active, .active a{	    
	    /*background: #fabfee; 
	    background: linear-gradient(top, #fabfee 0%, #fa54d9 100%);  
	    background: -moz-linear-gradient(top, #fabfee 0%, #fa54d9 100%); 
	    background: -webkit-linear-gradient(top, #fabfee 0%,#fa54d9 100%);*/
            
            background: #000;
            
	    z-index:7;
	    
	    text-align: center;
	    
	}
	    #nav ul li:hover a {
		color: #FFF; /* IS THE HOVER COLOUR */
	    }
	
	    #nav ul li a {
		display: block;
		
		padding-top: 10px;
		padding-bottom: 10px;
		
		text-align: center;
		
		width:240px; /* width of each nav item*/
		
		text-decoration: none;
		
		color: #CCC; /*NON-HOVER COLOUR*/
	    }
    
    #nav ul ul {
	background: #aaaaaa;
	border-radius: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
    }
	    #nav ul ul li {
		float: none; 
		border-top: 1px solid #858585;
		/*border-bottom: 1px solid #575f6a;  <- NICE EFFECT WHEN LEFT IN, TAKEN OUT ON SLATERS*/
		position: relative;
	    }
		    #nav ul li ul li a:hover{ /* ADDED FOR SUB-NAV HOVER COLOURS */
			color: #FFF;
		    }
		    #nav ul ul li a {
			/*padding: 15px 40px;*/
			min-width: 100px;
			max-width: 240px;
			padding: 11px auto;
			color: #35590c;
		    }	
			#nav ul ul li a:hover {
			    background: #686868;
			    color: #FFF;
			}
			
    #nav ul ul ul {
	position: absolute; left: 100%; top:0;
    }
#navigation, .mobileMenu{    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    
    /*background: #ff00cc; 
    background: linear-gradient(top, #ff77e4 0%, #ff00cc 100%);  
    background: -moz-linear-gradient(top, #ff77e4 0%, #ff00cc 100%); 
    background: -webkit-linear-gradient(top, #ff77e4 0%,#ff00cc 100%);*/
    
    background: #303030; 
    background: linear-gradient(top, #303030 0%, #1e1e1e 100%);  
    background: -moz-linear-gradient(top, #303030 0%, #1e1e1e 100%); 
    background: -webkit-linear-gradient(top, #303030 0%,#1e1e1e 100%);
    
    text-transform: uppercase;
    
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
#navigation_inner{
    /* NOT USED IN WIDE NAV */
}
.onlyMobileNav{
    display: none;
}
#active, #active a, #active a:visited, #active a:active, #active a:hover{
    color:#FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
/*********************************************************NAVIGATION*************************************************/

/*********************************************************   MAIN   *************************************************/
#main, #main_inner{
    /*background: #fafafa;*/
}
#main_inner{
    margin-top: 20px;
    margin-bottom: 20px;
    
    padding: 5px 5px 40px 5px;
    width: 950px;
    
    color:#CCC;
}
#main_inner{
    width: 960px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    /*box-shadow: 6px 0px 10px -7px #000, -6px 0px 10px -7px #000;*/
}

.bannerText{
    display: block;
    position: absolute;
    width: 50%;
    max-width: 50%;
    margin-left: 25%;
    text-align:center;
    background: #000;
    color:#FFF;
    font-size: 18px;
    padding: 5px;
    font-family: MV Boli;
    -moz-border-bottom-left-radius: 12px; -webkit-border-bottom-left-radius: 12px; border-bottom-left-radius: 12px;
    -moz-border-bottom-right-radius: 12px; -webkit-border-bottom-right-radius: 12px; border-bottom-right-radius: 12px;
}


#site_selector{
    position: fixed; /*left: 0px; top: 220px;*/ display: block; background: rgba(0,0,0,0.9); z-index: 998; /*max-width: 148px;*/
    
    bottom: 0px;
    
    -moz-border-top-left-radius: 12px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px;
    -moz-border-top-right-radius: 12px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px;
    
    box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    
    width: 100%;
    max-width: 960px;
    
    text-align: center;
}
#site_selector DIV{
    text-align: center;
    display: table;
    width: 100%;
}
#site_selector DIV h3, #site_selector DIV{
    color: #FFF;
}
#site_selector DIV IMG{
    max-width: 80px;
    width: 100%;
    height: auto;
}
#site_selector .selectorItem span{
    width: 100%;
    max-width: 100%;
}
#site_selector .selectorItem{
    float: left;
    text-transform: uppercase;
    text-align: center;
    
    width: 19%;
    max-width: 19%;
    
    margin: 0.5%;
    
    display: table;
}
#site_selector .arrows_on, #site_selector .arrows_off{
    width: 16px;
    height: 16px;
}
#site_selector .arrows_on{
    background: url(images/up-down.png) 0 1px;
}
#site_selector .arrows_off{
    background: url(images/up-down.png) 0 -16px;
}
.pointer{
    cursor: pointer;
}

.three_image_holder{
    width:100%;
    display: table;
}
.three_image{
    width: 32%;
    margin: 0 1% 0 1%;
    
    position: relative;
}
.three_image a, .three_image a:visited{
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    
}
.three_image .price, .three_image .book, .four_image .price, .four_image .book{
    position: absolute;
    
    background: url(images/assets/80_overlay.png);
    
    color: #FFF;
    padding: 5px 10px 5px 10px;
    
    font-weight: bold;
}
.four_image h3{
    font-size: 14px;
}
.three_image .price, .four_image .price{
    top: 0px;
    left: 0px;
}
.three_image .book, .four_image .book{
    top: 0px;
    right: 0px;
}

.three_image img, .four_image img{
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    
}
.four_image{
    width: 22%;
    margin: 10px 2% 5px 2%;
    
    position: relative;
}

.three_image:first-child, .four_image:first-child{
    margin-left: 0px;
}
.three_image:last-child, .four_image:last-child{
    margin-right: 0px;
}
.image_inner{
    width: 100%;
    height: auto;
}
.marginTop{
    margin-top: 10px;
}

.three_image_holder_2{
    width:100%;
    display: table;
}
.three_image_2{
    width: 23%;
    margin: 0 1% 0 1%;
    
    position: relative;
}




.bannercontainer{
    max-width:960px;
    height:330px;
    background-color:#333;
    position:relative;
    margin-top:50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    z-index:2;
}
.creative_layer, p{
    color: #fff;
    font-size: 15px;
}

.bannercontainer ul >li{
    display: none;
    color: #fff;
}

.bannercontainer ol, .bannercontainer ul {
    list-style: none;
}

.bannercontainer a{
    text-decoration:none;
}

.bannershadow{
    margin-top:0px;
    max-width:960px;
    height:40px;
    position:relative;
}

.centerme{
    margin-left:auto;
    margin-right:auto;
}
.kenburn-bg{
    display: table;
}

.cp-left faderight p{
    color: #fff;
}


.tooltipQ{
    color: #FFF;
}

.portfolioHolder, .portfolioHolder2{
    width: 23.5%;
    
    margin: 10px 1% 10px 1%;
    
    float: left;
    position: relative;
    
    display: block;
}
.portfolioHolder2{
    width: 23.5%
}
.portfolioHolder h2{
    font-weight: normal;
    
    position: absolute;
    bottom: 0px;
    
    width: 98%;
    padding: 5px 1% 5px 1%;
    
    margin: 0px;
    
    background: url(images/assets/80_overlay.png);
    
    display: block;
}
.portfolioHolder:first-child, .portfolioHolder2:first-child{
    margin-left: 0px;
}
.portfolioHolder:last-child, .portfolioHolder2:last-child{
    margin-right: 0px;
}
.portfolioHolder img, .portfolioHolder2 img{
    width: 100%;
    height: auto;
}

.container2{
    border-top: solid 1px #fff;
}

/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}

.leftPanel, .rightPanel{ display: table; }

.leftPanel{ float: left; width: 68%; margin-right: 2%; }
.rightPanel{ float: right; width: 30%; }

.rightPanel img, .bannerImg{ width: 100%; height:auto; margin-bottom: 10px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

/*********************************************************   MAIN   *************************************************/


/*****************************************************   CONTACT FORM   *********************************************/
.contactForm{
    width: 475px;
    float: left;
}
.contactFormR{
    width: 475px;
    float: right;
}
.lightText{
    color: #898989;
}
.inactiveInput, .txtArea{
    color:#999999;
    width: 300px;
}
.txtArea{
    color: #000000;
    height: 150px;
}
.activeInput{
    width: 300px;
    color:#000000;
}
.inactiveInput, .activeInput{
    padding: 4px 6px;
    width: 288px;
}

.code{
    float:left; padding: 9px 4px; width: 180px; margin: 0 0 0 10px;
}
.codeImg{
    vertical-align:middle; float:left;
}

#formComplete, #formError{
    padding: 2% 5%;
    width:90%;
    
    margin: 15px auto 15px auto;
    
    background-color: #0b9644;
    
    font-size:14px;
    font-weight:bold;
    
    color:#FFFFFF;
    text-align:center;
}
#formError{
    background-color: #960b0b;
}
/*****************************************************   CONTACT FORM   *********************************************/

/*****************************************************  BOOK FOOTER */
.bookFooterMain{
    border-top: #999 1px solid;
}
.bookFooter{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bookNow{
    width: 400px;
    height: 120px;
    
    background: url(images/book-now.jpg) 0 0;
    
    cursor: pointer;
    
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.5);
}
.bookNow:hover{
    background: url(images/book-now.jpg) 0 -120px;
}
.SocialMedia{
    height: 120px;
    width: auto;
}

/***********************************************************FOOTER***************************************************/

body, #footer{
    /*background: #bbbaba;*/
}
#footer{
    border-top: #a6a7ab 1px solid;
}
#footer_inner{
    width: 960px;
    color: #666;
}

.footerContent{
    float:left;
    display:table;
    padding: 10px 10px 10px 0;
    height:100%;
}
#footer #footer_inner .footerContent a, #footer #footer_inner .footerConten  a:visited{
    color: #fff;
}
#footer #footer_inner .footerContent a:hover, #footer #footer_inner .footerContent a:active{
    color: #FFF;
}

#footer{font-size:12px; }
#footer, #footer a{ color:#217cbe; }
#footer a:hover{ text-decoration: underline; }

.designBy{
    vertical-align:middle;
}
.footer_vr{
    float:left;
    margin-left:4px;
    margin-right:14px;
    height:100px;
}

.rightFooter{
    float:right;
    border-right:none;
}
.socialHolder{
    float: left;
    display: table;
    
    margin: 12px 0 0 0;
}
.socialIcon{
    float: left;
    margin: 5px;
}
/***********************************************************FOOTER***************************************************/

/****************************************************** FADE SLIDE SHOW *********************************************/
.slideShowHolder{
    z-index: 1;
    display: table-cell;
    position: relative;
    
    width: 100%; /* IS VERY SPECIFIC AND DOESNT AUTO ADJUST */
    
    overflow: hidden;
}
.fadeShowImg{
    width: auto; /* IS VERY SPECIFIC AND DOESNT AUTO ADJUST */
    height: 100%;
}
#slideshow {
    position:relative;
    height:260px; /* IS VERY SPECIFIC AND DOESNT AUTO ADJUST */
}

#slideshow DIV {
    position:absolute;
    z-index:8;
}

#slideshow DIV.active {
    z-index:10;
}

#slideshow DIV.last-active {
    z-index:9;
}
/****************************************************** FADE SLIDE SHOW *********************************************/

/******************************************************** JSTWITTER ************************************************/
#jstwitter {
    width: 25%;
    
    margin: 18px 0px 5px 1.5%;
    padding: 1%;
    
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    
    min-height: 300px;

    text-align: left;
    
    display: table;
}
#jstwitter iframe{
    width: 100%;
    max-width: 100%;
}
#jstwitter h1, #jstwitter h2, #jstwitter h3{
    padding: 0px;
    margin: 0px;
}
#jstwitter .tweet {
    margin: 0 auto 15px auto;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
}
#jstwitter .tweet a {
    text-decoration: none;
    /*color: #13c9d0;*/
}
#jstwitter .tweet a:hover {
    text-decoration: underline;
}
#jstwitter .tweet .time {
    font-size: 10px;
    font-style: italic;
    color: #666666;
}
/******************************************************** JSTWITTER ************************************************/


/*********************************************************COOKIES*************************************************/

.cookies_notifier{
    display: block !important;
    position: fixed;
    height: 60px;
    width: 165px;
    background: url('http://www.attacat.co.uk/external/cookienotifier/cookies.png') bottom right;
    text-indent: -99999px;
    opacity: 0.5;
    z-index: 100;
}

.cookies_notifier:hover{
    background-position: 0 0;
    width: 165px;
}

.formal{ background: url(cookies.png) bottom right; z-index:90;}

.cctv{
    background: url('http://www.attacat.co.uk/external/cookienotifier/cookies_cctv.png') bottom right;
}

.cookies_notifier{
    display: block !important;
    position: fixed;
    height: 50px;
    width: 50px;
    text-indent: -99999px;
    opacity: 0.5;
    z-index: 100;
    
    position:fixed;bottom: 0px; right: 0px;
}

.cookies_notifier:hover{
    background-position: 0 0;
    width: 50px;
}

.formal{ background: url(cookies/cookies.png) bottom right; z-index:90;}

.cctv{
    background: url('http://www.attacat.co.uk/external/cookienotifier/cookies_cctv.png') bottom right;
}
/*********************************************************COOKIES*************************************************/

.onlyMobile, .mobileOnly, .loadHidden, #site_selector .loadHidden{
  display: none;
}
