@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow");/* =Header Menu (Primary)
-------------------------------------------------------------- */

/* line 5, ../sass/partials/_nav.scss */

a {
	color: #fff;
}

/* line 9, ../sass/partials/_nav.scss */

#nav-container {
	background: transparent;
	position: relative;
}

/* line 24, ../sass/partials/_nav.scss */

#nav-container .active-parent > a {
	color: #fff !important;
}

/* line 27, ../sass/partials/_nav.scss */

#nav-container .menu {
	clear: both;
	margin: 0 auto;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* line 41, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #FFF;
	font-size: 12px;
	font-weight: 100;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	font-family: 'Open Sans',sans-serif;
	text-transform: none;
	line-height: 32px;
}

/* line 74, ../sass/partials/_nav.scss */

#nav-container .current-menu-ancestor a {
	opacity: 1 !important;
}

/* line 77, ../sass/partials/_nav.scss */

#nav-container .menu a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #FFF;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 23px;
	font-weight: 100;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0px;
	border: 0;
	opacity: .4;
	position: relative;
	font-weight: 100;
	text-decoration: none;
}

/* line 91, ../sass/partials/_nav.scss */

#nav-container .menu a:hover {
	background: transparent;
	opacity: 1;
	color: #f5a700;
}

/* line 127, ../sass/partials/_nav.scss */

#nav-container .home #nav-container .main-nav li a:hover,
#nav-container .home #nav-container .main-nav .current_page_item a,
#nav-container .home #menu-panel .top-nav li a:hover,
#nav-container .news-title span,
#nav-container .page-title span,
#nav-container .page-title {
	color: #fff;
}

/* line 130, ../sass/partials/_nav.scss */

#nav-container .home #nav-container .main-nav li a:hover {
	color: #fff !important;
}

/* line 135, ../sass/partials/_nav.scss */

#nav-container .menu ul a:hover {
	color: #f5a700;
	background: transparent;
	opacity: 1;
}

/* line 150, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	position: relative;
}

/* line 172, ../sass/partials/_nav.scss */

#nav-container .menu > li:before {
	right: 0;
	border-right: 1px solid #ccc;
}

/* line 176, ../sass/partials/_nav.scss */

#nav-container .menu > li:after {
	left: 0;
	border-left: 1px solid #fff;
}

/* line 180, ../sass/partials/_nav.scss */

#nav-container .menu > li:first-child:after {
	display: none;
}

/* line 183, ../sass/partials/_nav.scss */

#nav-container .menu > li:last-child:before {
	display: none;
}

/* line 188, ../sass/partials/_nav.scss */

#nav-container .menu li:hover {
	white-space: normal;
	z-index: 10000;
}

/* line 197, ../sass/partials/_nav.scss */

#nav-container .menu li .sub-menu li a:hover {
	border-bottom: none;
}

/* line 206, ../sass/partials/_nav.scss */

#nav-container .menu li.current-menu-item .sub-menu li a {
	border-bottom: none;
}

/* line 212, ../sass/partials/_nav.scss */

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* line 226, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu {
	background: #333;
}

/* line 230, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu li.menu-item-has-children:after {
	content: "\f054";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	right: 12px;
	top: 7px;
	position: absolute;
	color: #f5a700;
}

/* line 272, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu ul.sub-menu {
	margin-top: -1px;
	margin-left: 0px;
}

/* line 276, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu ul.sub-menu:after {
	display: none;
}

/* line 283, ../sass/partials/_nav.scss */

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

/* line 294, ../sass/partials/_nav.scss */

.menu li li {
	float: none;
}

/* line 298, ../sass/partials/_nav.scss */

.menu ul {
	left: 0;
	position: absolute;
	display: none;
	z-index: 10;
	background: #FFF;
}

/* line 307, ../sass/partials/_nav.scss */

.menu li:hover > ul {
	top: 100%;
	display: block;
}

/* line 312, ../sass/partials/_nav.scss */

.menu li li:hover > ul {
	left: 100%;
	top: 1px;
}

/* line 317, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}

/* line 337, ../sass/partials/_nav.scss */

.menu,
.menu ul {
	min-height: 0;
}

/* line 342, ../sass/partials/_nav.scss */

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

/* line 348, ../sass/partials/_nav.scss */

.menu ul li a,
.menu li li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* line 351, ../sass/partials/_nav.scss */

.menu ul li a:hover,
.menu li li a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	background: #007de9;
}

/* line 359, ../sass/partials/_nav.scss */

.menu ul {
	margin-top: 1px;
	min-width: 20em;
	width: auto;
}

/* line 369, ../sass/partials/_nav.scss */

.menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

/* line 376, ../sass/partials/_nav.scss */

.menu li li {
	background-image: none;
	-webkit-filter: none;
	filter: none;
	width: auto;
	background: #333;
}

/* line 406, ../sass/partials/_nav.scss */

.menu li li a:hover {
	background-image: none;
	border: none;
	-webkit-filter: none;
	filter: none;
}

/* line 413, ../sass/partials/_nav.scss */

.menu li li:hover {
	-webkit-filter: none;
	filter: none;
}

/* line 418, ../sass/partials/_nav.scss */

.menu ul > li + li {
	border-top: 0;
}

/* line 423, ../sass/partials/_nav.scss */

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

/* line 428, ../sass/partials/_nav.scss */

.menu > li:first-child > a {
	border-left: none;
}

/* line 431, ../sass/partials/_nav.scss */

.menu > li:last-child > a {
	border-left: none;
}

/*.js .main-nav .menu {*/

/*display: block;*/

/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */

/* line 451, ../sass/partials/_nav.scss */

.ie7 .menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

/* line 455, ../sass/partials/_nav.scss */

.ie7 .menu li li a {
	min-width: 100%;
}

/* line 653, ../sass/partials/_nav.scss */

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

/* line 658, ../sass/partials/_nav.scss */

.nav > li {
	position: relative;
	display: block;
	float: left;
}

/* line 663, ../sass/partials/_nav.scss */

.nav > li > a {
	position: relative;
	display: block;
	padding: 3px 6px;
	background: #aaa;
	color: #fff;
}

/* line 670, ../sass/partials/_nav.scss */

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #00549c;
}

/* line 675, ../sass/partials/_nav.scss */

.nav > li.disabled > a {
	color: #777777;
}

/* line 678, ../sass/partials/_nav.scss */

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

/* line 685, ../sass/partials/_nav.scss */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}

/* line 691, ../sass/partials/_nav.scss */

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

/* line 698, ../sass/partials/_nav.scss */

.nav-pills > li {
	float: left;
}

/* line 701, ../sass/partials/_nav.scss */

.nav-pills > li > a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 704, ../sass/partials/_nav.scss */

.nav-pills > li > a .triangle {
	margin-top: 5px;
}

/* line 708, ../sass/partials/_nav.scss */

.nav-pills > li + li {
	margin-left: 2px;
}

/* line 711, ../sass/partials/_nav.scss */

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #00549c;
}

/* line 717, ../sass/partials/_nav.scss */

.tab-content > .tab-pane {
	display: none;
}

/* line 720, ../sass/partials/_nav.scss */

.tab-content > .active {
	display: block;
}

/* line 723, ../sass/partials/_nav.scss */

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

/* line 728, ../sass/partials/_nav.scss */

.nav:after {
	clear: both;
}

/* line 733, ../sass/partials/_nav.scss */

.sb-search-open .sb-icon-search:before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
}

/* line 741, ../sass/partials/_nav.scss */

.main-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* line 746, ../sass/partials/_nav.scss */

/*#wprmenu_menu ul li a {
	font-weight: 100;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-size: 18px;
}*/

/* line 754, ../sass/partials/_nav.scss */

/*.wpr_search .wpr-search-field {
	color: #000 !important;
	font-family: "Open Sans", Arial, sans-serif !important;
}*/

/* line 759, ../sass/partials/_nav.scss */

/*#wprmenu_menu.left,
#wprmenu_menu.right {
	top: 70px;
	position: fixed;
	z-index: 99999;
}
*/
/* line 769, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	border-left: none !important;
	text-transform: uppercase;
}*/

/* line 773, ../sass/partials/_nav.scss */

/*.wpr_search .wpr-search-field {
	background: #FFF;
	border-color: #FFF;
	outline: none;
	height: 50px;
	padding-left: 10px !important;
}*/

/* line 781, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels ul li {
	border-top: none !important;
}*/

/* line 784, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	margin-left: 0;
}*/

/* line 787, ../sass/partials/_nav.scss */

/*#wprmenu_menu .wprmenu_icon_par {
	padding: 14px;
	left: 88%;
	right: 0;
}
*/
/* line 788, ../sass/partials/_nav.scss */

/*#wprmenu_bar .wprmenu_icon {
	top: 14px;
}
*/
/* line 791, ../sass/partials/_nav.scss */

/*#wprmenu_bar .bar_logo {
	height: 100%;
}*/

/* line 797, ../sass/partials/_nav.scss */

/*#wprmenu_bar,
#wprmenu_bar *,
#wprmenu_menu {
	height: 50px;
	color: #fff;
	z-index: 9999;
}*/

/* line 803, ../sass/partials/_nav.scss */

/*#wprmenu_menu ul.sub-menu a {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 15px;
}*/

/* line 810, ../sass/partials/_nav.scss */

/*.wpr_search {
	padding: 0 !important;
}*/

/* line 812, ../sass/partials/_nav.scss */

/*#wprmenu_menu .wprmenu_icon:before {
	content: "\f0d7";
	font: normal normal normal 22px/1 FontAwesome;
}*/

/* line 816, ../sass/partials/_nav.scss */

/*#wprmenu_menu .wprmenu_par_opened:before {
	content: "\f0d8";
	font: normal normal normal 22px/1 FontAwesome;
}
*/
/* line 820, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par {
	margin-left: 0;
}
*/
/* line 824, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item {
	margin-left: 44px;
}*/

/* line 828, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels ul li ul {
	background: #222 !important;
}*/

/* line 832, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels ul li ul li {
	border-bottom: none !important;
}
*/
/* line 836, ../sass/partials/_nav.scss */

/*#wprmenu_menu.wprmenu_levels ul li ul li a {
	color: #FFF !important;
	text-transform: initial !important;
}*/

/* line 843, ../sass/partials/_nav.scss */

.menu_title {
	display: none;
	display: block;
	position: absolute;
	top: 0px;
}

/* line 866, ../sass/partials/_nav.scss */

.menu_title img {
	max-height: 60px;
}

/* line 890, ../sass/partials/_nav.scss */

/*#wprmenu_bar {
	width: 55px !important;
	right: 0px;
	left: auto !important;
	display: block;
	position: absolute;
	top: 0px;
}*/

/* line 901, ../sass/partials/_nav.scss */

.mobile-menu {
	display: none;
}

/* line 916, ../sass/partials/_nav.scss */

.menu_is_opened {
	background: #740a00 !important;
}

/* line 923, ../sass/partials/_nav.scss */

.home .mobile-menu {
	display: block;
}

/* line 939, ../sass/partials/_nav.scss */

/*.home #wprmenu_bar {
	right: 0px;
	left: auto !important;
	display: block;
	position: absolute;
	top: 0px !important;
}*/

/* line 949, ../sass/partials/_nav.scss */

/*#wprmenu_menu ul li a,
#wprmenu_menu ul li a:hover {
	font-size: 18px;
}*/

/* line 3, ../sass/partials/_header.scss */

body {
	background: #000;
	color: #fff;
}

/* line 7, ../sass/partials/_header.scss */

#top-sticky-header {
	z-index: 9;
}

/* line 11, ../sass/partials/_header.scss */

.top-header {
	background: #000;
	height: auto;
}

/* line 24, ../sass/partials/_header.scss */

.top-header .nav-container {
	padding-left: 0px;
}

/* line 29, ../sass/partials/_header.scss */

.sub-logos {
	padding-top: 8px;
	display: inline-block;
}

/* line 31, ../sass/partials/_header.scss */

.sub-logos .header_right_logos,
.sub-logos .header-text {
	padding: 0;
}

/* line 34, ../sass/partials/_header.scss */

.sub-logos strong {
	font-family: Anton, Arial, sans-serif !important;
	color: #910000;
	font-weight: 100;
}

/* line 46, ../sass/partials/_header.scss */

.sub-logos p {
	padding-left: 12px;
}

/* line 57, ../sass/partials/_header.scss */

.top-club-logos {
	padding: 0;
	border-bottom: 2px solid #ccc;
}

/* line 64, ../sass/partials/_header.scss */

.top_logos {
	margin-bottom: 0;
	padding: 0;
}

/* line 68, ../sass/partials/_header.scss */

.top_logos li {
	list-style: none;
	display: inline-block;
}

/* line 69, ../sass/partials/_header.scss */

.top_logos li:first-child {
	padding-left: 0;
}

/* line 81, ../sass/partials/_header.scss */

.top_logos span {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}

/* line 88, ../sass/partials/_header.scss */

#nav-container {
	width: 100%;
	z-index: 1000;
	float: none;
}

/* line 111, ../sass/partials/_header.scss */

#nav-container .top-logo {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1010;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* line 155, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 0%;
	right: 12%;
	background: none;
}

/* line 172, ../sass/partials/_header.scss */

.cbp-af-header-shrink .container {
	width: 100%;
	padding: 0;
}

/* line 183, ../sass/partials/_header.scss */

form#searchform {
	position: relative;
	width: 100%;
}

/* line 187, ../sass/partials/_header.scss */

.search-box {
	float: right;
	display: none;
}

/* line 202, ../sass/partials/_header.scss */

.search-box input[type="text"] {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -1px;
	width: 100%;
	display: inline-block;
	height: 55px;
	line-height: 49px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 74px;
	background: #740000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	outline: none;
}

/* line 223, ../sass/partials/_header.scss */

.search-box input[type="text"]::-webkit-input-placeholder {
	color: #FFF;
}

/* line 226, ../sass/partials/_header.scss */

.search-box #searchsubmit {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	float: right;
	border: none;
	margin: 0;
	line-height: 36px;
	width: 40px;
	position: absolute;
	right: 10px;
	height: 40px;
	background: #f5a700;
	display: inline-block; /* box-shadow: inset 0 0 30px #D85119; */ /* text-transform: uppercase; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #910000;
}

/* line 257, ../sass/partials/_header.scss */

#header {
	position: absolute;
	top: 0;
}

/* line 261, ../sass/partials/_header.scss */

.league-menu {
	background: #004f92;
	float: none;
	display: block;
}

/* line 269, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink {
	margin-top: 0px;
}

/* line 282, ../sass/partials/_header.scss */

.header-logo {
	margin-top: 10px;
	width: 145px;
}

/* line 330, ../sass/partials/_header.scss */

.header-text h1 {
	font-family: 'Jockey One', sans-serif;
	font-size: 60px;
	color: #fff;
	padding: 25px 0;
	padding-left: 20px;
	font-weight: 100;
	display: block;
	margin: 0;
	text-transform: uppercase;
}

/* line 357, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .top-logo img {
	background-color: #fff;
	height: 50px;
	width: 68px;
	left: 30px;
	padding: 0;
}

/* line 369, ../sass/partials/_header.scss */

.cbp-af-header-shrink .leaderboard-top-container {
	display: none;
}

/* line 375, ../sass/partials/_header.scss */

.leaderboard-top-container {
	width: 680px;
	float: left;
	display: block;
	height: 90px;
	margin-top: 20px;
}

/* line 397, ../sass/partials/_header.scss */

.sticky-logo {
	display: none;
}

/* line 413, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	display: block;
}

/* line 437, ../sass/partials/_header.scss */

.cbp-af-header-shrink .top-logo {
	display: none;
}

/* line 442, ../sass/partials/_header.scss */

ul.header_right_logos {
	text-align: center;
}

/* line 460, ../sass/partials/_header.scss */

.header_right_logos li {
	list-style: none;
	display: inline-block;
	padding: 14px 5px;
}

/* line 471, ../sass/partials/_header.scss */

.social-search {
	display: none;
	height: 45px;
	margin-top: 15px;
	border-bottom: 2px solid #ccc;
}

/* line 480, ../sass/partials/_header.scss */

.social-search .social-icon a {
	color: #000066;
	font-size: 27px;
}

/* line 497, ../sass/partials/_header.scss */

.social-search .social-search-list {
	padding: 0;
	margin: 0;
	font-family: Anton, Arial, sans-serif !important;
	color: #910000;
	margin-top: 10px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 28px;
}

/* line 518, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	display: inline-block;
	float: left;
	margin-left: 11px;
	font-size: 35px;
}

/* line 531, ../sass/partials/_header.scss */

.social-search .social-search-list a {
	display: block;
	color: #910000;
	text-align: center;
}

/* line 544, ../sass/partials/_header.scss */

#search-form {
	display: none;
}

/* line 545, ../sass/partials/_header.scss */

.hockey-logo {
	float: left;
	display: block;
	margin-top: 8px;
	padding-top: 18px;
	padding-left: 25px;
}

/* line 561, ../sass/partials/_header.scss */

.cbp-af-header-shrink .hockey-logo {
	display: none;
}

/* line 564, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 583, ../sass/partials/_header.scss */

.social-media-icon .field {
	min-height: 35px;
	float: none;
	border: 2px solid #d2d2d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 0 0 10px;
	padding: 10px 20px;
	outline: 0;
	background-color: #fff;
	color: #45b4e7;
	font-size: 24px;
	border-right: 0px;
}

/* line 598, ../sass/partials/_header.scss */

.social-media-icon .submit {
	padding: 0;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0 10px 10px 0;
	position: absolute;
	background-image: url(../images/search-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #006cb3;
	height: 52px;
	width: 56px;
	top: 0px;
}

/* line 614, ../sass/partials/_header.scss */

.social-media-icon .social-media {
	text-align: right;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

/* line 629, ../sass/partials/_header.scss */

.top-section {
	background: #000;
	color: #FFF;
}

/* line 640, ../sass/partials/_header.scss */

.top-section h2 {
	color: #f5a700;
	text-transform: uppercase;
	margin-top: 20px;
	font-family: 'BlackOpsOne-Regular', Arial, sans-serif;
	font-size: 36px;
	margin-bottom: 0px;
}

/* line 650, ../sass/partials/_header.scss */

.top-section h3 {
	font-family: "Open Sans", Arial, sans-serif !important;
	text-transform: uppercase;
	font-weight: 700;
}

/* line 655, ../sass/partials/_header.scss */

.top-section .top-blank-section {
	width: 145px;
}

/* line 659, ../sass/partials/_header.scss */

.top-section .social-media {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 0px;
}

/* line 685, ../sass/partials/_header.scss */

.top-section .social-media .fa {
	font-size: 26px !important;
	color: #fff;
	margin-left: 4px;
}

/* line 695, ../sass/partials/_header.scss */

#video-container {
	width: 100%;
	height: 98vh;
	color: #FFF;
}

/* line 704, ../sass/partials/_header.scss */

#video-container .banner-content {
	margin-top: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* line 718, ../sass/partials/_header.scss */

#video-container .banner-content img {
	max-width: 250px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #FFF;
}

/* line 735, ../sass/partials/_header.scss */

#video-container .banner-content h1 {
	margin-top: 50px;
	font-family: 'BlackOpsOne-Regular', Arial, sans-serif !important;
	text-transform: uppercase;
	font-size: 50px;
	color: #e7cc1d;
	max-width: 600px;
	margin: 50px auto;
	margin-bottom: 10px;
}

/* line 756, ../sass/partials/_header.scss */

#video-container .banner-content p {
	font-size: 16px;
	line-height: 24px;
	max-width: 600px;
}

/* line 772, ../sass/partials/_header.scss */

#video-container .banner-content .read-more {
	background: #e7cc1d;
	color: #910000;
	height: 50px;
	line-height: 50px;
	margin: auto;
	margin-top: 50px;
	border: none;
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

/* line 801, ../sass/partials/_header.scss */

#video-container .banner-content .read-more:hover {
	text-decoration: none;
	outline: none;
	border: none;
	background: #910000;
	color: #e7cc1d;
}

/* line 811, ../sass/partials/_header.scss */

#video-container .down-button {
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -12px;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* line 834, ../sass/partials/_header.scss */

#video-container .bottom-logo img {
	position: absolute;
	right: 100px;
	bottom: 0px;
}

/* line 849, ../sass/partials/_header.scss */

.col-padding {
	padding: 0px;
}

/* line 853, ../sass/partials/_header.scss */

