@charset "UTF-8";

/*** 
Left Header Gradient: 		167, 29, 54
Right Header Gradient:		167, 29, 54
***/

.transp-bg-left {
/*background: rgb(167, 29, 54);*/ /* Old browsers */
    /*background: linear-gradient(to right, rgba(167, 29, 54, 1) 0%, rgba(167, 29, 54, 1) 35%, rgba(167, 29, 54, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background:rgb(167, 29, 54);
}
.transp-bg-right {
/*background: rgb(167, 29, 54);*/ /* Old browsers */
    /*background: linear-gradient(to left, rgba(167, 29, 54, 1) 0%, rgba(167, 29, 54, 1) 35%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background:rgb(167, 29, 54);
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(167, 29, 54, 0.9) 0%, rgba(167, 29, 54, 1) 10%, rgba(167, 29, 54, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(167, 29, 54, 0.9) 0%, rgba(167, 29, 54, 1) 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(167, 29, 54, 0.95) 0%, rgba(167, 29, 54, 1) 5%, rgba(167, 29, 54, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(167, 29, 54, 0.95) 0%, rgba(167, 29, 54, 1) 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}


/* Header Bottom Border */
.main-header {
	border-bottom: 2px solid #a92539;
	
}

/* Heading1Section Gradient */
.mobile-sponsors .Heading1Section,
.bg-gradient,
#Offline .Heading1Section {
background: #a92539; /* Old browsers */

background: -moz-linear-gradient(45deg,  #a92539 0%, #dd465d 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a92539), color-stop(100%,#dd465d)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* IE10+ */

background: linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a92539', endColorstr='#dd465d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


color: #ffffff  /* Text colour change - optional*/

}


/* Print Button Gradient */
.print-newsletter {
background: #a92539; /* Old browsers */

background: -moz-linear-gradient(45deg,  #a92539 0%, #dd465d 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a92539), color-stop(100%,#dd465d)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* IE10+ */

background: linear-gradient(45deg,  #a92539 0%,#dd465d 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a92539', endColorstr='#dd465d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

/* Print Button Hover Gradient */
.print-newsletter:hover {
background: #dd465d; /* Old browsers */

background: -moz-linear-gradient(45deg,  #dd465d 0%, #a92539 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#dd465d), color-stop(100%,#a92539)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  #dd465d 0%,#a92539 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  #dd465d 0%,#a92539 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  #dd465d 0%,#a92539 100%); /* IE10+ */

background: linear-gradient(45deg,  #dd465d 0%,#a92539 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd465d', endColorstr='#a92539',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}


/* Top Icon Colour */
.top-menu.wrapper li:hover a, .top-menu.wrapper li:hover i {
    color: #BBBBBB;
}

/* Top Icon Hover Colour */
.top-menu.wrapper li:hover a, .top-menu.wrapper li:hover i {
    color: #CCCCCC;
}


/* Print Button Text Colour */
.fixed-menu .print-newsletter span, .fixed-menu .print-newsletter i {
    color: #ffffff;
    text-shadow: none !important;
}

