/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/



@import url('reset.css');

/* ICONS */
@font-face {
	font-family: 'icomoon';
	src:url('../includes/fonts/icomoon.eot?78x868');
	src:url('../includes/fonts/icomoon.eot?#iefix78x868') format('embedded-opentype'),
		url('../includes/fonts/icomoon.woff?78x868') format('woff'),
		url('../includes/fonts/icomoon.ttf?78x868') format('truetype'),
		url('../includes/fonts/icomoon.svg?78x868#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'cuprumregular';
    src: url('cuprum/Cuprum-Regular-webfont.eot');
    src: url('cuprum/Cuprum-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cuprum/Cuprum-Regular-webfont.woff2') format('woff2'),
         url('cuprum/Cuprum-Regular-webfont.woff') format('woff'),
         url('cuprum/Cuprum-Regular-webfont.ttf') format('truetype'),
         url('cuprum/Cuprum-Regular-webfont.svg#cuprumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "OpenSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("opensans/OpenSans-Regular-webfont.woff") format("woff"), url("opensans/OpenSans-Regular-webfont.ttf") format("truetype"), url("opensans/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebas_neue/BebasNeue-webfont.eot');
    src: url('bebas_neue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas_neue/BebasNeue-webfont.woff2') format('woff2'),
         url('bebas_neue/BebasNeue-webfont.woff') format('woff'),
         url('bebas_neue/BebasNeue-webfont.ttf') format('truetype'),
         url('bebas_neue/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: 500;
    font-style: normal;

}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-left_arrow:before {

}
.icon-youtube:before {
	content: "\e600";
}
.icon-youtube_circle:before {
	content: "\e601";
}
.icon-twitter:before {
	content: "\e602";
}
.icon-twitter_circle:before {
	content: "\e603";
}
.icon-search_glass:before {
	content: "\e604";
}
.icon-nav_arrow:before {
	content: "\e605";
}
.icon-googleplus:before {
	content: "\e606";
}
.icon-google_plus:before {
	content: "\e607";
}
.icon-facebook:before {
	content: "\e608";
}
.icon-facebook_circle:before {
	content: "\e609";
}
.icon-down_up:before {
	content: "\e60a";
}
.icon-down_arrow:before {
	content: "\e60b";
}
.icon-after_arrow:before {

}

/* COLOURS ---

#HEXHEX Background colour
#HEXHEX Primary Colour
#HEXHEX Secondary Colour
#HEXHEX Tertiary Colour

--- */



/*	Typography presets
	------------------	*/
* {
	font-family: "OpenSansRegular", sans-serif;

	color: #000000;
}

/* Selection colours (easy to forget) */

::selection {
	background: #fea841; /* Safari */
	}
::-moz-selection {
	background: #fea841; /* Firefox */
}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

/* JH */
* {
	// none | antialiased | subpixel-antialiased
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
}

body {
	color: #667581;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	color: #667581; }

.home_background {
	/* background: url('/images/freebets_background.jpg') no-repeat center top; */
	background-size: contain;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

input {
	border-radius: 0;
}
textarea {
	border-radius: 0;
}

@media only screen and (max-width : 1030px) {
	/* Styles */
	body {
		min-width: auto;
		width: auto;	
	}
	.home_background {
		background: none;
		background-size: contain;
	}
}



/* Global */

a { text-decoration: none; font-weight: 400; }
#blue a { color: #244161; }
#red a {}
a:hover {}

/* Type */

p { padding: 0; font-size: 12px; margin-bottom: 10px; line-height: 1.4em; }

strong { font-weight: bold; }
a strong { color:blue; }
strong span { font-weight: 400; }
em { font-weight: normal; }

ul { padding: 0 10px; }
ul li { list-style-type: square; padding: 0 5px; margin: 5px 20px; font-size:12px; }
ul li ul li { list-style-type: circle; padding: 0 5px; margin: 5px 20px; }

ol { padding: 0 10px; }
ol li { list-style-type: decimal; padding: 0 5px; margin: 5px 20px; }
ol li ol li { list-style-type: lower-alpha; padding: 0 5px; margin: 5px 20px; }


/* --- Design elements --- */

#wrapper {}
#container { margin: 0 auto; }


/* HEADER */

header {}
.header_container {
	background: #fea841; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTdlMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea841 0%, #e57e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea841), color-stop(100%,#e57e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea841 0%,#e57e03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea841', endColorstr='#e57e03',GradientType=0 ); /* IE6-8 */
	margin-bottom: 15px;
}
.header_inner { width: 100%; max-width: 1140px; margin: 0px auto; font-size: 0; }
.logo { display: inline-block; width: 100%; max-width: 400px; vertical-align: top; }
.logo a { height: 50px; line-height: 50px; display: inline-block; padding-left: 0px; }
.logo a img { display: inline-block; vertical-align: middle; width: 100%; max-width: 320px; height: auto; }

/* NAV */
.mobile_menu {
	display: none;
}
.top_navigation { display: inline-block; width: 100%; max-width: 730px; }
.top_navigation a { font-size: 14px; }
nav { clear: both; }
nav ul { overflow: hidden; padding: 0; }
nav ul li { display: inline-block; list-style-type: none; padding: 0; margin: 0; margin-left: 5px; }
nav ul li:before {
	content: "\7C";
	color: #d84100;
	font-size: 20px;
	display: inline-block;
	line-height: 50px;
	padding-right: 5px;
}
nav ul li:first-child:before { content: none; }
nav ul li:first-child { margin-left: 0; }
nav ul li a { display: inline-block; text-decoration: none; color: #000000; text-transform: uppercase; font-family: "cuprumregular",sans-serif; line-height: 50px; vertical-align: middle; }
.active { position: relative; }
.active:after { content: "\e605"; position: absolute; bottom: 0; width: 100%; text-align: center; left: 0; font-size: 10px; line-height: 5px; font-family: 'icomoon'; color: #FFFFFF !important; }
nav ul li a span.guides { display: block; width: 25px; height: 20px; float: left; background: url(/images/betting-guides-icon.png) no-repeat 0 50%; }
nav ul li:first-of-type { background: none; }

/* MAIN */

#main { margin: 0 auto; width: 100%; max-width: 1140px; vertical-align: top; }
.inner_two_columns {}
.inner_two_columns .single_inner_column{ vertical-align: top; display: inline-block; }
.inner_two_columns .box {
	margin-bottom: 15px;
}
.inner_two_columns .daily_betting_offers {
	margin-bottom: 15px;
}

/* HOME */

.full_width_bar .red_gradient {
	background: #184f7f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NGY3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDJlNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #184f7f 0%, #0d2e4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184f7f), color-stop(100%,#0d2e4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #184f7f 0%,#0d2e4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184f7f', endColorstr='#0d2e4b',GradientType=0 ); /* IE6-8 */
}
.get_involved { font-size: 0; margin-bottom: 10px;}
.get_involved .get_involved_title { display: inline-block; text-transform: uppercase; color: #ffffff; font-size: 20px; width: 230px; font-family: "cuprumregular",sans-serif; text-align: center; padding: 0; line-height: 50px; height: 50px; vertical-align: middle; }
.get_involved .social_likes { display: inline-block; line-height: 50px; height: 50px; vertical-align: middle; max-width: 340px; width: 100%; }
.get_involved .single_social_link { display: inline-block; vertical-align: top; margin-left: 20px; width: auto; height: auto; }
.get_involved .single_social_link:first-child { margin-left: 0px; }
.get_involved .single_social_link .fb_iframe_widget { vertical-align: top !important; }
.get_involved .single_social_link .fb_iframe_widget span { vertical-align: middle !important; }
.get_involved .single_social_link .fb_iframe_widget . fb_iframe_widget_lift { }
.get_involved .single_social_link iframe { vertical-align: middle; }
.get_involved .single_social_link #___plusone_0 { vertical-align: middle !important; }
.get_involved .register_link { display: inline-block; vertical-align: middle; padding-left: 60px; }
.get_involved .register_link a { line-height: 50px; vertical-align: middle; color: white; text-decoration: none; font-family: "cuprumregular",sans-serif; font-size: 20px; text-transform: uppercase; }
.get_involved .search { display: inline-block; }
.get_involved .search_form { display: inline-block; width: 100%; font-size: 0; padding:10px; }
.get_involved .search_form .search_site_label { font-family: "cuprumregular",sans-serif; font-size: 20px; text-transform: uppercase; display: inline-block; line-height: 50px; vertical-align: middle; color: white; padding-left: 10px; padding-right: 10px; }
.get_involved .search_form form { display: inline-block; vertical-align: middle; }
.get_involved .search_form .search_form_container { width: 200px; position: relative; }
.get_involved .search_form .search_form_input { width: 200px; height: 30px; background: white; border: 0; }
.get_involved .search_form input[type="text"] { display: inline-block; padding: 0; }
.get_involved .search_form input[type="submit"] { display: inline-block; position: absolute; top: 0; right: 0; background: transparent; border: none; line-height: 30px; height: 30px; vertical-align: middle; cursor: pointer; width: 30px; font-family: 'icomoon'; color: #ef5411; cursor: pointer; }
.inner_two_columns .latest_news { width: 100%; max-width: 555px; float:left; }
.inner_two_columns .latest_news img { max-width: 100%; height: auto; }
.inner_two_columns .home_offers { width: 100%; width: 290px; padding-left: 30px; float:left;}
.daily_betting_offers { width: 100%; max-width: 265px; margin-bottom: 10px; background: #eeeeee; }



.fb-like iframe {
	max-width: 450px !important;
	max-height: 363px !important;
}

.single_search_result {
	padding: 30px 0 0 0;
}
#other_pages {
	padding: 30px 0;
}

.home_intro h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 400;
}
.home_directory {
	margin-bottom: 15px;
}

.latest-news {
}
.latest-news .latest_news_title {
}
.latest-news .latest_news_title .letest_news_title_inner {
	font-size: 20px;
	font-family: "cuprumregular",sans-serif;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 400;
}
.latest-news .latest_news_content {
	display: inline-block;
}
.latest-news .latest_news_content .latest_news_content_inner {
	width: 100%;
	padding: 15px 70px 0px 70px;
	display: inline-block;
}
.latest-news .latest_news_content .latest_news_content_inner p {
	margin-bottom: 15px;
}
.latest-news .latest_news_content .latest_news_content_inner .ad {
	padding: 0;
	margin-bottom: 15px;
}
.latest-news .latest_news_content .latest_news_content_inner img {
	display: block;
}
.latest-news .latest_news_linkbox {
	font-size: 20px;
	font-family: "cuprumregular",sans-serif;
	color: white !important;
}
.latest-news .latest_news_linkbox a {
	font-size: 20px;
	font-family: "cuprumregular",sans-serif;
	color: white !important;
}
.offer-scroll-offer {
	width: 240px;
	margin-left:5px;
	text-align: center;
}
.offer_scroll_title {
	margin-bottom: 15px;
}
.offer_scroll_title a {
	font-size: 14px;
	font-weight: 500 !important;
	color: #000000 !important;
}
.offer_scroll_text p {
	margin-bottom: 15px;
}
.offers_nav {
	font-size: 0;
	text-align: center;
}
.offers_nav a {
	text-decoration: none;
}
.offers_nav #next {
	display: inline-block;
	width: 45px;
	background: url('/images/right.png') center no-repeat;
	height: 32px;
}

.offers_nav #prev {
	display: inline-block;
	width: 45px;
	background: url('/images/left.png') center no-repeat;
	height:32px;
}
.offers_nav #prev span {
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	color: #000000;
}
.offers_nav #pager {
	display: inline-block;
	width: 160px;
	vertical-align: top;
}
.offers_nav #pager a {
	display: inline-block;
	width: 16%;
	line-height: 5px;
	height: 25px;
	color: transparent;
	background: url('/images/slider_bullet.png') center no-repeat;
}
.offers_nav #pager a.activeSlide {
	background: url('/images/slider_active_bullet.png') center no-repeat;
}

/* FOOTER */
.footer {
	background: #fea841; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTdlMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea841 0%, #e57e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea841), color-stop(100%,#e57e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea841 0%,#e57e03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea841', endColorstr='#e57e03',GradientType=0 ); /* IE6-8 */
	width: 100%;
}
.footer_inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	font-size: 0;
}
.footer_top {
	font-size: 0;
}
.single_footer_half {
	width: 100%;
	max-width: 560px;
	display: inline-block;
}
.footer_left {
	text-align: right;
	padding-right: 25px;
}
.footer_search {
	display: inline-block;
}
.footer_search .search_form {
}
.footer_search .search_form .search_site_label {
	font-size: 20px;
	color: white;
	font-family: "cuprumregular",sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 50px;
	margin-top: 15px;
}
.footer_search .search_form_container {
	position: relative;
}
.footer_search input[type="text"] {
	line-height: 45px;
	height: 45px;
	vertical-align: middle;
	width: 390px;
	border-radius: 0;
	border: 0;
}
.footer_search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 45px;
	height: 45px;
	vertical-align: middle;
	display: inline-block;
	background: none;
	border:  0;
	font-size: 35px;
	vertical-align: middle;
	font-family: 'icomoon';
	color: #184f7f;
	cursor: pointer;
}
.footer_social {
	width: 100%;
	max-width: 390px;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
}
.footer_social .footer_social_title {
	font-size: 20px;
	color: white;
	font-family: "cuprumregular",sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 50px;
	margin-top: 15px;
}
.single_footer_social {
	display: inline-block;
	width: 70px;
}
.single_footer_social span {
	color: white;
	font-size: 50px;
}
.footer_right {
	text-align: left;
	vertical-align: top;
	padding-top: 65px;
}
.inner_footer_right {
	width: 500px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.gambleaware {
	width: 160px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.gambleaware img {
	width: 150px;
	height: auto;
}
.gamcare {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.gamcare img {
	width: 50px;
	height: auto;
}
.copyright {
	color: white;
	font-size: 14;
	padding-top: 35px;
}
.copyright p {
	color: white;
	margin-bottom: 10px;
}
.copyright_strong {
	font-weight: bold;
}
.footer_nav {
	text-align: center;
	padding: 20px 0;
}
.footer_nav ul {
	display: inline-block;
}
.footer_nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer_nav li a {
	font-weight: 100;
}
.footer_nav li:before {
	content: "-";
	color: white;
	display: inline-block;
}
.footer_nav li:first-child:before {
	content: "";
}
.footer_nav a {
	color: white;
	font-size: 14px;
	text-decoration: none;
	padding: 0 5px;
}

/* RECENTLY VIEWED */
.recently_viewed_tabs {
}
.recently_viewed_tabs {
	padding: 0;
}
.recently_viewed_tabs li {
	padding: 0;
	margin: 0;
	line-height: 25px;
	width: 100%;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
.recently_viewed_tabs li a {
	color: black;
	font-family: "OpenSansRegular";
	text-transform: none;
	font-size: 15px;
}

/*
.recently_viewed_tabs li:nth-of-type(1n) {
	background: #d8d8d8;
}
.recently_viewed_tabs li:nth-of-type(2n) {
	background: #c9c9c9;
}
.recently_viewed_tabs li:nth-of-type(3n) {
	background: #b2b2b2;
}
*/

/* GRADIENT HEADINGS */

.title_header { font-family: "cuprumregular", sans-serif; text-align: center; line-height: 50px; height: 50px; vertical-align: middle; color: #000000 !important; font-size: 20px; text-transform: uppercase; }

.title_header a { color: #000000 !important; }

.left_column .title_header { clear: both; }

.grey_gradient a { color: #ef5411 !important; }
.grey_gradient.title_header a { color: #ef5411 !important; }

.orange_gradient {
	height:32px;
	background: #fea841; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTdlMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea841 0%, #e57e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea841), color-stop(100%,#e57e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea841 0%,#e57e03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea841', endColorstr='#e57e03',GradientType=0 ); /* IE6-8 */
}

.blue_gradient {
	background: #184f7f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NGY3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDJlNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #184f7f 0%, #0d2e4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184f7f), color-stop(100%,#0d2e4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #184f7f 0%,#0d2e4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184f7f', endColorstr='#0d2e4b',GradientType=0 ); /* IE6-8 */
}

.green_gradient {
	background: #005947; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjM1MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #005947 0%, #02352b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005947), color-stop(100%,#02352b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005947 0%,#02352b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005947 0%,#02352b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005947 0%,#02352b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #005947 0%,#02352b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005947', endColorstr='#02352b',GradientType=0 ); /* IE6-8 */
}

.red_gradient {
	background: #cd1f2d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkMWYyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjE0MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cd1f2d 0%, #6f141b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd1f2d), color-stop(100%,#6f141b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cd1f2d 0%,#6f141b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cd1f2d 0%,#6f141b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cd1f2d 0%,#6f141b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cd1f2d 0%,#6f141b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1f2d', endColorstr='#6f141b',GradientType=0 ); /* IE6-8 */
	color: white;
}
.grey_gradient {
	background: #000000;
	color: #ef5411 !important;
}
.grey_gradient.title_header {
	color: #ef5411 !important;
}
.grey_gradient:after {
	color: #ef5411 !important;
}

/* BOXES */

.box { margin-bottom: 10px; background: #eeeeee; text-align: center; }
.box a { color: #ff6517; text-transform: uppercase; text-decoration: none; font-family: "cuprumregular",sans-serif;  font-size: 20px; }
.side .box {}
.box.skyscraper {}

/* KevLard */
.kevlard_side_box p {
	padding: 0 20px;
}

.kevlard_side_box img {
	padding: 20px 0;
}
.kevlard_side_box .box-headline {
	font-weight: 400;
}
.comic_share_container {
	width: 490px;
	margin: 0 auto;
	max-width: 100%;
	overflow: scroll;
}
.fb_iframe_widget span {
	max-width: 100%;
}
.fb_iframe_widget iframe {
}
.comic_image_container {
	text-align: center;
	margin-top: 10px;
}
.kevlard_articles_list {
	margin-bottom: 20px;
}
.kevlard_articles_list .title_header {
	margin-bottom: 20px;
}
.kevlard_articles_list .single_comic_link {
	display: block;
}
.kevlard_articles_list a {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}

#central .box { }
#central .box .box { }

/* SIDES */

/* IPHONE APP SIDE */
.iphone_app_inner {
	text-align: center;
	width: 230px;
	display: inline-block;
}
.iphone_app_inner .app_side_top_container {
	font-size: 0;
	margin: 24px 0;
	width: 225px;
	display: inline-block;
}
.iphone_app_inner .app_side_top_container .single_app_side {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.iphone_app_inner .app_side_top_container .app_side_top_right a {
	display: inline-block;
	vertical-align: middle;
}
.iphone_app_inner .app_side_top_container .app_side_top_right .itunes_link {
	margin-bottom: 10px;
}
.iphone_app_inner .app_side_top_container .app_side_top_right .play_link {
	margin-bottom: 15px;
}
.iphone_app_inner .app_side_top_container .app_side_top_right .page_url_link:after {
	content: "\e60c"; color: white; color: #ff6517; padding: 0; line-height: 22px; vertical-align: top; font-size: 14px; display: inline-block; margin-left: 10px; font-family: 'icomoon';
}
.iphone_app_inner .app_side_top_container .single_app_side img {
	display: block;
}
.iphone_app_inner .app_side_top_container .app_side_top_left img {
	width: 100%;
	max-width: 100px;
	height: auto;
}
.iphone_app_inner .app_side_top_container .app_side_top_right img {
	width: 100%;
	max-width: 90px;
	height: auto;
}
.iphone_app_inner .app_side_top_container .single_app_side .app_side_top_left {
}
.iphone_app_inner .app_side_top_container .single_app_side .app_side_top_left {
}

.side {}
#right.side {}

.box.featured-bookmaker {  }
.box.featured-bookmaker .featured_bookie_inner { padding: 0 20px; }
.box.featured-bookmaker p { text-align: center; max-width: 225px; width: 100%; margin-left: auto; margin-right: auto; padding: 0; display: inline-block; }
.box.featured-bookmaker a:after { content: "\e60c"; color: white; color: #ff6517; padding: 0; line-height: 14px; vertical-align: top; font-size: 14px; display: inline-block; margin-left: 10px; font-family: 'icomoon'; }
.box.featured-bookmaker .title_header { margin-bottom: 10px; }

p.featured { padding: 0; }
p.featured a { color: #FFF; text-decoration: none; }

p.deal {color: #50c5f1; padding: 0; }

.side .box ul { padding: 0; margin: -8px 0 0; font-size: 13px; line-height: 16px; }
.side .box ul li { list-style-type: none; margin: 0; border-bottom: 1px dotted #DDD; padding: 8px 10px 7px; margin: 0 -10px; }
.side .box ul li span { display: block; }
.side .box ul li:last-child { border: 0; padding-bottom: 0; }
.side .box ul a { display: block; text-decoration: none; color: #103d64; }
.side .box ul a span { color: #900; }

.side .box ul a:hover,
.side .box ul a:hover span { color: #C00; }

/* APP PAGE */
.app_first_table {
	width: 100%;
	margin-bottom: 30px;
}
.app_first_table td {
	min-width: 290px;
	text-align: center;
}

.app_first_table td #appstore {
	margin-bottom: 30px;
}
.app_first_table h2 {
	text-align: center !important;
}
.app_second_table {
	width: 100%;
	text-align: left;
}
.app_second_table td h2 {
	text-align: left;
}
.app_second_table img {
	padding: 0 95px;
}
.app_third_table {
	width: 100%;
	margin-bottom: 30px;
}
.app_third_table td h2 {
	text-align: left;
}
.app_third_table img {
	padding: 0 95px;
}
.app_fourth_table {
	width: 100%;
	margin-bottom: 30px;
}
.app_fourth_table td h2 {
	text-align: left;
}
.app_fourth_table img {
	padding: 0 95px;
}

/* SOCIAL */

#social { float: right; width:180px; margin: 5px 0 10px; }

#social div#gplus { width: 55px; float: left; overflow: hidden; margin: 0 8px 0 0; }
#social div#facebook { width: 55px; float: left; overflow: hidden;  margin: 0; }
#social div#tw { width: 60px; float: right; overflow: hidden; margin: 0 -4px 0 0; }

.twitter_box {
    width: 58px; height: 34px;
    position: relative;
    background: #fff;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 6px;
    }
.twitter_box:after,
.twitter_box:before {
    width: 0; height: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    pointer-events: none;
    content: " ";
    }
.twitter_box:after {
    left: 50%;
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
    }
.twitter_box:before {
    left: 50%;
    border-top-color: #aaa;
    border-width: 4px;
    margin-left: -4px;
    }
.twitter_box #followers {
    width: 100%; height: auto;
    position: absolute;
    top: 0px; left: 0px;
    font-weight: 500;
    font-size: 14px; line-height: 35px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #333;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
   }
  
.twitter-follow-button { margin: 5px 0 0; }  
  
/* FOLLOW US */
.social_links {
}
.social_links .single_social_link {
	width: 100%;
	line-height: 50px;
	height: 50px;
}
.social_links .single_social_link a {
	color: white;
	line-height: 30px;
	vertical-align: middle;
}
.social_links .single_social_link a:before {
	content: "\26";
	color: white;
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}
.social_links .twitter_social_link {
	background: #38c9f0;
}
.social_links .twitter_social_link a:before {	
	font-family: 'icomoon';
	content: "\e602";
	color: white;
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}
.social_links .facebook_social_link {
	background: #2c6ea8;
}
.social_links .facebook_social_link a:before {	
	font-family: 'icomoon';
	content: "\e608";
	color: white;
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}
.social_links .google_social_link {
	background: #ce4b4b;
}
.social_links .google_social_link a:before {	
	font-family: 'icomoon';
	content: "\e606";
	color: white;
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}
.social_links .youtube_social_link {
	background: #b12f2f;
}
.social_links .youtube_social_link a:before {	
	font-family: 'icomoon';
	content: "\e600";
	color: white;
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: middle;
}

/* Betting Events */
.betting_events_container {
}
.betting_events_container ul {
	padding: 0;
	margin: 0;
}
.betting_events_container ul li {
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50px;
	width: 100%;
	text-align: center;
	list-style: none;
}
.betting_events_container ul li:nth-of-type(1n) {
	background: #d8d8d8;
}
.betting_events_container ul li:nth-of-type(2n) {
	background: #c9c9c9;
}
.betting_events_container ul li:nth-of-type(3n) {
	background: #b2b2b2;
}
.betting_events_container ul li a {
	color: white;
}

/* QUICKSORT FREE BETS */

table#bookiestable { width: 100%; font-size: 0; }
table#bookiestable tr { width: 100%; border: 0; font-size: 0; }
table#bookiestable th, table#bookiestable td { width: 50%; display: inline-block; }
table#bookiestable thead { width: 100%; }
table#bookiestable thead tr { width: 100%; display: inline-block; }

table#bookiestable tr th {
	position: relative;
}
table#bookiestable tr th:after {
	font-family: 'icomoon';
	content: "\e60b";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 30px;
	vertical-align: middle;
	color: white;
	font-size: 12px;
}

table#bookiestable tr td,
table#bookiestable tr th,
table#bookiestable a { text-align: left; display: inline-block; color: white; font-family: "cuprumregular",sans-serif; font-size: 20px;  }

#bookiestable a { width: 100%; padding: 0 0 0 30px; }

#bookiestable .grey_gradient { padding: 0 0 0 30px; }

table#bookiestable a { cursor:pointer; }

table#bookiestable tr td,
table#bookiestable tr th {
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	border-collapse: collapse;
}

table#bookiestable tr:nth-of-type(1n) {
	background: #d8d8d8;
}
table#bookiestable tr:nth-of-type(2n) {
	background: #c9c9c9;
}
table#bookiestable tr:nth-of-type(3n) {
	background: #b2b2b2;
}

table#bookiestable thead { border-top: 0; font-weight: normal; }

table#bookiestable tr td:last-child,
table#bookiestable tr th:last-child {}

table#bookiestable tr td:last-child {}

table#bookiestable tr td a { text-decoration: none; }

table#bookiestable thead tr th span { background: url(/images/down-arrow.png) no-repeat 100% 100%; width: 20px; height: 10px; display: inline-block; }

.freebets_bookmakers_container {
	padding-bottom: 10px;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .bookmakers_tab.red_gradient {
	background: #000000;
	color: #ef5411 !important;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .active:after {
	color: #b2b2b2 !important;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .bookmakers_tab.active:after {
	color: #ef5411 !important;
}
.freebets {
}
.freebets li {
	list-style: none;
}
.bookmakers {
	display: none;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .single_f_b_tab {
	float: left;
	width: 50%;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .active:after {
	color: #b2b2b2;
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .freebets_tab {
}
.freebets_bookmakers_container .freebets_bookmakers_tabs .bookmakers_tab:after {
	color: #5d5d5d;
}
.freebets_bookmakers_container .freebets ul {
	padding: 0;
	margin: 0;
}
.freebets_bookmakers_container .freebets ul li {
	font-size: 20px;
	color: white;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}
.freebets_bookmakers_container .freebets ul li.unactive_freebets .icon-down_arrow {
	font-family: 'icomoon';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 65px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 11px;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.freebets_bookmakers_container .freebets ul li.active_freebets .icon-down_arrow {
	font-family: 'icomoon';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.freebets_bookmakers_container .freebets ul li.active_freebets .icon-down_arrow:before {
	content: "\e60a";
}
.freebets_bookmakers_container .freebets ul li span {
	line-height: 25px;
	height: 25px;
	font-size: 20px;
	color: white;
	font-family: "cuprumregular",sans-serif;
	width: 100%;
	padding: 0 30px;
}
.freebets_bookmakers_container .freebets ul li a {
	line-height: 25px;
	height: 25px;
	font-size: 22px;
	color: white;
	text-decoration: none;
	padding: 0 30px;
	font-family: "bebas_neueregular",sans-serif;
	width: 100%;
}
.freebets_bookmakers_container .freebets ul li:nth-of-type(1n) {
	background: #b2b2b2;
}
.freebets_bookmakers_container .freebets ul li:nth-of-type(2n) {
	background: #d8d8d8;
}
.freebets_bookmakers_container .freebets ul li:nth-of-type(3n) {
	background: #c9c9c9;
}
.betting_establishments {
	display: none;
}
.betting_establishments a {
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 20px;
	color: white;
	text-decoration: none;
	font-family: "cuprumregular",sans-serif;
	width: 100%;
	display: inline-block;
}

/* LEFT COLOUMN */

.left_column { display: inline-block; width: 100%; max-width: 845px; vertical-align: top; }
.left_column h1, .left_column h2, .left_column h3 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: 400;
	clear: both;
}
.left_column a {
	text-decoration: none;
	font-weight: 400;
}
.title_header { font-family: "cuprumregular", sans-serif; text-align: center; line-height: 35px; height: 32px; vertical-align: middle; color: white; font-size: 20px; text-transform: uppercase; text-align: center !important; }
.title_header a { color: #000000 !important; }

/* LEFT COLOUMN */

.right_column { display: inline-block; width: 100%; max-width: 295px; padding-left: 30px; vertical-align: top; }

/* CENTRAL */

#central { float: left; min-height: 200px; margin: 0; }
#central.calendar { min-height: 600px; }
#central.calendar h1 {}


/* TOP RECOMMENDED */
.top-recommended {
	font-size: 0;
}
.single_recommended {
	width: 275px;
	margin-right: 10px;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
	background: #cd1f2d;
	padding-left: 15px;
	text-align: left;
	background: rgb(24, 79, 127);
}
.single_recommended img {
	max-width: 130px;
	max-height: 40px;
	height: auto;
	vertical-align: middle;
}
.single_recommended .recommended_bookie_price {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.2);
}
.top-recommended a { color: white; text-decoration: none; margin-top: 5px; position: relative; }
.top-recommended a span.recommended_bookie_price { position: absolute; right: 0; top: 0; width: 50px; line-height: 40px; vertical-align: middle; text-align: center; font-family: "cuprumregular",sans-serif; font-size: 18px; color: white; }
.top-recommended a:hover,
.top-recommended a:hover span {}



/* MODULE */

#module { width: 624px; float: left; clear: both; margin: 5px 0 10px; }

ul#tabs { font-size: 11px; text-transform: uppercase; position: absolute; padding: 0; margin: 0; background: url(/images/module.png) 0 0 repeat-x; width: 624px; } 
ul#tabs li { float: left; padding: 0; margin: 0; display: inline; list-style-type: none; }
ul#tabs li a { padding: 0 15px; line-height: 38px; height: 38px; text-align: center; background: url(/images/gradients.png) 0 -40px repeat-x; border-right: 1px solid #FFF; float: left; display: block; text-decoration: none; color: #FFF; border-bottom: 3px solid #EEE; } 
ul#tabs li a:hover { background: url(/images/gradients.png) 0 -80px repeat-x; color: #FFF; }
ul#tabs li.active a { background: none; background: #FFF; color: #103d64; height: 38px; border-color: #FFF; z-index: 2000; }

#modtext { float: left; clear: both; width: 624px; border: 0; border-bottom: 2px solid #afafaf; float: left; clear: both; margin: 36px 0 0; background: #FFF; }

#modtext div.slide { display: none; min-height: 200px; padding: 15px; }
#modtext div.slide#latest-news { display: block; }

#modtext div.slide p { padding: 5px 0 0; line-height: 17px; }

#modtext .heading1, #modtext h1 {
     background: none; color: #244161; border: 0; text-align: left; line-height: 23px; 
     font-size: 20px; padding: 10px 10px 5px; height: auto;
     text-transform: none;
}

#modtext div.slide p.tagline,
p.tagline { text-transform: uppercase; }
#modtext div.slide p.headline,
p.headline { color: #244161; text-transform: uppercase; padding: 0 0 10px 0; }

#modtext div.slide p.big-red-link { line-height: 20px; padding: 7px 0; }
p.big-red-link a { text-decoration: none; text-transform: uppercase; }

p.small-print { }

/* PROMO BOXES */

#promo-boxes { width: 100%; font-size: 0; }
#promo-boxes .box { width: 100%; max-width: 405px; display: inline-block; vertical-align: top; position: relative; padding-bottom: 50px; }
#promo-boxes .box img { width: auto; max-width: 100%; height: auto; }
#promo-boxes .box:nth-of-type(2n) { margin-left: 25px; }
.single_promo_box {
	position: relative;
}
.promo_box_title {
	position: relative;
}
.static_banner img {
	cursor: pointer;
}
.affiliate_logo {
	position: absolute;
	right: 10px;
	top: 0;
}
.affiliate_logo .static_banner {
	line-height: 60px;
}
.affiliate_logo img {
	max-width: 100px;
	max-height: 40px;
	height: auto;
	vertical-align: middle;
}
.promo_box_title {
	line-height: 30px;
	height: 30px;
	background: #184f7f;
	color: white;
	font-size: 20px;
	text-align: left;
	padding: 0 15px;
	font-family: "cuprumregular",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	background-repeat: no-repeat !important;
	background-position: 95% center !important;
}
.promo_box_detail {
	padding: 10px 15px;
}
.promo_box_link {
	line-height: 25px;
	height: 30px;
	margin-bottom: 0px;
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url('/images/money_bg.jpg');
}

.promo_box_link p {

	font-size:11px;
}
.promo_box_link_filter {
	background: rgb(24,79,127);
	background: rgba(24,79,127,0.8);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 20px;
}
.promo_box_link_filter a:after { content: "\e60c"; color: white; color: #ffffff; padding: 0; line-height: 25px; vertical-align: top; font-size: 12px; display: inline-block; margin-left: 10px; font-family: 'icomoon'; }
.promo_box_link a {
	margin: 0;
	color: white;
}
/* Colours for bookies */
.betting_class_link, .promo_box_title, .single_recommended {
	background: rgb(13, 46, 75);
}
.promo_box_link_filter {
	background: rgb(13, 46, 75);
	background: rgba(13, 46, 75, 0.8);
	padding-top: 3px;
}
._ladbrokes .betting_class_link, ._ladbrokes .promo_box_title, .single_recommended._ladbrokes {
	background: rgb(237, 27, 36);
}
._ladbrokes .promo_box_link_filter {
	background: rgb(237, 27, 36);
	background: rgba(237, 27, 36, 0.8);
}
._william_hill .betting_class_link, ._william_hill .promo_box_title, .single_recommended._william_hill {
	background: rgb(0, 0, 102);
}
._william_hill .promo_box_link_filter {
	background: rgb(0, 0, 102);
	background: rgba(0, 0, 102, 0.8);
}
._bet365 .betting_class_link, ._bet365 .promo_box_title, .single_recommended._bet365 {
	background: rgb(17, 130, 88);
}
._bet365 .promo_box_link_filter {
	background: rgb(17, 130, 88);
	background: rgba(17, 130, 88, 0.8);
}
._winner .betting_class_link, ._winner .promo_box_title, .single_recommended._winner {
	background: rgb(0, 0, 0);
}
._winner .promo_box_link_filter {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
._betvictor .betting_class_link, ._betvictor .promo_box_title, .single_recommended._betvictor {
	background: rgb(0, 0, 0);
}
._betvictor .promo_box_link_filter {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
._paddy_power .betting_class_link, ._paddy_power .promo_box_title, .single_recommended._paddy_power  {
	background: rgb(26, 82, 67);
}
._paddy_power .promo_box_link_filter {
	background: rgb(26, 82, 67);
	background: rgba(26, 82, 67, 0.8);
}
._stan_james .betting_class_link, ._stan_james .promo_box_title, .single_recommended._stan_james  {
	background: rgb(120, 180, 30);
}
._stan_james .promo_box_link_filter {
	background: rgb(120, 180, 30);
	background: rgba(120, 180, 30, 0.8);
}
._betfred .betting_class_link, ._betfred .promo_box_title, .single_recommended._betfred {
	background: rgb(0, 35, 71);
}
._betfred .promo_box_link_filter {
	background: rgb(0, 35, 71);
	background: rgba(0, 35, 71, 0.8);
}
._888sport .betting_class_link, ._888sport .promo_box_title, .single_recommended._888sport {
	background: rgb(236, 236, 236);
}
._888sport .promo_box_link_filter {
	background: rgb(236, 236, 236);
	background: rgba(236, 236, 236, 0.8);
}
._skybet .betting_class_link, ._skybet .promo_box_title, .single_recommended._skybet {
	background: rgb(205, 31, 45);
}
._skybet .promo_box_link_filter {
	background: rgb(205, 31, 45);
	background: rgba(205, 31, 45, 0.8);
}
._titanbet .betting_class_link, ._titanbet .promo_box_title, .single_recommended._titanbet {
	background: rgb(0, 0, 0);
}
._titanbet .promo_box_link_filter {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
._coral .betting_class_link, ._coral .promo_box_title, .single_recommended._coral  {
	background: rgb(1, 89, 161);
}
._coral .promo_box_link_filter {
	background: rgb(1, 89, 161);
	background: rgba(1, 89, 161, 0.8);
}
._sportingbet .betting_class_link, ._sportingbet .promo_box_title, .single_recommended._sportingbet {
	background: rgb(1, 157, 228);
}
._sportingbet .promo_box_link_filter {
	background: rgb(1, 157, 228);
	background: rgba(1, 157, 228, 0.8);
}
._10bet .betting_class_link, ._10bet .promo_box_title, .single_recommended._10bet {
	background: rgb(159, 159, 159);
}
._10bet .promo_box_link_filter {
	background: rgb(159, 159, 159);
	background: rgba(159, 159, 159, 0.8);
}
._boyle_sports .betting_class_link, ._boyle_sports .promo_box_title, .single_recommended._boyle_sports {
	background: rgb(0, 126, 210);
}
._boyle_sports .promo_box_link_filter {
	background: rgb(0, 126, 210);
	background: rgba(0, 126, 210, 0.8);
}
._betway .betting_class_link, ._betway .promo_box_title, .single_recommended._betway {
	background: rgb(0, 0, 0);
}
._betway .promo_box_link_filter {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
._unibet .betting_class_link, ._unibet .promo_box_title, .single_recommended._unibet {
	background: rgb(80, 137, 0);
}
._unibet .promo_box_link_filter {
	background: rgb(80, 137, 0);
	background: rgba(80, 137, 0, 0.8);
}
._youwin .betting_class_link, ._youwin .promo_box_title, .single_recommended._youwin {
	background: rgb(0, 0, 0);
}
._youwin .promo_box_link_filter {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}
._totepool .betting_class_link, ._totepool .promo_box_title, .single_recommended._totepool {
	background: rgb(159, 188, 29);
}
._totepool .promo_box_link_filter {
	background: rgb(159, 188, 29);
	background: rgba(159, 188, 29, 0.8);
}
._colussus_bets .betting_class_link, ._colussus_bets .promo_box_title, .single_recommended._colussus_bets {
	background: rgb(241, 103, 25);
}
._colussus_bets .promo_box_link_filter {
	background: rgb(241, 103, 25);
	background: rgba(241, 103, 25, 0.8);
}
._bet-at-home .betting_class_link, ._bet-at-home .promo_box_title, .single_recommended._bet-at-hom {
	background: rgb(4, 81, 127);
}
._bet-at-home .promo_box_link_filter {
	background: rgb(4, 81, 127);
	background: rgba(4, 81, 127, 0.8);
}
._seaniemac .betting_class_link, ._seaniemac .promo_box_title, .single_recommended._seaniemac {
	background: rgb(246, 137, 31);
}
._seaniemac .promo_box_link_filter {
	background: rgb(246, 137, 31);
	background: rgba(246, 137, 31, 0.8);
}
._apollobet .betting_class_link, ._apollobet .promo_box_title, .single_recommended._apollobet {
	background: rgb(236, 33, 39);
}
._apollobet .promo_box_link_filter {
	background: rgb(236, 33, 39);
	background: rgba(236, 33, 39, 0.8);
}
._mcbookie .betting_class_link, ._mcbookie .promo_box_title, .single_recommended._mcbookie {
	background: rgb(13, 26, 51);
}
._mcbookie .promo_box_link_filter {
	background: rgb(13, 26, 51);
	background: rgba(13, 26, 51, 0.8);
}
._wbx .betting_class_link, ._wbx .promo_box_title, .single_recommended._wbx {
	background: rgb(254, 174, 1);
}
._wbx .promo_box_link_filter {
	background: rgb(254, 174, 1);
	background: rgba(254, 174, 1, 0.8);
}
._comeon .betting_class_link, ._comeon .promo_box_title, .single_recommended._comeon {
	background: rgb(86, 109, 9);
}
._comeon .promo_box_link_filter {
	background: rgb(86, 109, 9);
	background: rgba(86, 109, 9, 0.8);
}
._betinternet .betting_class_link, ._betinternet .promo_box_title, .single_recommended._betinternet {
	background: rgb(28, 165, 251);
}
._betinternet .promo_box_link_filter {
	background: rgb(28, 165, 251);
	background: rgba(28, 165, 251, 0.8);
}
._betbutler .betting_class_link, ._betbutler .promo_box_title, .single_recommended._betbutler {
	background: rgb(249, 183, 1);
}
._betbutler .promo_box_link_filter {
	background: rgb(249, 183, 1);
	background: rgba(249, 183, 1, 0.8);
}
._betbright .betting_class_link, ._betbright .promo_box_title, .single_recommended._betbright  {
	background: rgb(254, 190, 16);
}
._betbright .promo_box_link_filter {
	background: rgb(254, 190, 16);
	background: rgba(254, 190, 16, 0.8);
}
._bwin .betting_class_link, ._bwin .promo_box_title, .single_recommended._bwin  {
	background: rgb(255, 204, 0);
}
._bwin .promo_box_link_filter {
	background: rgb(255, 204, 0);
	background: rgba(255, 204, 0, 0.8);
}
._noxwin .betting_class_link, ._noxwin .promo_box_title, .single_recommended._noxwin {
	background: rgb(251, 182, 22);
}
._noxwin .promo_box_link_filter {
	background: rgb(251, 182, 22);
	background: rgba(251, 182, 22, 0.8);
}
._betsson .betting_class_link, ._betsson .promo_box_title, .single_recommended._betsson {
	background: rgb(243, 146, 0);
}
._betsson .promo_box_link_filter {
	background: rgb(243, 146, 0);
	background: rgba(243, 146, 0, 0.8);
}
._betfair .betting_class_link, ._betfair .promo_box_title, .single_recommended._betfair {
	background: rgb(255, 197, 29);
}
._betfair .promo_box_link_filter {
	background: rgb(255, 197, 29);
	background: rgba(255, 197, 29, 0.8);
}
._188bet .betting_class_link, ._188bet .promo_box_title, .single_recommended._188bet {
	background: rgb(255, 146, 0);
}
._188bet .promo_box_link_filter {
	background: rgb(255, 146, 0);
	background: rgba(255, 146, 0, 0.8);
}
._globet .betting_class_link, ._globet .promo_box_title, .single_recommended._globet {
	background: rgb(244, 123, 32);
}
._globet .promo_box_link_filter {
	background: rgb(244, 123, 32);
	background: rgba(244, 123, 32, 0.8);
}
._dafabet .betting_class_link, ._dafabet .promo_box_title, .single_recommended._dafabet {
	background: rgb(248, 227, 70);
}
._dafabet .promo_box_link_filter {
	background: rgb(248, 227, 70);
	background: rgba(248, 227, 70, 0.8);
}
._10bet .betting_class_link, ._10bet .promo_box_title, .single_recommended._10bet {
	background: rgb(239, 0, 0);
}
._10bet .promo_box_link_filter {
	background: rgb(239, 0, 0);
	background: rgba(239, 0, 0, 0.8);
}
._sbobet .betting_class_link, ._sbobet .promo_box_title, .single_recommended._sbobet {
	background: rgb(35, 59, 122);
}
._sbobet .promo_box_link_filter {
	background: rgb(35, 59, 122);
	background: rgba(35, 59, 122, 0.8);
}
._mobibet .betting_class_link, ._mobibet .promo_box_title, .single_recommended._mobibet {
	background: rgb(24, 148, 204);
}
._mobibet .promo_box_link_filter {
	background: rgb(24, 148, 204);
	background: rgba(24, 148, 204, 0.8);
}
._12bet .betting_class_link, ._12bet .promo_box_title, .single_recommended._12bet {
	background: rgb(234, 0, 0);
}
._12bet .promo_box_link_filter {
	background: rgb(234, 0, 0);
	background: rgba(234, 0, 0, 0.8);
}
._spreadex .betting_class_link, ._spreadex .promo_box_title, .single_recommended._spreadex {
	background: rgb(177, 36, 41);
}
._spreadex .promo_box_link_filter {
	background: rgb(177, 36, 41);
	background: rgba(177, 36, 41, 0.8);
}
._betdaq .betting_class_link, ._betdaq .promo_box_title, .single_recommended. {
	background: rgb(117, 42, 130);
}
._betdaq .promo_box_link_filter {
	background: rgb(117, 42, 130);
	background: rgba(117, 42, 130, 0.8);
}

.promo-box-hd { float: left; width: 100%; text-align: left; background-position: 100% 50%; background-repeat: no-repeat; }

p.promo-code { color: #AAA; text-align: right; float: right; width: 120px; font-size: 12px; padding: 10px 0 0; margin: -30px 0 0; }

p.promo-link {
     float: left;
     padding: 10px 0px 0px;
     width: 285px; border-top:1px solid #DDD;
}

/* Latest Blog Storys */
.latest_blogs_container {
	width: 100%;
	background: url('/images/horses_bg.jpg') no-repeat #d4d4d4 center top;
}
.latest_blogs {
	text-align: center;
}
.latest_blogs .latest_blog_title {
	font-size: 30px;
	display: inline-block;
	padding: 30px 0;
	font-weight: 100;
}
.single_blogs_container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.single_blogs_container .single_blog {
	max-width: 360px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 30px;
	display: inline-block;
}
.single_blogs_container .single_blog a {
	color: white;
	text-decoration: none;
	font-family: "cuprumregular",sans-serif;
	font-size: 20px;
}
.single_blog .read_more_link a:after { content: "\e60c"; padding: 0; line-height: 34px; vertical-align: top; font-size: 14px; display: inline-block; margin-left: 10px; font-family: 'icomoon'; }

.single_blogs_container .single_blog .single_blog_title {
	padding: 10px;
	height: auto;
	line-height: 1.3em;
}
.single_blog:first-child {
	margin-left: 0;
}
.single_blogs_container .single_blog img {
	width: 100%;
	height: auto;
}
.single_blogs_container .single_blog .single_blog_image_container {
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.all_blogs_link {
	width: 100%;
	text-align: center;
	padding: 0 0 30px 0;
}
.all_blogs_link a {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	text-decoration: none;
}

/* MODULE CTA */ 

p.promo-link a { color: #FFF; text-decoration: none; text-transform: uppercase; border: 0; padding: 5px 8px; 
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; /* future proofing */
-khtml-border-radius: 8px; /* for old Konqueror browsers */
background: url(/images/gradients.png) repeat-x 0 0px;
}

p.promo-link a:hover { background: url(/images/gradients.png) repeat-x 0 -120px; }

.promo-detail {
     clear: both;
     float: left;
     width: 285px; 
     height: 220px !important;
}


/* PROMO + NEWS */
p.promo-link.news { width: auto; }
#promo-boxes .box ul.news-feed { padding: 0; margin: 0; }
#promo-boxes .box ul.news-feed li { list-style-type: none; padding: 5px 0 0; margin: 0; }
#promo-boxes .box ul.news-feed li span { display: block; }

#promo-boxes .box ul.news-feed a  { color: #244161; text-decoration: none; font-weight:bold;}

/* OFFERS SCROLL */

#offer-scroll { width: 250px; overflow: hidden; height: 200px;  margin: 0 auto; }
.offer-scroll-offer { height: 200px; }
.offer_scroll_image_container { padding: 15px 0 10px 0; }
.offer_scroll_image_container img {
	max-width: 130px;
	max-height: 40px;
	height: auto;
	vertical-align: middle;
}
.offer-scroll-offer h2 { font-size: 14px; font-weight: 600; padding: 0; margin-bottom: 15px; }
.offer-scroll-offer h2 a { color: #000000; font-size: 14px; line-height: 1.3em; font-family: 'Roboto', sans-serif; font-weight: 600; text-decoration: none; }
.offer-scroll-offer p { font-size: 11px; line-height: 1.3em; margin-bottom: 10px; }
.offer_scroll_link a { text-decoration: none; color: inherit; color: #ff6517; font-family: "cuprumregular",sans-serif; font-size: 20px; text-transform: uppercase; }
.offer_scroll_link a:after { content: "\e60c"; color: white; color: #ff6517; padding: 0; line-height: 23px; vertical-align: top; font-size: 15px; display: inline-block; margin-left: 10px; font-family: 'icomoon'; }

p#see-all-offers { border-top: 1px dotted #DDD; border-bottom: 1px dotted #DDD; text-align: center; margin: 10px 0 0; }
p#see-all-offers a { color: #900; }
p#see-all-offers a:hover { color: #C00; }




/* COMPETITIONS */
.competitions_container {
	background: #fea841; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTdlMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fea841 0%, #e57e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea841), color-stop(100%,#e57e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fea841 0%,#e57e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fea841 0%,#e57e03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fea841 0%,#e57e03 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fea841 0%,#e57e03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea841', endColorstr='#e57e03',GradientType=0 ); /* IE6-8 */
	margin-bottom: 30px;
}
.competitions_container a {
	font-family: "cuprumregular",sans-serif;
	font-size: 20px;
	text-decoration: none;
}
.competitions_container a:after { content: "\e60c"; padding: 0; line-height: 49px; vertical-align: top; font-size: 20px; display: inline-block; margin-left: 10px; font-family: 'icomoon';
}
.single_competition_container {
	width: 100%;
	font-size: 0;
	margin-bottom: 30px;
	padding-top: 0 !important;
	border-top: 0 !important;
}
.single_competition_image {
	width: 195px;
	height: 160px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.single_competition_image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.single_competition_info_container {
	width: 100%;
	max-width: 650px;
	height: 160px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.single_competition_info_container .competiton_link {
	text-align: right;
}
.single_competition_description {
	padding: 25px;
	text-align: left;
}

/* video container */
.video_container {
	padding: 20px 0;
}
.more_videos_link {
	padding: 0 0 25px 0;
}
.more_videos_link a:after {
	content: "\e60c"; padding: 0; line-height: 20px; vertical-align: top; font-size: 20px; display: inline-block; margin-left: 10px; font-family: 'icomoon';
}
.latest_video_container {
	margin-bottom: 30px;
}
.videos_container {
	font-size: 0;
}
.videos_container .single_video {
	display: inline-block;
	width: 260px;
	text-align: center;
	margin-right: 30px;
	vertical-align: top;
}
.videos_container .single_video .video_title {
	padding: 20px 0;
	font-size: 14px;
	margin: 0;
	text-align: center;
	font-weight: 400;
    color:#ff6517;
}
.video_title a {
	margin-left: 0 !important;
	color: white;
	font-size: 20px;
}
.video_title .see_all_videos_link {
	width: 100%;
	margin-left: 0 !important;
	margin-bottom: 30px;
}
.videos_container .single_video:nth-of-type(3n) {
	margin-right: 0px;
}

/* CONTENT */

.name { color: #244161; text-transform: uppercase; }
.name a { text-decoration: none;  }

.out { clear: both; float: left; width: 100%; text-align: center; border-bottom: 1px dotted #CCC; padding: 0 0 15px; margin: 0 0 40px; }
.out a { float: left; text-decoration: none; padding: 0 10px; }
.out a:nth-of-type(2) { float: right;clear:none; }


.out a:hover { }


hr { border-top: 1px dotted #CCC; height: 20px; margin: 19px 0 0; clear: both; float: left; width: 604px; }

.ad { text-align: center; padding: 10px 0; }
.ad img { max-width: 100%; height: auto; }


img.align-left,
.align-left, 
img.align-right,
.align-right { float: left; padding: 4px; margin: 10px 10px 10px 0; }
img.align-right,
.align-right { float: right; margin: 10px 0 10px 10px; }


/* NEWS BOX */

.sbnews { font-size: 0; }
.sbnews .left_news { width: 100%; max-width: 390px; display: inline-block; vertical-align: top; }
.sbnews .single_news_left { width: 100%; text-align: left; }
.sbnews .single_news_left .single_news_left_image { margin-bottom: 0px; }
.sbnews .single_news_left .single_news_left_title, .sbnews .single_news_left .single_news_left_title a {
	margin-bottom: 10px;
	font-size: 18px;
}
.sbnews .single_news_left .single_news_left_image img {
	max-width: 390px;
	max-height: 215px;
	width: auto;
	height: auto;
}
.sbnews .single_news_left .single_news_left_title {
	margin-bottom: 10px;
	font-size: 18px;
}
.sbnews .single_news_left .single_news_left_title a {
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
}
.sbnews .single_news_left .single_news_left_sub_title {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 300;
}
.sbnews .single_news_left .single_news_left_sub_title a {
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
}
.sbnews .single_news_left .filed_in {
	font-size: 12px;
	margin-bottom: 10px;
}
.sbnews .single_news_left .filed_in a {
	font-size: 12px;
	font-weight: 400;
}
.sbnews .right_news {
	width: 100%;
	max-width: 455px;
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
}
.sbnews .right_news ul {
	padding: 0px 0;
}
.sbnews .right_news ul li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: square;
	border-top: 1px dotted #DDD;
}
.sbnews .right_news ul li:first-child {
	padding-top: 0;
	border-top: 0px dotted #DDD;
}
.sbnews .right_news ul li .right_news_title {
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.sbnews .right_previews ul li .right_news_title {
	margin-bottom: ; 
}
.sbnews .right_news ul li .right_news_title a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
}
.sbnews .right_news ul li .right_news_sub_title {
	margin-bottom: 0px;
	text-align: left;
	font-size: 13px;
	font-weight: 300;
}
.sbnews .right_news ul li .right_news_sub_title a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

/* NEWS STORY */

.promo_detail {
	padding: 5px 10px 0px 10px;
}
.single_promo_story {
	border-top: 1px dotted #b2b2b2;
	padding-top: 5px;
}
.single_promo_story:first-child {
	border-top: 0px dotted #b2b2b2;
	padding-top: 0px;
}
.single_promo_story .single_promo_date {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}
.single_promo_story .single_promo_snippet {
	margin-bottom: 10px;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
}
.promo_story_more {
	text-align: right;
}
.single_promo_story .link_with_arrow {
	margin-bottom: 10px;
}
.single_promo_story .link_with_arrow:after {
	line-height: 19px;
}
.promo_link {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.promo_link a {
	width: 100%;
	color: white;
	margin: 0;
}

/* Category List */

.single_speciality_news {
	margin-bottom: 20px;
}
.single_speciality_news {
	margin-bottom: 20px;
	border-bottom: 1px solid #b2b2b2;
}
.single_speciality_news .post_image {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.single_speciality_news .post_image img {
	max-width: 150px;
	height: auto;
}
.single_speciality_news .post_content {
	display: inline-block;
	width: 79%;
	vertical-align: top;
	padding-bottom: 10px;
}
.single_speciality_news .post_content h2 {
	text-align: left;
}
.single_speciality_news h3, .single_speciality_news h3 a {
	font-weight: 400;
	color: black;
	text-decoration: none;
	font-size: inherit;
	text-align: left;
}
.back_to_news_link {
	text-align: left;
	width: 99%;
}
.back_to_news_link a {
	color: white;
	font-size: 20px;
}

/* Single news Article */

.single_news_image {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.single_news_image img {
}
.single_news_footer {
	width: 100%;
	font-size: 0;
	border-top: 10px solid #e67e05;
	padding-top: 25px;
	clear: both;
}
.single_news_footer .single_news_author {
	width: 50%;
	display: inline-block;
}
.single_news_footer .single_news_author p {
	width: 100%;
	margin-bottom: 5px;
}
.single_news_footer .single_news_author a {
	font-weight: 400;
	text-decoration: none;
}
.single_news_footer .single_news_author strong a {
	color:black;
}
.single_news_footer .single_news_all_authors_link {
	width: 49%;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.related_stories_list {
	padding: 0;
}
.related_stories_list li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.related_stories_list li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	color: blue;
}	

.other {
	padding-top: 25px; 
	border-top: 10px solid #e67e05;
}
.other .h5 { margin-bottom: 20px; }
.other ul { padding: 0; margin: 0; }
.other ul li { padding: 0; margin: 0; list-style: none; color: black; font-weight: 400; margin-bottom: 20px; }
.other ul li a { padding: 0; margin: 0; list-style: none;  font-weight: 400; text-decoration: none; }




/* DAILY BETTING OFFERS */

.betting_offers {
}
.expired_offers {
	padding-bottom: 30px;
}
.betting_offers h1 {
	font-size: 24px;
	text-align: center !important;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: "cuprumregular", sans-serif;
	text-align: center;
	line-height: 33px;
	height: 30px;
	vertical-align: middle;
	font-size: 20px;
	text-transform: uppercase;
	background: #fea841; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTdlMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea841 0%, #e57e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea841), color-stop(100%,#e57e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea841 0%,#e57e03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea841', endColorstr='#e57e03',GradientType=0 ); /* IE6-8 */
	color: #000000;
}
.betting_offers h1, .betting_offers h2 {
	font-size: 24px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}
.betting_offer_list {
	margin-bottom: 10px;
}
.node-offer { font-size: 0; padding: 10px 0 10px 0; border-top: 1px dotted #DDD; }
.node-offer:first-child { border-top: 0; }
.node-offer .offer_logo { display: inline-block; width: 100%; max-width: 120px; }
.node-offer .offer_info { display: inline-block; width: 100%; max-width: 725px; padding: 0 25px; text-align: left; vertical-align: top; }
.node-offer .offer_link { text-align: left; }
.node-offer .offer_link a { line-height: 40px; height: auto; }
.node-offer .offer_link .more_link:after { line-height: 39px; }
.node-offer .offer_info .offer_info_title, .node-offer .offer_info .offer_info_title a { font-size: 18px; font-weight: 400; margin-bottom: 15px; text-align: left;; text-decoration: none; }
.node-offer .offer_info p { margin-bottom: 15px; }
.node-offer:last-of-type {}
.node-offer img {width:100%}
.node-offer .bookie_logo img {width:auto;}


a.more-link { color: #900; text-decoration: none; font-size: 18px; }

.single_offer_page {
}
.single_offer_page ul {
	margin-bottom: 25px;
}
.single_offer_page .node-offer {
	padding-top: 0;
}
.single_offer_page .bookie_logo {
	text-align: center;
	padding-bottom: 20px;
	width: 35%;
	display: inline-block;
}
.bookie_logo_container {
	padding: 5px;
}
.bookie_logo_container img {
	max-width: 130px;
	max-height: 40px;
	height: auto;
	vertical-align: middle;
}
.single_offer_page h1 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 25px;
}
.single_offer_page .bookie_title {
	text-align: left;
	width: 65%;
	display: inline-block;
	vertical-align: top;
}
.single_offer_page .bookie_title h1 {
	text-align: left;
}
.single_offer_page p {
	text-align: left;
}
.is_sports_title {
	display: none;
}
.not_sports_title {
}
.article_container h1 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 400;
	font-family: "cuprumregular", sans-serif;
	text-align: center;
	line-height: 33px;
	height: 30px;
	vertical-align: middle;
	color: #000000;
	text-transform: uppercase;
	background: #fea841; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYTg0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTdlMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fea841 0%, #e57e03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea841), color-stop(100%,#e57e03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fea841 0%,#e57e03 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fea841 0%,#e57e03 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea841', endColorstr='#e57e03',GradientType=0 ); /* IE6-8 */
}
.article_container .is_sports_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.article_container .not_sports_title {
	display: none;
}
.sportsgnews {
}
.sportsgnews .is_sports_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.sportsgnews .not_sports_title {
	display: none;
}
.link_with_arrow {
	display: inline-block;
	text-decoration: none;
	margin-left: 30px;
}
.link_with_arrow:after {
	content: "\e60c"; padding: 0; line-height: 36px; vertical-align: top; font-size: 20px; display: inline-block; margin-left: 10px; font-family: 'icomoon';
}
.link_with_arrow.gradient, .single_home_blog_link .link_with_arrow{
	padding:0 25px;
}

.back_to_news_link .gradient,.back_to_offers_link.gradient{
    background:none;
    padding:0px;
    color:#ff6517 !important;
}
.back_to_news_link .link_with_arrow{
	margin:0;
}
.back_to_news_link .link_with_arrow:after{
	content: "";
	margin-left: 0px;
}
.back_to_news_link .link_with_arrow:before{
	font-family: 'icomoon';
	content: "\e60d";
	margin-right: 10px;
	padding: 0; 
	line-height: 35px; 
	vertical-align: top; 
	font-size: 20px; 
	display: inline-block; 
}

.back_to_offers_link.link_with_arrow:after{
	content: "";
	margin-left: 0px;
}
.back_to_offers_link.link_with_arrow:before{
	font-family: 'icomoon';
	content: "\e60d";
	margin-right: 10px;
	padding: 0; 
	line-height: 49px; 
	vertical-align: top; 
	font-size: 20px; 
	display: inline-block; 
}


.single_offer_link {
	text-align: right;
}
.single_offer_link .back_to_offers {
}
.single_offer_link .forward_to_offer {
}
.back_to_offers_link {
	float: left;
	margin: 0;
}
/* Authors */
.single_author {
	padding-bottom: 20px;
}
.single_author h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}
.single_author p {
	margin-bottom: 20px;
}
.single_author a {
	text-decoration: none;
	color: black;
	font-weight: 400;
}

/* Subscription box */

.emailalerts_form_container {
	padding: 20px 35px;
}
.email_input_container label {
	padding-right: 10px;
}
.email_input_container input[type="email"], .email_input_container input[type="text"] {
	height: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 720px;
	border: 0;
	padding: 0px 1%;
}
.subscription_input_container {
	width: 100%;
	max-width: 380px;
	text-align: left;
}
.single_subscription_checkbox_container {
	width: 120px;
	text-align: left;
	display: inline-block;
	padding: 15px 0;
	vertical-align: top;
}
.single_subscription_checkbox_container label {
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size:12px;
}
.single_subscription_checkbox_container .checkbox_container {
	background: white;
	border: 0px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.single_subscription_checkbox_container .checkbox_container input[type="checkbox"]:checked {
	background: #184f7f;
}
.single_subscription_checkbox_container input[type="checkbox"],input[type="checkbox"]{
	background: white;
	border: 0px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
	left: -2px;
	top: -2px;
}
.subscription_check_buttons_container {
	text-align: right;
}
.single_email_alert_button {
	display: inline-block;
	margin-left: 20px;
}
.check_all_button button {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.uncheck_all_button button {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
}
.select_input_container {
	text-align: right;
	display: inline-block;
	width: 100%;
}
.select_input_container button {
	border: 0;
	display: inline-block;
	vertical-align: top;
}

/* BIG RED LINK (is now blue and bigger) */

.bigclaimlink {
	margin-top: 10px;
	width: 100%;
	font-family: "cuprumregular", sans-serif;
	text-align: center;
	background: black; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	color: white;
	clear: both;
}
.bigclaimlink a {
	width: 100%;
	font-family: "cuprumregular", sans-serif;
	text-align: center;
	line-height: 50px;
	height: 50px;
	vertical-align: middle;
	color: #ff6517;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.bigclaimlink a:after {
	content: "\e60c";
	color: #ff6517;
	padding: 0;
	line-height: 49px;
	vertical-align: top;
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
	font-family: 'icomoon';
}

/* BLOG */

.home_blog_list_container {
	font-size: 0;
}
.single_home_blog {
	width: 100%;
	max-width: 410px;
	display: inline-block;
	vertical-align: top;
}
.single_home_blog .blog_home_title {
	height: auto;
	line-height: 1.3em;
	padding: 10px;
}
.single_home_blog .blog_home_title a {
	line-height: 1.3em;
}
.single_home_blog_image {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.single_home_blog_image img {
	text-align: center;
	float: none !important;
}
.logo_filler {
	width: 100%;
	height: 260px;
	line-height: 260px;
	text-align: center;
}
.logo_filler img {
	width: 100%;
	max-width: 90%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.single_home_blog:nth-of-type(2n) {
	margin-left: 25px;
}
.single_home_blog_content {
	padding: 20px 30px;
	text-align: left;
	height: 210px;
	position: relative;
}
.single_home_blog_content .mr_social_sharing_wrapper {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.single_home_blog_link {
	position: relative;
	text-align: right !important;
}
.single_home_blog_link .link_with_arrow {
	text-align: right !important;
}
.home_comments_count {
	position: absolute;
	left: 20px;
	font-family: 'Roboto', sans-serif;
	color: #ef5411 !important;
}
.home_comments_count a {
	color: #ef5411 !important;
}
.blog h1 a, .blog h2 a, .blog h3 a   { color: black; font-size: inherit; font-weight: 400; }
.blog .date { color: black; font-size: 13px; font-weight: 400; }
.single_blog_content {
}
.single_blog_content img {
	height: auto;
}
.single_blog_content .mr_social_sharing_wrapper {
	background: #184f7f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4NGY3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDJlNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #184f7f 0%, #0d2e4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184f7f), color-stop(100%,#0d2e4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #184f7f 0%,#0d2e4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #184f7f 0%,#0d2e4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184f7f', endColorstr='#0d2e4b',GradientType=0 ); /* IE6-8 */
	width: 100%;
	padding: 15px 20px;
	vertical-align: middle;
	margin-bottom: 30px;
}
.mr_social_sharing_wrapper {
}
.single_blog_meta {
	text-align: left !important;
	position: relative;
	text-transform: none;
}
.single_blog_meta .date {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 34px;
	height: 50px;
	vertical-align: middle;
	color: white;
}
.single_blog_meta p, .single_blog_meta .date {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	color: #ef5411 !important;
}
.single_blog_meta .single_blog_posted_in {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 580px;
	padding: 0 20px;
	text-align: left;
}
.single_blog_meta .single_blog_posted_in a:first-child span {
	display: none;
}
.single_comments_counter {
	font-weight: 400;
	color: #ef5411 !important;
}
.comments_container {
	margin-top: 30px;
	padding:10px;
}
.comments_inner_container {
	padding: 20px 35px;
}
.comments_inner_container p {
	display: inline-block;
}
.comments_inner_container a {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}
.comments_submit {
	width: 100%;
	text-align: right;
}
.comments_submit button {
	line-height: 50px;
	height: 50px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;
	background: transparent;
	color: #ff6517;
	font-family: "cuprumregular", sans-serif;
	font-size: 20px;
	cursor: pointer;
}
.comments_submit button:after {
	content: "\e60c"; padding: 0; line-height: 49px; vertical-align: top; font-size: 20px; display: inline-block; margin-left: 10px; font-family: 'icomoon';
}
button{
	cursor: pointer;   
}

.blog { position: relative; }
.blog iframe { }
.blog img { float: right; }

.gradient-hd a, 
h1 a { color: #FFF; text-decoration: none; }

#commentform { }
#commentform input, #commentform textarea { border: 0; }
#commentform input { padding: 0 2.5%; }
#commentform textarea { padding: 2.5%; width: 100%; max-width: 690px; overflow: auto; resize: none; }
.comment_input_container label {
	vertical-align: top;
	padding-right: 10px;
}

ol.commentlist { padding: 0; margin: 0; }
ol.commentlist li { background: white; list-style: none; padding: 0; margin: 0; padding: 20px; margin-bottom: 30px; text-align: left; }
ol.commentlist li:after {
	content: "";
	display: table;
	clear: both;
}
.vcard { display: inline-block; vertical-align: top; width: 100%; border-bottom: 1px solid; padding-bottom: 20px; margin-bottom: 20px; }
.vcard img { }
.fn {
	width: 100%;
	display: inline-block;
}
.says { display: none; }
.comment-body {
	font-size: 0;
}
.comment-meta { display: inline-block; width: 100%; vertical-align: top; }
.reply {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	display: inline-blockl;
	clear: both;
	color: #ff6517 !important;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	background: #000000;
}
.reply a {
	color: #ff6517;
}
.comments_inner_container input {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
#author {
	width: 100%;
	max-width: 300px;
}
#email {
	width: 100%;
	max-width: 300px;
}
#url {
	width: 100%;
	max-width: 690px;
}
.comments_name_email {
	font-size: 0;
	margin-bottom: 30px;
}
.comments_name_email label {
	padding-right: 20px;
}
.comments_name {
	display: inline-block;
	width: 50%;
	text-align: right;
}
.comments_email {
	display: inline-block;
	width: 50%;
	text-align: right;
}
.comments_website {
	width: 100%;
	margin-bottom: 30px;
	text-align: right;
}
.comments_website label {
	padding-right: 20px;
	float: left;
}

.clear { clear: both; }

/*Added by AGS to get some things to work*/

/* Offer page : "About £20 Free Bets" text was in this format <div class="name">About &pound;20 Free Bets</div>*/
#legacy-offer {
	clear: both;
}
#legacy-offer h2
{ color: #244161; text-transform: uppercase; }

.redbox .h2 { height: 40px; text-align: center; padding: 0 10px; margin: 0px -10px 10px -10px; color: #FFF; border-bottom: 3px solid #EEE; background: url(/images/gradients.png) repeat-x 0 0;}

.grid {}
.grid p { text-align: center; }
.grid table.premleague { width: 100%; }
.grid table.premleague tr td:first-child { width: 120px; text-align: left; }
.grid table.premleague tr td { border: 1px solid #DDD; padding: 5px; text-align: center; }




/* Zoom stuff */
.zoom p { position:absolute; top:3px; right:28px; color:#555; }

.zoomIcon { 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(https://www.freebets.org.uk/images/icon.png);
}

/* these styles are for the demo, and are not required for the plugin */
.zoom {
	display:inline-block;
	position:relative;
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

.ad img { border: 0; }

.charity-table { width: 100%; margin-bottom: 30px; }
.charity-table thead tr td { color:#ffffff; background-color:#000000; }
.charity-table tr td:first-child { text-align: left; }
.charity-table tr td { border: 1px solid #DDD; padding: 5px; text-align: center; }

.comment-body p {clear:both;}

.rating {
	font-weight: 400;
	line-height: 30px;
	vertical-align: middle;
	padding-right: 10px;
}
#stars-wrap { width: 150px; margin-bottom:40px;}
#stars-wrap span { width: 150px; height: 50px; float: left; text-indent: -9999px; overflow: hidden; display: block; background: url(/images/stars.png) no-repeat 0 0;}
#stars-wrap span[itemprop=bestRating] { position: relative; margin: 0 0 0 -150px; }
#stars-wrap span[itemprop=ratingValue] { position: relative; z-index: 2000; }

#stars-wrap span[itemprop=bestRating].rating_5		{ background-position: -45px -5px; }

#stars-wrap span[itemprop=ratingValue].rating_0_5	{ background-position: -45px -45px; }
#stars-wrap span[itemprop=ratingValue].rating_1		{ background-position: -45px -85px; }
#stars-wrap span[itemprop=ratingValue].rating_1_5	{ background-position: -45px -125px; }
#stars-wrap span[itemprop=ratingValue].rating_2		{ background-position: -45px -165px; }
#stars-wrap span[itemprop=ratingValue].rating_2_5	{ background-position: -45px -205px; }
#stars-wrap span[itemprop=ratingValue].rating_3		{ background-position: -45px -245px; }
#stars-wrap span[itemprop=ratingValue].rating_3_5	{ background-position: -45px -285px; }
#stars-wrap span[itemprop=ratingValue].rating_4		{ background-position: -45px -325px; }
#stars-wrap span[itemprop=ratingValue].rating_4_5	{ background-position: -45px -365px; }
#stars-wrap span[itemprop=ratingValue].rating_5		{ background-position: -45px -405px; }

.video {clear:both;}

/*
Added by AGS - 09/10/2013 to amend the links on the Betting Offers page
https://www.freebets.org.uk/betting-offers/
*/
.more_link {
	display: inline-block;
	padding: 0 30px;
	color: white;
	text-decoration: none;
}

.more_link:after {
	content: "\e60c"; color: white; color: white; padding: 0; line-height: 49px; vertical-align: top; font-size: 20px; display: inline-block; margin-left: 10px; font-family: 'icomoon';
}

p.more-link a {
    float: left; 
    text-decoration: none; 
    margin: 0 2px;  
    padding: 5px 8px;
    margin: 0;
    font-size: 18px;
}

p.offer-outlink a 
{
    display: block; text-align: center; 
    padding: 8px; color: #FFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* future proofing */
    -khtml-border-radius: 8px; /* for old Konqueror browsers */
    text-decoration: none; 
    background: url(/images/gradients.png) repeat-x 0 0px; 
}

div.sphider-home
{
}

input[type="submit"].sphider-home  
{ 
	text-decoration: none;
}
.recommended_bookies_container a:nth-child(3n+0){
	margin-right: 0;
}

/* Responsive Stylesheets */
@media all and (max-width: 1140px) {
	img {
		max-width: 100%;
	}
/* header */
	.header_inner {
		text-align: center;
	}
	.logo a {
		padding: 0;
	}
/* footer */
	.footer_top {
		text-align: center;
	}
	.footer_top .footer_left {
		padding: 0;
		text-align: center;
	}
	.footer_top .footer_right {
		padding: 0;
		text-align: center;
	}
	#main {
		text-align: center;
	}
	.right_column {
		padding-left: 0;
	}
	.right_column .daily_betting_offers {
		max-width: none;
	}
	* {
		font-size: 13px;
	}
	p {
		font-size: 13px;
	}
	.app_first_table td {
		min-width: 0;
		width: 50%;
		text-align: center;
	}
	.app_second_table img {
		padding: 0 2.5%;
	}
	.app_third_table img {
		padding: 0 2.5%;
	}
	.app_second_table td {
		width: 50%;
		text-align: center;
	}
	.app_third_table td {
		width: 50%;
		text-align: center;
	}
	.app_second_table td h2 {
		text-align: center;
	}
	.app_third_table td h2 {
		text-align: center;
	}
	.single_speciality_news h3, .single_speciality_news h3 a {
		text-align: center;
	}
	.back_to_news_link {
		text-align: center;
		margin-bottom: 30px;
	}
	.back_to_news_link .link_with_arrow {
		margin-left: 0;
	}
	.single_news_footer .single_news_author {
		width: 100%;
		text-align: center;
	}
	.single_news_footer .single_news_all_authors_link {
		width: 100%;
		text-align: center;
	}
	.single_news_footer .single_news_all_authors_link .link_with_arrow {
		margin: 20px 0;
	}
	.single_author h2 {
		text-align: center;
	}
	.single_offer_link {
		text-align: center;
	}
	.single_offer_link a {
		margin-bottom: 30px;
	}
	.single_speciality_news .post_content h2 {
		text-align: center;
	}
}
@media all and (max-width: 850px) {
	p {
		padding: 0 2.5%;
	}
	#promo-boxes .box {
		margin-left: 10px !important;
		margin-right: 10px;
	}
	.node-offer {
		text-align: center;
	}
	.node-offer .offer_info {
		text-align: center;
	}
	.node-offer .offer_info h2 {
		text-align: center;
	}
	.node-offer .offer_link {
		text-align: center;
	}
	.latest-news .latest_news_content .latest_news_content_inner {
		padding: 15px 30px;
	}
	.single_blogs_container .single_blog {
		margin-left: 0;
		padding: 0 10px 30px;
	}
	.sbnews .right_news {
		padding: 0;
	}
	.sbnews .right_news ul li h2 {
		text-align: center;
	}
	.sbnews .right_news ul li h3 {
		text-align: center;
	}
	.email_input_container label {
		margin-bottom: 20px;
		display: inline-block;
	}
	.videos_container .single_video:nth-of-type(3n) {
		margin-right: 10px;
	}
	.videos_container .single_video {
		margin: 10px;
	}
	.title_header {
		height: auto;
	}
	.bigclaimlink a {
		height: auto;
	}
	.single_home_blog:nth-of-type(2n) {
		margin: 10px;
	}
	.single_home_blog {
		margin: 10px;
	}
	.single_blog_meta .single_blog_posted_in {
		width: 100%;
		text-align: center;
		max-width: none;
	}
	.single_blog_meta .date {
		position: relative;
		width: 100%;
		text-align: center;
		right: 0;
	}
	#commentform label {
		text-align: center;
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}
	.comments_name {
		text-align: center;
	}
	.comments_email {
		text-align: center;
	}
	.comments_website {
		text-align: center;
	}
	.comments_name {
		width: 100%;
		margin-bottom: 20px;
	}
	.comments_name input {
		width: 100%;
	}
	.comments_email {
		width: 100%;
		margin-bottom: 20px;
	}
	.comments_email input {
		width: 100%;
		max-width: none;
	}
	.comments_website {
		width: 100%;
		max-width: none;
	}
	#author {
		max-width: none;
	}
	#url {
		max-width: none;
	}
	#email {
		max-width: none;
	}
	#commentform textarea {
		max-width: none;
	}
	.recommended_bookies_container a:nth-child(3n) {
		margin-right: 10px;
	}
	.recommended_bookies_container a:nth-child(2n+0) {
		margin-right: 0;
	}
	.node-offer .offer_link {
		padding: 0;
	}
	.latest-news .latest_news_content {
		height: auto;
	}
	.inner_two_columns .home_offers {
		padding-left: 0;
		text-align: center;
	}
	.daily_betting_offers {
		display: inline-block;
	}
	.single_speciality_news .post_image {
		width: 100%;
		padding-bottom: 20px;
	}
	.single_speciality_news .post_content {
		width: 100%;
	}
}
@media all and (max-width: 610px) {
	.logo a {
		padding: 0 2.5%;
	}
	.mobile_menu {
		display: block;
		cursor: pointer;
	}
	.top_navigation {
		width: 100%;
		max-width: none;
	}
	.top_navigation ul {
		width: 100%;
		display: none;
	}
	.top_navigation li {
		width: 100%;
	}
	nav ul li {
		margin: 0;
	}
	nav ul li:before {
		display: none;
	}
	nav ul li .active:after {
		display: none;
	}
	.top_navigation ul li:nth-of-type(1n) {
		background: #b2b2b2;
	}
	.top_navigation ul li:nth-of-type(2n) {
		background: #d8d8d8;
	}
	.top_navigation ul li:nth-of-type(3n) {
		background: #c9c9c9;
	}
	.footer_search {
		width: 100%;
	}
	.footer_search .search_form {
		width: 100%;
		padding: 0 5%;
	}
	.footer_search .search_form_container {
		width: 100%;
	}
	.footer_search input[type="text"] {
		width: 100%;
	}
	.inner_footer_right {
		width: 100%;
		padding: 0 2.5%;
	}
	.gamcare {
		padding: 5% 0;
	}
	.gambleaware {
		padding: 5% 0;
	}
	.footer_nav li {
		line-height: 50px;
		height: 50px;
		vertical-align: middle;
		width: 100%;
	}
	.footer_nav li:before {
		display: none;
	}
	.single_offer_link a {
		margin-left: 0;
		margin-bottom: 30px;
	}
}
@media all and (max-width: 560px) {
	.top-recommended a {
		margin-right: 0;
	}
	.full_width_bar {
	}
	.get_involved .register_link {
		padding: 0;
		width: 100%;
	}
	.get_involved .search_form .search_site_label {
		padding-left: 0;
	}
	.get_involved .search_form {
		width: 100%;
	}
	.emailalerts_form_container {
		text-align: center;
	}
	.subscription_input_container {
		text-align: center;
		margin: 0 auto;
	}
	.subscription_check_buttons_container {
		text-align: center;
	}
	.single_email_alert_button {
		margin: 0;
	}
	.single_email_alert_button .link_with_arrow {
		margin: 10px;
		text-align: center;
	}
	.left_column h3.alert_form_title {
		margin-bottom: 0;
	}
	.recommended_bookies_container a:nth-child(3n) {
		margin-right: 0px;
	}
}
@media all and (max-width: 560px) {
	#promo-boxes .box {
		margin: 10px 0 !important;
	}
	.single_home_blog:nth-of-type(2n) {
		margin: 10px 0;
	}
	.single_home_blog {
		margin: 10px 0;
	}
	.single_home_blog_link .link_with_arrow {
		font-size: 17px;
	}
	.get_involved {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.get_involved .single_social_link {
		margin-left: 10px;
	}
	.get_involved .get_involved_title { line-height: 30px; height: 30px; }
	.get_involved .social_likes { line-height: 30px; height: 30px; }
	.get_involved .register_link a { line-height: 30px; height: 30px; }
	.get_involved .search_form .search_site_label { line-height: 30px; height: 30px; }
}

@media all and (max-width: 320px) {
	.get_involved .search_form .search_site_label {
		padding: 0 20px;
	}
}

/* Fix for wordpress linksaplha plugin putting blank space at bottom of page in wordpress */
#linksalpha_info_loader {
	position: absolute;
	left: -9999px;
}
.fpd_blog_container h1 {
}
.clearfix p {
	content: "";
	display: table;
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.news_image img
{
	display:block;
	clear:none;
	overflow:hidden;
	max-width: 845px;
	padding-bottom: 20px;
}

.news_image_caption{
	display:block;
	line-height:30px;
}


.blog_nav{ 
	width:100%; 
	margin-bottom:75px;
}

.blog_nav .blog_nav_item{
	background: none repeat scroll 0% 0% #000;
	width:48.5%;
}

.blog_nav .blog_nav_item a{
	font-family: "cuprumregular",sans-serif;
	line-height: 50px;
	height: 50px;
	color: #EF5411 !important;
	text-transform:uppercase;
	font-size:20px;
	padding: 0 20px 0 20px;
}

.blog_nav .blog_nav_item.left{
	float:left; 
	text-align:left;
}

.blog_nav .blog_nav_item.right{
	float:right; 
	text-align:right;
}

@media only screen and (max-width : 850px) {
	/* Styles */
	.blog_nav {
		width: 100%;
		max-width: 410px;
		display: inline-block;
		vertical-align: top;
	}
}

@media only screen and (max-width : 560px) {
	/* Styles */
	.blog_nav .blog_nav_item a{
		font-size:16px;
	}
}

a{color: #ff6517;}
.blog_nav .blog_nav_item{background:none;}


.unbounce p,.unbounce{text-align:left;}
.unbounce_buttons{padding:0px 0px 10px 10px;}
.unbounce_download{text-align:center;}
.unbounce_getitnow{margin:auto;width:241px;}
.unbounce_tick {background:url('/images/unbounce/unbounce_tick.png') no-repeat;padding:0px 0px 10px 45px;}
.unbounce .image-right{max-width:300px;float:right;}
.unbounce .image-left{max-width:300px;float:left;}
@media handheld, only screen and (max-width: 767px){
	.unbounce .image-right{max-width:300px;margin: auto;float:none;}
	.unbounce .image-left{max-width:300px;margin: auto;float:none;}
}


.grey_gradient{
    background:black;
    color:#ff6517 !important;
}
.grey_gradient a{
    color:#ff6517 !important;
}
.grey_gradient:hover{
    background:#ff6517;
    color:white !important;
}
.grey_gradient:hover a,.grey_gradient a:hover{
    color:white !important;
}



.grey_gradient_black{
    background:black;
    color:#ff6517 !important;
}
.grey_gradient_black a{
    color:#ff6517 !important;
}
.grey_gradient_black:hover{
    background:#ff6517;
    color:white !important;
}
.grey_gradient_black:hover a,.grey_gradient_black a:hover{
    color:white !important;
}



.grey_gradient_orange{
    background:#ef5411;
    color:white !important;
}
.grey_gradient_orange a{
    color:white !important;
}
.grey_gradient_orange:hover{
    background:black;
    color:white !important;
}
.grey_gradient_orange:hover a,.grey_gradient_orange a:hover{
    color:white !important;
}



.grey_gradient_blue{
    background:#184e7e;
    color:white !important;
}
.grey_gradient_blue a{
    color:white !important;
}
.grey_gradient_blue:hover{
    background:#ef5411;
    color:white !important;
}
.grey_gradient_blue:hover a,.grey_gradient_blue a:hover{
    color:white !important;
}


.grey_gradient_green{
    background:#12a858;
    color:white !important;
}
.grey_gradient_green a{
    color:white !important;
}
.grey_gradient_green:hover{
    background:#184e7e;
    color:white !important;
}
.grey_gradient_green:hover a,.grey_gradient_green a:hover{
    color:white !important;
}


.grey_gradient_red{
    background:#ca1f2c;
    color:white !important;
}
.grey_gradient_red a{
    color:white !important;
}
.grey_gradient_red:hover{
    background:#184e7e;
    color:white !important;
}
.grey_gradient_red:hover a,.grey_gradient_red a:hover{
    color:white !important;
}

  .special-warning {
    font-size: 16px;
    color:red;
    width: 100%;
    text-align: center;
    margin:20px auto;
    display: block;

  }



  .preview_left {

  	float:left;
  	width:68%;
  }

  .preview_stats {
  	float:right;
  	width:30%;
  	border-left:1px solid #666;
  	padding-left:20px;
  	margin-bottom: 25px;	

  }

     .preview_left .preview_title, .preview_stats .preview_title {
  		font-size: 24px;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 0px;
	font-weight: 400;
	clear: both;
  }

  .latest_previews {

  	font-size: 14px;	
  	padding:0;
  	width: 245px;
  	text-align: left;

  }

  .latest_previews li {
  	list-style-type: square;
  }

  .latest_previews a {

  	font-size: 12.4px;
  }

  .subtitle {

  	font-size:24px;
  	margin-bottom: 20px;
  }