.left-icons {
	font-size: 25px !important;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/* line 861, ../sass/partials/_header.scss */

.header-logo.donate-buttom {
	right: 74px !important;
	position: absolute;
}

/* line 866, ../sass/partials/_header.scss */

a:hover {
	color: #f5a700;
	text-decoration: none;
}

/* line 873, ../sass/partials/_header.scss */

.counter-content {
	float: left !important;
}

/* line 877, ../sass/partials/_header.scss */

.Normal {
	color: #ddd;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

/* line 885, ../sass/partials/_header.scss */

a.btn-cta {
	text-align: center;
	display: inline-block;
	max-width: 200px;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	padding: 20px;
	border: 2px solid #f4a504;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none !important;
	background: #fbc149;
	background: -moz-linear-gradient(top, #fbc149 0, #f5a604 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc149), color-stop(100%, #f5a604));
	background: -webkit-linear-gradient(top, #fbc149 0, #f5a604 100%);
	background: -o-linear-gradient(top, #fbc149 0, #f5a604 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbc149), to(#f5a604));
	background: linear-gradient(to bottom, #fbc149 0, #f5a604 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc149', endColorstr='#f5a604', GradientType=0);
	color: #000;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

/* line 913, ../sass/partials/_header.scss */

a.btn-cta:hover {
	background: #f5a604;
	background: -moz-linear-gradient(top, #f5a604 0, #fbc149 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5a604), color-stop(100%, #fbc149));
	background: -webkit-linear-gradient(top, #f5a604 0, #fbc149 100%);
	background: -o-linear-gradient(top, #f5a604 0, #fbc149 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5a604), to(#fbc149));
	background: linear-gradient(to bottom, #f5a604 0, #fbc149 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5a604', endColorstr='#fbc149', GradientType=0);
	color: #000;
}

/* Header */

/* line 929, ../sass/partials/_header.scss */

#yheader span {
	color: #f5a700;
}

/* line 933, ../sass/partials/_header.scss */

.home-panel > .panel-content {
	position: relative;
	padding: 0px 0 20px !important;
	clear: both;
	overflow: hidden;
}

/* line 940, ../sass/partials/_header.scss */

div#dnn_ctr4348_HtmlModule_lblContent {
	position: absolute;
	z-index: 12;
}

/* line 2, ../sass/partials/_common-styles.scss */

.center {
	text-align: center;
}

/* line 5, ../sass/partials/_common-styles.scss */

.single-gallery-div {
	text-align: left;
	color: #910000;
	font-family: Anton, Arial, sans-serif !important;
}

/* line 9, ../sass/partials/_common-styles.scss */

.single-gallery-div a {
	color: #000066;
	font-family: Anton, Arial, sans-serif !important;
	text-transform: uppercase;
}

/* line 15, ../sass/partials/_common-styles.scss */

.home-more-news .heading {
	color: #012C54;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

/* line 20, ../sass/partials/_common-styles.scss */

.navigation .fsp-arrows {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding: 0 5px;
	position: relative;
	top: -9px;
	text-transform: uppercase;
	font-size: 22px;
}

/* line 33, ../sass/partials/_common-styles.scss */

.navigation:before {
	content: "";
	width: 100%;
	height: 99px;
	right: 13px;
	position: absolute;
	background-position: center 0;
	display: inline-block;
}

/* line 43, ../sass/partials/_common-styles.scss */

.navigation a {
	color: #f7a800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 13px;
	width:auto;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* line 58, ../sass/partials/_common-styles.scss */

.md-text-right {
	text-align: right;
}

/* line 61, ../sass/partials/_common-styles.scss */

.archive-img {
	float: left;
	margin: 0 15px 15px 0;
	max-width: 155px;
	height: auto;
}

/* line 67, ../sass/partials/_common-styles.scss */

.single-title {
	font-size: 40px;
}

/* line 68, ../sass/partials/_common-styles.scss */

.single-title a {
	font-family: Anton, Arial, sans-serif !important;
	color: #910000;
}

/* line 74, ../sass/partials/_common-styles.scss */

.home-more-news {
	margin-top: 20px;
}

/* line 77, ../sass/partials/_common-styles.scss */

.home-more-news-box {
	display: inline-block;
	float: left;
	position: relative;
	width: 22.5%;
}

/* line 87, ../sass/partials/_common-styles.scss */

.read-more a {
	font-weight: bold;
	color: #910000 !important;
	font-weight: bold;
	background: none !important;
	padding: 7px !important;
}

/* line 95, ../sass/partials/_common-styles.scss */

.read-more:hover {
	text-decoration: underline;
}

/* line 99, ../sass/partials/_common-styles.scss */

.photo-title {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}

/* line 104, ../sass/partials/_common-styles.scss */

.home-more-news-box:nth-of-type(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 108, ../sass/partials/_common-styles.scss */

.home-more-news-box img {
	width: 100%;
}

/* line 111, ../sass/partials/_common-styles.scss */

.home-more-news-box h2 {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	background: rgba(24, 91, 159, 0.9);
	font-size: 18px;
	color: #fff;
	padding: 10px 5px;
}

/* line 125, ../sass/partials/_common-styles.scss */

h2.heading {
	text-transform: uppercase;
}

/* line 129, ../sass/partials/_common-styles.scss */

.addthis_toolbox.addthis_default_style {
	margin: 15px 15px 15px 0;
}

/* line 133, ../sass/partials/_common-styles.scss */

.status {
	color: #555;
	font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif;
	margin-bottom: 15px;
}

/* line 141, ../sass/partials/_common-styles.scss */

.previous .fa,
.next .fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 34px;
	font-size: 25px;
	color: #cacaca;
	width: 7%;
}

/* line 155, ../sass/partials/_common-styles.scss */

.panel-light h1 {
	color: #00549c;
	font-family: Anton, Arial, sans-serif !important;
	text-transform: uppercase;
}

/* line 163, ../sass/partials/_common-styles.scss */

.panel-light h1 a {
	color: #00549c;
}

/* line 187, ../sass/partials/_common-styles.scss */

.home-panel {
	position: relative;
}

/* line 190, ../sass/partials/_common-styles.scss */

.panel-content {
	position: relative;
	padding: 50px 0 50px;
	clear: both;
	overflow: hidden;
}

/* line 200, ../sass/partials/_common-styles.scss */

.ad-banners {
	padding: 0px 0;
	margin-top: -20px;
}

/* line 201, ../sass/partials/_common-styles.scss */

.ad-banners .arrow {
	padding-top: 5px;
}

/* line 222, ../sass/partials/_common-styles.scss */

.ad-banners img {
	position: relative;
}

/* line 226, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	position: absolute;
	top: 31%;
	left: 13%;
	color: #fff;
	font-size: 30px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	width: 75%;
}

/* line 255, ../sass/partials/_common-styles.scss */

#content-wrap {
	min-height: 500px;
}

/* line 258, ../sass/partials/_common-styles.scss */

#mfcplay {
	margin: 50px 0 50px 0;
	border: none;
	padding: 0;
	width: 100%;
	height: 880px;
}

/* line 265, ../sass/partials/_common-styles.scss */

.panel-no-arrrow div#scroll {
	display: none;
}

/* line 266, ../sass/partials/_common-styles.scss */

.panel-dark .fa-chevron-down {
	color: #fff;
}

/* line 270, ../sass/partials/_common-styles.scss */

.panel-light .fa-chevron-down {
	color: #000;
}

/* line 274, ../sass/partials/_common-styles.scss */

div#scroll {
	bottom: 0px;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	z-index: 99;
	text-align: center;
	width: 100%;
	top: 0px;
	height: 30px;
}

/* line 278, ../sass/partials/_common-styles.scss */

div#scroll .fa-chevron-down {
	width: auto;
	color: #fff;
	margin: 0 auto;
}

/* line 284, ../sass/partials/_common-styles.scss */

div#scroll .fa-chevron-down:before {
	position: absolute;
	top: 21%;
	left: 0;
	right: 0;
}

/* line 304, ../sass/partials/_common-styles.scss */

.panel-light div#scroll {
	padding-left: 0px;
	padding-right: 0px;
	background: url("../images/scroll-bg.png");
	-moz-background-size: cover;
	background-size: cover;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 8;
}

/* line 330, ../sass/partials/_common-styles.scss */

.news-archive img {
	float: left;
	margin: 0 15px 15px 0;
	height: auto;
}

/* line 336, ../sass/partials/_common-styles.scss */

.pagination1 a:first-child {
	font-weight: bold;
	float: left;
}

/* line 340, ../sass/partials/_common-styles.scss */

.pagination1 a {
	font-weight: bold;
	float: right;
}

/* line 344, ../sass/partials/_common-styles.scss */

.post-content {
	padding-bottom: 0px;
	padding-top: 40px;
}

/* line 378, ../sass/partials/_common-styles.scss */

#main-content h1,
#hero h1,
#content-wrap h1 {
	text-transform: uppercase;
	margin: 12px 15px 5px 0;
	line-height: 40px;
	/*color: #fff;*/
	font-family: 'PT Sans Narrow', sans-serif !important;
}

/* line 391, ../sass/partials/_common-styles.scss */

.gallery-title {
	color: #910000;
	text-align: center;
	font-family: Anton, Arial, sans-serif !important;
	font-size: 25px;
	padding: 15px 0;
	text-transform: uppercase;
}

/* line 399, ../sass/partials/_common-styles.scss */

.page-title {
	border-bottom: 2px solid #eee;
	margin-left: 15px !important;
}

/* line 403, ../sass/partials/_common-styles.scss */

.navigation.row {
	padding-bottom: 15px;
}

/* line 408, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news {
	padding-top: 15px;
}

/* line 423, ../sass/partials/_common-styles.scss */

.col-1 {
	padding-top: 23px;
}

/* line 427, ../sass/partials/_common-styles.scss */

.banner-bg {
	background-repeat: no-repeat;
	height: 760px;
	width: 100%;
}

/* line 433, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	margin-top: 20px !important;
	z-index: 7;
	position: relative;
	text-align: right;
	font-family: "Open Sans", Arial, sans-serif;
	text-transform: initial;
}

/* line 437, ../sass/partials/_common-styles.scss */

.breadcrumb-list a {
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 442, ../sass/partials/_common-styles.scss */

.breadcrumb-list .breadcrumb-current {
	font-size: 14px;
}

/* line 458, ../sass/partials/_common-styles.scss */

.page-template-about .news-box h4 {
	font-family: Anton, Arial, sans-serif !important;
	color: #910000;
	font-size: 20px;
	padding: 15px 0 7px 0;
	font-weight: 100;
	text-transform: uppercase;
}

/* line 465, ../sass/partials/_common-styles.scss */

.page-template-about .news-box h4:hover {
	color: #000;
}

/* line 469, ../sass/partials/_common-styles.scss */

.headering-top {
	border-bottom: solid 1px #f7a800;
	margin-top: 20px !important;
	overflow: hidden;
	font-family: 'BlackOpsOne-Regular', Arial, sans-serif !important;
	text-transform: uppercase;
	clear: both;
	-webkit-box-shadow: 0 20px 37px -26px #000;
	-moz-box-shadow: 0 20px 37px -26px #000;
	box-shadow: 0 20px 37px -26px #000;
}

/* line 479, ../sass/partials/_common-styles.scss */

.pagination {
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
	padding-top: 10px;
}

/* line 485, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi {
	padding: 8px 0;
}

/* line 488, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
/*	border-right: 1px solid #BFBFBF !important;*/
	border: none;
	/*color: #000;*/
	font-weight: 600;
	font-size: 12px;
	padding: 0 6px;
	text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

/* line 495, ../sass/partials/_common-styles.scss */

.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span:hover {
	color: #00affe;
}

/* line 501, ../sass/partials/_common-styles.scss */

#banner-panel .ad-banners {
	padding: 0px;
}

/* line 502, ../sass/partials/_common-styles.scss */

#buttons-panel .ad-banners {
	padding: 0px;
	background: #FFF;
	overflow: hidden;
}

/* line 503, ../sass/partials/_common-styles.scss */

#buttons-panel .ad-banners .banner-images {
	padding: 0 15px;
}

/* line 505, ../sass/partials/_common-styles.scss */

.more-link a {
	color: #910000;
	font-weight: bold;
	text-transform: uppercase;
}

/* line 510, ../sass/partials/_common-styles.scss */

.more-link {
	padding: 4px 0 10px;
}

/* line 513, ../sass/partials/_common-styles.scss */

.rel-article-content {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	font-family: 'Open Sans',sans-serif;
}

/* line 519, ../sass/partials/_common-styles.scss */

.facebook-social {
	height: 660px !important;
	overflow-y: scroll;
}

/* line 524, ../sass/partials/_common-styles.scss */

.j-paginate {
	display: none !important;
}

/* line 528, ../sass/partials/_common-styles.scss */

.j-facebook::before {
	/*z-index: 99;
	content: "" !important;
	font-family: 'FontAwesome';
	display: block;
	color: #f5a700;
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 20px !important;
	background: #910000 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 0px 9px !important;*/
}

/* line 543, ../sass/partials/_common-styles.scss */

.j-twitter:before {
	/*z-index: 99;
	content: "" !important;
	font-family: 'FontAwesome';
	display: block;
	color: #f5a700;
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 20px !important;
	background: #910000 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 0px 6px !important;*/
}

/* line 559, ../sass/partials/_common-styles.scss */

.j-instagram:before {
	/*z-index: 99;
	content: "" !important;
	font-family: 'FontAwesome';
	display: block;
	color: #f5a700;
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 20px !important;
	background: #910000 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 0px 9px !important;*/
}

/* line 576, ../sass/partials/_common-styles.scss */

.j-overlay-text .j-facebook::before,
.j-overlay-text .j-twitter:before,
.j-overlay-text .j-instagram:before,
.j-overlay-text .j-instagram:before {
	display: none !important;
}

/* line 584, ../sass/partials/_common-styles.scss */

.soical-hub {
	text-align: center;
	color: #FFF;
}

/* line 588, ../sass/partials/_common-styles.scss */

.soical-hub .panel-heading {
	padding-bottom: 0px !important;
	color: #f5a700;
}

/* line 595, ../sass/partials/_common-styles.scss */

.juicer-feed.living-wall .j-text a,
.juicer-feed a {
	color: #910000 !important;
}

/* line 599, ../sass/partials/_common-styles.scss */

.juicer-feed .j-twitter,
.juicer-feed .j-instagram,
.juicer-feed .j-facebook {
	background: #000 !important;
}

/* line 603, ../sass/partials/_common-styles.scss */

.juicer-feed.living-wall .j-text {
	color: #000 !important;
	padding-top: 25% !important;
}

/* line 608, ../sass/partials/_common-styles.scss */

.juicer-feed.living-wall li.feed-item {
	border: 1px solid #910000 !important;
}

/* line 613, ../sass/partials/_common-styles.scss */

.juicer-feed.living-wall img {
	min-width: auto !important;
}

/* line 620, ../sass/partials/_common-styles.scss */

#social-hub-panel h3 {
	color: #FFF;
	text-transform: uppercase;
	font-family: "BlackOpsOne-Regular", Arial, sans-serif !important;
}

/* line 630, ../sass/partials/_common-styles.scss */

.sidebar-tiles-container .banner-images {
	margin-bottom: 20px;
}

/* line 635, ../sass/partials/_common-styles.scss */

.sidebar-tiles-container .img-border {
	border: 5px solid #FFF;
}

/* line 639, ../sass/partials/_common-styles.scss */

.read-more {
	font-weight: bold;
	font-family: "Open Sans", Arial, sans-serif !important;
	background: #e7cc1d;
	color: #910000;
	height: 50px;
	line-height: 50px;
	margin: auto;
	margin-top: 50px;
	border: none;
	padding: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 12px;
}

/* line 657, ../sass/partials/_common-styles.scss */

.post-content .h1,
.post-content .h2,
.post-content .h3,
.post-content .h4,
.post-content .h5,
.post-content .h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	color: #f5a700;
	text-transform: uppercase;
}

/* line 664, ../sass/partials/_common-styles.scss */

.og-grid .effect-popup {
	text-align: center !important;
}

/* line 672, ../sass/partials/_common-styles.scss */

.wagwep-container ul#portfolio-filter {
	padding: 0px !important;
}

/* line 676, ../sass/partials/_common-styles.scss */

.wagwep-container ul#portfolio-filter li {
	padding: 0px !important;
	margin-left: 15px !important;
}

/* line 681, ../sass/partials/_common-styles.scss */

.wagwep-container ul#portfolio-filter a {
	margin: 0px !important;
}

/* line 685, ../sass/partials/_common-styles.scss */

ul#portfolio-filter li.current a {
	color: #910000 !important;
	background-color: transparent !important;
	border-bottom: 4px solid #910000 !important;
	margin: 0px;
}

/* line 694, ../sass/partials/_common-styles.scss */

ul#portfolio-filter a {
	margin: 0px;
	font-family: Anton, Arial, sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 100 !important;
	border-bottom: 4px solid transparent !important;
}

/* line 703, ../sass/partials/_common-styles.scss */

ul#portfolio-filter a:hover {
	background: transparent !important;
	border: none !important;
	box-sizing: unset;
	-moz-box-sizing: unset;
	-webkit-box-sizing: unset;
}

/* line 711, ../sass/partials/_common-styles.scss */

.og-grid > li > a > figure {
	background: #910000 !important;
	margin: 0 !important;
	left: 0 !important;
	bottom: 0px;
	top: auto !important;
	margin-bottom: 0px !important;
	height: auto !important;
	display: block !important;
}

/* line 723, ../sass/partials/_common-styles.scss */

.og-grid > li {
	margin: 15px !important;
}

/* line 726, ../sass/partials/_common-styles.scss */

.og-grid > li .og-pointer {
	border-bottom-color: transparent !important;
}

/* line 731, ../sass/partials/_common-styles.scss */

.wpp-category-greybutton .wonderplugin-gridgallery-tag {
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 735, ../sass/partials/_common-styles.scss */

.wonderplugin-gridgallery-tags-topleft {
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

/* line 740, ../sass/partials/_common-styles.scss */

.wonderplugin-gridgallery-tag-selected,
.wonderplugin-gridgallery-tag-selected:hover,
.wonderplugin-gridgallery-tag-selected:focus {
	border-bottom: 3px solid #910000 !important;
}

/* line 747, ../sass/partials/_common-styles.scss */

.wonderplugin-gridgallery-list {
	margin-top: 10px !important;
}

/* line 759, ../sass/partials/_common-styles.scss */

.og-grid li a figure span {
	margin: 0px !important;
	font-family: Anton, Arial, sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 100 !important;
}

/* line 766, ../sass/partials/_common-styles.scss */

.og-expander {
	background: #FFF !important;
	border: 3px solid #dddddd !important;
}

/* line 771, ../sass/partials/_common-styles.scss */

.og-expander .og-details h3 {
	color: #000 !important;
}

/* line 776, ../sass/partials/_common-styles.scss */

.og-details .infosep,
.og-expander .elastislide-wrapper {
	display: none !important;
}

/* line 781, ../sass/partials/_common-styles.scss */

.og-fullimg {
	width: 40% !important;
}

/* line 790, ../sass/partials/_common-styles.scss */

.og-details {
	width: 60% !important;
}

/* line 799, ../sass/partials/_common-styles.scss */

.og-details p {
	font-size: 15px !important;
	color: #333 !important;
}

/* line 804, ../sass/partials/_common-styles.scss */

.og-close {
	width: 25px !important;
	height: 25px !important;
}

/* line 810, ../sass/partials/_common-styles.scss */

.og-pointer {
	margin: -5px 0 0 -15px !important;
}

/* line 875, ../sass/partials/_common-styles.scss */

.widget-wrapper {
	margin: 20px 0;
}

/* line 887, ../sass/partials/_common-styles.scss */

.home .widget-wrapper {
	margin: 0px 0;
}

/* line 895, ../sass/partials/_common-styles.scss */

#buttons-panel .j-poster h3,
#buttons-panel .j-meta a {
	font-weight: 100 !important;
}

/* line 900, ../sass/partials/_common-styles.scss */

#buttons-panel .juicer-feed.white li.feed-item,
#buttons-panel .juicer-feed.user li.feed-item,
#buttons-panel .juicer-feed.juicer-widget li.feed-item,
#buttons-panel .juicer-feed.colors li.feed-item,
#buttons-panel .juicer-feed.gray li.feed-item,
#buttons-panel .juicer-feed.modern li.feed-item,
#buttons-panel .juicer-feed.polaroid li.feed-item {
	margin-bottom: 0px !important;
}

/* line 913, ../sass/partials/_common-styles.scss */

.hero {
	display: none;
}

/* Event CSS */

/* line 918, ../sass/partials/_common-styles.scss */

#tribe-events-bar {
	margin-bottom: 0px !important;
}

/* line 922, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-events-filters-horizontal .tribe-events-filters-content,
#tribe-bar-collapse-toggle,
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters,
#tribe-bar-form {
	background: #910000 !important;
	color: #FFF;
}

/* line 930, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal .tribe-events-filters-content {
	border: none !important;
}

/* line 934, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading,
#tribe_events_filters_toggle,
.tribe-events-filters-horizontal #tribe_events_filter_control a,
#tribe-bar-form label,
#tribe-bar-form input {
	color: #FFF;
}

/* line 940, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal h3 .horizontal-drop-indicator:before {
	border-color: #FFFFFF transparent transparent !important;
}

/* line 945, ../sass/partials/_common-styles.scss */

.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #740000;
	color: #FFF;
	position: relative;
	z-index: 8;
}

/* line 953, ../sass/partials/_common-styles.scss */

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #f5a700;
	color: #910000;
}

/* line 958, ../sass/partials/_common-styles.scss */

#tribe-bar-form input[type=text] {
	border-bottom: 1px dashed #FFF;
}

/* line 962, ../sass/partials/_common-styles.scss */

#tribe-bar-form input[type="text"]::-webkit-input-placeholder {
	color: #FFF;
}

/* line 966, ../sass/partials/_common-styles.scss */

#tribe-bar-form input[type=text]:focus {
	outline: 1px dashed #FFF;
}

/* line 970, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
	margin-top: 0px !important;
	border-top: 3px solid #740000;
}

/* line 975, ../sass/partials/_common-styles.scss */

#tribe-bar-form #tribe-bar-views {
	padding: 0px;
}

/* line 979, ../sass/partials/_common-styles.scss */

.tribe-bar-views-inner {
	padding: 16px 0 45px;
}

/* line 983, ../sass/partials/_common-styles.scss */

.tribe-bar-date-filter {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

/* line 987, ../sass/partials/_common-styles.scss */

#tribe-events-bar * {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

/* line 992, ../sass/partials/_common-styles.scss */

.tribe-events-calendar th {
	background: #000;
	color: #FFF;
}

/* line 997, ../sass/partials/_common-styles.scss */

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background: #e0e0e0;
	color: #FFF;
}

/* line 1002, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-tooltip h4 {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

/* line 1008, ../sass/partials/_common-styles.scss */

.tribe-events-tooltip .tribe-events-event-body {
	background: #FFF;
}

/* line 1012, ../sass/partials/_common-styles.scss */

.tribe-events-tooltip .tribe-events-event-body .read-more {
	background: transparent;
	margin-top: 0px;
	height: 20px;
	line-height: 15px;
	padding-left: 0px;
}

/* line 1022, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-calendar td:hover {
	background: #910000;
}

/* line 1027, ../sass/partials/_common-styles.scss */

#tribe-events-content .tribe-events-calendar td:hover a {
	color: #FFF;
}

/* line 1034, ../sass/partials/_common-styles.scss */

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
	border: none !important;
}

/* line 1042, ../sass/partials/_common-styles.scss */

td.tribe-events-othermonth {
	background: #f9f9f9;
}

/* line 1047, ../sass/partials/_common-styles.scss */

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	width: 100%;
}

/* line 1052, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 25%;
	float: left;
	border: none;
}

/* line 1071, ../sass/partials/_common-styles.scss */

.tribe-events-list-separator-month {
	clear: both;
	text-align: center;
	color: #910000;
	background-color: transparent;
	width: 100%;
	height: 17px;
	border-bottom: 2px solid #dedede;
}

/* line 1081, ../sass/partials/_common-styles.scss */

.tribe-events-list-separator-month span {
	font-size: 15px;
	background-color: #FFF;
	padding: 10px 25px;
}

/* line 1088, ../sass/partials/_common-styles.scss */

#tribe-events .tribe-events-button,
.tribe-events-button {
	background-color: #f5a700;
	color: #910000;
	padding: 10px 9px;
	margin-top: 0px;
}

/* line 1096, ../sass/partials/_common-styles.scss */

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
	width: 100%;
	margin: 0px;
}

/* line 1101, ../sass/partials/_common-styles.scss */

.single-tribe_events .tribe-events-event-meta {
	margin: 0px;
}

/* line 1106, ../sass/partials/_common-styles.scss */

.tribe-events-meta-group .tribe-events-single-section-title {
	margin: 10px 0 10px;
}

/* line 1110, ../sass/partials/_common-styles.scss */

.tribe-events-tooltip .tribe-events-event-thumb {
	display: none;
}

/* line 1114, ../sass/partials/_common-styles.scss */

.single-tribe_events .tribe-events-event-meta {
	background: #FFF !important;
	border: none !important;
}

/* line 1119, ../sass/partials/_common-styles.scss */

h2.tribe-events-page-title {
	font-family: "BlackOpsOne-Regular", Arial, sans-serif !important;
	color: #910000;
}

/* line 1125, ../sass/partials/_common-styles.scss */

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	margin-bottom: 20px;
}

/* line 1126, ../sass/partials/_common-styles.scss */

.tribe-events-list .tribe-events-list-event-title a {
	font-size: 14px;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: bold;
}

/* line 1127, ../sass/partials/_common-styles.scss */

.tribe-events-loop .tribe-events-event-meta {
	color: #666;
	font-size: 12px;
}

/* line 1128, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper .tribe-filter-status {
	color: #FFF !important;
}

/* line 1129, ../sass/partials/_common-styles.scss */

.buy-tickets {
	font-weight: bold;
	font-family: "Open Sans", Arial, sans-serif !important;
	background: #e7cc1d;
	color: #910000;
	height: 50px;
	line-height: 50px;
	margin: auto;
	margin-top: 50px;
	border: none;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 19px;
}

/* line 1143, ../sass/partials/_common-styles.scss */

h2.singleevent-title {
	font-size: 23px !important;
	font-weight: bold;
	margin-bottom: 0px !important;
}

/* line 1150, ../sass/partials/_common-styles.scss */

.events-archive .eventpage {
	display: block;
}

/* line 1151, ../sass/partials/_common-styles.scss */

.events-archive .single-event {
	display: none;
}

/* line 1152, ../sass/partials/_common-styles.scss */

.events-archive #tribe-events .tribe-events-button,
.events-archive .tribe-events-button {
	float: left;
}

/* line 1156, ../sass/partials/_common-styles.scss */

.events-single .eventpage {
	display: none;
}

/* line 1157, ../sass/partials/_common-styles.scss */

.events-single .single-event {
	display: block;
}

/* line 1160, ../sass/partials/_common-styles.scss */

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
	background: #f5a700;
}

/* line 1181, ../sass/partials/_common-styles.scss */

#tribe_events_filters_wrapper ul li {
	color: #910000;
}

/* line 1185, ../sass/partials/_common-styles.scss */

.select2-default {
	color: #910000 !important;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 1189, ../sass/partials/_common-styles.scss */

.select2-drop-active .select2-results .select2-highlighted {
	background-color: #910000 !important;
}

/* line 1200, ../sass/partials/_common-styles.scss */

.tribe-events-notices {
	background: #910000;
	border: 1px solid #910000;
	color: #ffffff;
	text-shadow: none;
}

/* Event End */

/* line 1209, ../sass/partials/_common-styles.scss */

.heading-line {
	width: 100%;
	height: 12px;
	text-align: center;
}

/* line 1215, ../sass/partials/_common-styles.scss */

.heading-line span {
	font-size: 15px;
	padding: 2px 18px;
}

/* line 1222, ../sass/partials/_common-styles.scss */

.social-body {
	padding: 20px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}

/* line 1230, ../sass/partials/_common-styles.scss */

.panel-heading {
	/*padding-bottom: 20px;*/
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 45px;
	font-weight: bold;
	color: #f5a700;
	text-transform: uppercase;
}

/* line 1250, ../sass/partials/_common-styles.scss */

.page-template-video .post-content {
	background: #000;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 20px;
}

/* line 1260, ../sass/partials/_common-styles.scss */

.page-template-video .wonderplugingallery-container {
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 1264, ../sass/partials/_common-styles.scss */

.page-template-video .html5gallery-tn-0,
.page-template-video .html5gallery-tn-selected-0,
.page-template-video .html5gallery-tn-title-0 {
	background-color: #000;
	color: #FFF;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
}

/* line 1275, ../sass/partials/_common-styles.scss */

.page-template-video .html5gallery-elem-0 a {
	display: none !important;
}

/* line 1283, ../sass/partials/_common-styles.scss */

.page-navigation {
	margin-top: 50px;
	list-style-type: none;
	padding-left: 0px;
}

/* line 1289, ../sass/partials/_common-styles.scss */

.page-navigation li {
	border-bottom: 1px solid #dddddd;
	line-height: 30px;
}

/* line 1294, ../sass/partials/_common-styles.scss */

.page-navigation li a {
	font-family: "Open Sans", Arial, sans-serif !important;
	color: #333;
	font-weight: 100;
}

/* line 1300, ../sass/partials/_common-styles.scss */

.page-navigation li a:hover {
	color: #910000;
}

/* line 1305, ../sass/partials/_common-styles.scss */

.page-navigation li a.active {
	color: #910000;
}

/* line 1310, ../sass/partials/_common-styles.scss */

.page-navigation li a.active:before {
	content: '\f0da';
	position: relative;
	display: inline-block;
	font-family: 'FontAwesome';
	padding-right: 7px;
}

/* line 1324, ../sass/partials/_common-styles.scss */

.page-template-staff-details h3,
.page-template-staff-details h4 {
	text-transform: initial;
}

/* line 1329, ../sass/partials/_common-styles.scss */

.page-template-staff-details h4,
.page-template-staff-details .email-heading {
	font-weight: bold;
}

/* line 1333, ../sass/partials/_common-styles.scss */

.page-template-staff-details .staff-position {
	font-size: 12px;
	color: #666;
}

/* line 1338, ../sass/partials/_common-styles.scss */

.page-template-staff-details p {
	font-size: 12px;
}

/* line 1343, ../sass/partials/_common-styles.scss */

.page-template-staff-details a {
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 1346, ../sass/partials/_common-styles.scss */

.page-template-staff-details .email-heading {
	margin-bottom: 0px;
}

/* line 1354, ../sass/partials/_common-styles.scss */

.gform_wrapper ul.gform_fields li:nth-child(1),
.gform_wrapper ul.gform_fields li:nth-child(2),
.gform_wrapper ul.gform_fields li:nth-child(3) {
	width: 34%;
	float: left;
}

/* line 1366, ../sass/partials/_common-styles.scss */

.gform_wrapper ul.gform_fields li:nth-child(4) {
	width: 62%;
	position: absolute;
	right: 20px;
}

/* line 1381, ../sass/partials/_common-styles.scss */

.gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0px;
}

/* line 1386, ../sass/partials/_common-styles.scss */

.gform_wrapper {
	padding: 20px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 1392, ../sass/partials/_common-styles.scss */

.gform_wrapper h3 {
	text-transform: initial;
}

/* line 1396, ../sass/partials/_common-styles.scss */

.gform_wrapper .top_label .gfield_label {
	display: none !important;
}

/* line 1402, ../sass/partials/_common-styles.scss */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 47px;
	background: #eeeeee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	padding-left: 10px !important;
}

/* line 1413, ../sass/partials/_common-styles.scss */

.gform_wrapper textarea.medium {
	background: #eeeeee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	padding-left: 10px !important;
	height: 215px !important;
}

/* line 1430, ../sass/partials/_common-styles.scss */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	background: #e7cc1d;
	color: #910000;
	height: 50px;
	line-height: 50px;
	margin: auto;
	margin-top: -7px !important;
	border: none;
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 32% !important;
}

/* line 1457, ../sass/partials/_common-styles.scss */

.page-template-contact-us .bottom-box {
	clear: both;
}

/* line 1462, ../sass/partials/_common-styles.scss */

.page-template-contact-us .col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

/* line 1467, ../sass/partials/_common-styles.scss */

.page-template-contact-us .col-md-4 a {
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 1476, ../sass/partials/_common-styles.scss */

.article-box {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

/* line 1481, ../sass/partials/_common-styles.scss */

.article-box .article-desc {
	padding: 10px;
}

/* line 1488, ../sass/partials/_common-styles.scss */

.article-box h3 a {
	color: #000;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: bold;
}

/* line 1498, ../sass/partials/_common-styles.scss */

.article-box .article-text p {
	margin-bottom: 0px;
	color: #666;
}

/* line 1510, ../sass/partials/_common-styles.scss */

.page-template-team-detail h3 {
	text-transform: initial;
	font-weight: bold;
}

/* line 1516, ../sass/partials/_common-styles.scss */

.page-template-team-detail .col-md-6 {
	padding-left: 0px;
}

/* line 1520, ../sass/partials/_common-styles.scss */

.page-template-team-detail a {
	font-family: "Open Sans", Arial, sans-serif !important;
	word-wrap: break-word;
}

/* line 1525, ../sass/partials/_common-styles.scss */

.page-template-team-detail b,
.page-template-team-detail strong {
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 1532, ../sass/partials/_common-styles.scss */

#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected,
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover,
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
	background: #f5a700 !important;
	color: #910000 !important;
}

/* line 1539, ../sass/partials/_common-styles.scss */

#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover,
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:focus {
	background: #910000 !important;
	color: #f5a700 !important;
}

/* line 1546, ../sass/partials/_common-styles.scss */

.breadcrumb-list .chevron {
	font-size: 11px;
}

/* line 1551, ../sass/partials/_common-styles.scss */

.divider {
	color: #ddd;
	font-size: 36px;
	font-weight: 100;
	margin-right: 10px;
}

/* line 1655, ../sass/partials/_common-styles.scss */

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #f5a700;
	clear: both;
}

/* line 1663, ../sass/partials/_common-styles.scss */

.heading-line {
	padding: 14px 0 14px 0;
	border-top: 1px solid #8c8c8c;
	clear:both;
}

/* line 1668, ../sass/partials/_common-styles.scss */

.heading-line:first-child {
	border: none;
}

/* line 1672, ../sass/partials/_common-styles.scss */

.news-archive-image-background {
	height: 160px;
	width: 100%;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

/* line 1678, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-image-bg {
	height: 100px !important;
}

/* line 1693, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-short-content {
	display: none;
}

/* line 1700, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-overlay:hover > .post-short-content {
	height: 20% !important;
}

/* line 1704, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .slick-prev {
	right: initial !important;
	left: auto !important;
}

/* line 1708, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .slick-arrow {
	bottom: initial !important;
	top: auto !important;
}

/* line 1713, ../sass/partials/_common-styles.scss */

.recent-post-slider.slick-initialized {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* line 1718, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-prev,
.recent-post-slider button.slick-next,
.recent-post-slider button.slick-prev:hover,
.recent-post-slider button.slick-next:hover {
	-moz-background-size: 40px 50px !important;
	background-size: 40px 50px !important;
}

/* line 1734, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-arrow {
	background-color: transparent !important;
	width: 40px;
	height: 45px;
}

/* line 11, ../sass/partials/_slick.scss */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/partials/_slick.scss */

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

/* line 34, ../sass/partials/_slick.scss */

.slick-list:focus {
	outline: none;
}

/* line 39, ../sass/partials/_slick.scss */

.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* line 43, ../sass/partials/_slick.scss */

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

/* line 48, ../sass/partials/_slick.scss */

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* line 56, ../sass/partials/_slick.scss */

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

/* line 61, ../sass/partials/_slick.scss */

.slick-track:before {
	content: "";
	display: table;
}

/* line 65, ../sass/partials/_slick.scss */

.slick-track:after {
	content: "";
	display: table;
	clear: both;
}

/* line 72, ../sass/partials/_slick.scss */

.slick-loading .slick-track {
	visibility: hidden;
}

/* line 76, ../sass/partials/_slick.scss */

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

/* line 83, ../sass/partials/_slick.scss */

[dir="rtl"] .slick-slide {
	float: right;
}

/* line 89, ../sass/partials/_slick.scss */

.slick-slide.slick-loading img {
	display: none;
}

/* line 92, ../sass/partials/_slick.scss */

.slick-slide.dragging img {
	pointer-events: none;
}

/* line 97, ../sass/partials/_slick.scss */

.slick-initialized .slick-slide {
	display: block;
}

/* line 101, ../sass/partials/_slick.scss */

.slick-loading .slick-slide {
	visibility: hidden;
}

/* line 105, ../sass/partials/_slick.scss */

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

/* line 1, ../sass/partials/_slider.scss */

#slider-panel .panel-content {
	padding: 0px;
	background-position: bottom !important;
}

/* line 12, ../sass/partials/_slider.scss */

#slider-panel .panel-content .container {
	background: rgba(0, 0, 0, 0.3);
	padding: 30px;
	padding-bottom: 65px;
}

/* line 24, ../sass/partials/_slider.scss */

.banner .slick-slider {
	border: 1px solid #000;
	border-right: none;
	max-height: 600px;
}

/* line 56, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li a {
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #FFFFFF;
	width: 100%;
	font-family: Anton, Arial, sans-serif !important;
	text-transform: uppercase;
}

/* line 69, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li a > span {
	float: left;
	width: 85%;
}

/* line 73, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li:hover a {
	color: #fff;
}

/* line 76, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li:hover {
	border: solid 1px #00affe;
	background: #00affe;
}

/* line 80, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	border: solid 1px #dddddd;
	height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #910000;
}

/* line 104, ../sass/partials/_slider.scss */

#slider-panel .buttons-box {
	padding: 0;
	margin: 0;
	background: #fff;
}

/* line 119, ../sass/partials/_slider.scss */

.tab-menu {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

/* line 123, ../sass/partials/_slider.scss */

.tab-menu li {
	list-style: none;
	position: relative;
	float: left;
	padding: 10px;
	width: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.23);
	margin-top: -5px;
}

/* line 132, ../sass/partials/_slider.scss */

.tab-menu li a {
	color: #fff;
	font-weight: 100;
	font-family: Anton, Arial, sans-serif !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

/* line 144, ../sass/partials/_slider.scss */

.tab-menu li.active {
	background-color: #004890;
}

/* line 154, ../sass/partials/_slider.scss */

.efl-twitter .widget-title {
	padding: 0px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;
	text-transform: none;
	text-align: left;
}

/* line 163, ../sass/partials/_slider.scss */

.efl-facebook h3 {
	padding: 8px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	font-family: 'Open Sans',sans-serif;
}

/* line 170, ../sass/partials/_slider.scss */

.tabs {
	padding: 2px 0 0 0;
}

/* line 173, ../sass/partials/_slider.scss */

.tab-content {
	display: none;
	background-color: #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

/* line 179, ../sass/partials/_slider.scss */

.tab-content.active {
	display: block;
}

/* line 187, ../sass/partials/_slider.scss */

.banner {
	color: #FFF;
	position: relative;
	z-index: 0;
}

/* line 196, ../sass/partials/_slider.scss */

.banner .banner-img {
	position: relative;
	height:600px;
}

/* line 215, ../sass/partials/_slider.scss */

.banner .slick-prev,
.banner .slick-next {
	/*display: none !important;*/
	background: transparent;
    border: none;
    color: transparent;
}

/* line 230, ../sass/partials/_slider.scss */

.banner .slick-prev:before {
	    content: "\f053";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    color: #f5a700;
    line-height: 60px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 20px;
    padding: 0px 20px;
}

/* line 238, ../sass/partials/_slider.scss */

.banner .slick-next:before {
	content: "\f054";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    color: #f5a700;
    line-height: 60px;
    background: #000;
    position: absolute;
    top: 50%;
    padding: 0px 20px;
    right: 10px;
}

/* line 246, ../sass/partials/_slider.scss */

.banner .slick-next {
	float: right;
}

/* line 249, ../sass/partials/_slider.scss */

.banner .slick-dots-wrap {
	background-color: #000;
}

/* line 260, ../sass/partials/_slider.scss */

.banner .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* line 265, ../sass/partials/_slider.scss */

.banner .slick-dots li:first-child {
	border-left: none;
}

/* line 268, ../sass/partials/_slider.scss */

.banner .slick-dots li:last-child {
	border-right: none;
}

/* line 271, ../sass/partials/_slider.scss */

.banner .slick-dots li {
	display: table-cell;
	width: 20%;
	border: 1px solid #333333;
	border-right: 0px;
	position: relative;
	border-bottom: none;
	position: relative;
}

/* line 282, ../sass/partials/_slider.scss */

.banner .slick-dots li:hover {
	background: #666666;
}

/* line 287, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	cursor: pointer;
	display: block;
	padding: 14px 13px;
	min-height: 70px;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 315, ../sass/partials/_slider.scss */

.banner .slick-dots a:hover {
	background-color: #910000;
	color: #FFF;
}

/* line 319, ../sass/partials/_slider.scss */

.banner .slick-dots li.slick-active a {
	background-color: #910000;
	color: #FFF;
}

/* line 323, ../sass/partials/_slider.scss */

.banner .slick-dots li.slick-active::before {
	opacity: 1;
}

/* line 326, ../sass/partials/_slider.scss */

.banner .slick-dots li.slick-active::after {
	opacity: 1;
	border-width: 0 16px 16px 16px;
	border-color: transparent transparent #FFF transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	top: -23px;
	content: "";
	border-style: solid;
	position: absolute;
	bottom: 100%;
	left: 41%;
	border: none;
}

/* line 341, ../sass/partials/_slider.scss */

.banner .slick-dots li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 14px 13px;
	border-color: transparent transparent #910000 transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 11;
}

/* line 364, ../sass/partials/_slider.scss */

.banner .banner-content {
	position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
}

/* line 369, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 36px;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/* line 404, ../sass/partials/_slider.scss */

.efl-facebook {
	max-height: 496px;
	overflow-x: scroll;
}

/* line 409, ../sass/partials/_slider.scss */

.slider-sidebar {
	background: #006cb3;
}

/* line 414, ../sass/partials/_slider.scss */

.otw-button {
	background-image: none !important;
	width: 100%;
	margin: 0px !important;
	padding: 20px !important;
	border: 2px solid #740000 !important;
	background-color: #910000 !important;
	text-align: left !important;
	font-family: 'BlackOpsOne-Regular', Arial, sans-serif !important;
	text-transform: uppercase;
	font-weight: 100 !important;
	line-height: 30px !important;
	font-size: 24px !important;
	color: #f5a700 !important;
}

/* line 439, ../sass/partials/_slider.scss */

.otw-button:hover {
	background-color: #740000 !important;
}

/* line 443, ../sass/partials/_slider.scss */

.otw-button:after {
	content: '\f138';
	display: inline-block;
	font-size: 29px;
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #740000;
	padding: 7px 0px 0px 9px;
	color: #f5a700;
	top: 11px;
}

/* Gallery */

/* line 474, ../sass/partials/_slider.scss */

.wonderplugin-gridgallery-tags-topleft,
.wonderplugin-gridgallery-list,
div#wonderplugingridgallery-2 {
	width: 100% !important;
	max-width: 100% !important;
	clear: both !important;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 4, ../sass/partials/_banner.scss */

.home-sidebar h1 {
	color: #fff;
}

/* line 22, ../sass/partials/_banner.scss */

.fixture h1 {
	color: #fff;
}

/* line 27, ../sass/partials/_banner.scss */

.news-sidebar {
	background: #fff;
	padding: 0px;
}

/* line 39, ../sass/partials/_banner.scss */

.news-sidebar .view-more {
	text-align: center;
	text-transform: uppercase;
	background: #910000;
	clear: both;
	font-family: Anton, Arial, sans-serif !important;
	padding: 10px 0;
}

/* line 47, ../sass/partials/_banner.scss */

.news-sidebar .view-more a {
	color: #fff;
	font-family: Anton, Arial, sans-serif !important;
}

/* line 53, ../sass/partials/_banner.scss */

.news-sidebar .feature-img {
	padding: 0px 10px;
}

/* line 56, ../sass/partials/_banner.scss */

.news-sidebar .feature-img img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* line 61, ../sass/partials/_banner.scss */

.news-sidebar .read-more {
	padding: 0;
}

/* line 64, ../sass/partials/_banner.scss */

.news-sidebar .read-more a {
	color: #910000;
}

/* line 69, ../sass/partials/_banner.scss */

.news-sidebar .news-content {
	padding: 0 2px;
}

/* line 72, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	color: #910000;
	text-transform: uppercase;
	font-family: Anton, Arial, sans-serif !important;
	margin: 0;
}

/* line 91, ../sass/partials/_banner.scss */

.news-sidebar .news-border {
	border-bottom: 1px solid #c5c5c5;
	padding: 10px;
	min-height: 74px;
}

/* line 96, ../sass/partials/_banner.scss */

.news-sidebar .news-border:last-child {
	border: none;
}

/* line 101, ../sass/partials/_banner.scss */

.news-sidebar .rel-article-time {
	font-family: "Open Sans", Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
}

/* line 110, ../sass/partials/_banner.scss */

.ad-banners .promo-logo {
	position: absolute;
	top: 37%;
	left: 0;
	right: 0;
	text-align: center;
}

/* line 118, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding-bottom: 0px;
}

/* line 130, ../sass/partials/_banner.scss */

.ad-banners .banner-images .img-border {
	border: 4px solid #fff;
}

/* line 135, ../sass/partials/_banner.scss */

.ad-banners .promo-arrow {
	position: absolute;
	top: 61%;
	left: 50%;
	font-family: Anton, Arial, sans-serif !important;
	color: #fff;
	font-size: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	padding: 14px;
	z-index: 999;
}

/* line 153, ../sass/partials/_banner.scss */

.ad-banners .promo-arrow a {
	color: #fff;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	position: absolute;
	top: 45%;
	left: 50%;
	font-family: Anton, Arial, sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #000066;
	text-shadow: 1px 3px 13px #000;
	-ms-transform: translate(-50%, -50%) rotate(-7deg);
	-webkit-transform: translate(-50%, -50%) rotate(-7deg);
	-moz-transform: translate(-50%, -50%) rotate(-7deg);
	-o-transform: translate(-50%, -50%) rotate(-7deg);
	transform: translate(-50%, -50%) rotate(-7deg);
	opacity: 1;
	padding: 12px;
	z-index: 999;
}

/* line 192, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #000066;
	vertical-align: middle;
	font-family: Anton, Arial, sans-serif !important;
	color: #fff;
}

/* line 224, ../sass/partials/_banner.scss */

.ad-banners .promo-image {
	width: 100%;
	height: 0;
	padding-top: 46.64%;
	position: relative;
}

/* line 239, ../sass/partials/_banner.scss */

.banners {
	padding: 0;
	position: relative;
}

/* line 244, ../sass/partials/_banner.scss */

.banners li {
	list-style: none;
	float: left;
	padding: 0 10px;
}

/* line 263, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	position: absolute;
	top: 41%;
	color: #fff;
	z-index: 99999;
	left: 30%;
	font-family: Anton, Arial, sans-serif !important;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 100;
}

/* line 297, ../sass/partials/_banner.scss */

.about-container {
	background: #FFF;
	margin: 20px 0;
	padding: 20px;
}

/* line 306, ../sass/partials/_banner.scss */

#banner-panel img {
	width: 100%;
}

/* line 312, ../sass/partials/_banner.scss */

.tiles-container {
	margin-top: -140px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.2);
	padding: 20px 0;
}

/* line 319, ../sass/partials/_banner.scss */

.tiles-container .img-border {
	border: 5px solid #FFF;
}

/* line 325, ../sass/partials/_banner.scss */

.tiles-box {
	position: relative;
	text-align: center;
	color: white;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/* line 333, ../sass/partials/_banner.scss */

.tiles-box img {
	-webkit-transition: 2s ease-out;
	-moz-transition: 2s ease-out;
	-o-transition: 2s ease-out;
	transition: 2s ease-out;
}

/* line 341, ../sass/partials/_banner.scss */

.tiles-box img:hover {
	-webkit-transition: 2.5s ease-out;
	-moz-transition: 2.5s ease-out;
	-o-transition: 2.5s ease-out;
	transition: 2.5s ease-out;
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}

/* line 362, ../sass/partials/_banner.scss */

.tiles-description {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-transform: rotate(-14deg);
	-webkit-transform: rotate(-14deg);
	-moz-transform: rotate(-14deg);
	-o-transform: rotate(-14deg);
	transform: rotate(-14deg);
}

/* line 374, ../sass/partials/_banner.scss */

.tiles-description h2 {
	width: 70%;
	text-transform: uppercase;
}

/* line 379, ../sass/partials/_banner.scss */

.tiles-description h2 a {
	color: #FFF;
	font-weight: 100 !important;
	font-family: Anton, Arial, sans-serif;
}

/* line 389, ../sass/partials/_banner.scss */

.widget_sp_image {
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* line 396, ../sass/partials/_banner.scss */

.widget_sp_image img {
	-webkit-transition: 2s ease-out;
	-moz-transition: 2s ease-out;
	-o-transition: 2s ease-out;
	transition: 2s ease-out;
}

/* line 404, ../sass/partials/_banner.scss */

.widget_sp_image img:hover {
	-webkit-transition: 2.5s ease-out;
	-moz-transition: 2.5s ease-out;
	-o-transition: 2.5s ease-out;
	transition: 2.5s ease-out;
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}

/* line 439, ../sass/partials/_banner.scss */

.facebook-social-md {
	display: block;
	padding: 0;
}

/* line 444, ../sass/partials/_banner.scss */

.facebook-social {
	display: block;
	padding: 0;
}

/* line 467, ../sass/partials/_banner.scss */

.bright {
	background-color: #fff !important;
	color: #000 !important;
}

/* line 472, ../sass/partials/_banner.scss */

.imgbright {
	background-color: #000 !important;
}

/* 21/09/2018  */

/* line 492, ../sass/partials/_banner.scss */

.donate {
	text-align: center;
    display: inline-block;
    max-width: 200px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px;
    border: 2px solid #f4a504;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none !important;
    background: #fbc149;
    background: -moz-linear-gradient(top, #fbc149 0, #f5a604 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc149), color-stop(100%, #f5a604));
    background: -webkit-linear-gradient(top, #fbc149 0, #f5a604 100%);
    background: -o-linear-gradient(top, #fbc149 0, #f5a604 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbc149), to(#f5a604));
    background: linear-gradient(to bottom, #fbc149 0, #f5a604 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc149', endColorstr='#f5a604', GradientType=0);
    color: #000;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 7px;
}

/* line 522, ../sass/partials/_banner.scss */

.dnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* line 541, ../sass/partials/_banner.scss */

div#cd_widget {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
}

/* line 548, ../sass/partials/_banner.scss */

img.cdi {
	/*width: 80px;
	height: 67px;*/
}

/* line 553, ../sass/partials/_banner.scss */

h4.cdt {
	margin-top: 82px;
	font-size: 15px;
	margin-left: -190px;
}

/* line 598, ../sass/partials/_banner.scss */

.row.margin {
	margin-top: 30px;
}

/* line 1, ../sass/partials/_footer.scss */

.footer-last {
	background: #000;
	padding: 10px 0;
}

/* line 6, ../sass/partials/_footer.scss */

.search-box #searchsubmit:hover {
	color: #FFF;
}

/* line 9, ../sass/partials/_footer.scss */

.footer {
	padding: 50px 0;
	padding-bottom: 0px;
}

/* line 26, ../sass/partials/_footer.scss */

.footer h2 {
	font-family: "BlackOpsOne-Regular", Arial, sans-serif !important;
	color: #f5a700;
	clear: both;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}

/* line 35, ../sass/partials/_footer.scss */

.footer #menu-footer-menu li a {
	color: #fff;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	border-left: 1px solid #FFF;
    padding: 0 10px;
}

/* line 41, ../sass/partials/_footer.scss */

.footer #menu-footer-menu li {
	float: none;
	display: inline-block;
}

/* line 45, ../sass/partials/_footer.scss */

.footer .address,
.footer .phone,
.footer .email {
	color: #fff;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

/* line 58, ../sass/partials/_footer.scss */

.footer .search h4 {
	font-size: 24px;
}

/* line 84, ../sass/partials/_footer.scss */

.footer .footer-social {
	padding: 0;
}

/* line 86, ../sass/partials/_footer.scss */

.footer .footer-social li {
	list-style: none;
	padding: 2px 0;
	color: #fff;
}

/* line 90, ../sass/partials/_footer.scss */

.footer .footer-social li a {
	color: #fff;
}

/* line 93, ../sass/partials/_footer.scss */

.footer .footer-social li span {
	color: #fff;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	padding-left: 5px;
}

/* line 103, ../sass/partials/_footer.scss */

.footer a {
	color: #FFF;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 108, ../sass/partials/_footer.scss */

.footer ul {
	padding-left: 0px;
}

/* line 112, ../sass/partials/_footer.scss */

.footer li {
	list-style-type: none;
	line-height: 25px;
	padding: 0 5px;
    font-weight: bold;
}

/* line 117, ../sass/partials/_footer.scss */

.footer p {
	color: #FFF;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 135, ../sass/partials/_footer.scss */

.footer-logo img {
	float: left;
	margin-right: 15px;
	padding: 15px 0;
}

/* line 141, ../sass/partials/_footer.scss */

.copyright-text {
	font-weight: 400;
	color: #fff;
	padding-top: 10px;
	font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 155, ../sass/partials/_footer.scss */

.footer-nav {
	display: inline-block;
}

/* line 162, ../sass/partials/_footer.scss */

.footer-nav li {
	margin-right: 15px;
	display: block;
	border-left: 1px solid #fff;
	padding-left: 15px;
}

/* line 175, ../sass/partials/_footer.scss */

.footer-nav li:first-child {
	border-left: none;
	padding-left: 0;
}

/* line 179, ../sass/partials/_footer.scss */

.footer-nav a {
	color: #fff;
	font-size: 12px;
}

/* line 185, ../sass/partials/_footer.scss */

.back-to-top .fa-chevron-up {
	color: rgba(255, 255, 255, 0.23);
	font-size: 26px;
	background: rgba(0, 0, 0, 0.22);
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 1, ../sass/partials/home-news.scss */

.front-more-news {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	padding-top: 10px;
}

/* line 7, ../sass/partials/home-news.scss */

.front-more-news .read-more {
	color: #0d223f;
	font-weight: 600;
	padding: 0 10px;
	font-size: 16px;
}

/* line 13, ../sass/partials/home-news.scss */

.front-more-news .sponsor-img {
	padding-top: 10px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	margin: 3px 0;
	padding: 14px;
	float: left;
	display: inline-block;
	background: #fff;
	line-height: 20px;
}

/* line 30, ../sass/partials/home-news.scss */

.front-more-news li p {
	padding: 0 10px;
	font-size: 15px;
	line-height: 26px;
}

/* line 35, ../sass/partials/home-news.scss */

.front-more-news li .rel-article-time {
	background: #fff;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 15px;
}

/* line 44, ../sass/partials/home-news.scss */

.rel-article-time {
	color: #999;
	font-size: 12px;
}

/* line 59, ../sass/partials/home-news.scss */

.more-news .fa-chevron-circle-right {
	padding-left: 10px;
}

/* line 83, ../sass/partials/home-news.scss */

.sponsor-img {
	padding-top: 10px;
}

/* line 84, ../sass/partials/home-news.scss */

.major-sponsor h3 {
	color: #fff;
}

/* line 93, ../sass/partials/home-news.scss */

.major-sponsor {
	padding: 0;
}

/* line 106, ../sass/partials/home-news.scss */

.sponsor-text {
	float: left;
	padding-top: 15px;
}

/* line 110, ../sass/partials/home-news.scss */

.sponsor-text ul {
	padding: 0px;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 114, ../sass/partials/home-news.scss */

.sponsor-text li {
	list-style: none;
	color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid;
}

/* line 119, ../sass/partials/home-news.scss */

.sponsor-text li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

/* line 127, ../sass/partials/home-news.scss */

.sponsor-text span.sub-text {
	font-size: 14px;
	font-weight: 100;
}

/* line 131, ../sass/partials/home-news.scss */

.sponsor-text i.fa.fa-trophy,
.sponsor-text .fa-calendar,
.sponsor-text .fa-map-marker,
.sponsor-text .fa-book {
	color: #fff;
	font-size: 33px;
	float: left;
	padding: 13px;
}

/* line 138, ../sass/partials/home-news.scss */

.more-news-section,
.event-sidebar {
	padding: 0;
}

/* line 139, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #fff;
	font-weight: 600;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	position: relative;
}

/* line 180, ../sass/partials/home-news.scss */

.widget-title {
	font-family: 'Rajdhani', sans-serif;
	color: #185B9F;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	clear: both;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	display: block;
	height: 55px;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	background: #012C54;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 55px;
}

/* line 215, ../sass/partials/home-news.scss */

.event_widget_row,
.event_list_row {
	position: relative;
	display: block;
	color: #012C54;
	height: 45px;
	background-color: #F2F2F3;
	font-size: 16px;
}

/* line 224, ../sass/partials/home-news.scss */

.event_widget_row:hover,
.event_list_row:hover {
	background-color: #f7f7f8;
}

/* line 227, ../sass/partials/home-news.scss */

.event_widget_row:hover:nth-child(odd),
.event_list_row:hover:nth-child(odd) {
	background-color: #f7f7f8;
}

/* line 232, ../sass/partials/home-news.scss */

.event_widget_row:nth-child(odd),
.event_list_row:nth-child(odd) {
	background-color: #E6E6E8;
}

/* line 235, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_widget_row .event_title,
.event_widget_row .event_time,
.event_list_row .event_date,
.event_list_row .event_title,
.event_list_row .event_time {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* line 238, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	font-weight: 300;
	left: 5px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	font-weight: 700;
	white-space: nowrap;
	left: 60px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* line 268, ../sass/partials/home-news.scss */

.event_widget_row .event_time,
.event_list_row .event_time {
	display: none;
}

/* line 272, ../sass/partials/home-news.scss */

.elite_events_list ul {
	padding: 0;
}

/* line 275, ../sass/partials/home-news.scss */

.elite_events_list ul li {
	list-style: none;
}

/* line 277, ../sass/partials/home-news.scss */

.elite_events_list ul li .event_title {
	left: 90px;
}

/* line 282, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	padding: 0 !important;
}

/* line 285, ../sass/partials/home-news.scss */

.main-news-archive {
	background-color: rgba(255, 255, 255, 0.1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.32)));
	background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.32)));
	background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.32));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='rgba(255, 255, 255, 0.32)');
	display: block;
}

/* line 310, ../sass/partials/home-news.scss */

.news-box {
	background: #FFF;
	border-bottom: 1px solid #dedede;
	background-image: url(../images/arrow-tip.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/* line 317, ../sass/partials/home-news.scss */

.news-box h3 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "BlackOpsOne-Regular", Arial, sans-serif !important;
	letter-spacing: 0px;
	padding: 0 0 10px 0;
	line-height: 22px;
	color: #000;
	margin: 0;
	display: block;
	font-size: 19px;
	text-transform: uppercase;
}

/* line 334, ../sass/partials/home-news.scss */

.news-box h3:hover {
	color: #910000;
}

/* line 337, ../sass/partials/home-news.scss */

.news-box h3 a {
	font-family: "BlackOpsOne-Regular", Arial, sans-serif !important;
	font-weight: 100;
}

/* line 342, ../sass/partials/home-news.scss */

.news-box .news-box-image {
	padding-left: 0px;
}

/* line 359, ../sass/partials/home-news.scss */

.news-box .news-box-image img {
	object-fit: none;
	object-position: center;
	height: 100%;
	width: auto;
	max-height: 152px;
	max-width: 100%;
}

/* line 369, ../sass/partials/home-news.scss */

.news-box .news-bos-content {
	padding: 30px 0;
}

/* line 384, ../sass/partials/home-news.scss */

.news-box .news-bos-content .category-name {
	display: inline-block;
	color: #888888;
}

/* line 389, ../sass/partials/home-news.scss */

.news-box .news-bos-content ul.post-categories {
	display: inline-block;
	padding-left: 4px;
}

/* line 394, ../sass/partials/home-news.scss */

.news-box .news-bos-content ul.post-categories li {
	list-style-type: none;
}

/* line 398, ../sass/partials/home-news.scss */

.news-box .news-bos-content ul.post-categories li a {
	pointer-events: none;
	cursor: default;
	color: #888888;
	font-weight: 100;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 411, ../sass/partials/home-news.scss */

.map-left {
	padding-left: 0px;
}

/* line 415, ../sass/partials/home-news.scss */

#bgmp_map-canvas {
	width: 100% !important;
}

/* line 419, ../sass/partials/home-news.scss */

#category-select {
	z-index: 7;
	position: absolute;
	display: inline-block;
	padding-left: 10px;
	top: 18px;
}

/* line 427, ../sass/partials/home-news.scss */

#category-select select {
	height: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 0px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	background: #f5a700;
	color: #ffffff;
	border: none;
	outline: none;
	background-color:#f5a700;
}

/* line 439, ../sass/partials/home-news.scss */

.view-more {
	background: #910000;
	min-height: 60px;
	line-height: 60px;
	color: #FFF;
	padding: 0 20px;
}

/* line 447, ../sass/partials/home-news.scss */

.view-more h3 {
	display: inline-block;
	text-align: left;
	font-family: 'BlackOpsOne-Regular', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 60px;
	color: #f5a700;
}

/* line 457, ../sass/partials/home-news.scss */

.view-more span {
	text-align: right;
	float: right;
}

/* line 463, ../sass/partials/home-news.scss */

.view-more a {
	color: #FFF;
	text-transform: uppercase;
	font-family: Anton, Arial, sans-serif;
	font-weight: 100;
}

/* line 473, ../sass/partials/home-news.scss */

#buttons-panel .panel-content {
	background-repeat: repeat !important;
	-moz-background-size: initial !important;
	background-size: initial !important;
}

/* line 480, ../sass/partials/home-news.scss */

#buttons-panel .widget-title {
	background: #910000;
	min-height: 60px;
	line-height: 60px;
	padding: 0 20px;
	display: inline-block;
	text-align: left;
	font-family: 'BlackOpsOne-Regular', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 60px;
	color: #f5a700;
	font-size: 24px;
	width: 100%;
	font-weight: 100;
	margin-bottom: 0px;
}

/* line 504, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	background: #910000;
}

/* line 511, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .list-date {
	background: none;
	margin: 10px 5px 10px 5px;
}

/* line 516, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .list-date .list-daynumber {
	color: #e7cc1d;
	font-size: 30px;
	font-family: "BlackOpsOne-Regular", Arial, sans-serif;
	font-weight: 100;
	line-height: 35px;
}

/* line 530, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .list-date .list-dayname {
	background: none;
	color: #FFF;
}

/* line 538, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .list-info h2 {
	width: 70%;
	display: inline-block;
	margin-bottom: 0px;
}

/* line 545, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .eventviewbutton {
	display: inline-block;
	position: absolute;
	right: 30px;
	margin-top: -8px;
}

/* line 567, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .type-tribe_events,
#buttons-panel .tribe-mini-calendar-list-wrapper .type-tribe_events {
	margin: 0 !important;
	color: #FFF;
}

/* line 572, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .list-info,
#buttons-panel .tribe-mini-calendar-list-wrapper .list-info {
	margin-top: 19px;
	text-align: left;
}

/* line 578, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .tribe-events-widget-link,
#buttons-panel .tribe-mini-calendar-list-wrapper .tribe-events-widget-link {
	position: absolute;
	top: 13px;
	right: 26px;
	width: 100px;
	line-height: 14px;
}

/* line 591, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .tribe-events-widget-link a,
#buttons-panel .tribe-mini-calendar-list-wrapper .tribe-events-widget-link a {
	color: #FFF;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: bold;
	font-size: 10px;
}

/* line 600, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .calendar-image,
#buttons-panel .tribe-mini-calendar-list-wrapper .calendar-image {
	position: absolute;
	top: 8px;
	right: 30px;
	width: 40px;
	border: none;
}

/* line 607, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .calendar-image img,
#buttons-panel .tribe-mini-calendar-list-wrapper .calendar-image img {
	border: none;
}

/* line 614, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-title a {
	color: #FFF;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-size: 13px;
}

/* line 624, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .type-tribe_events:nth-of-type(odd) .tribe-mini-calendar-event {
	background: #740000 !important;
}

/* line 632, ../sass/partials/home-news.scss */

#buttons-panel #media_video-2 {
	margin-top: 20px;
	position: relative;
}

/* line 637, ../sass/partials/home-news.scss */

#buttons-panel .view-all {
	position: absolute;
	right: 25px;
	top: 20px;
}

/* line 642, ../sass/partials/home-news.scss */

#buttons-panel .view-all a {
	color: #FFF;
	text-transform: uppercase;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: bold;
}

/* line 654, ../sass/partials/home-news.scss */

.news-image-background {
	height: 175px;
	width: 100%;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* line 664, ../sass/partials/home-news.scss */

.news-title-style {
	max-width: 80%;
	background:rgba(0,0,0,0.5);
	padding: 12px;
	color: #f5a700;
	font-weight: 900;
	word-wrap: break-word;
	/*word-break: break-all;*/
	display: inline-block;
}

/* line 2, ../sass/partials/_sponsors.scss */

#contact-panel .panel-content {
	padding-top: 0 !important;
}

/* line 5, ../sass/partials/_sponsors.scss */

.border {
	border-bottom: 2px solid rgba(204, 204, 204, 0.48);
	padding-top: 23px;
	margin-bottom: 25px;
}

/* line 12, ../sass/partials/_sponsors.scss */

#sponsors-panel .panel-content {
	padding: 50px 0 50px;
}

/* line 19, ../sass/partials/_sponsors.scss */

.sponsor {
	text-align: center;
}

/* line 27, ../sass/partials/_sponsors.scss */

.sponsor h3 {
	margin-bottom: 20px;
	font-size: 30px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	color: #000;
}

/* line 38, ../sass/partials/_sponsors.scss */

.spon:nth-of-type(1) {
	background: none !important;
}

/* line 44, ../sass/partials/_sponsors.scss */

.spon {
	display: inline-block;
}

/* line 46, ../sass/partials/_sponsors.scss */

.spon:first-child {
	background: none;
}

/* line 58, ../sass/partials/_sponsors.scss */

.sponsors {
	padding: 25px 0;
	max-width: 90%;
	margin: auto;
	text-align: center;
}

/* line 63, ../sass/partials/_sponsors.scss */

.sponsors li {
	margin: 0 15px;
	margin-top: 0px;
	list-style: none;
	display: inline-block;
}

/* line 73, ../sass/partials/_sponsors.scss */

.sponsors li img {
	max-width: 150px;
}

/* line 90, ../sass/partials/_sponsors.scss */

.sponsors .slick-prev,
.sponsors .slick-next {
	display: none !important;
}

/* line 105, ../sass/partials/_sponsors.scss */

.sponsors .slick-prev:before {
	content: "\f053";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	color: #e7cc1d;
	line-height: 26px;
}

/* line 113, ../sass/partials/_sponsors.scss */

.sponsors .slick-next:before {
	content: "\f054";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	color: #e7cc1d;
	line-height: 26px;
}

/* line 121, ../sass/partials/_sponsors.scss */

.sponsors .slick-next {
	float: right;
}

/* line 126, ../sass/partials/_sponsors.scss */

.sponsors p {
	font-size: 15px;
}

/* line 130, ../sass/partials/_sponsors.scss */

.sponsors .sub-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* line 135, ../sass/partials/_sponsors.scss */

.sponsors .platinum-sponsors {
	padding: 0;
	margin: 0;
}

/* line 137, ../sass/partials/_sponsors.scss */

.sponsors .platinum-sponsors li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 35px 12px 25px;
}

/* line 146, ../sass/partials/_sponsors.scss */

.sponsors a:hover {
	opacity: 0.6;
}

/* line 149, ../sass/partials/_sponsors.scss */

.spons-title {
	text-align: center;
	display: block;
	font-weight: 500;
	font-size: 20px;
	color: #777777;
	padding-top: 15px;
}

/* line 2, ../sass/partials/_single.scss */

.post-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* line 16, ../sass/partials/_single.scss */

.post-content .featured-image {
	margin-bottom: 20px;
}

/* line 25, ../sass/partials/_single.scss */

.news-title {
	margin-bottom: 10px;
}

/* line 31, ../sass/partials/_single.scss */

.widget-wrapper img {
	border: 1px solid #000;
	width: 100%;
}

/* line 49, ../sass/partials/_single.scss */

.buttons-box-inner li a {
	display: block;
	-webkit-font-smoothing: antialiased;
	color: #FFFFFF;
	width: 100%;
	text-transform: uppercase;
	font-family: Anton, Arial, sans-serif !important;
}

/* line 63, ../sass/partials/_single.scss */

.buttons-box-inner li a > span {
	float: left;
	width: 85%;
}

/* line 67, ../sass/partials/_single.scss */

.buttons-box-inner li:hover a {
	color: #fff;
}

/* line 70, ../sass/partials/_single.scss */

.buttons-box-inner li:hover {
	background: #00affe;
}

/* line 74, ../sass/partials/_single.scss */

.buttons-box-inner li {
	border: solid 1px #dddddd;
	height: 55px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #910000;
}

/* line 98, ../sass/partials/_single.scss */

.buttons-box-inner {
	margin-top: 5px;
	padding: 0;
	margin: 0;
	background: #fff;
}

/* line 105, ../sass/partials/_single.scss */

.post-meta p {
	margin-bottom: 0;
}

/* line 108, ../sass/partials/_single.scss */

.post-meta .tags {
	font-size: 12px;
	text-transform: uppercase;
}

/* line 111, ../sass/partials/_single.scss */

.post-meta .tags a {
	background: #012C54;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 2px;
	padding: 0 3px;
	font-size: 12px;
}

/* line 118, ../sass/partials/_single.scss */

.post-meta .tags a:hover {
	text-decoration: none;
	background: #00549c;
}

/* line 126, ../sass/partials/_single.scss */

#content-wrap {
	min-height: 500px;
}

/* Player Profile, Gallery - single */

/* line 137, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: left;
	margin-right: 10px;
}

/* line 147, ../sass/partials/_single.scss */

.players-single p.intro,
.gallery-single p.intro {
	font-size: 16px;
	font-weight: 400;
}

/* line 151, ../sass/partials/_single.scss */

.players-single td,
.gallery-single td {
	padding: 0 5px;
}

/* line 157, ../sass/partials/_single.scss */

.is-landing .custom-header-img,
.is-landing .custom-header-img-mobile {
	margin-bottom: 20px;
}

/* line 161, ../sass/partials/_single.scss */

#weblizar_twitter-3 .widget-title {
	display: none;
}

/* line 165, ../sass/partials/_single.scss */

.page-content {
	background: #000;
	color: #fff;
	padding: 20px;
	overflow: hidden;
}

/* line 172, ../sass/partials/_single.scss */

.page-contents {
	background: #000;
	color: #fff;
	overflow: hidden;
}

/* line 179, ../sass/partials/_single.scss */

#page-container {
	background: #000;
}

/* line 194, ../sass/partials/_single.scss */

.headering-top h1 {
	color: #cacaca;
	display: inline-block;
}

/* line 199, ../sass/partials/_single.scss */

.headering-top .breadcrumb-list a,
.headering-top span.chevron,
.headering-top .breadcrumb-list .breadcrumb-current {
	color: #f7a800;
}

/* line 206, ../sass/partials/_single.scss */

.contact-heading {
	padding: 8px 15px;
	background: #910000;
	color: #FFF !important;
	text-transform: uppercase;
	overflow: hidden;
}

/* line 213, ../sass/partials/_single.scss */

.contact-heading .fixture-heading {
	font-weight: bold;
}

/* line 218, ../sass/partials/_single.scss */

.fixture-image {
	width: 40px;
	padding-right: 0px;
}

/* line 227, ../sass/partials/_single.scss */

.fixture-heading-bold {
	font-weight: bold;
}

/* line 231, ../sass/partials/_single.scss */

.fixture-image img {
	width: auto;
}

/* line 233, ../sass/partials/_single.scss */

.fixture-notes {
	width: auto;
	text-align: center;
}

/* line 234, ../sass/partials/_single.scss */

.fixture-notes img {
	width: auto;
}

/* line 235, ../sass/partials/_single.scss */

.contents {
	padding-top: 20px;
}

/* line 238, ../sass/partials/_single.scss */

.members-details {
	padding: 20px;
	text-align: center;
}

/* line 243, ../sass/partials/_single.scss */

.members-details p {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all; /* Instead use this non-standard one: */
	word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* line 272, ../sass/partials/_single.scss */

.news-details {
	margin: 10px 0 40px 0;
}

/* line 275, ../sass/partials/_single.scss */

.news-details p {
	margin-bottom: 0px;
}

/* line 279, ../sass/partials/_single.scss */

.news-details p a {
	color: #fff;
}

/* line 283, ../sass/partials/_single.scss */

.news-details p a:hover {
	color: #f5a700;
}

/* line 288, ../sass/partials/_single.scss */

.news-details .category-name {
	font-size: 12px;
	color: #555;
}

/* line 297, ../sass/partials/_single.scss */

#sidebar .shortcode_widget {
	margin: 0px;
}

/* line 303, ../sass/partials/_single.scss */

.no-padding {
	padding: 0 !important;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

/* line 3, ../sass/partials/_uisearch.scss */

.sb-search {
	width: 0%;
	min-width: 58px;
	height: 37px;
	float: right;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

/* line 26, ../sass/partials/_uisearch.scss */

.sb-search-open .sb-search-input:after {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 15px;
}

/* line 35, ../sass/partials/_uisearch.scss */

.sb-search-open .fa-search {
	display: block !important;
	position: absolute;
	right: 15px;
	top: 62px;
	z-index: 9999;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	position: absolute;
	top: 49px;
	right: 0;
	display: none;
	padding-left: 3px;
	outline: none;
	background: transparent;
	-webkit-box-shadow: 2px 2px 5px 0px #131212;
	-moz-box-shadow: 2px 2px 5px 0px #131212;
	box-shadow: 2px 2px 5px 0px #131212;
	height: 52px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 18px;
	padding-left: 10px;
	color: #222;
}

/* line 73, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

/* line 75, ../sass/partials/_uisearch.scss */

.sb-search-open .sb-search-input {
	background: #000;
	color: #FFF;
	border: none;
	z-index: 9999;
	font-size: 15px;
	display: block;
	margin-top: 11px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

/* line 98, ../sass/partials/_uisearch.scss */

.sb-search ::-webkit-input-placeholder {
	color: transparent;
}

.sb-search :-moz-placeholder {
	color: transparent;
}

.sb-search ::-moz-placeholder {
	color: transparent;
}

.sb-search :-ms-input-placeholder {
	color: transparent;
}

.sb-search ::placeholder {
	color: transparent;
}

/* line 103, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open ::-webkit-input-placeholder {
	color: #FFF;
}

.sb-search.sb-search-open :-moz-placeholder {
	color: #FFF;
}

.sb-search.sb-search-open ::-moz-placeholder {
	color: #FFF;
}

.sb-search.sb-search-open :-ms-input-placeholder {
	color: #FFF;
}

.sb-search.sb-search-open ::placeholder {
	color: #FFF;
}

/* line 112, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	background: transparent;
	width: 43px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

/* line 131, ../sass/partials/_uisearch.scss */

.sb-search-submit {
	background: transparent; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

/* line 142, ../sass/partials/_uisearch.scss */

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 24px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* line 149, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	content: "s";
	font-size: 20px;
}

/* Open state */

/* line 163, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open,
.no-js .sb-search {
	margin-left: 0px;
	z-index: 10000;
	background: transparent;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

/* line 178, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open .sb-icon-search {
	background: rgba(0, 0, 0, 0.2);
	width: 43px;
}

/* line 183, ../sass/partials/_uisearch.scss */

.no-js .sb-search .sb-icon-search {
	background: transparent;
	color: #fff;
	z-index: 11;
}

/* line 189, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* line 193, ../sass/partials/_uisearch.scss */

.exp-serach {
	padding-left: 5px;
}

/* line 195, ../sass/partials/_uisearch.scss */

.ExpIcon {
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	display: block;
}

/* line 201, ../sass/partials/_uisearch.scss */

.searchform {
	display: none;
	line-height: 0;
	position: absolute;
	right: -30px;
	top: 27px;
	width: 270px;
	z-index: 9999998;
}

/* line 210, ../sass/partials/_uisearch.scss */

.searchform input {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	font-family: "Raleway",sans-serif;
	font-weight: 500;
	height: 58px;
	padding: 0 9px;
	width: 100%;
}

/* line 220, ../sass/partials/_uisearch.scss */

.searchform input.s {
	padding-right: 51px;
}

/* line 223, ../sass/partials/_uisearch.scss */

.searchform input[type="submit"] {
	background: url(../images/search-icon.png) #000 no-repeat center;
	border: 0 none;
	font-size: 18px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: 0;
	-webkit-transition: all 0.4s ease 0s;
	width: 58px;
	font-size: 0;
	-moz-background-size: 23px;
	background-size: 23px;
}

/* line 238, ../sass/partials/_uisearch.scss */

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* line 241, ../sass/partials/_uisearch.scss */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/* line 247, ../sass/partials/_uisearch.scss */

input[type="search"]::-ms-clear {
	display: none;
}

/* Chrome */

/* line 251, ../sass/partials/_uisearch.scss */

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
	display: none;
}

/* line 257, ../sass/partials/_uisearch.scss */

.searchform input[type="submit"]:focus {
	background: url(images/search-icon.png) #000 no-repeat center;
	-moz-background-size: 23px;
	background-size: 23px; /*    border-top: 1px solid #43166c;*/
}

/* line 261, ../sass/partials/_uisearch.scss */

form#header_Search {
	display: inline-block;
}

/* line 279, ../sass/partials/_uisearch.scss */

.search-icon {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: rgba(0, 0, 0, 0.1);
	font-size: 18px;
	color: #fff;
}

/* line 285, ../sass/partials/_uisearch.scss */

.search-icon.active {
	background: #333;
}

/* line 286, ../sass/partials/_uisearch.scss */

.hpart-search-box {
	width: 300px;
	height: 50px;
	background: #FFF;
	position: absolute;
	right: 0px;
	bottom: -50px;
	z-index: 9999;
	display: none;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

/* line 299, ../sass/partials/_uisearch.scss */

.hpart-search-box input[type='text'] {
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 100%;
	border: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	color: #000;
	padding: 0 0 0 30px;
	background: #FFF;
}

/* line 308, ../sass/partials/_uisearch.scss */

.hpart-search-box .fa-search {
	font-size: 16px;
	color: #000;
	margin-left: 20px;
	cursor: pointer;
	margin-right: 16px;
}

/* line 309, ../sass/partials/_uisearch.scss */

.hpart-search-box input[type='text']:focus {
	outline: 0;
}

/* line 3, ../sass/partials/_fixture.scss */

.results_container .table_header {
	background: #231f20;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	display: none;
}

/* line 11, ../sass/partials/_fixture.scss */

.results_container .table_header h2 {
	color: #FFF;
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	margin: 0px;
}

/* line 20, ../sass/partials/_fixture.scss */

.results_container .table_header a {
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	color: #fff;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}

/* line 37, ../sass/partials/_fixture.scss */

.results_container .fixturerow {
	font-weight: normal;
	font-size: 16px;
	position: relative;
	height: 152px;
	border-bottom: 1px solid #dddddd;
}

/* line 48, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spteam2 {
	right: 40px;
	text-align: left;
	position: absolute;
	top: 20px;
}

/* line 59, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spteam1 {
	left: 50px;
	position: absolute;
	top: 20px;
}

/* line 68, ../sass/partials/_fixture.scss */

.results_container .fixturerow .sp-match-link {
	position: absolute;
	top: 120px;
	text-align: center;
	color: #000;
	left: 44%;
}

/* line 76, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spversus {
	position: relative;
	text-align: center;
	top: -88px;
	color: #00529c;
	font-size: 23px;
	font-weight: 700;
	display: none;
}

/* line 92, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spdate {
	color: #000;
	position: relative;
	word-break: break-all;
	text-align: center;
	margin: auto;
	font-size: 13px;
	top: 24px;
	width: 200px;
	left: 3px;
	margin-bottom: 23px;
}

/* line 106, ../sass/partials/_fixture.scss */

.results_container .fixturerow .scoredivider {
	display: none;
}

/* line 113, ../sass/partials/_fixture.scss */

.results_container .sp-match-link a {
	color: #910000;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 30;
	font-size: 13px;
	top: -75px;
	font-family: "Open Sans", Arial, sans-serif !important;
	text-decoration: underline;
}

/* line 125, ../sass/partials/_fixture.scss */

.results_container .sp-match-link .emoji {
	display: none !important;
}

/* line 144, ../sass/partials/_fixture.scss */

.fixtures_box h1.fixtures_heading {
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}

/* line 159, ../sass/partials/_fixture.scss */

.ladder_container {
	padding-top: 0px;
}

/* line 164, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper1 {
	max-height: 627px;
	overflow-y: scroll;
	background: #FFF;
}

/* line 180, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .first-column,
#fixtures_lg-wrapper .third-column {
	margin-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

/* line 197, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .third-column {
	position: relative;
}

/* line 201, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .top-leader {
	position: absolute;
	z-index: 8;
	left: 103px;
	top: 67px;
}

/* line 222, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .second-column {
	padding-left: 0px;
	padding-right: 0px;
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

/* line 232, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .panel-heading {
	text-align: center;
	color: #e7CB14;
	margin-bottom: 0px;
}

/* line 239, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper #selectMe9 {
	margin-bottom: 0px;
	height: 40px;
	background: #FFF;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	margin-top: 25px;
	max-width: 100%;
}

/* line 257, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper #sp-comp-links {
	display: none;
}

/* line 262, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper #spnext {
	display: none;
}

/* line 266, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper #spprev {
	display: none;
}

/* line 270, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper table {
	margin: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
	background: #FFF;
}

/* line 278, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .spcompname {
	display: none !important;
}

/* line 283, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .sproundname {
	display: block !important;
	position: relative;
	top: -243px;
	color: #FFF;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 296, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .spmatch-title {
	display: block !important;
	position: relative;
	text-align: center;
	top: 23px;
}

/* line 304, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .spmatchname {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 76%;
	right: 115px;
	width: 152px;
	text-align: left;
	line-height: 14px;
}

/* line 324, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .spvenue {
	display: block;
	font-size: 12px;
	font-size: 12px;
	position: absolute;
	top: 76%;
	left: 122px;
	width: 152px;
	text-align: right;
	line-height: 14px;
}

/* line 348, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper table td,
.fixtures_box table th {
	font-weight: normal;
	border: none;
	padding: 8px;
	text-align: left;
	width: 0px;
	font-size: 12px;
}

/* line 364, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .ladder_container tr {
	border-bottom: 1px solid #ddd;
}

/* line 368, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .ladder_container tr:last-child {
	border-bottom: 2px solid #FFF;
}

/* line 373, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper table th {
	background: #000;
	color: #FFF;
	text-align: left !important;
	padding: 8px;
	font-size: 13px;
}

/* line 381, ../sass/partials/_fixture.scss */

.results_container .spteam1 .team1name {
	display: block;
	float: left;
	padding-left: 0px;
	text-align: center;
	background-repeat: no-repeat;
	-moz-background-size: 35px 35px;
	background-size: 35px 35px;
	width: 120px;
	font-size: 12px;
	word-break: break-word;
	left: -30px;
	position: absolute;
	top: 60px;
}

/* line 402, ../sass/partials/_fixture.scss */

.results_container .spteam2 .team2name {
	display: block;
	float: right;
	padding-right: 0px;
	text-align: center !important;
	background-repeat: no-repeat;
	-moz-background-size: 35px 35px;
	background-size: 35px 35px;
	width: 120px;
	font-size: 12px;
	word-break: break-word;
	right: -30px;
	text-align: left;
	position: absolute;
	top: 60px;
}

/* line 431, ../sass/partials/_fixture.scss */

#ladder-panel {
	overflow: hidden;
	margin-top: -35px;
}

/* container */

/* line 448, ../sass/partials/_fixture.scss */

.widget_match_center {
	height: 250px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* line 458, ../sass/partials/_fixture.scss */

.sblock_wrapper {
	height: 121px;
	width: 100%;
}

/* line 464, ../sass/partials/_fixture.scss */

#sp-comp-links {
	display: none;
}

/* match items */

/* line 469, ../sass/partials/_fixture.scss */

.mc-select,
#sblock4_dropdown {
	position: absolute;
	right: 5px;
	width: 25%;
	border: none;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	background: #000;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	cursor: pointer;
}

/* line 505, ../sass/partials/_fixture.scss */

.widget_match_center .spmatch {
	width: 340px;
	height: auto;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Match Center match title */

/* line 525, ../sass/partials/_fixture.scss */

.widget_match_center .spmatch-title {
	display: block !important;
	height: 30px;
	line-height: 30px;
	width: 100%;
	clear: both;
	text-indent: 7px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding-bottom: 10px;
	margin-bottom: 12PX;
	border-bottom: 1px solid white;
}

/* line 537, ../sass/partials/_fixture.scss */

.widget_match_center .spdate {
	color: #000;
	float: left;
	font-size: 14px;
}

/* line 542, ../sass/partials/_fixture.scss */

.sp-match-link.teamslink {
	display: none;
}

/* line 545, ../sass/partials/_fixture.scss */

.widget_match_center .sp-match-link {
	float: right;
	margin-right: 3px;
	font-size: 10px;
}

/* line 550, ../sass/partials/_fixture.scss */

.widget_match_center .sp-match-link a {
	color: #000;
	text-transform: capitalize;
	font-size: 13px;
	text-decoration: underline;
}

/* Match Center team /score info */

/* line 558, ../sass/partials/_fixture.scss */

.widget_match_center .spteams {
	color: #FFF;
}

/* line 564, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	display: inline;
	float: left;
	height: 97px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

/* line 593, ../sass/partials/_fixture.scss */

#mc-game-content {
	width: 2000px;
}

/* line 598, ../sass/partials/_fixture.scss */

#spnext,
#spprev {
	width: 18px;
	height: 72px;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* line 610, ../sass/partials/_fixture.scss */

#spprev { /* previous arrow */
	float: left;
	margin: 0 3px 0 7px;
}

/* line 617, ../sass/partials/_fixture.scss */

#spnext {
	margin: 0 7px 0 3px;
}

/* line 620, ../sass/partials/_fixture.scss */

#spprev:before,
#spnext:before {
	border-style: solid;
	border-style: solid;
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	margin-top: 38px;
	margin-left: 7px;
}

/* line 630, ../sass/partials/_fixture.scss */

#spprev:before {
	border-color: rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 11px 10px 11px 0;
}

/* line 637, ../sass/partials/_fixture.scss */

#spnext:before {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	border-width: 11px 0 11px 10px;
}

/* line 642, ../sass/partials/_fixture.scss */

.widget_match_center .spteam1,
.widget_match_center .spteam2 {
	color: #000;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-indent: 7px;
}

/* line 649, ../sass/partials/_fixture.scss */

.widget_match_center .spversus {
	color: #000;
	font-size: 11px;
	line-height: 1px;
	display: none;
}

/* line 655, ../sass/partials/_fixture.scss */

.widget_match_center .spversus:before {
	content: "";
	margin-right: 4%;
	width: 77%;
	height: 1px;
	background: #D1D1D1;
	display: inline-block;
	vertical-align: middle;
}

/* line 664, ../sass/partials/_fixture.scss */

.widget_match_center .spscore {
	position: absolute;
	top: 34px;
	right: 9px;
	text-align: right;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
}

/* line 674, ../sass/partials/_fixture.scss */

.widget_match_center .team2score,
.widget_match_center .team1score {
	display: block;
}

/* line 677, ../sass/partials/_fixture.scss */

.team1score {
	left: 72px;
	position: absolute;
	top: 120px;
}

/* line 688, ../sass/partials/_fixture.scss */

.team2score {
	right: 72px;
	text-align: left;
	position: absolute;
	top: 120px;
}

/* line 701, ../sass/partials/_fixture.scss */

.widget_match_center .scoredivider {
	display: none;
}

/* line 704, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	color: #F7F7F7;
	font-size: 13px;
	position: relative;
	top: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

/* line 710, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a:hover,
.widget_match_center .sp-lad-link a:hover,
.widget_match_center .sp-stat-link a:hover {
	text-decoration: none;
	color: #000;
}

/* com links buttons */

/* line 719, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link,
.widget_match_center .sp-stat-link {
	width: 80px;
	height: 80px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.1) url("../images/soccer_ball_icon_sprite.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 729, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link:hover,
.widget_match_center .sp-stat-link:hover {
	text-decoration: none !important;
	background: rgba(0, 0, 0, 0.1) url("../images/soccer_ball_icon_sprite_hover.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 741, ../sass/partials/_fixture.scss */

.widget_match_center .sp-stat-link {
	display: none !important;
}

/* line 746, ../sass/partials/_fixture.scss */

.widget_match_center .sp-lad-link {
	width: 80px;
	height: 80px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.1) url("../images/ladder_icon_sprite.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 756, ../sass/partials/_fixture.scss */

.widget_match_center .sp-lad-link:hover {
	text-decoration: none !important;
	background: rgba(0, 0, 0, 0.1) url("../images/ladder_icon_sprite_hover.png");
	background-repeat: no-repeat;
	background-position: top 10px center;
}

/* line 768, ../sass/partials/_fixture.scss */

#match-centre-panel {
	background: #0069aa;
}

/* line 770, ../sass/partials/_fixture.scss */

#match-centre-panel .panel-content {
	position: relative;
	min-height: auto;
	padding: 0;
}

/* line 776, ../sass/partials/_fixture.scss */

.widget_match_center .sp-match-link img.emoji {
	display: none !important;
}

/* line 780, ../sass/partials/_fixture.scss */

div#match-center-top {
	margin-top: -18px;
	z-index: 200;
	position: relative;
}

/* line 785, ../sass/partials/_fixture.scss */

.home .widget_match_center .sp-stat-link {
	display: none;
}

/* line 791, ../sass/partials/_fixture.scss */

#match-center .spmatchname {
	display: none;
}

/* line 795, ../sass/partials/_fixture.scss */

#match-centre-panel {
	position: relative;
}

/* line 801, ../sass/partials/_fixture.scss */

#match-centre-panel::before {
	content: "";
	background: url("../images/scroll_arrow_icon_white.png") center top no-repeat;
	top: -37px;
	left: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2000;
	width: 80px;
	height: 80px;
	margin-left: -50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	display: block;
}

/* line 827, ../sass/partials/_fixture.scss */

.sptime {
	display: none;
}

/* line 831, ../sass/partials/_fixture.scss */

.spvenue {
	display: none;
}

/* line 835, ../sass/partials/_fixture.scss */

#match-center-bottom {
	padding-top: 40px;
}

/* line 839, ../sass/partials/_fixture.scss */

.fix-right {
	position: absolute;
	bottom: -222px;
	right: -350px;
	z-index: 9;
}

/* line 853, ../sass/partials/_fixture.scss */

.fix-right img {
	width: 80%;
}

/* line 858, ../sass/partials/_fixture.scss */

#groups {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 865, ../sass/partials/_fixture.scss */

#selectMe2 {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 874, ../sass/partials/_fixture.scss */

#selectMe3 {
	background: none;
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
}

/* line 884, ../sass/partials/_fixture.scss */

.matchcentre h1 {
	color: #FFF;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

/* line 891, ../sass/partials/_fixture.scss */

.matchcentre h2 {
	color: #FFF;
	margin-top: 20px;
}

/* line 896, ../sass/partials/_fixture.scss */

.sproundname {
	display: none !important;
}

/* line 900, ../sass/partials/_fixture.scss */

.spcompname {
	display: none !important;
}

/* line 911, ../sass/partials/_fixture.scss */

.statleader-firstblock {
	float: left;
	width: 30%;
	padding: 20px;
}

/* line 917, ../sass/partials/_fixture.scss */

.statleader-tablewrap {
	float: left;
	width: 70%;
	padding: 0px;
}

/* line 923, ../sass/partials/_fixture.scss */

.statleader-container {
	background: #FFF;
	color: #000;
	overflow: hidden;
}

/* line 930, ../sass/partials/_fixture.scss */

.statleader-block-header {
	display: none;
}

/* line 934, ../sass/partials/_fixture.scss */

.sl-playerimage img {
	width: 100%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
	border: 2px solid #c7c7c7;
}

/* line 940, ../sass/partials/_fixture.scss */

.statleader-more {
	padding: 20px;
	text-align: right;
	text-transform: uppercase;
}

/* line 945, ../sass/partials/_fixture.scss */

.statleader-more a {
	color: #e41d32;
}

/* line 950, ../sass/partials/_fixture.scss */

.widget_match_center {
	height: 173px;
	max-width: 1230px;
	margin: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	clear: both;
	z-index: 99;
}

/* line 962, ../sass/partials/_fixture.scss */

.fixture {
	margin-top: 24px;
	text-align: right;
}

/* line 967, ../sass/partials/_fixture.scss */

.stats {
	margin-top: 20px;
}

/* line 970, ../sass/partials/_fixture.scss */

.stats a {
	color: #FFF;
	text-transform: uppercase;
	background: #e41e31;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 981, ../sass/partials/_fixture.scss */

.owl-carousel {
	overflow: hidden;
}

/* line 986, ../sass/partials/_fixture.scss */

.owl-carousel .owl-item img {
	width: auto !important;
}

/* line 995, ../sass/partials/_fixture.scss */

.tab-content .header-logo {
	display: none;
}

/* line 1002, ../sass/partials/_fixture.scss */

.tab-content .matchcentre .col-md-9 {
	margin-top: -114px;
	z-index: 99;
}

/* line 1016, ../sass/partials/_fixture.scss */

.owl-carousel.owl-loaded {
	display: block;
	margin-top: 80px;
}

/* line 1020, ../sass/partials/_fixture.scss */

.owl-nav {
	display: none;
}

/* line 1024, ../sass/partials/_fixture.scss */

.ad-banner {
	padding: 20px 0;
	clear: both;
}

/* line 1029, ../sass/partials/_fixture.scss */

.ad-banner img {
	max-width: 100%;
}

/* line 1037, ../sass/partials/_fixture.scss */

#fixtures_lg_wrapper .spfixture {
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 1043, ../sass/partials/_fixture.scss */

#fixtures_lg_wrapper .spteams::before {
	content: 'VS';
	color: #999;
	clear: both;
	font-size: 23px;
	text-align: center;
	position: relative;
	top: -16px;
	font-weight: 500;
	display: block;
}

/* line 1067, ../sass/partials/_fixture.scss */

#match-centre-panel {
	background: #1d2e5c;
	border-top: 1px solid #FFF;
	position: relative;
}

/* line 1074, ../sass/partials/_fixture.scss */

#match-centre-panel .panel-content {
	position: relative;
	min-height: auto;
	padding: 0;
}

/* line 1080, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev {
	z-index: 100;
	float: left;
	margin: 0;
	height: 80px;
	width: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* line 1110, ../sass/partials/_fixture.scss */

#match-centre-panel #spnext {
	z-index: 100;
	right: 0 !important;
	position: absolute;
	margin: 0;
	height: 80px;
	width: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/* line 1141, ../sass/partials/_fixture.scss */

#match-centre-panel .sproundname {
	display: none !important;
	color: #ffdb00;
	float: left;
	top: 16px;
	word-break: break-all;
	width: 50px;
	left: 45px;
	margin-left: 30px;
	margin-top: 15px;
}

/* line 1153, ../sass/partials/_fixture.scss */

#match-centre-panel .sproundname .last-word {
	font-size: 40px;
}

/* line 1157, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center .spcompname {
	float: none;
}

/* line 1160, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center .spteambye {
	color: #FFF;
	font-size: 11px;
	height: 50px;
	line-height: 24px;
	padding: 0 2px;
}

/* line 1167, ../sass/partials/_fixture.scss */

#match-centre-panel select {
	color: #FFF;
	height: 35px;
	font-weight: 100;
	margin-top: 25px;
	border: 1px solid #FFF;
	font-size: 12px;
	width: 100%;
}

/* line 1179, ../sass/partials/_fixture.scss */

#match-centre-panel #selectMe3 {
	color: #FFF;
	height: 50px;
	font-weight: 100;
	width: 100%;
	font-size: 30px;
	margin-top: -11px;
	height: 65px;
	line-height: 69px;
	padding-left: 11px;
	font-family: "Open Sans", Arial, sans-serif !important;
	-webkit-appearance: none;
	-moz-appearance: radio-container;
	appearance: none;
	border: none;
	font-weight: bold;
}

/* line 1211, ../sass/partials/_fixture.scss */

#match-centre-panel .match-heading,
#match-centre-panel .selectMe3 {
	color: #FFF !important;
	text-transform: uppercase;
	text-align: center;
}

/* line 1248, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center .spmatch {
	width: 220px;
	height: auto;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 0px;
	border-right: 1px solid #FFF;
	padding: 0px;
	background: #1d2e5c;
}

/* line 1270, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center {
	height: 80px;
	z-index: 9999;
	margin-top: 0;
	margin-bottom: 0px;
	background: none;
}

/* line 1278, ../sass/partials/_fixture.scss */

#match-centre-panel div#match-center-top {
	margin-top: 0px;
	z-index: 200;
	position: relative;
	overflow: hidden;
	height: 80px;
}

/* line 1285, ../sass/partials/_fixture.scss */

#match-centre-panel #match-center-bottom {
	padding-top: 0px;
}

/* line 1289, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center .sp-match-link a,
#match-centre-panel .widget_match_center .spdate {
	color: #FFF;
	font-size: 12px;
}

/* line 1294, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center .spteam1,
#match-centre-panel .widget_match_center .spteam2 {
	color: #FFF;
	font-size: 12px;
	height: 26px;
	line-height: 0px;
	text-indent: 7px;
}

/* line 1301, ../sass/partials/_fixture.scss */

#match-centre-panel .widget_match_center .spscore {
	position: absolute;
	top: 34px;
	right: 9px;
	text-align: right;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
}

/* line 1315, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	display: block;
	content: '\f137';
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	color: #FFF;
	z-index: 99999;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0px 0px;
	top: -8px;
	border: none;
	left: 5px;
}

/* line 1355, ../sass/partials/_fixture.scss */

#match-centre-panel #spnext:before {
	content: '\f138';
}

/* line 1359, ../sass/partials/_fixture.scss */

#match-centre-panel .match-center-box {
	padding-left: 0px;
}

/* line 1377, ../sass/partials/_fixture.scss */

#match-centre-panel .match-centre-round {
	margin-left: 20px;
	width: 82px;
	border-left: 1px solid #FFF;
}

/* line 1415, ../sass/partials/_fixture.scss */

#match-centre-panel::before {
	content: "";
	top: -37px;
	left: 50%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2000;
	width: 80px;
	height: 80px;
	margin-left: -50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: center;
	display: block;
}

/* line 1440, ../sass/partials/_fixture.scss */

#match-centre-panel {
	clear: both;
	height: 81px;
	max-height: 81px;
}

/* line 1462, ../sass/partials/_fixture.scss */

.spstats {
	position: relative;
}

/* line 1466, ../sass/partials/_fixture.scss */

.spstats tr:first-child {
	margin-top: 140px;
	display: inline;
	float: left;
	width: 100%;
	top: 0px;
	margin-bottom: 35px;
}

/* line 1477, ../sass/partials/_fixture.scss */

.spstats tr:first-child th:first-child {
	display: none;
}

/* line 1480, ../sass/partials/_fixture.scss */

.spstats tr:first-child th:nth-child(2) {
	width: 15%;
	position: absolute;
	background: #00275d;
	color: #FFF;
	left: 0px;
}

/* line 1488, ../sass/partials/_fixture.scss */

.spstats tr:first-child th:nth-child(3) {
	width: 68%;
	position: absolute;
	background: #00275d;
	color: #FFF;
	left: 15%;
	text-align: left;
	text-indent: 10px;
}

/* line 1497, ../sass/partials/_fixture.scss */

.spstats tr:first-child th:nth-child(4) {
	position: absolute;
	width: 20%;
	right: 0px;
	background: #00275d;
	color: #FFF;
	left: 80%;
}

/* line 1508, ../sass/partials/_fixture.scss */

.spstats tr:first-child th {
	display: inline-block;
}

/* line 1513, ../sass/partials/_fixture.scss */

.spstats .playerlogo {
	display: none;
}

/* line 1518, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px 10px;
}

/* line 1534, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo {
	display: inline-block;
	width: 90px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

/* line 1555, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo img {
	width: 90px;
}

/* line 1572, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerpos {
	display: none;
}

/* line 1580, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playername,
.spstats tr:nth-child(2) .teamname,
.spstats tr:nth-child(2) .playervalue {
	display: block;
}

/* line 1589, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playername {
	background: #910000;
	color: #000;
	padding-left: 5px;
	margin-left: 0px;
	height: 30px;
	line-height: 30px;
}

/* line 1602, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playername a {
	color: #FFF;
	font-size: 16px;
}

/* line 1612, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .names {
	text-align: left !important;
	width: 45% !important;
	display: inline-block;
	padding: 0px !important;
}

/* line 1628, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .teamname {
	padding-left: 8px;
}

/* line 1631, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .teamname a {
	font-size: 12px !important;
}

/* line 1636, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playervalue {
	text-align: center !important;
	margin-top: -24px;
	display: inline-block;
	background: #e7cc1d;
	color: #910000;
	font-size: 25px !important;
	height: 50px;
	width: 50px !important;
	line-height: 33px;
}

/* line 1687, ../sass/partials/_fixture.scss */

.spstats .sproweven .playerpos {
	width: 18% !important;
	font-weight: bold !important;
	font-size: 14px !important;
}

/* line 1698, ../sass/partials/_fixture.scss */

.spstats .sproweven .names {
	width: 66% !important;
	padding: 10px !important;
}

/* line 1708, ../sass/partials/_fixture.scss */

.spstats .sproweven .playervalue {
	width: 17% !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

/* line 1719, ../sass/partials/_fixture.scss */

.spstats .sproweven .playername,
.spstats .sproweven .teamname {
	display: block;
}

/* line 1724, ../sass/partials/_fixture.scss */

.spstats .sproweven .playername a {
	font-size: 16px;
}

/* line 1728, ../sass/partials/_fixture.scss */

.spstats .sproweven .teamname a {
	font-size: 11px;
	color: #4e4e4e;
	line-height: 15px;
	font-family: "Open Sans", Arial, sans-serif !important;
}

/* line 1737, ../sass/partials/_fixture.scss */

.spstats .sproweven:nth-child(3),
.spstats .sproweven:nth-child(4),
.spstats .sproweven:nth-child(5) {
	border-bottom: 1px solid #ddd;
}

/* line 1751, ../sass/partials/_fixture.scss */

.spstats th:nth-child(2) {
	position: absolute;
	left: 40%;
}

/* line 1761, ../sass/partials/_fixture.scss */

.spstats th:nth-child(3) {
	position: absolute;
	left: 60%;
}

/* line 1771, ../sass/partials/_fixture.scss */

.spstats th:nth-child(4) {
	position: absolute;
	left: 88%;
}

/* line 1782, ../sass/partials/_fixture.scss */

.ladder-heading {
	color: #FFF;
}

/* line 1790, ../sass/partials/_fixture.scss */

#ladder-panel .right-column {
	margin-top: -20px;
}

/* line 1817, ../sass/partials/_fixture.scss */

.stat-link {
	color: #FFF;
	text-transform: uppercase;
	background: #e41e31;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 1827, ../sass/partials/_fixture.scss */

.stat-link:hover {
	color: #FFF;
}

/* line 1832, ../sass/partials/_fixture.scss */

.goal-link {
	background: #FFF;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding-right: 10px;
	font-weight: 100;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

/* line 1843, ../sass/partials/_fixture.scss */

.goal-link a {
	text-transform: uppercase;
	font-size: 10px;
}

/* line 1852, ../sass/partials/_fixture.scss */

.stats-logo img {
	width: auto;
	max-width: 100%;
}

/* line 1859, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .fluid-width-video-wrapper {
	border: 1px solid #FFF;
}

/* line 1877, ../sass/partials/_fixture.scss */

.comp-dropdown {
	padding: 0px;
}

/* line 1903, ../sass/partials/_fixture.scss */

.finals-ladder {
	display: none;
}

/* line 1907, ../sass/partials/_fixture.scss */

.fix-heading {
	text-transform: uppercase;
	color: #f5a700;
	font-family: "BlackOpsOne-Regular", Arial, sans-serif !important;
	text-align: center;
	background: #910000;
	margin-bottom: 0px;
	padding: 10px 0;
}

/* line 1, ../sass/partials/_shaan.scss */

.heading-line span {
	background-color: #000;
}

/* line 5, ../sass/partials/_shaan.scss */

.page-navigation li a {
	color: white !important;
}

/* line 9, ../sass/partials/_shaan.scss */

.page-navigation li a.active {
	color: #F7A901 !important;
}

/* line 13, ../sass/partials/_shaan.scss */

.page-navigation li a:hover {
	color: #F7A901 !important;
}

/* line 17, ../sass/partials/_shaan.scss */

.bright {
	background-color: #fff !important;
	color: #000 !important;
}

/* line 22, ../sass/partials/_shaan.scss */

.imgbright {
	background-color: #000 !important;
}

/* countedown */

/* line 2, ../sass/partials/_timer.scss */

#main_countedown_2 .time_left {
	background: red;
}

/* line 6, ../sass/partials/_timer.scss */

.content_countdown {
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* line 11, ../sass/partials/_timer.scss */

#main_countedown_1 .countdown {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: white;
	margin-bottom: 2px;
}

/* line 18, ../sass/partials/_timer.scss */

#main_countedown_1 .element_conteiner {
	min-width: 85px;
}

/* line 22, ../sass/partials/_timer.scss */

.element_conteiner {
	text-align: center;
	display: inline-block;
}

/* line 27, ../sass/partials/_timer.scss */

#main_countedown_1 .time_left { /* border-radius: 8px; */ /* background-color: #ffffff; */
	font-size: 23px; /* font-family: monospace; */
	color: #000000;
}

/* line 35, ../sass/partials/_timer.scss */

.time_left { /* border: none; */
	display: block; /* padding-bottom: 10%; */ /* padding-top: 10%; */ /* padding-left: 25%; */ /* padding-right: 25%; */ /* font-weight: bold; */
}

/* line 45, ../sass/partials/_timer.scss */

.col-md-8.cdw {
	background: white;
}

/* line 50, ../sass/partials/_timer.scss */

#main_countedown_2 .time_left {
	background: red;
}

/* line 56, ../sass/partials/_timer.scss */

.content_countdown {
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* line 61, ../sass/partials/_timer.scss */

#main_countedown_1 .countdown {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	margin-bottom: 2px;
}

/* line 68, ../sass/partials/_timer.scss */

#main_countedown_1 .element_conteiner {
	min-width: 65px;
}

/* line 72, ../sass/partials/_timer.scss */

.element_conteiner {
	text-align: center;
	display: inline-block;
}

/* line 77, ../sass/partials/_timer.scss */

#main_countedown_1 .time_left { /* border-radius: 8px; */ /* background-color: #ffffff; */
	font-size: 23px; /* font-family: monospace; */
	color: #000000; /*   */
}

/* line 85, ../sass/partials/_timer.scss */

.time_left { /* border: none; */
	display: block; /* padding-bottom: 10%; */ /* padding-top: 10%; */ /* padding-left: 25%; */ /* padding-right: 25%; */ /* font-weight: bold; */
}

/* line 95, ../sass/partials/_timer.scss */

.col-md-8.cdw {
	background: white;
}

/* line 100, ../sass/partials/_timer.scss */

#main_countedown_2 .time_left {
	background: white;
}

/* line 105, ../sass/partials/_timer.scss */

span.days.time_left {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: white !important;
}

/* line 109, ../sass/partials/_timer.scss */

span.hourse.time_left {
	background-color: white !important;
}

/* line 113, ../sass/partials/_timer.scss */

span.secondes.time_left {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: white !important;
}

/* line 118, ../sass/partials/_timer.scss */

span.minutes .time_left {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: white !important;
}

/* line 123, ../sass/partials/_timer.scss */

span.minutes.time_left {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: white !important;
}

/* line 127, ../sass/partials/_timer.scss */

.countdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color:#5d5757;
	min-width:200px;
}

/* line 132, ../sass/partials/_timer.scss */

span.time_description {
	font-size: 13px !important;
	border-left: solid 1px darkgray;
	color: #797171 !important;
}

/* line 137, ../sass/partials/_timer.scss */

#main_countedown_1 .element_conteiner {
	min-width: 61px !important;
	border-left: solid 1px #b5b5b5 !important;
}

/* line 141, ../sass/partials/_timer.scss */

#main_countedown_2 .element_conteiner {
	min-width: 61px !important;
	border-left: solid 1px #b5b5b5 !important;
}

/* line 145, ../sass/partials/_timer.scss */

#main_countedown_3 .element_conteiner {
	min-width: 61px !important;
	border-left: solid 1px #b5b5b5 !important;
}

/* line 150, ../sass/partials/_timer.scss */

span.hourse.time_left {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* line 153, ../sass/partials/_timer.scss */

#timer h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 12px !important;
}

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

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museosans';
	src: url("../fonts/museosans-500.otf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'museosans-1';
	src: url("../fonts/museosans-300.otf");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'museosans-italic';
	src: url("../fonts/museosans-500italic.otf");
	font-weight: 500;
}

@font-face {
	font-family: 'Museosans-bold';
	src: url("../fonts/MuseoSansCyrl_3.otf");
}

@font-face {
	font-family: 'BlackOpsOne-Regular';
	src: url("../fonts/BlackOpsOne-Regular.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/* line 108, ../sass/app.scss */

body {
	font-family: "Open Sans", Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	overflow-x: hidden;
}

/* line 148, ../sass/app.scss */

#nav-container > .container {
	position: relative;
}

/* line 154, ../sass/app.scss */

#logo {
	position: absolute;
	top: 0;
	background: url("../images/sabres-logo.png") 0 0 no-repeat;
}

/* line 179, ../sass/app.scss */

#logo a {
	display: block;
	height: 119px;
}

/* line 192, ../sass/app.scss */

#main-content span.news-date {
	display: block;
	float: right;
	padding-left: 10px;
	color: #fff;
}

/* line 205, ../sass/app.scss */

.has-club-logos #content {
	padding-top: 0;
}

/* line 209, ../sass/app.scss */

#sidebar {
	padding-bottom: 15px;
}

/* line 226, ../sass/app.scss */

.has-club-logos #sidebar {
	padding-top: 20px;
}

/* line 231, ../sass/app.scss */

.fsp-adv-social-media {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* line 238, ../sass/app.scss */

.fsp-adv-social-media li {
	display: inline-block;
	margin-left: 5px;
}

/* line 241, ../sass/app.scss */

.fsp-adv-social-media li.share-title {
	display: none;
}

/* line 243, ../sass/app.scss */

.single .fsp-adv-social-media li.share-title {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	position: relative;
	top: -4px;
}

/* line 250, ../sass/app.scss */

.fsp-adv-social-media li a {
	font-size: 30px;
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #DDAA08 !important;
}

/* line 254, ../sass/app.scss */

.fsp-adv-social-media li a:hover {
	color: #00549c !important;
	text-decoration: none;
}

/* line 262, ../sass/app.scss */

.lower-section {
	margin-top: 20px;
}

/* line 266, ../sass/app.scss */

.title-404 {
	display: none;
}

/* line 270, ../sass/app.scss */

h1#hide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 900;
	background: black;
	padding: 20px;
	text-align:center;
	font-family: 'PT Sans Narrow', sans-serif !important;
}

/* line 278, ../sass/app.scss */

.col-md-10.cdw {
	margin-top: -43px !important;
}

/* line 281, ../sass/app.scss */

a span strong {
	text-decoration: underline;
}

/* line 284, ../sass/app.scss */

p strong span a {
	text-decoration: underline;
}

/* line 287, ../sass/app.scss */

.btn-c {
	line-height: 100px;
	background: #f5a700;
	margin-bottom: 28px;
	text-align: center;
	color: black;
	font-size: 16px;
}

/* line 296, ../sass/app.scss */

.container-fluid.aboutbt a:hover {
	color: black;
}

/* line 300, ../sass/app.scss */

div#abt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: black;
	padding: 20px;
	background: #f5a700;
	margin-bottom: 60px;
}

/* line 310, ../sass/app.scss */

a.read {
	background: white;
	padding: 17px 35px 20px 35px;
	text-align: center;
	color: black;
	font-size: 20px;
	margin-left: 50px;
}

/* line 318, ../sass/app.scss */

.logo-block {
	border-bottom: 1px solid;
}

/* line 321, ../sass/app.scss */

p {
	font-family: "Open Sans", Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	overflow-x: hidden;
}

/* line 331, ../sass/app.scss */

p.footer-p {
	font-family: "Open Sans", Arial, sans-serif !important;
	font-style: oblique;
	font-size: 12px;
    /*line-height: 15px;*/
}

/*# sourceMappingURL=app.css.map */

@media screen and (-webkit-min-device-pixel-ratio: 0) {

@font-face {
	font-family: 'webfont';
	src: url("../fonts/webfont.svg?1531711#webfont") format("svg");
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

/* line 509, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 32px;
	padding: 5px 10px;
}

/* line 606, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: -84px;
	right: 0;
	height: 60px;
	line-height: 50px;
	width: 100px;
	z-index: 2000;
}

/* line 632, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 35px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px) {

/* line 509, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	font-size: 22px;
}

/* line 606, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	top: -68px;
	right: 22px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	font-size: 20px;
}

/* line 632, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-size: 34px;
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) {

/* line 477, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a::before {
	content: " " !important;
	position: absolute;
	right: 20px;
	display: none !important;
}

/* line 487, ../sass/partials/_nav.scss */

.js .sub-header-menu {
	display: none;
}

/* line 491, ../sass/partials/_nav.scss */

.js .main-nav {
	position: relative;
	clear: both;
	margin: 0 auto;
}

/* line 509, ../sass/partials/_nav.scss */

.js .main-nav .menu li a {
	color: #FFF;
	font-weight: normal;
	padding: 0 15px;
	border: none;
	border-bottom: 1px solid #003969;
	text-shadow: none;
	text-align: left;
	cursor: pointer;
	display: inherit;
}

/* line 541, ../sass/partials/_nav.scss */

.js .main-nav .menu li li:hover {
	background: none !important;
}

/* line 545, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a {
	position: relative;
	padding: 0 10px 0 30px;
	text-indent: 15px;
}

/* line 551, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a {
	position: relative;
	padding: 0 10px 0 40px;
}

/* line 556, ../sass/partials/_nav.scss */

.js .main-nav .menu li a:hover,
.js .main-nav .menu li li a:hover {
	background-image: none;
	-webkit-filter: none;
	filter: none;
}

/* line 563, ../sass/partials/_nav.scss */

.js .main-nav .menu li li a::before {
	content: '\2013';
	position: absolute;
	top: 0px;
	left: 7px;
}

/* line 570, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a::before {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 20px;
}

/* line 577, ../sass/partials/_nav.scss */

.js .main-nav .menu li li li a::after {
	content: '\2013';
	position: absolute;
	top: 0;
	left: 10px;
}

/* line 584, ../sass/partials/_nav.scss */

.js .main-nav .menu li ul {
	background-color: #ffffff;
}

/* line 595, ../sass/partials/_nav.scss */

.js .main-nav #responsive_current_menu_item {
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	width: 195px;
	background: url("../images/afl-nsw-act-logo.png") left no-repeat;
	-moz-background-size: auto 80%;
	background-size: auto 80%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -2000px;
}

/* line 606, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button {
	position: absolute;
	display: block;
	left: auto;
	cursor: pointer;
	color: #fff;
	display: none;
}

/* line 629, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:hover {
	text-decoration: none;
}

/* line 632, ../sass/partials/_nav.scss */

.js .main-nav a#responsive_menu_button:after {
	font-family: "webfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\68";
}

}

@media only screen and (min-width: 200px) and (max-width: 992px) and (max-width: 767px), only screen and (min-width: 200px) and (max-width: 992px) and (min-width: 768px) {

/* line 491, ../sass/partials/_nav.scss */

.js .main-nav {
	margin-left: 80px;
	margin-right: -15px;
}

}

@media (min-width: 319px) and (max-width: 992px) {

/* line 451, ../sass/partials/_banner.scss */

.slider-sidebar,
.facebook-social {
	margin-top: 20px !important;
}

/* line 456, ../sass/partials/_banner.scss */

.map-left {
	padding-right: 0px;
}

/* line 460, ../sass/partials/_banner.scss */

.navigation:before,
.headering-top:after {
	display: none;
}

}

@media (min-width: 410px) and (max-width: 485px) {

/* line 426, ../sass/partials/_banner.scss */

.ad-banners .promo-image:after {
	width: 100%;
}

}

@media (min-width: 485px) and (max-width: 767px) {

/* line 433, ../sass/partials/_banner.scss */

.banner-images {
	width: 50%;
	float: left;
}

}

@media only screen and (min-width: 600px) {

/* line 528, ../sass/partials/_banner.scss */

.dnt {
	display: none;
}

}

@media (min-width: 650px) and (max-width: 990px) {

/* line 73, ../sass/partials/home-news.scss */

.sponsor-img {
	float: left;
	width: 45%;
}

/* line 77, ../sass/partials/home-news.scss */

.sponsor-text {
	padding: 10px 0;
	width: 55%;
	padding-left: 15px;
}

}

@media (max-width: 767px), (min-width: 768px) {

/* line 436, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

/* line 282, ../sass/partials/_header.scss */

.header-logo {
	width: 16.66666667%;
}

/* line 304, ../sass/partials/_common-styles.scss */

.panel-light div#scroll {
	display: none;
}

/* line 344, ../sass/partials/_common-styles.scss */

.post-content {
	padding-bottom: 30px;
}

/* line 433, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	display: none;
}

/* line 58, ../sass/partials/_footer.scss */

.footer .search h4 {
	text-align: center;
}

/* line 73, ../sass/partials/_footer.scss */

.footer .search-box {
	float: none;
}

/* line 121, ../sass/partials/_footer.scss */

.footer .second {
	padding-left: 15px;
}

/* line 193, ../sass/partials/_footer.scss */

.small-screen {
	clear: both;
}

/* line 342, ../sass/partials/home-news.scss */

.news-box .news-box-image {
	padding-left: 0px;
	padding-right: 0px;
}

/* line 369, ../sass/partials/home-news.scss */

.news-box .news-bos-content {
	padding: 30px 15px;
}

/* line 31, ../sass/partials/_single.scss */

.widget-wrapper img {
	width: auto;
	text-align: center;
}

/* line 144, ../sass/partials/_fixture.scss */

.fixtures_box h1.fixtures_heading {
	font-size: 23px;
	line-height: 39px;
}

/* line 180, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .first-column,
#fixtures_lg-wrapper .third-column {
	margin-top: 0px;
}

/* line 801, ../sass/partials/_fixture.scss */

#match-centre-panel::before {
	display: none;
}

/* line 839, ../sass/partials/_fixture.scss */

.fix-right {
	display: none;
}

/* line 1002, ../sass/partials/_fixture.scss */

.tab-content .matchcentre .col-md-9 {
	margin-top: 0px;
}

/* line 1080, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev {
	width: 30px;
}

/* line 1110, ../sass/partials/_fixture.scss */

#match-centre-panel #spnext {
	width: 30px;
}

/* line 1179, ../sass/partials/_fixture.scss */

#match-centre-panel #selectMe3 {
	font-size: 20px;
	padding-left: 0px;
}

/* line 1217, ../sass/partials/_fixture.scss */

#match-centre-panel .match-heading {
	text-align: left;
	font-size: 13px;
	padding-left: 0px;
	margin-left: -10px;
	z-index: 1;
	position: relative;
}

/* line 1315, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	font-size: 18px;
	left: 0px;
}

/* line 1415, ../sass/partials/_fixture.scss */

#match-centre-panel::before {
	display: none;
}

/* line 209, ../sass/app.scss */

#sidebar {
	padding-right: 15px;
}

}

@media (min-width: 767px) and (max-width: 990px) {

/* line 68, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #0d2241 !important;
}

/* line 69, ../sass/partials/home-news.scss */

.major-sponsor {
	margin-top: 25px;
}

}

@media (min-width: 768px) {

/* line 9, ../sass/partials/_nav.scss */

#nav-container {
	background: transparent;
}

/* line 41, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #FFF;
	font-weight: 100;
	padding-left: 0 !important;
	font-size: 14px;
}

/* line 77, ../sass/partials/_nav.scss */

#nav-container .menu a {
	opacity: 1;
	padding: 3px;
	font-size: 9px;
	line-height: 40px;
}

/* line 150, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	line-height: 30px;
}

/* line 226, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu {
	margin-top: 25px;
	border-radius: 0;
}

/* line 317, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: hidden;
}

/* line 376, ../sass/partials/_nav.scss */

.menu li li {
	background: #333;
	border-bottom: 1px solid #000;
	padding: 0 12px;
	line-height: 30px;
}

/* line 392, ../sass/partials/_nav.scss */

.menu li li:last-child {
	border-bottom: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

/* line 34, ../sass/partials/_header.scss */

.sub-logos strong {
	font-size: 14px;
}

/* line 46, ../sass/partials/_header.scss */

.sub-logos p {
	font-size: 12px;
	line-height: 15px;
}

/* line 68, ../sass/partials/_header.scss */

.top_logos li {
	padding: 6px 16px;
}

/* line 88, ../sass/partials/_header.scss */

#nav-container {
	float: none;
	height: auto;
}

/* line 113, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	display: none;
}

/* line 155, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 25%;
}

/* line 187, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 282, ../sass/partials/_header.scss */

.header-logo {
	margin: 0px 0;
	padding-left: 0;
	z-index: 12;
	/*position: absolute;*/
}

/* line 294, ../sass/partials/_header.scss */

.header-logo img {
	width: 205px;
	border: 8px solid #000;
	background: #000;
}

/* line 300, ../sass/partials/_header.scss */

.header-logo .border-color-change img {
	border: 8px solid #f5a700 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* line 330, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 35px;
	display: block;
}

/* line 375, ../sass/partials/_header.scss */

.leaderboard-top-container {
	display: none;
}

/* line 397, ../sass/partials/_header.scss */

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

/* line 413, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

/* line 442, ../sass/partials/_header.scss */

ul.header_right_logos {
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/* line 460, ../sass/partials/_header.scss */

.header_right_logos li {
	padding: 8px 0px;
}

/* line 472, ../sass/partials/_header.scss */

.social-search .social-icon {
	margin-top: 10px;
}

/* line 472, ../sass/partials/_header.scss */

.social-search .social-icon {
	margin-top: 3px;
}

/* line 471, ../sass/partials/_header.scss */

.social-search {
	display: block;
	height: 35px;
}

/* line 497, ../sass/partials/_header.scss */

.social-search .social-search-list {
	font-size: 22px;
	margin-top: 3px;
}

/* line 518, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	font-size: 23px;
}

/* line 545, ../sass/partials/_header.scss */

.hockey-logo {
	display: none;
}

/* line 564, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 169, ../sass/partials/_common-styles.scss */

h1 {
	/* font-size: 31px; */
}

/* line 204, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 5px;
}

/* line 226, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
}

/* line 1052, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 33.33333333%;
}

/* line 1164, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal .tribe-events-filter-group:after {
	border-bottom: 7px solid #910000;
}

/* line 1171, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal .tribe-events-filter-group {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* line 1192, ../sass/partials/_common-styles.scss */

.tribe-events-filters-horizontal .tribe-events-filter-group:before {
	display: none !important;
}

/* line 1678, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-image-bg {
	height: 400px !important;
}

/* line 1718, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-prev,
.recent-post-slider button.slick-next,
.recent-post-slider button.slick-prev:hover,
.recent-post-slider button.slick-next:hover {
	-moz-background-size: 60px 100px !important;
	background-size: 60px 100px !important;
}

/* line 1734, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-arrow {
	width: 60px;
	height: 88px;
}

/* line 43, ../sass/partials/_slider.scss */

#slider-panel .col-md-9,
#slider-panel .col-md-3 {
	padding: 0;
}

/* line 80, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	font-size: 17px;
	height: 61px;
	padding: 0px 10px;
}

/* line 287, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	line-height: 12px;
	font-size: 10px;
	padding: 8px;
}

/* line 369, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 35px;
	padding: 16px;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 27, ../sass/partials/_banner.scss */

.news-sidebar {
	display: block;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 10px;
}

/* line 192, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 23px;
}

/* line 263, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 24px;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 46%;
	margin-right: 17px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	position: static;
	margin-top: 2px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 250px;
}

/* line 74, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 17px;
	height: 66px;
	padding: 0px 10px;
}

/* line 3, ../sass/partials/_uisearch.scss */

.sb-search {
	background: transparent;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 350px;
}

/* line 469, ../sass/partials/_fixture.scss */

.mc-select,
#sblock4_dropdown {
	top: 5px;
	height: 25px;
}

/* line 564, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 83%;
}

/* line 1359, ../sass/partials/_fixture.scss */

#match-centre-panel .match-center-box {
	padding-left: 0px;
	padding-top: 0px;
}

/* line 1377, ../sass/partials/_fixture.scss */

#match-centre-panel .match-centre-round {
	width: 7%;
	clear: inherit;
	margin-left: 8px;
}

/* line 1440, ../sass/partials/_fixture.scss */

#match-centre-panel {
	height: 81px;
	max-height: 81px;
}

/* line 1790, ../sass/partials/_fixture.scss */

#ladder-panel .right-column {
	margin-top: 20px;
}

/* line 154, ../sass/app.scss */

#logo {
	width: 437px;
	left: -20px;
	z-index: 1000;
}

}

@media (min-width: 992px) {

/* line 9, ../sass/partials/_nav.scss */

#nav-container {
	background: transparent;
}

/* line 27, ../sass/partials/_nav.scss */

#nav-container .menu {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* line 41, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #FFF;
	padding-left: 4px !important;
	font-size: 14px;
}

/* line 77, ../sass/partials/_nav.scss */

#nav-container .menu a {
	padding: 0 2px;
	font-size: 13px;
	line-height: 40px;
}

/* line 150, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	padding-right: 5px;
	line-height: 30px;
	padding-left: 0;
}

/* line 226, ../sass/partials/_nav.scss */

ul.menu > li ul.sub-menu {
	margin-top: 0px;
	padding: 7px 0;
	border-radius: 0;
}

/* line 317, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: inherit;
}

/* line 436, ../sass/partials/_nav.scss */

.main-nav #responsive_current_menu_item,
.menu a#responsive_menu_button {
	display: none;
}

/* line 34, ../sass/partials/_header.scss */

.sub-logos strong {
	font-size: 16px;
}

/* line 46, ../sass/partials/_header.scss */

.sub-logos p {
	font-size: 13px;
	line-height: 18px;
}

/* line 88, ../sass/partials/_header.scss */

#nav-container {
	height: auto;
	float: none;
}

/* line 113, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 80%;
	padding: 10px;
	height: auto;
	display: block;
}

/* line 111, ../sass/partials/_header.scss */

#nav-container .top-logo {
	top: 60px;
}

/* line 187, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 273, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 63px;
	margin-top: 0;
	position: absolute;
	left: 17%;
	top: 0%;
}

/* line 282, ../sass/partials/_header.scss */

.header-logo {
	width: 145px;
}

/* line 323, ../sass/partials/_header.scss */

.header-text {
	display: block;
}

/* line 330, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 42px;
	display: block;
	padding: 30px 0;
}

/* line 357, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .top-logo img {
	height: 50px;
	max-width: 55px;
}

/* line 370, ../sass/partials/_header.scss */

.cbp-af-header-shrink .top-logo {
	top: 8px !important;
}

/* line 375, ../sass/partials/_header.scss */

.leaderboard-top-container {
	margin-left: 164px;
	display: block;
}

/* line 397, ../sass/partials/_header.scss */

.sticky-logo {
	display: none;
}

/* line 413, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 10%;
}

/* line 460, ../sass/partials/_header.scss */

.header_right_logos li {
	padding: 14px 5px;
}

/* line 471, ../sass/partials/_header.scss */

.social-search {
	height: 50px;
}

/* line 497, ../sass/partials/_header.scss */

.social-search .social-search-list {
	font-size: 25px;
	margin-top: 10px;
}

/* line 518, ../sass/partials/_header.scss */

.social-search .social-search-list li {
	font-size: 35px;
}

/* line 545, ../sass/partials/_header.scss */

.hockey-logo {
	display: block;
}

/* line 564, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 772, ../sass/partials/_header.scss */

#video-container .banner-content .read-more {
	margin-bottom: 20px;
}

/* line 226, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 23px;
	line-height: 28px;
}

/* line 304, ../sass/partials/_common-styles.scss */

.panel-light div#scroll {
	display: block;
}

/* line 344, ../sass/partials/_common-styles.scss */

.post-content {
	padding-bottom: 50px;
}

/* line 409, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news li:nth-child(n) {
	margin-bottom: 1%;
	margin-right: 1%;
}

/* line 416, ../sass/partials/_common-styles.scss */

.news-archive .front-more-news li {
	width: 24%;
}

/* line 433, ../sass/partials/_common-styles.scss */

.breadcrumb-list {
	display: block;
}

/* line 1052, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 25%;
}

/* line 1678, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-image-bg {
	height: 500px !important;
}

/* line 1718, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-prev,
.recent-post-slider button.slick-next,
.recent-post-slider button.slick-prev:hover,
.recent-post-slider button.slick-next:hover {
	-moz-background-size: 60px 100px !important;
	background-size: 60px 100px !important;
}

/* line 1734, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-arrow {
	width: 67px;
	height: 88px;
}

/* line 80, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

/* line 249, ../sass/partials/_slider.scss */

.banner .slick-dots-wrap {
	display: block;
}

/* line 287, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	font-size: 10px;
	padding: 7px 10px;
}

/* line 369, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 40px;
	padding: 17px;

}

/* line 414, ../sass/partials/_slider.scss */

.otw-button {
	font-size: 18px !important;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 27, ../sass/partials/_banner.scss */

.news-sidebar {
	display: block;
}

/* line 72, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	font-size: 16px;
	line-height: 20px;
}

/* line 118, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding-left: 0;
	padding-right: 17px;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 8px;
}

/* line 192, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 20px;
}

/* line 263, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 28px;
}

/* line 579, ../sass/partials/_banner.scss */

.col-md-10 .cdw {
	width: 85.333333%;
}

/* line 9, ../sass/partials/_footer.scss */

.footer {
	text-align: left;
}

/* line 58, ../sass/partials/_footer.scss */

.footer .search h4 {
	letter-spacing: 1px;
}

/* line 73, ../sass/partials/_footer.scss */

.footer .search-box {
	float: right;
}

/* line 121, ../sass/partials/_footer.scss */

.footer .second {
	padding-left: 0px;
}

/* line 193, ../sass/partials/_footer.scss */

.small-screen {
	clear: inherit;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	width: 45%;
}

/* line 149, ../sass/partials/home-news.scss */

.front-more-news li:nth-child(n) {
	margin-bottom: 2%;
	margin-right: 2%;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 404px;
}

/* line 170, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	margin-bottom: 15px;
	font-size: 26px;
}

/* line 188, ../sass/partials/home-news.scss */

.event_archive_link {
	position: absolute;
	margin-top: 0;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 50px;
	width: 150px;
}

/* line 342, ../sass/partials/home-news.scss */

.news-box .news-box-image {
	padding-left: 0px;
	padding-right: 15px;
}

/* line 369, ../sass/partials/home-news.scss */

.news-box .news-bos-content {
	padding: 30px 0;
}

/* line 545, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .eventviewbutton {
	margin-top: -20px;
}

/* line 31, ../sass/partials/_single.scss */

.widget-wrapper img {
	width: 100%;
	text-align: center;
}

/* line 74, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 18px;
	height: 68px;
	padding: 10px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 250px;
}

/* line 180, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .first-column,
#fixtures_lg-wrapper .third-column {
	margin-top: 100px;
}

/* line 201, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .top-leader {
	left: 79px;
	top: 56px;
}

/* line 437, ../sass/partials/_fixture.scss */

#ladder-panel .panel-content {
	min-height: 1076px;
	max-height: 1076px;
}

/* line 469, ../sass/partials/_fixture.scss */

.mc-select,
#sblock4_dropdown {
	top: 5px;
	height: 25px;
}

/* line 564, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 83%;
}

/* line 1080, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 40px;
}

/* line 1110, ../sass/partials/_fixture.scss */

#match-centre-panel #spnext {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 40px;
}

/* line 1179, ../sass/partials/_fixture.scss */

#match-centre-panel #selectMe3 {
	font-size: 30px;
	padding-left: 11px;
}

/* line 1217, ../sass/partials/_fixture.scss */

#match-centre-panel .match-heading {
	display: block;
	margin-left: -11px;
	font-size: 15px;
	padding-left: 0px;
}

/* line 1315, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	font-size: 23px;
	left: 0px;
}

/* line 1377, ../sass/partials/_fixture.scss */

#match-centre-panel .match-centre-round {
	margin-left: 10px;
	width: 60px;
	border-left: 1px solid #FFF;
	clear: inherit;
}

/* line 1534, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo {
	width: 70px !important;
}

/* line 1555, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo img {
	width: 70px;
}

/* line 1636, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playervalue {
	height: 43px;
	width: 43px !important;
}

/* line 1790, ../sass/partials/_fixture.scss */

#ladder-panel .right-column {
	margin-top: -20px;
}

/* line 154, ../sass/app.scss */

#logo {
	width: 437px;
	left: -50px;
	z-index: 0;
}

/* line 209, ../sass/app.scss */

#sidebar {
	padding-right: 0;
}

}

@media only screen and (max-width: 992px) and (min-width: 200px) {

/* line 1560, ../sass/partials/_common-styles.scss */

.headering-top {
	overflow: inherit;
}

/* line 1561, ../sass/partials/_common-styles.scss */

.top-section .social-media {
	/*display: none;*/
}

/* line 1562, ../sass/partials/_common-styles.scss */

#wonderplugingridgallery-2 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	width: 100% !important;
}

}

@media (min-width: 992px), (min-width: 1200px) {

/* line 144, ../sass/partials/_fixture.scss */

.fixtures_box h1.fixtures_heading {
	font-size: 38px;
	line-height: 45px;
}

/* line 1002, ../sass/partials/_fixture.scss */

.tab-content .matchcentre .col-md-9 {
	margin-top: -112px;
}

}

@media only screen and (max-width: 992px) and (min-width: 768px) {

/* line 1603, ../sass/partials/_common-styles.scss */

.banner-images {
	width: 50%;
	float: left;
}

/* line 1607, ../sass/partials/_common-styles.scss */

form#header_Search {
	/*display: none;*/
}

}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

/* line 1572, ../sass/partials/_common-styles.scss */

.hero {
	background: #222;
	min-height: 60px;
}

/* line 1576, ../sass/partials/_common-styles.scss */

.hero img {
	display: none;
}

}

@media (min-width: 1200px) {

/* line 77, ../sass/partials/_nav.scss */

#nav-container .menu a {
	font-size: 16px;
	line-height: 40px;
}

/* line 150, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 70px;
}

/* line 68, ../sass/partials/_header.scss */

.top_logos li {
	padding: 6px 28px;
}

/* line 113, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 100%;
}

/* line 111, ../sass/partials/_header.scss */

#nav-container .top-logo {
	top: 25px;
}

/* line 155, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 0%;
	right: 13%;
}

/* line 273, ../sass/partials/_header.scss */

#nav-container.cbp-af-header-shrink .menu {
	margin-left: 55px;
	left: 27%;
	position: absolute;
	top: 0%;
	margin-top: 0;
}

/* line 330, ../sass/partials/_header.scss */

.header-text h1 {
	font-size: 55px;
}

/* line 375, ../sass/partials/_header.scss */

.leaderboard-top-container {
	margin-left: 220px;
	display: block;
}

/* line 413, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 20%;
}

/* line 442, ../sass/partials/_header.scss */

ul.header_right_logos {
	margin-left: 55px;
	padding-left: 58px;
}

/* line 564, ../sass/partials/_header.scss */

.social-media-icon {
	display: block;
}

/* line 718, ../sass/partials/_header.scss */

#video-container .banner-content img {
	max-width: 300px;
}

/* line 772, ../sass/partials/_header.scss */

#video-container .banner-content .read-more {
	margin-bottom: 50px;
}

/* line 226, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 30px;
	line-height: 30px;
}

/* line 1678, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-image-bg {
	height: 640px !important;
}

/* line 1718, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-prev,
.recent-post-slider button.slick-next,
.recent-post-slider button.slick-prev:hover,
.recent-post-slider button.slick-next:hover {
	-moz-background-size: 100px 160px !important;
	background-size: 100px 160px !important;
}

/* line 1734, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-arrow {
	width: 100px;
	height: 140px;
}

/* line 80, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li {
	font-size: 24px;
	height: 77px;
	padding: 10px;
}

/* line 287, ../sass/partials/_slider.scss */

.banner .slick-dots a {
	font-size: 12px;
	padding: 14px 13px;
	line-height: 14px;
}

/* line 369, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 50px;
	padding: 12px 27px;
	line-height: 60px;
}

/* line 414, ../sass/partials/_slider.scss */

.otw-button {
	font-size: 24px !important;
}

/* line 72, ../sass/partials/_banner.scss */

.news-sidebar .news-content h4 {
	font-size: 18px;
	line-height: 19px;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 12px;
}

/* line 192, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 26px;
}

/* line 263, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 36px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: 394px;
}

/* line 170, ../sass/partials/home-news.scss */

.elite_events_widget .widget-title {
	font-size: 35px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 60px;
	width: 190px;
}

/* line 545, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .eventviewbutton {
	margin-top: -8px;
}

/* line 44, ../sass/partials/_sponsors.scss */

.spon {
	max-width: 15%;
}

/* line 74, ../sass/partials/_single.scss */

.buttons-box-inner li {
	font-size: 24px;
	height: 82px;
	padding: 10px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 250px;
}

/* line 201, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .top-leader {
	left: 103px;
	top: 67px;
}

/* line 564, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 92%;
}

/* line 839, ../sass/partials/_fixture.scss */

.fix-right {
	display: block;
}

/* line 1080, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 50px;
}

/* line 1110, ../sass/partials/_fixture.scss */

#match-centre-panel #spnext {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 50px;
}

/* line 1217, ../sass/partials/_fixture.scss */

#match-centre-panel .match-heading {
	margin-left: 0px;
	font-size: 16px;
	padding-left: 0px;
	display: block;
	position: relative;
	z-index: 99;
}

/* line 1315, ../sass/partials/_fixture.scss */

#match-centre-panel #spprev:before,
#match-centre-panel #spnext:before {
	font-size: 28px;
	left: 5px;
}

/* line 1377, ../sass/partials/_fixture.scss */

#match-centre-panel .match-centre-round {
	margin-left: 6px;
	width: 82px;
}

/* line 1534, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo {
	width: 90px !important;
}

/* line 1555, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo img {
	width: 90px;
}

/* line 1636, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playervalue {
	height: 50px;
	width: 50px !important;
}

/* line 1790, ../sass/partials/_fixture.scss */

#ladder-panel .right-column {
	margin-top: -20px;
}

/* line 154, ../sass/app.scss */

#logo {
	width: 437px;
	left: -40px;
	z-index: 0;
}

}

@media only screen and (max-width: 1250px) and (min-width: 992px) {

/* line 1595, ../sass/partials/_common-styles.scss */

#fixtures_lg-wrapper .second-column {
	width: 39%;
}

/* line 1596, ../sass/partials/_common-styles.scss */

#fixtures_lg-wrapper .first-column,
#fixtures_lg-wrapper .third-column {
	width: 30%;
}

}

@media (min-width: 1730px) {

/* line 306, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -62px !important;
}

}

@media (min-width: 2050px) {

/* line 301, ../sass/partials/home-news.scss */

#new-archive-get-involved-panel .panel-content {
	background-position: center -150px !important;
}

}

@media only screen and (max-width: 2600px) and (min-width: 768px) {

/* line 1566, ../sass/partials/_common-styles.scss */

.wrapfixed {
	position: relative !important;
}

}

@media (max-width: 1320px) {

/* line 591, ../sass/partials/_banner.scss */

h4.cdt {
	margin-top: 82px;
	font-size: 13px;
}

}

@media (max-width: 1266px) {

/* line 566, ../sass/partials/_banner.scss */

.col-md-10.cdw {
	width: 100%;
}

}

@media (max-width: 1095px) {

/* line 572, ../sass/partials/_banner.scss */

.col-md-10.cdw { /* width: 106%; */
	/*display: -webkit-inline-box;*/
}

}

@media only screen and (max-width: 1025px) {

/* line 336, ../sass/app.scss */

.btn-c {
	line-height: 100px;
	background: #f5a700;
	margin-bottom: 28px;
	text-align: center;
	color: black;
	font-size: 13px;
}

}

@media (max-width: 800px) {

/* line 584, ../sass/partials/_banner.scss */

.col-md-10.cdw {
	/*display: none;*/
}

}

@media only screen and (max-width: 768px) {

/* line 1614, ../sass/partials/_common-styles.scss */

h2,
.h2 {
	font-size: 23px;
}

/* line 1616, ../sass/partials/_common-styles.scss */

h3,
.h3 {
	font-size: 21px;
}

/* line 1617, ../sass/partials/_common-styles.scss */

form#header_Search {
	/*display: none;*/
}

/* line 1622, ../sass/partials/_common-styles.scss */

#tribe_events_filter_control #tribe_events_filters_toggle,
#tribe_events_filters_wrapper .tribe-events-filters-group-heading,
.tribe-events-filter-group.tribe-events-filter-multiselect,
.tribe-events-filter-group.tribe-events-filter-range,
.tribe-events-filter-group.tribe-events-filter-select,
#tribe_events_filter_control #tribe_events_filters_reset {
	background: #910000 !important;
	border-bottom: none !important;
}

/* line 1630, ../sass/partials/_common-styles.scss */

#tribe_events_filter_control a {
	border: none !important;
}

/* line 1631, ../sass/partials/_common-styles.scss */

.select2-drop-active .select2-results .select2-highlighted {
	background-color: #910000 !important;
}

/* line 1632, ../sass/partials/_common-styles.scss */

.tribe-events-sub-nav li a {
	background: transparent !important;
	color: #910000 !important;
}

/* line 1633, ../sass/partials/_common-styles.scss */

.tribe-events-list .tribe-events-list-event-title {
	text-align: center;
	display: block !important;
}

/* line 1634, ../sass/partials/_common-styles.scss */

.tribe-events-loop .tribe-events-event-meta {
	background: transparent;
	border: none;
	text-align: center;
}

/* line 1636, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	padding: 0px;
	padding-top: 2.5em;
}

/* line 1637, ../sass/partials/_common-styles.scss */

.tribe-events-calendar .tribe-events-present,
.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.mobile-active {
	background-color: #910000;
}

/* line 1647, ../sass/partials/_common-styles.scss */

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	color: #999;
}

/* line 1650, ../sass/partials/_common-styles.scss */

#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
	display: block;
}

/* line 1651, ../sass/partials/_common-styles.scss */

#tribe-mobile-container .type-tribe_events h4 a {
	font-size: 14px;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif !important;
	font-weight: bold;
}

/* line 1652, ../sass/partials/_common-styles.scss */

.tribe-event-description .read-more {
	display: none;
}

}

@media (max-width: 767px) {

/* line 9, ../sass/partials/_nav.scss */

#nav-container {
	background: transparent;
	display: none;
}

/* line 41, ../sass/partials/_nav.scss */

#nav-container .sub-menu li a {
	color: #FFF;
	padding-left: 0 !important;
	font-size: 14px;
}

/* line 77, ../sass/partials/_nav.scss */

#nav-container .menu a {
	font-size: 18px;
	letter-spacing: 1px;
	opacity: 1;
}

/* line 150, ../sass/partials/_nav.scss */

#nav-container .menu > li {
	line-height: 40px;
	/*border-bottom: 1px solid #e6e6e6;*/
}

/* line 317, ../sass/partials/_nav.scss */

.menu:after,
.menu ul:after {
	visibility: hidden;
}

/* line 843, ../sass/partials/_nav.scss */

.menu_title {
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	padding-top: 5px;
}

/* line 901, ../sass/partials/_nav.scss */

.mobile-menu {
	position: fixed;
	top: 0px;
	background: #910000;
	width: 100%;
	height: 70px;
	z-index: 9;
	display: block;
}

/* line 923, ../sass/partials/_nav.scss */

.home .mobile-menu {
	position: absolute;
	top: 98vh;
	left: 0px;
	background: #910000;
	overflow: hidden;
	height: 70px;
	width: 100%;
	z-index: 9;
	display: block;
}

/* line 11, ../sass/partials/_header.scss */

.top-header {
	background: black !important;
}

/* line 57, ../sass/partials/_header.scss */

.top-club-logos {
	display: none;
}

/* line 88, ../sass/partials/_header.scss */

#nav-container {
	/*border-bottom: 1px solid #fff;*/
	float: none;
}

/* line 113, ../sass/partials/_header.scss */

#nav-container .top-logo img {
	max-width: 55%;
	padding: 10px;
	height: auto;
	display: none;
}

/* line 155, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sb-search {
	top: 14%;
	right: 22%;
}

/* line 172, ../sass/partials/_header.scss */

.cbp-af-header-shrink .container {
	width: 100%;
	padding: 0;
}

/* line 187, ../sass/partials/_header.scss */

.search-box {
	display: block;
}

/* line 282, ../sass/partials/_header.scss */

.header-logo {
	border-right: none;
	/*display: none;*/
	margin: 10px 0px;
}

/* line 323, ../sass/partials/_header.scss */

.header-text {
	display: none;
}

/* line 330, ../sass/partials/_header.scss */

.header-text h1 {
	display: none;
}

/* line 375, ../sass/partials/_header.scss */

.leaderboard-top-container {
	display: none;
}

/* line 397, ../sass/partials/_header.scss */

.sticky-logo {
	display: block;
	top: 5px;
	position: absolute;
}

/* line 413, ../sass/partials/_header.scss */

.cbp-af-header-shrink .sticky-logo {
	top: 4px;
	position: absolute;
	left: 0%;
}

/* line 442, ../sass/partials/_header.scss */

ul.header_right_logos {
	display: none;
}

/* line 471, ../sass/partials/_header.scss */

.social-search {
	display: none; /* width: 252px; */
}

/* line 545, ../sass/partials/_header.scss */

.hockey-logo {
	display: none;
}

/* line 564, ../sass/partials/_header.scss */

.social-media-icon {
	display: none;
}

/* line 629, ../sass/partials/_header.scss */

.top-section {
	/*display: none;*/
}

/* line 695, ../sass/partials/_header.scss */

#video-container {
	margin-top: -70px;
}

/* line 704, ../sass/partials/_header.scss */

#video-container .banner-content {
	margin-top: 33px;
}

/* line 718, ../sass/partials/_header.scss */

#video-container .banner-content img {
	max-width: 100px;
}

/* line 735, ../sass/partials/_header.scss */

#video-container .banner-content h1 {
	font-size: 24px;
	margin: 10px auto;
	max-width: 90%;
}

/* line 756, ../sass/partials/_header.scss */

#video-container .banner-content p {
	font-size: 16px;
	max-width: 90%;
	line-height: 20px;
}

/* line 772, ../sass/partials/_header.scss */

#video-container .banner-content .read-more {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* line 811, ../sass/partials/_header.scss */

#video-container .down-button {
	width: 20px;
	height: 20px;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
	bottom: 100px;
}

/* line 834, ../sass/partials/_header.scss */

#video-container .bottom-logo img {
	right: 10px;
	max-width: 100px;
}

/* line 77, ../sass/partials/_common-styles.scss */

.home-more-news-box {
	width: 48%;
}

/* line 111, ../sass/partials/_common-styles.scss */

.home-more-news-box h2 {
	font-weight: 200;
	font-size: 16px;
}

/* line 169, ../sass/partials/_common-styles.scss */

h1 {
	font-size: 25px;
}

/* line 190, ../sass/partials/_common-styles.scss */

.panel-content {
	padding: 15px 0 0;
	min-height: 190px;
}

/* line 204, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 33%;
	float: left;
	padding: 0;
}

/* line 226, ../sass/partials/_common-styles.scss */

.ad-banners .banner-text {
	font-size: 20px;
	line-height: 22px;
	top: 21%;
}

/* line 274, ../sass/partials/_common-styles.scss */

div#scroll {
	display: none;
}

/* line 378, ../sass/partials/_common-styles.scss */

#main-content h1,
#hero h1,
#content-wrap h1 {
	line-height: 32px;
}

/* line 781, ../sass/partials/_common-styles.scss */

.og-fullimg {
	width: 100% !important;
}

/* line 790, ../sass/partials/_common-styles.scss */

.og-details {
	width: 100% !important;
}

/* line 814, ../sass/partials/_common-styles.scss */

.hero {
	background: #222;
	min-height: 60px;
}

/* line 821, ../sass/partials/_common-styles.scss */

.hero img {
	display: none;
}

/* line 830, ../sass/partials/_common-styles.scss */

nav#porfolio-nav a {
	text-align: center !important;
}

/* line 839, ../sass/partials/_common-styles.scss */

nav#porfolio-nav li {
	width: 100% !important;
}

/* line 848, ../sass/partials/_common-styles.scss */

nav#porfolio-nav a {
	text-indent: 0px !important;
}

/* line 856, ../sass/partials/_common-styles.scss */

.wagwep-container ul#portfolio-filter li {
	margin-left: 0px !important;
}

/* line 864, ../sass/partials/_common-styles.scss */

#huge_it_portfolio_content_3 ul.og-grid {
	text-align: center !important;
}

/* line 875, ../sass/partials/_common-styles.scss */

.widget-wrapper {
	text-align: center;
}

/* line 1052, ../sass/partials/_common-styles.scss */

.tribe-events-list .type-tribe_events {
	width: 100%;
}

/* line 1230, ../sass/partials/_common-styles.scss */

.panel-heading {
	font-size: 32px;
}

/* line 1354, ../sass/partials/_common-styles.scss */

.gform_wrapper ul.gform_fields li:nth-child(1),
.gform_wrapper ul.gform_fields li:nth-child(2),
.gform_wrapper ul.gform_fields li:nth-child(3) {
	width: 100%;
	float: none;
}

/* line 1366, ../sass/partials/_common-styles.scss */

.gform_wrapper ul.gform_fields li:nth-child(4) {
	width: 100%;
	float: none;
	position: relative;
	right: auto;
}

/* line 1423, ../sass/partials/_common-styles.scss */

.gform_wrapper .gform_footer {
	padding: 0px 0 10px !important;
}

/* line 1430, ../sass/partials/_common-styles.scss */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
}

/* line 1678, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-image-bg {
	height: 400px !important;
}

/* line 1693, ../sass/partials/_common-styles.scss */

.recent-post-slider.design-3 .post-short-content {
	height: 20% !important;
	display: block;
}

/* line 1718, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-prev,
.recent-post-slider button.slick-next,
.recent-post-slider button.slick-prev:hover,
.recent-post-slider button.slick-next:hover {
	-moz-background-size: 40px 50px !important;
	background-size: 40px 50px !important;
}

/* line 1734, ../sass/partials/_common-styles.scss */

.recent-post-slider button.slick-arrow {
	width: 40px;
	height: 45px;
}

/* line 6, ../sass/partials/_slick.scss */

.slick-slider-container {
	background: transparent;
}

/* line 1, ../sass/partials/_slider.scss */

#slider-panel .panel-content {
	padding-top: 0;
}

/* line 12, ../sass/partials/_slider.scss */

#slider-panel .panel-content .container {
	padding: 0px;
	padding-bottom: 65px;
}

/* line 28, ../sass/partials/_slider.scss */

.widget-wrapper {
	text-align: center;
}

/* line 36, ../sass/partials/_slider.scss */

#slider-panel .col-md-3 {
	padding: 10px;
	background: #e7cc1d;
}

/* line 44, ../sass/partials/_slider.scss */

#slider-panel .col-md-9 .widget-wrapper,
#slider-panel .col-md-3 .widget-wrapper {
	text-align: center;
}

/* line 56, ../sass/partials/_slider.scss */

#slider-panel .buttons-box li a {
	text-align: left;
	font-size: 21px;
	margin-left: 13px;
}

/* line 112, ../sass/partials/_slider.scss */

#slider-panel .container {
	padding: 0;
}

/* line 182, ../sass/partials/_slider.scss */

.social-tabs {
	padding-top: 10px;
}

/* line 187, ../sass/partials/_slider.scss */

.banner {
	padding: 0;
}

/* line 203, ../sass/partials/_slider.scss */

.banner .slick-prev {
	left: 10px;
}

/* line 209, ../sass/partials/_slider.scss */

.banner .slick-next {
	right: 10px;
}

/* line 215, ../sass/partials/_slider.scss */

/*.banner .slick-prev,
.banner .slick-next {
	display: block !important;
	width: 30px;
	font-size: 0px;
	/*background: #fff;*/
	/*border: none;
	max-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 70%;
	outline: none;*/
/*}*/

/* line 249, ../sass/partials/_slider.scss */

.banner .slick-dots-wrap {
	display: none;
}

/* line 369, ../sass/partials/_slider.scss */

.banner .banner-content h2 {
	font-size: 26px;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

/* line 414, ../sass/partials/_slider.scss */

.otw-button {
	font-size: 18px !important;
}

/* line 443, ../sass/partials/_slider.scss */

.otw-button:after {
	font-size: 24px;
	right: 5px;
	width: 30px;
	height: 30px;
	padding: 0px 0px 0px 4px;
}

/* line 485, ../sass/partials/_slider.scss */

.home #slider-panel {
	padding-top: 69px;
}

/* line 1, ../sass/partials/_banner.scss */

.home-sidebar {
	display: block;
}

/* line 158, ../sass/partials/_banner.scss */

.ad-banners .promo-title {
	padding: 6px;
}

/* line 192, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 17px;
}

/* line 224, ../sass/partials/_banner.scss */

.ad-banners .promo-image {
	text-align: center;
}

/* line 244, ../sass/partials/_banner.scss */

.banners li {
	width: 100%;
}

/* line 257, ../sass/partials/_banner.scss */

.banners li:first-child img {
	height: 100px;
}

/* line 263, ../sass/partials/_banner.scss */

.banners li:first-child h3 {
	font-size: 24px;
	position: absolute;
	left: 20%;
	right: 20%;
	text-align: center;
}

/* line 536, ../sass/partials/_banner.scss */

.header-logo a img {
	max-width: 195px !important;
}

/* line 9, ../sass/partials/_footer.scss */

.footer {
	padding: 15px;
}

/* line 21, ../sass/partials/_footer.scss */

.footer .quick-links {
	padding-bottom: 15px;
}

/* line 141, ../sass/partials/_footer.scss */

.copyright-text {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 15px;
}

/* line 155, ../sass/partials/_footer.scss */

.footer-nav {
	display: block;
	text-align: center;
}

/* line 162, ../sass/partials/_footer.scss */

.footer-nav li {
	border-left: none;
	padding-left: 0;
	padding: 7px 0;
	float: none;
}

/* line 16, ../sass/partials/home-news.scss */

.front-more-news li {
	padding: 0;
}

/* line 48, ../sass/partials/home-news.scss */

.more-news {
	text-align: center;
}

/* line 53, ../sass/partials/home-news.scss */

#latest-news-panel .panel-content {
	background: #fff !important;
	padding-bottom: 0;
}

/* line 62, ../sass/partials/home-news.scss */

.more-news-events {
	padding: 0;
}

/* line 93, ../sass/partials/home-news.scss */

.major-sponsor {
	padding-top: 12px;
	background: #0d2241;
	float: left;
	padding: 30px 15px;
	margin-top: 30px;
	width: 100%;
}

/* line 106, ../sass/partials/home-news.scss */

.sponsor-text {
	padding-bottom: 10px;
}

/* line 139, ../sass/partials/home-news.scss */

.more-news-section h3 a {
	color: #0d223f;
	padding-left: 10px;
}

/* line 154, ../sass/partials/home-news.scss */

.elite_events_widget {
	height: inherit;
	margin-left: -15px;
	margin-right: -15px;
}

/* line 238, ../sass/partials/home-news.scss */

.event_widget_row .event_date,
.event_list_row .event_date {
	left: 15px;
}

/* line 245, ../sass/partials/home-news.scss */

.event_widget_row .event_title,
.event_list_row .event_title {
	left: 70px;
}

/* line 317, ../sass/partials/home-news.scss */

.news-box h3 {
	font-size: 15px;
}

/* line 480, ../sass/partials/home-news.scss */

#buttons-panel .widget-title {
	font-size: 19px;
}

/* line 516, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .list-date .list-daynumber {
	font-size: 25px;
	line-height: 28px;
}

/* line 545, ../sass/partials/home-news.scss */

#buttons-panel .tribe-mini-calendar-event .eventviewbutton {
	margin-top: -20px;
}

/* line 578, ../sass/partials/home-news.scss */

#buttons-panel .tribe-events-adv-list-widget .tribe-events-widget-link,
#buttons-panel .tribe-mini-calendar-list-wrapper .tribe-events-widget-link {
	right: 50px;
}

/* line 78, ../sass/partials/_sponsors.scss */

.sponsors .slick-prev {
	left: 0;
}

/* line 84, ../sass/partials/_sponsors.scss */

.sponsors .slick-next {
	right: 0;
}

/* line 90, ../sass/partials/_sponsors.scss */

.sponsors .slick-prev,
.sponsors .slick-next {
	display: block !important;
	width: 30px;
	font-size: 0px;
	background: #910000;
	border: none;
	max-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 40%;
	outline: none;
}

/* line 149, ../sass/partials/_sponsors.scss */

.spons-title {
	padding-top: 15px;
}

/* line 16, ../sass/partials/_single.scss */

.post-content .featured-image {
	margin-top: 22px;
}

/* line 49, ../sass/partials/_single.scss */

.buttons-box-inner li a {
	text-align: left;
	font-size: 21px;
	margin-left: 13px;
}

/* line 137, ../sass/partials/_single.scss */

.player-img-container,
.cover-img-container {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}

/* line 179, ../sass/partials/_single.scss */

#page-container {
	margin-top: 0px;
}

/* line 218, ../sass/partials/_single.scss */

.fixture-image {
	display: none;
}

/* line 261, ../sass/partials/_single.scss */

.members-details img {
	max-width: 160px;
}

/* line 42, ../sass/partials/_uisearch.scss */

.sb-search-input {
	width: 90%;
}

/* line 75, ../sass/partials/_uisearch.scss */

.sb-search-open .sb-search-input {
	background: #eee;
	border-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
}

/* line 73, ../sass/partials/_uisearch.scss */

.sb-search-open {
	background: transparent;
}

/* line 103, ../sass/partials/_uisearch.scss */

.sb-search.sb-search-open ::-webkit-input-placeholder {
	color: transparent;
}

.sb-search.sb-search-open :-moz-placeholder {
	color: transparent;
}

.sb-search.sb-search-open ::-moz-placeholder {
	color: transparent;
}

.sb-search.sb-search-open :-ms-input-placeholder {
	color: transparent;
}

.sb-search.sb-search-open ::placeholder {
	color: transparent;
}

/* line 112, ../sass/partials/_uisearch.scss */

.sb-icon-search,
.sb-search-submit {
	height: 50px;
}

/* line 149, ../sass/partials/_uisearch.scss */

.sb-icon-search:before {
	font-size: 22px;
}

/* line 37, ../sass/partials/_fixture.scss */

.results_container .fixturerow {
	height: 152px;
	font-size: 14px;
}

/* line 48, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spteam2 {
	right: 0px;
}

/* line 59, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spteam1 {
	left: 20px;
}

/* line 76, ../sass/partials/_fixture.scss */

.results_container .fixturerow .spversus {
	top: -95px;
	font-size: 18px;
}

/* line 201, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .top-leader {
	display: none;
}

/* line 304, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .spmatchname {
	right: 10px;
	text-align: right;
	width: 135px;
}

/* line 324, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper .spvenue {
	text-align: left;
	left: 10px;
	width: 135px;
}

/* line 348, ../sass/partials/_fixture.scss */

#fixtures_lg-wrapper table td,
.fixtures_box table th {
	width: 0px;
	font-size: 13px;
}

/* line 381, ../sass/partials/_fixture.scss */

.results_container .spteam1 .team1name {
	width: 100px;
	left: -25px;
	line-height: 16px;
}

/* line 402, ../sass/partials/_fixture.scss */

.results_container .spteam2 .team2name {
	width: 100px;
	right: -15px;
}

/* line 469, ../sass/partials/_fixture.scss */

.mc-select,
#sblock4_dropdown {
	top: 5px;
	height: 25px;
	width: 80%;
	left: 10px;
}

/* line 505, ../sass/partials/_fixture.scss */

.widget_match_center .spmatch {
	width: 15%;
}

/* line 564, ../sass/partials/_fixture.scss */

#mc-game-wrap {
	width: 78%;
}

/* line 610, ../sass/partials/_fixture.scss */

#spprev {
	margin: 0 -2px 0 0px;
}

/* line 677, ../sass/partials/_fixture.scss */

.team1score {
	left: 40px;
	top: 130px;
}

/* line 688, ../sass/partials/_fixture.scss */

.team2score {
	right: 35px;
	top: 120px;
}

/* line 704, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link a,
.widget_match_center .sp-lad-link a,
.widget_match_center .sp-stat-link a {
	font-size: 13px;
}

/* line 719, ../sass/partials/_fixture.scss */

.widget_match_center .sp-fix-link,
.widget_match_center .sp-stat-link {
	display: inline-block;
	margin: 10px;
}

/* line 746, ../sass/partials/_fixture.scss */

.widget_match_center .sp-lad-link {
	display: inline-block;
	margin: 10px;
}

/* line 785, ../sass/partials/_fixture.scss */

.home .widget_match_center .sp-stat-link {
	display: none;
}

/* line 1057, ../sass/partials/_fixture.scss */

.fixture {
	text-align: center;
}

/* line 1067, ../sass/partials/_fixture.scss */

#match-centre-panel {
	border-top: none;
}

/* line 1359, ../sass/partials/_fixture.scss */

#match-centre-panel .match-center-box {
	padding-right: 0px;
	padding-top: 5px;
	border-top: 1px solid #FFF;
}

/* line 1377, ../sass/partials/_fixture.scss */

#match-centre-panel .match-centre-round {
	margin-left: 0;
	border-left: none;
	width: 16.66666667%;
	clear: both;
	border-top: 1px solid #FFF;
}

/* line 1440, ../sass/partials/_fixture.scss */

#match-centre-panel {
	height: 150px;
	max-height: 147px;
	margin-top: -60px;
}

/* line 1466, ../sass/partials/_fixture.scss */

.spstats tr:first-child {
	margin-top: 0px;
}

/* line 1518, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) {
	width: 100%;
	position: relative;
	top: auto;
	min-height: auto;
}

/* line 1534, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerlogo {
	display: none;
}

/* line 1572, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playerpos {
	display: inline-block;
}

/* line 1589, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playername {
	background: transparent;
}

/* line 1602, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playername a {
	color: #910000;
}

/* line 1612, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .names {
	text-align: left !important;
	width: 66% !important;
	display: inline-block;
	padding: 10px !important;
}

/* line 1636, ../sass/partials/_fixture.scss */

.spstats tr:nth-child(2) .playervalue {
	margin-top: -15px;
	display: inline-block;
	width: 12% !important;
	background: transparent;
	color: #000;
	font-size: 14px !important;
}

/* line 1671, ../sass/partials/_fixture.scss */

.spstats .sproweven {
	width: 100%;
	position: relative;
	left: 0px;
}

/* line 1687, ../sass/partials/_fixture.scss */

.spstats .sproweven .playerpos {
	display: inline-block;
	padding-left: 10px !important;
}

/* line 1698, ../sass/partials/_fixture.scss */

.spstats .sproweven .names {
	display: inline-block;
}

/* line 1708, ../sass/partials/_fixture.scss */

.spstats .sproweven .playervalue {
	width: 12% !important;
	display: inline-block;
	text-align: center !important;
}

/* line 1742, ../sass/partials/_fixture.scss */

.spstats .sproweven:nth-child(2) {
	border-bottom: 1px solid #ddd;
}

/* line 1751, ../sass/partials/_fixture.scss */

.spstats th:nth-child(2) {
	left: 0px;
}

/* line 1761, ../sass/partials/_fixture.scss */

.spstats th:nth-child(3) {
	left: 18%;
}

/* line 1771, ../sass/partials/_fixture.scss */

.spstats th:nth-child(4) {
	left: 91%;
}

/* line 1790, ../sass/partials/_fixture.scss */

#ladder-panel .right-column {
	margin-top: 20px;
}

/* line 1864, ../sass/partials/_fixture.scss */

.home .spstats tr:nth-child(2) {
	min-height: auto;
}

/* line 1877, ../sass/partials/_fixture.scss */

.comp-dropdown {
	padding: 0px;
	max-width: 200px;
	text-align: right;
	float: right;
}

/* line 1890, ../sass/partials/_fixture.scss */

.comp-dropdown #selectMe2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* line 154, ../sass/app.scss */

#logo {
	width: 217px;
	left: -5px;
	-moz-background-size: 220px 60px;
	background-size: 220px 60px;
	z-index: 1000;
}

/* line 179, ../sass/app.scss */

#logo a {
	height: 60px;
}

/* line 231, ../sass/app.scss */

.fsp-adv-social-media {
	display: none;
}

}

@media (max-width: 650px) {

/* line 261, ../sass/partials/_header.scss */

.league-menu {
	display: none;
}

/* line 204, ../sass/partials/_common-styles.scss */

.ad-banners .col-md-4 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
}

/* line 192, ../sass/partials/_banner.scss */

.ad-banners .promo-title a {
	font-size: 14px;
}

/* line 51, ../sass/partials/_footer.scss */

.footer .search {
	border-top: 1px solid #4b4f56;
	margin: 12px 0;
	padding: 0;
	padding-top: 15px;
}

/* line 44, ../sass/partials/_sponsors.scss */

.spon {
	display: block;
	background: url("../images/mob-page-divider.jpg") no-repeat center top;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	min-height: 155px;
}

/* line 63, ../sass/partials/_sponsors.scss */

.sponsors li {
	margin-top: 12px;
}

/* line 189, ../sass/app.scss */

#main-content {
	margin: 0;
}

/* line 199, ../sass/app.scss */

#content-wrap {
	margin: 0;
}

}

@media only screen and (max-width: 600px) {

/* line 479, ../sass/partials/_banner.scss */

a.btn-cta {
	display: none;
}

/* line 486, ../sass/partials/_banner.scss */

.cdw {
	display: none;
}

.col-md-10.cdw {

		display: block;
}

}

@media (max-width: 600px) {

/* line 559, ../sass/partials/_banner.scss */

h3#hide {
	display: none;
}

}

@media (max-width: 480px) {

/* line 118, ../sass/partials/_banner.scss */

.ad-banners .banner-images {
	padding: 0;
}
#category-select {

	position: relative;
	top:0px;
	padding-left:0px;
}
}

.juicer-feed.night li.feed-item.j-twitter .j-twitter-post-icon:before {

	color:#e5a30d;
	padding: 2px;
}  

.footer .mega-menu-menu:first-child li   {

	    border-left: none;
}
.juicer-feed.modern li.feed-item {

	    border: 2px solid;
	    height: 350px;
	    overflow: hidden;
	    overflow-y: scroll;
}
div#timer {

	margin-bottom:25px;
}
.tablepress .even td {

	    background-color: #000!important;
}
.tablepress .odd td {
    background-color: #444!important;
}
.tablepress td, .tablepress th {

	font-size: 14px;
}
.tablepress tbody tr:first-child td {
    border-top: 1px solid #ddd!important;
}
/*.footer #menu-footer-menu:first-child li:before {

	content: ' ';	
}*/
.banner .slick-list {

	max-height: 600px;
} 
.player-title {

	text-align: center;
	padding: 10px;
}
@media only screen and (max-width: 980px) {
	.card.news-thumb{
		margin: 2%;
	}
	.col-md-10.cdw {

		    margin-top:-60px!important;
}
.banner .slick-slider , .banner .slick-list , .banner .banner-img {

		height: auto;
}
.banner .banner-content {

		bottom:0%;
}
.banner .slick-prev:before , .banner .slick-next:before {

		font-size: 30px;
		padding: 0px 10px;
		line-height: 45px;
		bottom: 25%;
        top: auto;
}
}


.btn-c{
	    font-size: 13px !important;
}
.headering-top{
	border-bottom:0;
}
.aboutbt{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 15px;
	  padding-top: 15px;
}
.tablepress tfoot th, .tablepress thead th {

	    background-color: #f5a700!important;
	    color:#000;
}
.widget.shailan_CountdownWidget small {

	display: none;
}
.filter-select {

	margin-bottom:20px;
}
.filter-select select , input.filter-submit {

	 border-radius: 6px;
    margin-top: 0px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    background: #f5a700;
    color: #ffffff;
    border: none;
    outline: none;
    background-color: #f5a700;
    height: 30px;
    font-size: 16px;
    margin-bottom:10px;
    display: block;
}
input.filter-submit {
  
    background: #ffffff;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
a.reset-button {
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 200;
    font-family: "Open Sans", Arial, sans-serif !important;
    clear: both;
    display: inline-block;
    background: #ffffff;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.athlete-details span:first-child , .athlete-details span:nth-child(2){

	display: inline-block;
}
.rsbtn {
					
				    padding-bottom: 0px!important;
				    margin-bottom: -10px!important;
				    text-align: center!important;
					display:inline-block;
					position: absolute!important;
					left:75px!important;
			}
			.rsbtn .rsbtn_play {
				
					color: #000;
					background:#FFF!important;
				
				
			}
			.rs_addtools .rsbtn_tooltoggle, .rsbtn .rsbtn_tooltoggle {
				
					border-left:1px solid #4f4f4f!important;
					margin-left: 4px!important;
					top: 8px!important;
				
			}

		  .rsbtn_play .rsbtn_left .rsbtn_text , .rs_addtools .rsbtn_play .rsbtn_right, .rsbtn .rsbtn_play .rsbtn_right , .rs_addtools .rsbtn_play:focus .rsbtn_text::before, .rs_addtools .rsbtn_play:hover .rsbtn_text::before, .rsbtn .rsbtn_play:focus .rsbtn_text::before, .rsbtn .rsbtn_play:hover .rsbtn_text::before,
		  .rs_addtools .rsbtn_play:focus .rsbtn_text span, .rs_addtools .rsbtn_play:hover .rsbtn_text span, .rsbtn .rsbtn_play:focus .rsbtn_text span, .rsbtn .rsbtn_play:hover .rsbtn_text span, 
		  .rs_addtools .rsbtn_play:focus .rsbtn_right::before, .rs_addtools .rsbtn_play:hover .rsbtn_right::before, .rsbtn .rsbtn_play:focus .rsbtn_right::before, .rsbtn .rsbtn_play:hover .rsbtn_right::before
		   {

		  		color: #000!important;
		  }
	.top-header .rsbtn {

			display: none!important;
		}
@media only screen and (min-width: 600px) and (max-width:900px) {   
	.header-logo img {     
		width: 160px;
		}
	a.btn-cta {
		font-size: 12px;
    padding: 12px;
    margin-top: 10px;
	}
	
	}

@media only screen and (min-width: 600px){ 
	.testsocial{
		text-align: center;
		display:none;
	}

}
@media only screen and (max-width: 600px){ 
	.testsocial{
		text-align: center;
		margin: 8px;
	}
	div#timer {

		margin-bottom:0px;
	}
		.top-header .rsbtn {

		position: relative!important;
		left: auto!important;
		top: 77px!important;
		display: inline-block!important;
	}
}
img.responsive {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 600px) and (max-width: 765px)
{
	.js .main-nav .menu li a {
		padding: 0 2px;
	}
	#nav-container .menu a {
		font-size: 9px;
	}
	#nav-container {
		display: block;
	}
	.js .main-nav{
		margin-left: 54px;
    margin-right: -15px;
    margin-top: 16px;
	}
	#nav-container .menu a{
		letter-spacing: 0;
	}
	.js .main-nav #responsive_current_menu_item{
	width: 0px;
}
	.top-section .social-media{
		margin-top: -35px;
	}
}

@media only screen and (min-width: 605px) and (max-width: 689px){
	#nav-container .menu a {
		font-size: 8px;
	}
	.header-logo a img{
	max-width: 140px !important;
	}
	a.btn-cta{
		font-size: 10px;
    padding: 10px;
	}
	#nav-container .menu a{
		letter-spacing: 0;
	}
	.js .main-nav #responsive_current_menu_item{
	width: 0px;
}
	.top-section .social-media{
		margin-top: -35px;
	}
}
@media only screen and (max-width: 600px){
	.top-section {
    display: none;
}
}
@media only screen and (max-width: 1144px) and (min-width: 900px){
	a.btn-cta{
		margin-left: -34px;
	}
}


@media only screen and (max-width: 600px){
.testsocial {
font-size: 20px;
}
}

@media only screen and (max-width: 980px) and (min-width: 500px){
	.news-image-background{
		height: 320px;
	}
}

@media only screen and (max-width: 600px)
{
.col-md-10.cdw 
{    
	    margin-top: -40px!important;
}
}

#category-select select 
{
	height: 25px;width: 100%;
	min-width:100%;
}

span a 
{
	color: #f5a700 !important;
}

span strong
{
	color: #f5a700 !important;
}
.custom #wprmenu_menu_ul {
  
  padding-top:70px;
}

@media (max-width: 460px) {

.pagination .wp-pagenavi a, 
.pagination .wp-pagenavi span {

	padding: 1px;
    margin: 1px;

}
}

